aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen1-0/+1
2008-07-21Merge branch 'x86/paravirt-spinlocks' into x86/for-linusIngo Molnar1-0/+27
2008-07-18linux-next: pci tree build failureStephen Rothwell1-2/+2
2008-07-16xen: implement Xen-specific spinlocksJeremy Fitzhardinge1-0/+27
2008-07-16xen: add xen_arch_resume()/xen_timer_resume hook for ia64 supportIsaku Yamahata1-2/+4
2008-07-14Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-21/+384
2008-07-03xen: Avoid allocations causing swap activity on the resume pathIan Campbell2-6/+6
2008-06-20xen: Use wmb instead of rmb in xen_evtchn_do_upcall().Isaku Yamahata1-1/+1
2008-06-20xen: Use wmb instead of rmb in xen_evtchn_do_upcall().Isaku Yamahata1-1/+1
2008-06-02CONFIG_PM_SLEEP fix: xen: fix compilation when CONFIG_PM_SLEEP is disabledJeremy Fitzhardinge1-0/+2
2008-05-27xen: maintain clock offset over save/restoreJeremy Fitzhardinge1-3/+12
2008-05-27xen: implement save/restoreJeremy Fitzhardinge3-16/+197
2008-05-27xenbus: rebind irq on restoreJeremy Fitzhardinge1-11/+12
2008-05-27xen: fix unbind_from_irq()Jeremy Fitzhardinge1-2/+2
2008-05-27xen: add rebind_evtchn_irqJeremy Fitzhardinge1-0/+27
2008-05-27xen: drivers/xen/balloon.c: make a function staticAdrian Bunk1-1/+1
2008-05-27xen: compilation fix to balloon driver for ia64 supportIsaku Yamahata1-4/+4
2008-05-27xen: Move manage.c to drivers/xen for ia64/xen supportIsaku Yamahata2-1/+144
2008-04-24xen: add balloon driverJeremy Fitzhardinge3-0/+732
2008-04-24xen: Module autoprobing support for frontend driversMark McLoughlin1-2/+25
2008-04-24xen blkfront: Delay wait for block devices until after the disk is addedChristian Limpach1-1/+4
2008-04-24xen: import arch generic part of xencommIsaku Yamahata2-0/+233
2008-04-24xen: make grant table arch portableIsaku Yamahata1-32/+3
2008-04-24xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed oneIsaku Yamahata2-4/+4
2008-04-24xen: add resend_irq_on_evtchn() definition into events.cIsaku Yamahata1-0/+16
2008-04-24Xen: make events.c portable for ia64/xen supportIsaku Yamahata1-6/+7
2008-04-24xen: move events.c to drivers/xen for IA64/Xen supportIsaku Yamahata2-1/+658
2008-04-24xen: move features.c from arch/x86/xen/features.c to drivers/xenIsaku Yamahata2-1/+30
2008-04-24xen: add missing definitions for xen grant table which ia64/xen needsIsaku Yamahata1-1/+1
2008-04-04xen: fix grant table bugMichael Abd-El-Malek1-6/+10
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-2/+3
2007-07-26xenbus_xs.c: fix a use-after-freeAdrian Bunk1-1/+1
2007-07-18xen: add the Xenbus sysfs and virtual device hotplug driverJeremy Fitzhardinge8-0/+2726
2007-07-18xen: Add grant table supportJeremy Fitzhardinge2-0/+583