summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | xen/swiotlb: Use the swiotlb_late_init_with_tbl to init Xen-SWIOTLB late when...Konrad Rzeszutek Wilk2012-09-171-10/+38
| * | | | | xen/swiotlb: Move the error strings to its own function.Konrad Rzeszutek Wilk2012-09-171-8/+27
| * | | | | xen/swiotlb: Move the nr_tbl determination in its own function.Konrad Rzeszutek Wilk2012-09-171-10/+11
* | | | | | xen/gndev: Xen backend support for paged out grant targets V4.Andres Lagar-Cavilla2012-09-212-4/+55
* | | | | | xen-pciback: support wild cards in slot specificationsJan Beulich2012-09-181-7/+82
| |/ / / / |/| | | |
* | | | | xen/arm: compile and run xenbusStefano Stabellini2012-09-173-16/+41
* | | | | Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/...Konrad Rzeszutek Wilk2012-09-1210-11/+832
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | xen/pciback: Fix proper FLR steps.Konrad Rzeszutek Wilk2012-09-061-4/+4
| * | | | xen: Use correct masking in xen_swiotlb_alloc_coherent.Ronny Hegewald2012-09-051-1/+1
| * | | | Merge commit '4cb38750d49010ae72e718d46605ac9ba5a851b4' into stable/for-linus...Konrad Rzeszutek Wilk2012-09-051-3/+3
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| | * | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-241-3/+3
| | |\ \
| | | * | PCI: create common pcibios_err_to_errnoAlex Williamson2012-06-121-3/+3
| * | | | Revert "xen PVonHVM: move shared_info to MMIO before kexec"Konrad Rzeszutek Wilk2012-08-161-15/+0
| |/ / /
| * | | xen PVonHVM: move shared_info to MMIO before kexecOlaf Hering2012-07-191-0/+15
| * | | xen: enable platform-pci only in a Xen guestOlaf Hering2012-07-191-0/+3
| * | | xen/pv-on-hvm kexec: shutdown watches from old kernelOlaf Hering2012-07-191-0/+20
| * | | xen/acpi: Fix potential memory leak.Konrad Rzeszutek Wilk2012-07-191-3/+6
| * | | xen/mce: add .poll method for mcelog device driverLiu, Jinsong2012-07-191-0/+18
| * | | xen/mce: schedule a workqueue to avoid sleep in atomic contextLiu, Jinsong2012-07-191-7/+11
| * | | xen/pcpu: Xen physical cpus online/offline sys interfaceLiu, Jinsong2012-07-192-0/+372
| * | | xen/mce: Add mcelog support for Xen platformLiu, Jinsong2012-07-193-0/+401
| | |/ | |/|
* | | xen/privcmd: return -EFAULT on errorDan Carpenter2012-09-101-1/+4
* | | xen/privcmd: Fix mmap batch ioctl error status copy back.Andres Lagar-Cavilla2012-09-061-1/+1
* | | xen/privcmd: add PRIVCMD_MMAPBATCH_V2 ioctlAndres Lagar-Cavilla2012-09-051-30/+100
* | | xen/swiotlb: Remove functions not needed anymore.Konrad Rzeszutek Wilk2012-08-231-16/+0
* | | xen: allow privcmd for HVM guestsStefano Stabellini2012-08-231-4/+0
* | | xen: clear IRQ_NOAUTOEN and IRQ_NOREQUESTStefano Stabellini2012-08-231-0/+1
* | | xen/events: fix unmask_evtchn for PV on HVM guestsStefano Stabellini2012-08-231-3/+14
* | | xen/sysfs: Use XENVER_guest_handle to query UUIDDaniel De Graaf2012-08-231-1/+12
* | | xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.Konrad Rzeszutek Wilk2012-08-216-12/+12
* | | xen: missing includesStefano Stabellini2012-08-212-0/+2
|/ /
* | Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-06-152-1/+10
|\ \ | |/ |/|
| * xen/pci: Check for PCI bridge before using it.Zhang, Yang Z2012-05-301-1/+1
| * xen/events: Add WARN_ON when quick lookup found invalid type.Konrad Rzeszutek Wilk2012-05-301-0/+9
* | Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-06-041-4/+4
|\ \
| * | frontswap: s/put_page/store/g s/get_page/loadKonrad Rzeszutek Wilk2012-05-151-4/+4
* | | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2012-05-291-0/+1
|\ \ \
| * | | xen-acpi-processor: Add missing #include <xen/xen.h>H. Peter Anvin2012-05-171-0/+1
* | | | Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-05-248-14/+272
|\ \ \ \ | | |_|/ | |/| |
| * | | xen: do not map the same GSI twice in PVHVM guests.Stefano Stabellini2012-05-211-2/+3
| * | | xen: Add selfballoning memory reservation tunable.Jana Saout2012-05-211-1/+33
| * | | xenbus: Add support for xenbus backend in stub domainDaniel De Graaf2012-05-213-0/+58
| * | | xen: enter/exit lazy_mmu_mode around m2p_override callsStefano Stabellini2012-05-071-0/+19
| * | | xen/acpi/sleep: Enable ACPI sleep via the __acpi_os_prepare_sleepKonrad Rzeszutek Wilk2012-05-072-1/+63
| * | | xen/gnttab: add deferred freeing logicJan Beulich2012-04-171-10/+96
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-1/+1
|\ \ \
| * | | Fix typo in various Kconfig fileMasanari Iida2012-04-161-1/+1
| |/ /
* | | xen/Kconfig: fix Kconfig layoutAndrew Morton2012-05-071-10/+12
| |/ |/|
* | xen/acpi: Workaround broken BIOSes exporting non-existing C-states.Konrad Rzeszutek Wilk2012-04-261-1/+4
* | xen: use the pirq number to check the pirq_eoi_mapStefano Stabellini2012-04-261-1/+1
OpenPOWER on IntegriCloud