Age | Commit message (Expand) | Author |
2009-03-27 | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar |
2009-03-16 | Merge branches 'irq/genirq' and 'linus' into irq/core | Ingo Molnar |
2009-03-13 | genirq: deprecate __do_IRQ | Thomas Gleixner |
2009-03-13 | genirq: use kzalloc instead of explicit zero initialization | Thomas Gleixner |
2009-03-13 | genirq: remove redundant if condition | Thomas Gleixner |
2009-03-12 | irq: export remove_irq() and setup_irq() symbols | Magnus Damm |
2009-03-12 | irq: match remove_irq() args with setup_irq() | Magnus Damm |
2009-03-12 | irq: add remove_irq() for freeing of setup_irq() irqs | Magnus Damm |
2009-03-03 | genirq: assert that irq handlers are indeed running in hardirq context | Peter Zijlstra |
2009-03-02 | Merge branch 'linus' into irq/genirq | Ingo Molnar |
2009-02-17 | irq: name 'p' variables a bit better | Ingo Molnar |
2009-02-17 | irq: further clean up the free_irq() code flow | Ingo Molnar |
2009-02-15 | irq: refactor and clean up the free_irq() code flow | Ingo Molnar |
2009-02-15 | irq: clean up manage.c | Ingo Molnar |
2009-02-13 | Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core | Ingo Molnar |
2009-02-13 | irq: use GFP_KERNEL for action allocation in request_irq() | Johannes Weiner |
2009-02-09 | Merge commit 'v2.6.29-rc4' into core/percpu | Ingo Molnar |
2009-02-09 | kernel/irq: fix sparse warning: make symbol static | Hannes Eder |
2009-02-09 | irq: optimize init_kstat_irqs/init_copy_kstat_irqs | Yinghai Lu |
2009-02-09 | irq: clear kstat_irqs | Yinghai Lu |
2009-02-04 | Merge branch 'core/xen' into x86/urgent | Ingo Molnar |
2009-02-01 | irq, x86: fix lock status with numa_migrate_irq_desc | Yinghai Lu |
2009-01-31 | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2009-01-30 | Merge branch 'linus' into core/percpu | Ingo Molnar |
2009-01-27 | cpumask fallout: Initialize irq_default_affinity earlier | David Daney |
2009-01-27 | Make irq_*_affinity depend on CONFIG_GENERIC_HARDIRQS too. | David Daney |
2009-01-16 | irq: provide debug_poll_all_shared_irqs() method under CONFIG_DEBUG_SHIRQ | Ingo Molnar |
2009-01-16 | Merge branch 'linus' into irq/genirq | Ingo Molnar |
2009-01-14 | irq: export __set_irq_handler() and handle_level_irq() | Ingo Molnar |
2009-01-12 | x86: arch_probe_nr_irqs | Yinghai Lu |
2009-01-11 | cpumask, irq: non-x86 build failures | Mike Travis |
2009-01-11 | kstat: modify kstat_irqs_legacy to be variable sized | Mike Travis |
2009-01-11 | irq: initialize nr_irqs based on nr_cpu_ids | Mike Travis |
2009-01-11 | irq: allocate irq_desc_ptrs array based on nr_irqs | Mike Travis |
2009-01-11 | irq: use WARN() instead of WARN_ON(). | Mike Travis |
2009-01-11 | irq: change references from NR_IRQS to nr_irqs | Mike Travis |
2009-01-11 | cpumask: fix bug in use cpumask_var_t in irq_desc | Mike Travis |
2009-01-11 | cpumask: update irq_desc to use cpumask_var_t | Mike Travis |
2009-01-11 | sparseirq: make some func to be used with genirq | Yinghai Lu |
2009-01-07 | async: Asynchronous function calls to speed up kernel boot | Arjan van de Ven |
2009-01-03 | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2009-01-03 | ia64: cpumask fix for is_affinity_mask_valid() | Ingo Molnar |
2009-01-02 | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2009-01-01 | cpumask: convert kernel/irq | Rusty Russell |
2008-12-31 | Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2008-12-31 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell |
2008-12-30 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2008-12-29 | genirq: check chip->ack before calling | Wang Chen |
2008-12-29 | sparseirq: move __weak symbols into separate compilation unit | Yinghai Lu |
2008-12-29 | sparseirq: work around __weak alias bug | Ingo Molnar |