aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen/events.c
AgeCommit message (Expand)Author
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-18xen: Remove unnecessary arch specific xen irq functions.Eric W. Biederman
2009-12-03xen: don't leak IRQs over suspend/resume.Ian Campbell
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo
2009-07-01xen: Use kcalloc() in xen_init_IRQ()Pekka Enberg
2009-06-24percpu: clean up percpu variable definitionsTejun Heo
2009-06-24percpu: cleanup percpu array definitionsTejun Heo
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-28x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu
2009-03-30xen: add irq_from_evtchnIan Campbell
2009-02-09xen: explicitly initialise the cpu field of irq_infoIan Campbell
2009-02-09xen: make sure that softirqs get handled at the end of event processingJeremy Fitzhardinge
2009-02-09xen: remove irq bindcountJeremy Fitzhardinge
2009-02-09xen: pack all irq-related info togetherJeremy Fitzhardinge
2009-02-09xen: use our own eventchannel->irq pathJeremy Fitzhardinge
2009-02-09xen: set irq_chip disableJeremy Fitzhardinge
2009-01-12xen: fix too early kmalloc callChristophe Saout
2009-01-11Xen: reduce memory required for cpu_evtchn_maskMike Travis
2009-01-11cpumask: update irq_desc to use cpumask_var_tMike Travis
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-12-26irq: simplify for_each_irq_desc() usageKOSAKI Motohiro
2008-12-18sparseirq, xen: make sure irq_desc is allocated for interruptsJeremy Fitzhardinge
2008-12-13Merge ../linux-2.6-x86Rusty Russell
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu
2008-10-23xen: compilation fix of drivers/xen/events.c on IA64Isaku Yamahata
2008-10-16genirq: use iterators for irq_desc loopsThomas Gleixner
2008-10-16xen: fix memory access violation bug when CONFIG_HAVE_SPARSE_IRQ is enabledAlex Nixon
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu
2008-10-16drivers/xen: use nr_irqsYinghai Lu
2008-08-25xen: implement CPU hotpluggingAlex Nixon
2008-08-21xen: save previous spinlock when blockingJeremy Fitzhardinge
2008-07-31xen: compile irq functions without -pg for ftraceJeremy Fitzhardinge
2008-07-16xen: implement Xen-specific spinlocksJeremy Fitzhardinge
2008-06-20xen: Use wmb instead of rmb in xen_evtchn_do_upcall().Isaku Yamahata
2008-05-27xen: implement save/restoreJeremy Fitzhardinge
2008-05-27xen: fix unbind_from_irq()Jeremy Fitzhardinge
2008-05-27xen: add rebind_evtchn_irqJeremy Fitzhardinge
2008-04-24xen: add resend_irq_on_evtchn() definition into events.cIsaku Yamahata
2008-04-24Xen: make events.c portable for ia64/xen supportIsaku Yamahata
2008-04-24xen: move events.c to drivers/xen for IA64/Xen supportIsaku Yamahata