summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* xen/gntdev: convert priv->lock to a mutexDavid Vrabel2015-09-301-20/+20
* xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel2015-06-031-4/+8
* xen-pciback: limit guest control of command registerJan Beulich2015-04-093-14/+51
* xen/manage: Fix USB interaction issues when resumingRoss Lagerwall2015-03-011-1/+7
* xen/manage: Always freeze/thaw processes when suspend/resumingRoss Lagerwall2014-10-131-7/+0
* xen/balloon: flush persistent kmaps in correct positionWei Liu2014-04-031-6/+18
* xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk2014-02-131-1/+1
* xen/gnttab: leave lazy MMU mode in the case of a m2p override failureMatt Wilson2013-12-111-2/+4
* Merge tag 'stable/for-linus-3.12-rc2-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-09-251-12/+11
|\
| * xen/balloon: don't alloc page while non-preemptibleDavid Vrabel2013-09-241-12/+11
* | Merge tag 'stable/for-linus-3.12-rc0-tag-three' of git://git.kernel.org/pub/s...Linus Torvalds2013-09-121-6/+7
|\|
| * xen/balloon: remove BUG_ON in increase_reservationWei Liu2013-09-111-2/+0
| * xen/balloon: ensure preemption is disabled when using a scratch pageDavid Vrabel2013-09-111-4/+7
| * Merge tag 'v3.11-rc7' into stable/for-linus-3.12Konrad Rzeszutek Wilk2013-09-091-1/+12
| |\
* | | Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-09-048-142/+322
|\| |
| * | xen/balloon: don't set P2M entry for auto translated guestWei Liu2013-08-301-2/+7
| * | xen/evtchn: double free on errorDan Carpenter2013-08-301-1/+0
| * | Xen: Fix retry calls into PRIVCMD_MMAPBATCH*.Andres Lagar-Cavilla2013-08-301-20/+63
| * | xen/m2p: use GNTTABOP_unmap_and_replace to reinstate the original mappingStefano Stabellini2013-08-201-9/+2
| * | xen: fix ARM build after 6efa20e4Stefano Stabellini2013-08-201-0/+2
| * | xen/events: document behaviour when scanning the start word for eventsDavid Vrabel2013-08-201-5/+12
| * | swiotlb-xen: replace dma_length with sg_dma_len() macroStefano Stabellini2013-08-091-4/+4
| * | xen/balloon: set a mapping for ballooned out pagesStefano Stabellini2013-08-091-3/+66
| * | xen/evtchn: improve scalability by using per-user locksDavid Vrabel2013-08-091-80/+112
| * | xen: replace strict_strtoul() with kstrtoul()Jingoo Han2013-08-091-18/+36
| * | xen-gnt: prevent adding duplicate gnt callbacksRoger Pau Monne2013-08-091-2/+11
| * | xen: Support 64-bit PV guest receiving NMIsKonrad Rzeszutek Wilk2013-08-091-1/+10
* | | Merge branch 'acpi-sleep'Rafael J. Wysocki2013-08-271-13/+28
|\ \ \ | |_|/ |/| |
| * | xen / ACPI: notify xen when reduced hardware sleep is availableBen Guthro2013-07-311-13/+28
* | | Merge tag 'stable/for-linus-3.11-rc6-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-08-211-1/+12
|\ \ \ | |_|/ |/| |
| * | xen/events: mask events when changing their VCPU bindingDavid Vrabel2013-08-201-0/+11
| * | xen/events: initialize local per-cpu mask for all possible eventsDavid Vrabel2013-08-201-1/+1
* | | Merge tag 'stable/for-linus-3.11-rc3-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-07-314-26/+21
|\| | | |/ |/|
| * xen/tmem: do not allow XEN_TMEM on ARM64Stefano Stabellini2013-07-301-1/+1
| * xen/evtchn: avoid a deadlock when unbinding an event channelDavid Vrabel2013-07-301-19/+2
| * xen/arm: enable PV control for ARMJulien Grall2013-07-291-2/+1
| * xen/arm64: Don't compile cpu hotplugJulien Grall2013-07-291-1/+1
| * xenbus: frontend resume cleanupAurelien Chartier2013-07-291-3/+16
* | drivers: delete __cpuinit usage from all remaining drivers filesPaul Gortmaker2013-07-141-1/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-061-3/+0
|\ \
| * \ Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner2013-07-0412-128/+126
| |\ \
| * | | xen: Remove clock_was_set() call in the resume pathDavid Vrabel2013-06-281-3/+0
* | | | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-032-19/+6
|\ \ \ \
| * | | | drivers: avoid format string in dev_set_nameKees Cook2013-07-031-1/+1
| * | | | mm: correctly update zone->managed_pagesJiang Liu2013-07-031-18/+5
| | |/ / | |/| |
* | | | Merge tag 'stable/for-linus-3.11-rc0-tag-two' of git://git.kernel.org/pub/scm...Linus Torvalds2013-07-0333-198/+221
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | xen: Convert printks to pr_<level>Joe Perches2013-06-2833-194/+213
| * | xen: ifdef CONFIG_HIBERNATE_CALLBACKS xen_*_suspendStefano Stabellini2013-06-281-1/+1
| * | xen-pciback: fix error return code in pcistub_irq_handler_switch()Wei Yongjun2013-06-101-3/+7
* | | xen/tmem: Don't over-write tmem_frontswap_poolid after tmem_frontswap_init se...Konrad Rzeszutek Wilk2013-06-101-2/+2
|/ /