summaryrefslogtreecommitdiff
path: root/drivers/xen/events.c
Commit message (Expand)AuthorAge
* Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-14
|\
| * xen: Use kcalloc() in xen_init_IRQ()Pekka Enberg2009-07-01
* | percpu: clean up percpu variable definitionsTejun Heo2009-06-24
* | percpu: cleanup percpu array definitionsTejun Heo2009-06-24
|/
* Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-10
|\
| * xen: add irq_from_evtchnIan Campbell2009-03-30
* | x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu2009-04-28
* | irq: change ->set_affinity() to return statusYinghai Lu2009-04-28
|/
* xen: explicitly initialise the cpu field of irq_infoIan Campbell2009-02-09
* xen: make sure that softirqs get handled at the end of event processingJeremy Fitzhardinge2009-02-09
* xen: remove irq bindcountJeremy Fitzhardinge2009-02-09
* xen: pack all irq-related info togetherJeremy Fitzhardinge2009-02-09
* xen: use our own eventchannel->irq pathJeremy Fitzhardinge2009-02-09
* xen: set irq_chip disableJeremy Fitzhardinge2009-02-09
* xen: fix too early kmalloc callChristophe Saout2009-01-12
* Xen: reduce memory required for cpu_evtchn_maskMike Travis2009-01-11
* cpumask: update irq_desc to use cpumask_var_tMike Travis2009-01-11
* Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-02
|\
| * Merge ../linux-2.6-x86Rusty Russell2008-12-13
| |\
| * | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-13
* | | irq: simplify for_each_irq_desc() usageKOSAKI Motohiro2008-12-26
* | | sparseirq, xen: make sure irq_desc is allocated for interruptsJeremy Fitzhardinge2008-12-18
| |/ |/|
* | sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-08
|/
* xen: compilation fix of drivers/xen/events.c on IA64Isaku Yamahata2008-10-23
* genirq: use iterators for irq_desc loopsThomas Gleixner2008-10-16
* xen: fix memory access violation bug when CONFIG_HAVE_SPARSE_IRQ is enabledAlex Nixon2008-10-16
* generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu2008-10-16
* drivers/xen: use nr_irqsYinghai Lu2008-10-16
* xen: implement CPU hotpluggingAlex Nixon2008-08-25
* xen: save previous spinlock when blockingJeremy Fitzhardinge2008-08-21
* xen: compile irq functions without -pg for ftraceJeremy Fitzhardinge2008-07-31
* xen: implement Xen-specific spinlocksJeremy Fitzhardinge2008-07-16
* xen: Use wmb instead of rmb in xen_evtchn_do_upcall().Isaku Yamahata2008-06-20
* xen: implement save/restoreJeremy Fitzhardinge2008-05-27
* xen: fix unbind_from_irq()Jeremy Fitzhardinge2008-05-27
* xen: add rebind_evtchn_irqJeremy Fitzhardinge2008-05-27
* xen: add resend_irq_on_evtchn() definition into events.cIsaku Yamahata2008-04-24
* Xen: make events.c portable for ia64/xen supportIsaku Yamahata2008-04-24
* xen: move events.c to drivers/xen for IA64/Xen supportIsaku Yamahata2008-04-24