aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+13
2008-12-18sparseirq, xen: make sure irq_desc is allocated for interruptsJeremy Fitzhardinge1-0/+5
2008-12-16xen: clean up asm/xen/hypervisor.hJeremy Fitzhardinge3-2/+9
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu1-4/+8
2008-11-17xen: fix scrub_page()Jeremy Fitzhardinge1-8/+1
2008-11-04drivers: remove duplicated #includeJianjun Kong1-1/+0
2008-10-23xen: compilation fix of drivers/xen/events.c on IA64Isaku Yamahata1-1/+1
2008-10-23xen: portability clean up and some minor clean up for xencomm.cIsaku Yamahata1-19/+4
2008-10-23xen: don't reload cr3 on suspendJeremy Fitzhardinge1-2/+0
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-1/+1
2008-10-16genirq: use iterators for irq_desc loopsThomas Gleixner1-8/+6
2008-10-16xen: fix memory access violation bug when CONFIG_HAVE_SPARSE_IRQ is enabledAlex Nixon1-0/+2
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]Yinghai Lu1-3/+5
2008-10-16drivers/xen: use nr_irqsYinghai Lu1-6/+6
2008-10-03xen: remove unused balloon.hJeremy Fitzhardinge1-1/+0
2008-09-10Merge branch 'core/xen' into x86/xenIngo Molnar1-1/+1
2008-09-08xen: fix 2.6.27-rc5 xen balloon driver warningsJeremy Fitzhardinge1-1/+1
2008-09-05Xen: fix cpu_hotplug build when !CONFIG_SMPAlex Nixon1-1/+2
2008-09-05Xen: fix cpu_hotplug.c build by replacing is_running_on_xen() with xen_pv_domain()Alex Nixon1-1/+1
2008-08-26stop_machine: wean Xen off stop_machine_runRusty Russell1-1/+1
2008-08-25xen: implement CPU hotpluggingAlex Nixon3-1/+95
2008-08-21xen: save previous spinlock when blockingJeremy Fitzhardinge1-0/+25
2008-08-20xen: clean up domain mode predicatesJeremy Fitzhardinge3-6/+6
2008-07-31xen: compile irq functions without -pg for ftraceJeremy Fitzhardinge1-11/+0
2008-07-28xen-balloon: clean up unused functionsJeremy Fitzhardinge1-144/+3
2008-07-28xen-balloon: fix up sysfs issuesJeremy Fitzhardinge1-15/+12
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