aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-20xen: Fixed assignment error in if statementLisa Nguyen1-1/+2
2013-05-20xen/xenbus: Fixed over 80 character limit issueLisa Nguyen1-1/+2
2013-05-20xen/xenbus: Fixed indentation error in switch caseLisa Nguyen1-10/+8
2013-05-15xen/tmem: Don't use self[ballooning|shrinking] if frontswap is off.Konrad Rzeszutek Wilk2-9/+14
2013-05-15xen/tmem: Remove the usage of '[no|]selfballoon' and use 'tmem.selfballooning' bool instead.Konrad Rzeszutek Wilk2-26/+4
2013-05-15xen/tmem: Remove the usage of 'noselfshrink' and use 'tmem.selfshrink' bool instead.Konrad Rzeszutek Wilk2-14/+3
2013-05-15xen/tmem: Remove the boot options and fold them in the tmem.X parameters.Konrad Rzeszutek Wilk1-24/+4
2013-05-15xen/tmem: s/disable_// and change the logic.Konrad Rzeszutek Wilk1-14/+13
2013-05-15xen/tmem: Fix compile warning.Konrad Rzeszutek Wilk1-4/+2
2013-05-15xen/tmem: Split out the different module/boot options.Konrad Rzeszutek Wilk1-3/+8
2013-05-15xen/tmem: Move all of the boot and module parameters to the top of the file.Konrad Rzeszutek Wilk1-40/+45
2013-05-15xen/tmem: Cleanup. Remove the parts that say temporary.Konrad Rzeszutek Wilk1-4/+0
2013-05-15Merge tag 'v3.10-rc1' into stable/for-linus-3.10Konrad Rzeszutek Wilk4-29/+62
2013-05-15xen/privcmd: fix condition in privcmd_close()Dan Carpenter1-1/+1
2013-05-11Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds2-2/+3
2013-05-08xen: clear IRQ_NOAUTOEN and IRQ_NOREQUESTJulien Grall1-1/+2
2013-05-08xen: SWIOTLB is only used on x86Arnd Bergmann1-1/+1
2013-04-30zcache/tmem: Better error checking on frontswap_register_ops return value.Konrad Rzeszutek Wilk1-1/+4
2013-04-30xen: tmem: enable Xen tmem shim to be built/loaded as a moduleDan Magenheimer3-19/+38
2013-04-30cleancache: Make cleancache_init use a pointer for the opsKonrad Rzeszutek Wilk1-3/+3
2013-04-30frontswap: make frontswap_init use a pointer for the opsKonrad Rzeszutek Wilk1-3/+3
2013-04-29Merge tag 'stable/for-linus-3.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds2-37/+78
2013-04-19xen: resolve section mismatch warnings in xen-acpi-processorBen Guthro1-2/+2
2013-04-17xen: Re-upload processor PM data to hypervisor after S3 resume (v2)Ben Guthro1-25/+53
2013-04-16xen/events: Check that IRQ value passed in is valid.Konrad Rzeszutek Wilk1-1/+19
2013-04-16xen: drop tracking of IRQ vectorJan Beulich1-9/+4
2013-04-10Merge tag 'stable/for-linus-3.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-4/+15
2013-04-02xen/events: Handle VIRQ_TIMER before any other hardirq in event loop.Keir Fraser1-4/+15
2013-03-27Merge tag 'stable/for-linus-3.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds5-22/+65
2013-03-27xen/events: avoid race with raising an event in unmask_evtchn()David Vrabel1-5/+15
2013-03-27xen/acpi-stub: Disable it b/c the acpi_processor_add is no longer called.Konrad Rzeszutek Wilk1-1/+1
2013-03-22xen-pciback: notify hypervisor about devices intended to be assigned to guestsJan Beulich2-16/+46
2013-03-22xen/acpi-processor: Don't dereference struct acpi_processor on all CPUs.Konrad Rzeszutek Wilk1-0/+3
2013-03-12Merge tag 'stable/for-linus-3.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds3-6/+6
2013-03-11xen/acpi: remove redundant acpi/acpi_drivers.h includeLiu Jinsong1-1/+0
2013-03-06acpi: Export the acpi_processor_get_performance_infoKonrad Rzeszutek Wilk1-4/+4
2013-03-06xen/pciback: Don't disable a PCI device that is already disabled.Konrad Rzeszutek Wilk1-1/+2
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-03-03Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds3-48/+39
2013-03-01xenbus: fix compile failure on ARM with Xen enabledSteven Noonan1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-55/+11
2013-02-25xen/acpi: xen cpu hotplug minor updatesLiu Jinsong1-22/+12
2013-02-25xen/acpi: xen memory hotplug minor updatesLiu Jinsong1-26/+26
2013-02-24Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds11-53/+1209
2013-02-22xenfs: switch to pure simple_fill_super()Al Viro1-55/+11
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+1
2013-02-20xen: event channel arrays are xen_ulong_t and not unsigned longIan Campbell1-48/+67
2013-02-19Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+4
2013-02-19xen: introduce xen_remap, use it instead of ioremapStefano Stabellini2-2/+2