| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-02 | 1 | -3/+3 |
|\ |
|
| * | Merge ../linux-2.6-x86 | Rusty Russell | 2008-12-13 | 1 | -4/+8 |
| |\ |
|
| * | | cpumask: make irq_set_affinity() take a const struct cpumask | Rusty Russell | 2008-12-13 | 1 | -3/+3 |
* | | | irq: simplify for_each_irq_desc() usage | KOSAKI Motohiro | 2008-12-26 | 1 | -3/+0 |
* | | | sparseirq, xen: make sure irq_desc is allocated for interrupts | Jeremy Fitzhardinge | 2008-12-18 | 1 | -0/+5 |
| |/
|/| |
|
* | | sparse irq_desc[] array: core kernel and x86 changes | Yinghai Lu | 2008-12-08 | 1 | -4/+8 |
|/ |
|
* | xen: compilation fix of drivers/xen/events.c on IA64 | Isaku Yamahata | 2008-10-23 | 1 | -1/+1 |
* | genirq: use iterators for irq_desc loops | Thomas Gleixner | 2008-10-16 | 1 | -8/+6 |
* | xen: fix memory access violation bug when CONFIG_HAVE_SPARSE_IRQ is enabled | Alex Nixon | 2008-10-16 | 1 | -0/+2 |
* | generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_... | Yinghai Lu | 2008-10-16 | 1 | -3/+5 |
* | drivers/xen: use nr_irqs | Yinghai Lu | 2008-10-16 | 1 | -6/+6 |
* | xen: implement CPU hotplugging | Alex Nixon | 2008-08-25 | 1 | -0/+4 |
* | xen: save previous spinlock when blocking | Jeremy Fitzhardinge | 2008-08-21 | 1 | -0/+25 |
* | xen: compile irq functions without -pg for ftrace | Jeremy Fitzhardinge | 2008-07-31 | 1 | -11/+0 |
* | xen: implement Xen-specific spinlocks | Jeremy Fitzhardinge | 2008-07-16 | 1 | -0/+27 |
* | xen: Use wmb instead of rmb in xen_evtchn_do_upcall(). | Isaku Yamahata | 2008-06-20 | 1 | -1/+1 |
* | xen: implement save/restore | Jeremy Fitzhardinge | 2008-05-27 | 1 | -0/+83 |
* | xen: fix unbind_from_irq() | Jeremy Fitzhardinge | 2008-05-27 | 1 | -2/+2 |
* | xen: add rebind_evtchn_irq | Jeremy Fitzhardinge | 2008-05-27 | 1 | -0/+27 |
* | xen: add resend_irq_on_evtchn() definition into events.c | Isaku Yamahata | 2008-04-24 | 1 | -0/+16 |
* | Xen: make events.c portable for ia64/xen support | Isaku Yamahata | 2008-04-24 | 1 | -6/+7 |
* | xen: move events.c to drivers/xen for IA64/Xen support | Isaku Yamahata | 2008-04-24 | 1 | -0/+657 |