summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: fix 2.6.27-rc5 xen balloon driver warningsJeremy Fitzhardinge2008-09-081-1/+1
* stop_machine: wean Xen off stop_machine_runRusty Russell2008-08-261-1/+1
* sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen2008-07-211-0/+1
* Merge branch 'x86/paravirt-spinlocks' into x86/for-linusIngo Molnar2008-07-211-0/+27
|\
| * xen: implement Xen-specific spinlocksJeremy Fitzhardinge2008-07-161-0/+27
* | linux-next: pci tree build failureStephen Rothwell2008-07-181-2/+2
|/
* xen: add xen_arch_resume()/xen_timer_resume hook for ia64 supportIsaku Yamahata2008-07-161-2/+4
* Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-07-146-21/+384
|\
| * xen: Use wmb instead of rmb in xen_evtchn_do_upcall().Isaku Yamahata2008-06-201-1/+1
| * CONFIG_PM_SLEEP fix: xen: fix compilation when CONFIG_PM_SLEEP is disabledJeremy Fitzhardinge2008-06-021-0/+2
| * xen: maintain clock offset over save/restoreJeremy Fitzhardinge2008-05-271-3/+12
| * xen: implement save/restoreJeremy Fitzhardinge2008-05-273-16/+197
| * xenbus: rebind irq on restoreJeremy Fitzhardinge2008-05-271-11/+12
| * xen: fix unbind_from_irq()Jeremy Fitzhardinge2008-05-271-2/+2
| * xen: add rebind_evtchn_irqJeremy Fitzhardinge2008-05-271-0/+27
| * xen: drivers/xen/balloon.c: make a function staticAdrian Bunk2008-05-271-1/+1
| * xen: compilation fix to balloon driver for ia64 supportIsaku Yamahata2008-05-271-4/+4
| * xen: Move manage.c to drivers/xen for ia64/xen supportIsaku Yamahata2008-05-272-1/+144
* | xen: Avoid allocations causing swap activity on the resume pathIan Campbell2008-07-032-6/+6
* | xen: Use wmb instead of rmb in xen_evtchn_do_upcall().Isaku Yamahata2008-06-201-1/+1
|/
* xen: add balloon driverJeremy Fitzhardinge2008-04-243-0/+732
* xen: Module autoprobing support for frontend driversMark McLoughlin2008-04-241-2/+25
* xen blkfront: Delay wait for block devices until after the disk is addedChristian Limpach2008-04-241-1/+4
* xen: import arch generic part of xencommIsaku Yamahata2008-04-242-0/+233
* xen: make grant table arch portableIsaku Yamahata2008-04-241-32/+3
* xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed oneIsaku Yamahata2008-04-242-4/+4
* xen: add resend_irq_on_evtchn() definition into events.cIsaku Yamahata2008-04-241-0/+16
* Xen: make events.c portable for ia64/xen supportIsaku Yamahata2008-04-241-6/+7
* xen: move events.c to drivers/xen for IA64/Xen supportIsaku Yamahata2008-04-242-1/+658
* xen: move features.c from arch/x86/xen/features.c to drivers/xenIsaku Yamahata2008-04-242-1/+30
* xen: add missing definitions for xen grant table which ia64/xen needsIsaku Yamahata2008-04-241-1/+1
* xen: fix grant table bugMichael Abd-El-Malek2008-04-041-6/+10
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-2/+3
* xenbus_xs.c: fix a use-after-freeAdrian Bunk2007-07-261-1/+1
* xen: add the Xenbus sysfs and virtual device hotplug driverJeremy Fitzhardinge2007-07-188-0/+2726
* xen: Add grant table supportJeremy Fitzhardinge2007-07-182-0/+583