summaryrefslogtreecommitdiff
path: root/include/xen
AgeCommit message (Expand)AuthorFilesLines
2012-09-18USB EHCI/Xen: propagate controller reset information to hypervisorJan Beulich1-0/+16
2012-09-17xen/swiotlb: Remove functions not needed anymore.Konrad Rzeszutek Wilk1-9/+0
2012-09-17xen/swiotlb: Use the swiotlb_late_init_with_tbl to init Xen-SWIOTLB late when...Konrad Rzeszutek Wilk1-1/+1
2012-09-14xen: resynchronise grant table status codes with upstreamIan Campbell1-2/+6
2012-09-12xen/m2p: do not reuse kmap_op->dev_bus_addrStefano Stabellini1-1/+2
2012-09-12Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/...Konrad Rzeszutek Wilk4-1/+396
2012-09-05xen/privcmd: add PRIVCMD_MMAPBATCH_V2 ioctlAndres Lagar-Cavilla1-1/+23
2012-08-23xen/swiotlb: Remove functions not needed anymore.Konrad Rzeszutek Wilk1-9/+0
2012-08-23xen: Introduce xen_pfn_t for pfn and mfn typesStefano Stabellini5-12/+10
2012-08-23xen/sysfs: Use XENVER_guest_handle to query UUIDDaniel De Graaf1-0/+3
2012-08-21xen: missing includesStefano Stabellini2-1/+1
2012-08-21xen: update xen_add_to_physmap interfaceStefano Stabellini1-0/+3
2012-08-16Revert "xen PVonHVM: move shared_info to MMIO before kexec"Konrad Rzeszutek Wilk1-2/+0
2012-08-08xen/arm: compile blkfront and blkbackStefano Stabellini1-0/+3
2012-09-14xen/arm: receive Xen events on ARMStefano Stabellini1-0/+2
2012-08-08xen/arm: get privilege statusStefano Stabellini1-0/+3
2012-09-14xen/arm: Introduce xen_ulong_t for unsigned longStefano Stabellini3-8/+8
2012-09-14arm: initial Xen supportStefano Stabellini1-1/+1
2012-07-19xen PVonHVM: move shared_info to MMIO before kexecOlaf Hering1-0/+2
2012-07-19xen/pv-on-hvm kexec: shutdown watches from old kernelOlaf Hering1-1/+2
2012-07-19xen/pcpu: Xen physical cpus online/offline sys interfaceLiu, Jinsong2-0/+9
2012-07-19xen/mce: Add mcelog support for Xen platformLiu, Jinsong1-0/+385
2012-05-21xen: do not map the same GSI twice in PVHVM guests.Stefano Stabellini1-0/+3
2012-05-21xenbus: Add support for xenbus backend in stub domainDaniel De Graaf2-0/+5
2012-05-07xen/acpi/sleep: Enable ACPI sleep via the __acpi_os_prepare_sleepKonrad Rzeszutek Wilk1-0/+58
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds1-2/+4
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-0/+1
2012-03-28Disintegrate asm/system.h for IA64David Howells1-0/+1
2012-03-28X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-2/+4
2012-03-24Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-1/+26
2012-03-23include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)Joe Perches1-2/+2
2012-03-22Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-2/+31
2012-03-20xen/tmem: cleanupJan Beulich1-1/+5
2012-03-20xen: support pirq_eoi_mapStefano Stabellini1-0/+21
2012-03-14xen/acpi-processor: C and P-state driver that uploads said data to hypervisor.Konrad Rzeszutek Wilk1-0/+17
2012-03-13hvc_xen: support PV on HVM consolesStefano Stabellini1-1/+5
2012-03-10xen/enlighten: Expose MWAIT and MWAIT_LEAF if hypervisor OKs it.Konrad Rzeszutek Wilk1-1/+2
2012-01-15Merge branch 'for-3.3/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+33
2012-01-12xen: Utilize the restore_msi_irqs hook.Tang Liang1-0/+7
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-32/+256
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-3/+3
2012-01-04xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.Ian Campbell1-0/+3
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich1-22/+9
2011-12-25Merge branch 'stable/for-jens-3.3' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe1-7/+33
2011-12-20xen/grant-table: Support mappings required by blkbackDaniel De Graaf1-1/+1
2011-12-20Merge commit 'v3.2-rc3' into stable/for-linus-3.3Konrad Rzeszutek Wilk1-4/+2
2011-12-19Revert "xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from ol...Konrad Rzeszutek Wilk1-2/+1
2011-12-16xen: Add xenbus_backend deviceBastian Blank1-0/+41
2011-12-16xen/granttable: Support transitive grantsAnnie Li1-0/+12
2011-12-16xen/granttable: Support sub-page grantsAnnie Li1-0/+13