xen: Remove unnecessary arch specific xen irq functions.
[safe/jmp/linux-2.6] / drivers / xen / events.c
2010-02-19 Eric W. Biedermanxen: Remove unnecessary arch specific xen irq functions.
2009-12-03 Ian Campbellxen: don't leak IRQs over suspend/resume.
2009-08-14 Tejun HeoMerge branch 'percpu-for-linus' into percpu-for-next
2009-07-01 Pekka Enbergxen: Use kcalloc() in xen_init_IRQ()
2009-06-24 Tejun Heopercpu: clean up percpu variable definitions
2009-06-24 Tejun Heopercpu: cleanup percpu array definitions
2009-06-10 Linus TorvaldsMerge branch 'x86-xen-for-linus' of git://git./linux...
2009-04-28 Yinghai Lux86/irq: change irq_desc_alloc() to take node instead...
2009-04-28 Yinghai Luirq: change ->set_affinity() to return status
2009-03-30 Ian Campbellxen: add irq_from_evtchn
2009-02-09 Ian Campbellxen: explicitly initialise the cpu field of irq_info
2009-02-09 Jeremy Fitzhardingexen: make sure that softirqs get handled at the end...
2009-02-09 Jeremy Fitzhardingexen: remove irq bindcount
2009-02-09 Jeremy Fitzhardingexen: pack all irq-related info together
2009-02-09 Jeremy Fitzhardingexen: use our own eventchannel->irq path
2009-02-09 Jeremy Fitzhardingexen: set irq_chip disable
2009-01-12 Christophe Saoutxen: fix too early kmalloc call
2009-01-11 Mike TravisXen: reduce memory required for cpu_evtchn_mask
2009-01-11 Mike Traviscpumask: update irq_desc to use cpumask_var_t
2009-01-02 Linus TorvaldsMerge branch 'cpus4096-for-linus-2' of git://git./linux...
2008-12-31 Rusty RussellMerge branch 'master' of git://git./linux/kernel/git...
2008-12-26 KOSAKI Motohiroirq: simplify for_each_irq_desc() usage
2008-12-18 Jeremy Fitzhardingesparseirq, xen: make sure irq_desc is allocated for...
2008-12-13 Rusty RussellMerge ../linux-2.6-x86
2008-12-13 Rusty Russellcpumask: make irq_set_affinity() take a const struct...
2008-12-08 Yinghai Lusparse irq_desc[] array: core kernel and x86 changes
2008-10-23 Isaku Yamahataxen: compilation fix of drivers/xen/events.c on IA64
2008-10-22 Isaku Yamahataxen: compilation fix of drivers/xen/events.c on IA64
2008-10-16 Thomas Gleixnergenirq: use iterators for irq_desc loops
2008-10-16 Alex Nixonxen: fix memory access violation bug when CONFIG_HAVE_S...
2008-10-16 Yinghai Lugeneric: sparse irqs: use irq_desc() together with...
2008-10-16 Yinghai Ludrivers/xen: use nr_irqs
2008-08-25 Alex Nixonxen: implement CPU hotplugging
2008-08-21 Jeremy Fitzhardingexen: save previous spinlock when blocking
2008-07-31 Jeremy Fitzhardingexen: compile irq functions without -pg for ftrace
2008-07-16 Jeremy Fitzhardingexen: implement Xen-specific spinlocks
2008-06-20 Isaku Yamahataxen: Use wmb instead of rmb in xen_evtchn_do_upcall().
2008-06-20 Isaku Yamahataxen: Use wmb instead of rmb in xen_evtchn_do_upcall().
2008-05-27 Jeremy Fitzhardingexen: implement save/restore
2008-05-27 Jeremy Fitzhardingexen: fix unbind_from_irq()
2008-05-27 Jeremy Fitzhardingexen: add rebind_evtchn_irq
2008-04-24 Isaku Yamahataxen: add resend_irq_on_evtchn() definition into events.c
2008-04-24 Isaku YamahataXen: make events.c portable for ia64/xen support
2008-04-24 Isaku Yamahataxen: move events.c to drivers/xen for IA64/Xen support