aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse
Commit message (Expand)AuthorAgeFilesLines
* Prevent an oops in Dom0 that occurs when a CD device, specified as onekaf24@firebug.cl.cam.ac.uk2006-05-161-5/+8
* [XENOPROFILE] Fix incorrect use of on_each_cpu() which could leadkaf24@firebug.cl.cam.ac.uk2006-05-161-40/+24
* Add support to domain builders for loading kernels with physical addresses in...cl349@firebug.cl.cam.ac.uk2006-05-115-3/+44
* x86/64 has the wrong number of arguments defined for HYPERVISOR_xenoprof_op.kaf24@firebug.cl.cam.ac.uk2006-05-111-2/+2
* Fix the building of the Xen TPM driver as module and prevents front-kaf24@firebug.cl.cam.ac.uk2006-05-114-9/+6
* When we copy packet sin netback/netfront make sure the new skb haskaf24@firebug.cl.cam.ac.uk2006-05-102-1/+8
* Simply do not declare module_exit() handlers for netback/blkback, ratherkaf24@firebug.cl.cam.ac.uk2006-05-102-16/+1
* proto_csum_blank field gets lost if packet is copied in netback driver.kaf24@firebug.cl.cam.ac.uk2006-05-101-0/+1
* Fix a couple of problems in the TPM backend driver.kaf24@firebug.cl.cam.ac.uk2006-05-102-2/+2
* Set up and tear down phys_proc_id, cpu_core_id, cpu_sibling_mapkaf24@firebug.cl.cam.ac.uk2006-05-101-2/+40
* Fix blkif and netif backend teardown -- do not remove devices fromkaf24@firebug.cl.cam.ac.uk2006-05-106-37/+26
* Add module license to xenbus_be, otherwise the module cannot be loaded.kaf24@firebug.cl.cam.ac.uk2006-05-081-0/+1
* Replace a bash-specific substitution with equivalent POSIX /bin/shkaf24@firebug.cl.cam.ac.uk2006-05-051-3/+3
* Adjust skb->truesize appropriately in netback driver.kaf24@firebug.cl.cam.ac.uk2006-05-051-0/+1
* Fix IA64 transparent-virtualization issue (Xen may not be running).kaf24@firebug.cl.cam.ac.uk2006-05-051-0/+5
* Don't try to write to pmd pages, there is no writeable-pmd support.cl349@firebug.cl.cam.ac.uk2006-05-051-7/+1
* Linux: upgrade to 2.6.16.13.cl349@firebug.cl.cam.ac.uk2006-05-0412-54/+82
* This patch kaf24@firebug.cl.cam.ac.uk2006-05-0411-1279/+1235
* Fix xenbus userspace device transaction tracking.cl349@firebug.cl.cam.ac.uk2006-05-041-1/+1
* Introduce some finer-grained locking to prevent callingkaf24@firebug.cl.cam.ac.uk2006-05-033-27/+55
* Clean up xen-mkbuildtree-pre for ia64 xenlinux.kaf24@firebug.cl.cam.ac.uk2006-05-032-20/+3
* Use native value for SPLIT_PTLOCK_CPUS except on xen/x86.kaf24@firebug.cl.cam.ac.uk2006-05-031-3/+3
* Balloon driver should hijack the ->lru list field rather thankaf24@firebug.cl.cam.ac.uk2006-05-022-5/+2
* Virtual net drivers advertise multicast capabilities.kaf24@firebug.cl.cam.ac.uk2006-05-022-0/+18
* Remove obsolete privcmd_blkmsg struct.kaf24@firebug.cl.cam.ac.uk2006-05-021-7/+0
* Include string.h in the hypercall header file to ensure that memcpy() is defi...kaf24@firebug.cl.cam.ac.uk2006-05-013-0/+6
* The Xen netif drivers won't complile if NET is absent.kaf24@firebug.cl.cam.ac.uk2006-05-011-2/+2
* Compilation fix on ia64. Include linux/vmalloc.h for struct vm_area.kaf24@firebug.cl.cam.ac.uk2006-05-011-0/+1
* Compilation fix tpmback.c on ia64. Use pfn_to_mfn instead ofkaf24@firebug.cl.cam.ac.uk2006-05-011-1/+1
* Change semantics of grant transfers for vp guests so that thekaf24@firebug.cl.cam.ac.uk2006-05-011-39/+48
* Allow architectures to define their own privcmd_mmap() bykaf24@firebug.cl.cam.ac.uk2006-04-301-0/+2
* Introduce XEN_IA64_DOM0_NON_VP to simplify some ifdefskaf24@firebug.cl.cam.ac.uk2006-04-304-5/+12
* Balloon driver: when in autotranslate mode, pages are returnedkaf24@firebug.cl.cam.ac.uk2006-04-301-3/+16
* Fix blktap "bad page state" bug.kaf24@firebug.cl.cam.ac.uk2006-04-301-3/+8
* balloon_alloc_empty_page_range() should set the reference countkaf24@firebug.cl.cam.ac.uk2006-04-301-2/+11
* Define new event-channel and physdev hypercalls with a more extensiblekaf24@firebug.cl.cam.ac.uk2006-04-3028-265/+302
* xen/ia64 with dom0 vp model doesn't need the blkbkack ia64 workaroundskaf24@firebug.cl.cam.ac.uk2006-04-282-3/+3
* Makefile changes for xen/ia64 with dom0 vp model needs.kaf24@firebug.cl.cam.ac.uk2006-04-281-1/+1
* xen/ia64 with dom0 vp model needs direct_remap_pfn_range() to be calledkaf24@firebug.cl.cam.ac.uk2006-04-281-6/+6
* Recent GUEST_HANDLE related cset broke ia64 compilation.kaf24@firebug.cl.cam.ac.uk2006-04-281-2/+3
* Rename {SG}ET_XEN_GUEST_HANDLE to {sg}et_Xen_guest_handle, as theykaf24@firebug.cl.cam.ac.uk2006-04-289-15/+14
* Relax BUG_ON() state ment in increase_reservation() in balloon.c.kaf24@firebug.cl.cam.ac.uk2006-04-281-1/+2
* Bump Xen interface version number to 0x00030201 for newkaf24@firebug.cl.cam.ac.uk2006-04-272-2/+2
* Wrap all GUEST_HANDLEs in structures, and define SET/GET macros to access themkaf24@firebug.cl.cam.ac.uk2006-04-279-14/+15
* This patch adds the ability to have restricted write access to somekaf24@firebug.cl.cam.ac.uk2006-04-2711-72/+435
* Just allocate unbound irq only from dynirq range, sincekaf24@firebug.cl.cam.ac.uk2006-04-271-1/+2
* merge with xen-unstable.hgawilliam@xenbuild.aw2006-04-263-2/+14
|\
| * Make xen_features and force_evtchn_callback() non-GPLkaf24@firebug.cl.cam.ac.uk2006-04-262-2/+4
| * xenLinux/ia64 has its own dma_map_page(), dma_unmap_page(), and it needsyamahata@valinux.co.jp2006-04-261-0/+10
* | merge with xen-unstable.hgawilliam@xenbuild.aw2006-04-2525-225/+365
|\|