summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'stable/for-linus-3.8-rc6-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-02-082-9/+9
|\
| * xen: fix error handling path if xen_allocate_irq_dynamic failsWei Liu2013-02-061-2/+2
| * xen-pciback: rate limit error messages from xen_pcibk_enable_msi{,x}()Jan Beulich2013-02-061-7/+7
* | Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-01-185-106/+167
|\|
| * xen/gntdev: remove erronous use of copy_to_userDaniel De Graaf2013-01-151-10/+3Star
| * xen/gntdev: correctly unmap unlinked maps in mmu notifierDaniel De Graaf2013-01-151-29/+63
| * xen/gntdev: fix unsafe vma accessDaniel De Graaf2013-01-151-5/+24
| * xen/privcmd: Fix mmap batch ioctl.Andres Lagar-Cavilla2013-01-151-36/+47
| * Merge tag 'v3.7' into stable/for-linus-3.8Konrad Rzeszutek Wilk2013-01-156-26/+113
| |\
| * | Xen: properly bound buffer access when parsing cpu/*/availabilityJan Beulich2013-01-151-2/+2
| * | xen/grant-table: correctly initialize grant table version 1Matt Wilson2013-01-151-19/+29
| * | x86/xen : Fix the wrong check in pcibackYang Zhang2013-01-151-1/+1
| * | xen/privcmd: Relax access control in privcmd_ioctl_mmapTamas Lengyel2013-01-111-6/+0Star
* | | Drivers: xen: remove __dev* attributes.Greg Kroah-Hartman2013-01-043-11/+10Star
* | | Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-12-171-13/+12Star
|\ \ \
| * | | swiotlb: Use physical addresses instead of virtual in swiotlb_tbl_sync_singleAlexander Duyck2012-10-301-2/+1Star
| * | | swiotlb: Use physical addresses for swiotlb_tbl_unmap_singleAlexander Duyck2012-10-301-2/+2
| * | | swiotlb: Return physical addresses when calling swiotlb_tbl_map_singleAlexander Duyck2012-10-301-11/+11
* | | | Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-12-137-62/+326
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'arm-privcmd-for-3.8' of git://xenbits.xen.org/people/ianc/linux...Konrad Rzeszutek Wilk2012-11-304-6/+78
| |\ \ \
| | * | | xen: arm: enable balloon driverIan Campbell2012-11-291-2/+2
| | * | | xen: balloon: allow PVMMU interfaces to be compiled outIan Campbell2012-11-292-1/+7
| | * | | xen: privcmd: support autotranslated physmap guests.Mukesh Rathor2012-11-291-2/+67
| | * | | xen: add pages parameter to xen_remap_domain_mfn_rangeIan Campbell2012-11-291-2/+3
| * | | | xen/acpi: Move the xen_running_on_version_or_later function.Konrad Rzeszutek Wilk2012-11-281-0/+1
| * | | | xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.hSachin Kamat2012-11-281-1/+0Star
| * | | | xen/acpi: ACPI PAD driverLiu, Jinsong2012-11-262-1/+183
| |/ / /
| * | | xen-pciback: reject out of range inputsJan Beulich2012-11-021-12/+27
| * | | xen-pciback: simplify and tighten parsing of device IDsJan Beulich2012-11-021-44/+39Star
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\ \ \
| * | | treewide: fix printk typo in multiple driversMasanari Iida2012-11-191-1/+1
| |/ /
* | | Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-12-111-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge 3.7-rc6 into char-misc-nextGreg Kroah-Hartman2012-11-175-19/+102
| |\ \
| * | | mm: export a function to get vm committed memoryK. Y. Srinivasan2012-11-161-1/+1
| | |/ | |/|
* | | Merge tag 'stable/for-linus-3.7-rc6-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-11-211-7/+11
|\ \ \ | |_|/ |/| |
| * | xen/privcmd: Correctly return success from IOCTL_PRIVCMD_MMAPBATCHMats Petersson2012-11-211-7/+11
* | | Merge tag 'stable/for-linus-3.7-rc5-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-11-103-1/+82
|\| |
| * | xen/generic: Disable fallback build on ARM.Konrad Rzeszutek Wilk2012-11-071-1/+2
| * | xen/events: fix RCU warning, or Call idle notifier after irq_enter()Mojiong Qiu2012-11-071-1/+1
| * | xen/hypercall: fix hypercall fallback code for very old hypervisorsJan Beulich2012-11-042-1/+81
* | | Merge tag 'stable/for-linus-3.7-rc4-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-11-022-18/+20
|\| | | |/ |/|
| * xen/xenbus: fix overflow check in xenbus_file_write()Jan Beulich2012-10-301-1/+1
| * xen/gntdev: don't leak memory from IOCTL_GNTDEV_MAP_GRANT_REFDavid Vrabel2012-10-301-17/+19
* | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-10-261-0/+2
|\ \ | |/ |/|
| * Merge tag 'fixes-for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Russell King2012-10-222-0/+3
| |\
| | * ARM: Xen: fix initial build problemsArnd Bergmann2012-10-092-0/+3
* | | xen: dbgp: Fix warning when CONFIG_PCI is not enabled.Ian Campbell2012-10-191-0/+2
* | | Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk2012-10-199-10/+63
|\| |
| * | Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-121-0/+21
| |\ \
| * | | mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-093-3/+4
| | |/ | |/|