summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* xenbus_client.c: correct exit path for xenbus_map_ring_valloc_hvmWei Liu2013-05-291-2/+3
* xen-pciback: more uses of cached MSI-X capability offsetJan Beulich2013-05-291-2/+2
* xenbus: save xenstore local status for later useAurelien Chartier2013-05-293-15/+20
* xenbus: delay xenbus frontend resume if xenstored is not runningAurelien Chartier2013-05-291-1/+36
* xmem/tmem: fix 'undefined variable' build error.Frederico Cadete2013-05-281-0/+2
* xen: Fixed assignment error in if statementLisa Nguyen2013-05-201-1/+2
* xen/xenbus: Fixed over 80 character limit issueLisa Nguyen2013-05-201-1/+2
* xen/xenbus: Fixed indentation error in switch caseLisa Nguyen2013-05-201-10/+8
* xen/tmem: Don't use self[ballooning|shrinking] if frontswap is off.Konrad Rzeszutek Wilk2013-05-152-9/+14
* xen/tmem: Remove the usage of '[no|]selfballoon' and use 'tmem.selfballooning...Konrad Rzeszutek Wilk2013-05-152-26/+4
* xen/tmem: Remove the usage of 'noselfshrink' and use 'tmem.selfshrink' bool i...Konrad Rzeszutek Wilk2013-05-152-14/+3
* xen/tmem: Remove the boot options and fold them in the tmem.X parameters.Konrad Rzeszutek Wilk2013-05-151-24/+4
* xen/tmem: s/disable_// and change the logic.Konrad Rzeszutek Wilk2013-05-151-14/+13
* xen/tmem: Fix compile warning.Konrad Rzeszutek Wilk2013-05-151-4/+2
* xen/tmem: Split out the different module/boot options.Konrad Rzeszutek Wilk2013-05-151-3/+8
* xen/tmem: Move all of the boot and module parameters to the top of the file.Konrad Rzeszutek Wilk2013-05-151-40/+45
* xen/tmem: Cleanup. Remove the parts that say temporary.Konrad Rzeszutek Wilk2013-05-151-4/+0
* Merge tag 'v3.10-rc1' into stable/for-linus-3.10Konrad Rzeszutek Wilk2013-05-154-29/+62
|\
| * Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm...Linus Torvalds2013-05-112-2/+3
| |\
| * | zcache/tmem: Better error checking on frontswap_register_ops return value.Konrad Rzeszutek Wilk2013-04-301-1/+4
| * | xen: tmem: enable Xen tmem shim to be built/loaded as a moduleDan Magenheimer2013-04-303-19/+38
| * | cleancache: Make cleancache_init use a pointer for the opsKonrad Rzeszutek Wilk2013-04-301-3/+3
| * | frontswap: make frontswap_init use a pointer for the opsKonrad Rzeszutek Wilk2013-04-301-3/+3
| * | Merge tag 'stable/for-linus-3.10-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-04-292-37/+78
| |\ \
| * \ \ Merge tag 'stable/for-linus-3.9-rc6-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-04-101-4/+15
| |\ \ \
| | * | | xen/events: Handle VIRQ_TIMER before any other hardirq in event loop.Keir Fraser2013-04-021-4/+15
* | | | | xen/privcmd: fix condition in privcmd_close()Dan Carpenter2013-05-151-1/+1
| |_|_|/ |/| | |
* | | | xen: clear IRQ_NOAUTOEN and IRQ_NOREQUESTJulien Grall2013-05-081-1/+2
* | | | xen: SWIOTLB is only used on x86Arnd Bergmann2013-05-081-1/+1
| |_|/ |/| |
* | | xen: resolve section mismatch warnings in xen-acpi-processorBen Guthro2013-04-191-2/+2
* | | xen: Re-upload processor PM data to hypervisor after S3 resume (v2)Ben Guthro2013-04-171-25/+53
* | | xen/events: Check that IRQ value passed in is valid.Konrad Rzeszutek Wilk2013-04-161-1/+19
* | | xen: drop tracking of IRQ vectorJan Beulich2013-04-161-9/+4
|/ /
* | Merge tag 'stable/for-linus-3.9-rc4-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-03-275-22/+65
|\ \ | |/
| * xen/events: avoid race with raising an event in unmask_evtchn()David Vrabel2013-03-271-5/+15
| * xen/acpi-stub: Disable it b/c the acpi_processor_add is no longer called.Konrad Rzeszutek Wilk2013-03-271-1/+1
| * xen-pciback: notify hypervisor about devices intended to be assigned to guestsJan Beulich2013-03-222-16/+46
| * xen/acpi-processor: Don't dereference struct acpi_processor on all CPUs.Konrad Rzeszutek Wilk2013-03-221-0/+3
* | Merge tag 'stable/for-linus-3.9-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-03-123-6/+6
|\ \ | |/
| * xen/acpi: remove redundant acpi/acpi_drivers.h includeLiu Jinsong2013-03-111-1/+0
| * acpi: Export the acpi_processor_get_performance_infoKonrad Rzeszutek Wilk2013-03-061-4/+4
| * xen/pciback: Don't disable a PCI device that is already disabled.Konrad Rzeszutek Wilk2013-03-061-1/+2
OpenPOWER on IntegriCloud