aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/events.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* xen: Remove unnecessary arch specific xen irq functions.Eric W. Biederman2010-02-181-2/+6
* xen: don't leak IRQs over suspend/resume.Ian Campbell2009-12-031-0/+3
* Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-141-2/+2
|\
| * xen: Use kcalloc() in xen_init_IRQ()Pekka Enberg2009-07-011-2/+2
* | percpu: clean up percpu variable definitionsTejun Heo2009-06-241-4/+5
* | percpu: cleanup percpu array definitionsTejun Heo2009-06-241-2/+2
|/
* Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-0/+6
|\
| * xen: add irq_from_evtchnIan Campbell2009-03-301-0/+6
* | x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu2009-04-281-1/+1
* | irq: change ->set_affinity() to return statusYinghai Lu2009-04-281-5/+7
|/
* xen: explicitly initialise the cpu field of irq_infoIan Campbell2009-02-091-5/+6
* xen: make sure that softirqs get handled at the end of event processingJeremy Fitzhardinge2009-02-091-20/+9
* xen: remove irq bindcountJeremy Fitzhardinge2009-02-091-19/+7
* xen: pack all irq-related info togetherJeremy Fitzhardinge2009-02-091-49/+135
* xen: use our own eventchannel->irq pathJeremy Fitzhardinge2009-02-091-2/+20
* xen: set irq_chip disableJeremy Fitzhardinge2009-02-091-0/+3
* xen: fix too early kmalloc callChristophe Saout2009-01-121-2/+3
* Xen: reduce memory required for cpu_evtchn_maskMike Travis2009-01-111-5/+16
* cpumask: update irq_desc to use cpumask_var_tMike Travis2009-01-111-2/+2
* Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-3/+3
|\
| * Merge ../linux-2.6-x86Rusty Russell2008-12-131-4/+8
| |\
| * | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-131-3/+3
* | | irq: simplify for_each_irq_desc() usageKOSAKI Motohiro2008-12-261-3/+0
* | | sparseirq, xen: make sure irq_desc is allocated for interruptsJeremy Fitzhardinge2008-12-181-0/+5
| |/ |/|
* | sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-081-4/+8
|/
* xen: compilation fix of drivers/xen/events.c on IA64Isaku Yamahata2008-10-231-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: implement CPU hotpluggingAlex Nixon2008-08-251-0/+4
* xen: save previous spinlock when blockingJeremy Fitzhardinge2008-08-211-0/+25
* xen: compile irq functions without -pg for ftraceJeremy Fitzhardinge2008-07-311-11/+0
* xen: implement Xen-specific spinlocksJeremy Fitzhardinge2008-07-161-0/+27
* xen: Use wmb instead of rmb in xen_evtchn_do_upcall().Isaku Yamahata2008-06-201-1/+1
* xen: implement save/restoreJeremy Fitzhardinge2008-05-271-0/+83
* xen: fix unbind_from_irq()Jeremy Fitzhardinge2008-05-271-2/+2
* xen: add rebind_evtchn_irqJeremy Fitzhardinge2008-05-271-0/+27
* 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-241-0/+657