summaryrefslogtreecommitdiffstats
path: root/drivers/xen
AgeCommit message (Expand)AuthorLines
2010-05-25xen: fix build when SYSRQ is disabledRandy Dunlap-5/+9
2010-05-06stop_machine: reimplement using cpu_stopTejun Heo-12/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-2/+9
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy-1/+1
2010-03-06xen: add kconfig menuRandy Dunlap-5/+7
2010-02-18xen: Remove unnecessary arch specific xen irq functions.Eric W. Biederman-2/+6
2010-01-13xen: fix hang on suspend.Ian Campbell-4/+4
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds-0/+11
2009-12-10Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Linus Torvalds-58/+68
2009-12-04xen: try harder to balloon up under memory pressure.Ian Campbell-26/+5
2009-12-04Xen balloon: fix totalram_pages counting.Gianluca Guida-3/+4
2009-12-03xen: explicitly create/destroy stop_machine workqueues outside suspend/resume...Ian Campbell-1/+11
2009-12-03xen: improve error handling in do_suspend.Ian Campbell-9/+11
2009-12-03xen: don't leak IRQs over suspend/resume.Ian Campbell-0/+3
2009-12-03xen: don't call dpm_resume_noirq() with interrupts disabled.Jeremy Fitzhardinge-4/+3
2009-12-03xen: wait up to 5 minutes for device connetionPaolo Bonzini-4/+16
2009-12-03xen: improvement to wait_for_devices()Paolo Bonzini-3/+6
2009-12-03xen: fix is_disconnected_device/exists_disconnected_devicePaolo Bonzini-6/+7
2009-12-03xen/xenbus: make DEVICE_ATTR()s staticJeremy Fitzhardinge-3/+3
2009-11-04xen: move Xen-testing predicates to common headerJeremy Fitzhardinge-0/+11
2009-11-04cpumask: Use modern cpumask style in XenRusty Russell-1/+1
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan-0/+1
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich-4/+0
2009-09-21trivial: remove unnecessary semicolonsJoe Perches-1/+1
2009-09-20includecheck fix: drivers/xen, evtchn.cJaswinder Singh Rajput-1/+0
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-6/+7
2009-09-09xen: make -fstack-protector work under XenJeremy Fitzhardinge-0/+3
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo-2/+2
2009-07-01xen: Use kcalloc() in xen_init_IRQ()Pekka Enberg-2/+2
2009-06-24percpu: clean up percpu variable definitionsTejun Heo-4/+5
2009-06-24percpu: cleanup percpu array definitionsTejun Heo-2/+2
2009-06-12PM core: rename suspend and resume functionsAlan Stern-8/+8
2009-06-12PM: Rename device_power_down/up()Magnus Damm-5/+5
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-58/+1015
2009-05-12Merge branch 'x86/apic' into irq/numaIngo Molnar-1/+2
2009-05-08Merge branch 'x86/urgent' into x86/xenIngo Molnar-1/+2
2009-05-05[IA64] xen_domu_defconfig: fix build issues/warningsJan Beulich-1/+2
2009-04-28x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu-1/+1
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu-5/+7
2009-04-08xen: honour VCPU availability on bootIan Campbell-10/+30
2009-04-08xen: resume interrupts before system devices.Ian Campbell-2/+3
2009-04-07Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge-9/+12
2009-04-07Merge branch 'for-linus/xen/core' into for-linus/xen/masterJeremy Fitzhardinge-10/+30
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds-2/+2
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2009-04-02xen: honour VCPU availability on bootIan Campbell-10/+30
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell-2/+2
2009-03-30PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki-7/+9
2009-03-30Merge branches 'for-linus/xen/dev-evtchn', 'for-linus/xen/xenbus', 'for-linus...Jeremy Fitzhardinge-58/+1015