Age | Commit message (Expand) | Author | Files | Lines |
2010-08-24 | xen: handle events as edge-triggered | Jeremy Fitzhardinge | 1 | -1/+1 |
2010-08-24 | xen: use percpu interrupts for IPIs and VIRQs | Jeremy Fitzhardinge | 1 | -4/+15 |
2010-08-07 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+1 |
2010-07-29 | Introduce CONFIG_XEN_PVHVM compile option | Stefano Stabellini | 1 | -0/+4 |
2010-07-29 | xen: Do not suspend IPI IRQs. | Ian Campbell | 1 | -0/+1 |
2010-07-23 | xen: Fix find_unbound_irq in presence of ioapic irqs. | Stefano Stabellini | 1 | -2/+11 |
2010-07-23 | xen: Xen PCI platform device driver. | Stefano Stabellini | 1 | -2/+6 |
2010-07-23 | x86/xen: event channels delivery on HVM. | Sheng Yang | 1 | -7/+63 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-02-19 | xen: Remove unnecessary arch specific xen irq functions. | Eric W. Biederman | 1 | -2/+6 |
2009-12-03 | xen: don't leak IRQs over suspend/resume. | Ian Campbell | 1 | -0/+3 |
2009-08-14 | Merge branch 'percpu-for-linus' into percpu-for-next | Tejun Heo | 1 | -2/+2 |
2009-07-01 | xen: Use kcalloc() in xen_init_IRQ() | Pekka Enberg | 1 | -2/+2 |
2009-06-24 | percpu: clean up percpu variable definitions | Tejun Heo | 1 | -4/+5 |
2009-06-24 | percpu: cleanup percpu array definitions | Tejun Heo | 1 | -2/+2 |
2009-06-11 | Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+6 |
2009-04-28 | x86/irq: change irq_desc_alloc() to take node instead of cpu | Yinghai Lu | 1 | -1/+1 |
2009-04-28 | irq: change ->set_affinity() to return status | Yinghai Lu | 1 | -5/+7 |
2009-03-30 | xen: add irq_from_evtchn | Ian Campbell | 1 | -0/+6 |
2009-02-09 | xen: explicitly initialise the cpu field of irq_info | Ian Campbell | 1 | -5/+6 |
2009-02-09 | xen: make sure that softirqs get handled at the end of event processing | Jeremy Fitzhardinge | 1 | -20/+9 |
2009-02-09 | xen: remove irq bindcount | Jeremy Fitzhardinge | 1 | -19/+7 |
2009-02-09 | xen: pack all irq-related info together | Jeremy Fitzhardinge | 1 | -49/+135 |
2009-02-09 | xen: use our own eventchannel->irq path | Jeremy Fitzhardinge | 1 | -2/+20 |
2009-02-09 | xen: set irq_chip disable | Jeremy Fitzhardinge | 1 | -0/+3 |
2009-01-12 | xen: fix too early kmalloc call | Christophe Saout | 1 | -2/+3 |
2009-01-11 | Xen: reduce memory required for cpu_evtchn_mask | Mike Travis | 1 | -5/+16 |
2009-01-11 | cpumask: update irq_desc to use cpumask_var_t | Mike Travis | 1 | -2/+2 |
2009-01-02 | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+3 |
2008-12-26 | irq: simplify for_each_irq_desc() usage | KOSAKI Motohiro | 1 | -3/+0 |
2008-12-18 | sparseirq, xen: make sure irq_desc is allocated for interrupts | Jeremy Fitzhardinge | 1 | -0/+5 |
2008-12-13 | Merge ../linux-2.6-x86 | Rusty Russell | 1 | -4/+8 |
2008-12-13 | cpumask: make irq_set_affinity() take a const struct cpumask | Rusty Russell | 1 | -3/+3 |
2008-12-08 | sparse irq_desc[] array: core kernel and x86 changes | Yinghai Lu | 1 | -4/+8 |
2008-10-23 | xen: compilation fix of drivers/xen/events.c on IA64 | Isaku Yamahata | 1 | -1/+1 |
2008-10-16 | genirq: use iterators for irq_desc loops | Thomas Gleixner | 1 | -8/+6 |
2008-10-16 | xen: fix memory access violation bug when CONFIG_HAVE_SPARSE_IRQ is enabled | Alex Nixon | 1 | -0/+2 |
2008-10-16 | generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_... | Yinghai Lu | 1 | -3/+5 |
2008-10-16 | drivers/xen: use nr_irqs | Yinghai Lu | 1 | -6/+6 |
2008-08-25 | xen: implement CPU hotplugging | Alex Nixon | 1 | -0/+4 |
2008-08-21 | xen: save previous spinlock when blocking | Jeremy Fitzhardinge | 1 | -0/+25 |
2008-07-31 | xen: compile irq functions without -pg for ftrace | Jeremy Fitzhardinge | 1 | -11/+0 |
2008-07-16 | xen: implement Xen-specific spinlocks | Jeremy Fitzhardinge | 1 | -0/+27 |
2008-06-20 | xen: Use wmb instead of rmb in xen_evtchn_do_upcall(). | Isaku Yamahata | 1 | -1/+1 |
2008-05-27 | xen: implement save/restore | Jeremy Fitzhardinge | 1 | -0/+83 |
2008-05-27 | xen: fix unbind_from_irq() | Jeremy Fitzhardinge | 1 | -2/+2 |
2008-05-27 | xen: add rebind_evtchn_irq | Jeremy Fitzhardinge | 1 | -0/+27 |
2008-04-25 | xen: add resend_irq_on_evtchn() definition into events.c | Isaku Yamahata | 1 | -0/+16 |
2008-04-25 | Xen: make events.c portable for ia64/xen support | Isaku Yamahata | 1 | -6/+7 |
2008-04-25 | xen: move events.c to drivers/xen for IA64/Xen support | Isaku Yamahata | 1 | -0/+657 |