summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* x86, um: ... and asm-x86 moveAl Viro2008-10-221-1/+1
* genirq: use iterators for irq_desc loopsThomas Gleixner2008-10-161-8/+6
* xen: fix memory access violation bug when CONFIG_HAVE_SPARSE_IRQ is enabledAlex Nixon2008-10-161-0/+2
* generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu2008-10-161-3/+5
* drivers/xen: use nr_irqsYinghai Lu2008-10-161-6/+6
* xen: remove unused balloon.hJeremy Fitzhardinge2008-10-031-1/+0
* Merge branch 'core/xen' into x86/xenIngo Molnar2008-09-101-1/+1
|\
| * 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
* | Xen: fix cpu_hotplug build when !CONFIG_SMPAlex Nixon2008-09-051-1/+2
* | Xen: fix cpu_hotplug.c build by replacing is_running_on_xen() with xen_pv_dom...Alex Nixon2008-09-051-1/+1
* | xen: implement CPU hotpluggingAlex Nixon2008-08-253-1/+95
* | xen: save previous spinlock when blockingJeremy Fitzhardinge2008-08-211-0/+25
* | xen: clean up domain mode predicatesJeremy Fitzhardinge2008-08-203-6/+6
* | xen: compile irq functions without -pg for ftraceJeremy Fitzhardinge2008-07-311-11/+0
* | xen-balloon: clean up unused functionsJeremy Fitzhardinge2008-07-281-144/+3
* | xen-balloon: fix up sysfs issuesJeremy Fitzhardinge2008-07-281-15/+12
|/
* 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