summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | xen: balloon: use correct type for frame_listIan Campbell2012-10-191-1/+1
* | | | | | | xen: balloon: don't include e820.hIan Campbell2012-10-191-1/+0
* | | | | | | xen: grant: use xen_pfn_t type for frame_list.Ian Campbell2012-10-191-4/+4
* | | | | | | xen: events: pirq_check_eoi_map is X86 specificIan Campbell2012-10-191-0/+4
* | | | | | | xen: sysfs: fix build warning.Ian Campbell2012-10-191-1/+2
* | | | | | | xen: sysfs: include err.h for PTR_ERR etcIan Campbell2012-10-191-0/+1
* | | | | | | xen: xenbus: quirk uses x86 specific cpuidIan Campbell2012-10-191-0/+2
* | | | | | | xen PV passthru: assign SR-IOV virtual functions to separate virtual slotsLaszlo Ersek2012-10-191-4/+10
* | | | | | | xen/xenbus: Fix compile warning.Konrad Rzeszutek Wilk2012-10-191-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | xen/pv-on-hvm kexec: add quirk for Xen 3.4 and shutdown watches.Konrad Rzeszutek Wilk2012-10-121-0/+21
| |_|_|_|/ |/| | | |
* | | | | xen: mark xen_init_IRQ __initStefano Stabellini2012-10-021-2/+1
* | | | | xen/Makefile: fix dom-y buildStefano Stabellini2012-10-021-1/+1
* | | | | Merge branch 'xenarm-for-linus' of git://xenbits.xen.org/people/sstabellini/l...Konrad Rzeszutek Wilk2012-09-262-7/+23
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | xen/arm: receive Xen events on ARMStefano Stabellini2012-09-141-3/+14
| * | | | xen: do not compile manage, balloon, pci, acpi, pcpu and cpu_hotplug on ARMStefano Stabellini2012-09-131-4/+9
* | | | | xen/pciback: Restore the PCI config space after an FLR.Konrad Rzeszutek Wilk2012-09-251-0/+1
* | | | | xen-pciback: properly clean up after calling pcistub_device_find()Jan Beulich2012-09-251-23/+23
* | | | | Merge branch 'stable/late-swiotlb.v3.3' into stable/for-linus-3.7Konrad Rzeszutek Wilk2012-09-221-26/+75
|\ \ \ \ \
| * | | | | xen/swiotlb: Remove functions not needed anymore.Konrad Rzeszutek Wilk2012-09-171-16/+0
| * | | | | xen/swiotlb: For early initialization, return zero on success.Konrad Rzeszutek Wilk2012-09-171-2/+3
| * | | | | 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
OpenPOWER on IntegriCloud