aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/events.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-22xen: Xen PCI platform device driver.Stefano Stabellini1-2/+6
2010-07-22x86/xen: event channels delivery on HVM.Sheng Yang1-7/+63
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-18xen: Remove unnecessary arch specific xen irq functions.Eric W. Biederman1-2/+6
2009-12-03xen: don't leak IRQs over suspend/resume.Ian Campbell1-0/+3
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo1-2/+2
2009-07-01xen: Use kcalloc() in xen_init_IRQ()Pekka Enberg1-2/+2
2009-06-24percpu: clean up percpu variable definitionsTejun Heo1-4/+5
2009-06-24percpu: cleanup percpu array definitionsTejun Heo1-2/+2
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+6
2009-04-28x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu1-1/+1
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu1-5/+7
2009-03-30xen: add irq_from_evtchnIan Campbell1-0/+6
2009-02-09xen: explicitly initialise the cpu field of irq_infoIan Campbell1-5/+6
2009-02-09xen: make sure that softirqs get handled at the end of event processingJeremy Fitzhardinge1-20/+9
2009-02-09xen: remove irq bindcountJeremy Fitzhardinge1-19/+7
2009-02-09xen: pack all irq-related info togetherJeremy Fitzhardinge1-49/+135
2009-02-09xen: use our own eventchannel->irq pathJeremy Fitzhardinge1-2/+20
2009-02-09xen: set irq_chip disableJeremy Fitzhardinge1-0/+3
2009-01-12xen: fix too early kmalloc callChristophe Saout1-2/+3
2009-01-11Xen: reduce memory required for cpu_evtchn_maskMike Travis1-5/+16
2009-01-11cpumask: update irq_desc to use cpumask_var_tMike Travis1-2/+2
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+3
2008-12-26irq: simplify for_each_irq_desc() usageKOSAKI Motohiro1-3/+0
2008-12-18sparseirq, xen: make sure irq_desc is allocated for interruptsJeremy Fitzhardinge1-0/+5
2008-12-13Merge ../linux-2.6-x86Rusty Russell1-4/+8
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-3/+3
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu1-4/+8
2008-10-23xen: compilation fix of drivers/xen/events.c on IA64Isaku Yamahata1-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-08-25xen: implement CPU hotpluggingAlex Nixon1-0/+4
2008-08-21xen: save previous spinlock when blockingJeremy Fitzhardinge1-0/+25
2008-07-31xen: compile irq functions without -pg for ftraceJeremy Fitzhardinge1-11/+0
2008-07-16xen: implement Xen-specific spinlocksJeremy Fitzhardinge1-0/+27
2008-06-20xen: Use wmb instead of rmb in xen_evtchn_do_upcall().Isaku Yamahata1-1/+1
2008-05-27xen: implement save/restoreJeremy Fitzhardinge1-0/+83
2008-05-27xen: fix unbind_from_irq()Jeremy Fitzhardinge1-2/+2
2008-05-27xen: add rebind_evtchn_irqJeremy Fitzhardinge1-0/+27
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 Yamahata1-0/+657