Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | irq: fix cpumask memory leak on offstack cpumask kernels | Yinghai Lu | 2009-04-03 | 1 | -0/+1 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'linus' into irq/threaded | Ingo Molnar | 2009-04-06 | 5 | -7/+112 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'tracing/core-v2' into tracing-for-linus | Ingo Molnar | 2009-04-02 | 1 | -0/+6 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| | * | | Merge branch 'x86/core' into tracing/textedit | Ingo Molnar | 2009-03-06 | 7 | -40/+76 | |
| | |\ \ | ||||||
| | * | | | tracing, genirq: add irq enter and exit trace events | Jason Baron | 2009-02-26 | 1 | -0/+6 | |
| | | |/ | | |/| | ||||||
| * | | | PM: Introduce functions for suspending and resuming device interrupts | Rafael J. Wysocki | 2009-03-30 | 4 | -7/+106 | |
| * | | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2009-03-27 | 7 | -39/+74 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Merge commit 'v2.6.29-rc4' into core/percpu | Ingo Molnar | 2009-02-09 | 2 | -1/+8 | |
| | |\ \ | | | |/ | ||||||
| | * | | Merge branch 'linus' into core/percpu | Ingo Molnar | 2009-01-30 | 2 | -9/+17 | |
| | |\ \ | ||||||
* | | | | | genirq: threaded irq handlers review fixups | Thomas Gleixner | 2009-03-24 | 2 | -15/+31 | |
* | | | | | genirq: add support for threaded interrupts to devres | Arjan van de Ven | 2009-03-24 | 1 | -6/+10 | |
* | | | | | genirq: add threaded interrupt handler support | Thomas Gleixner | 2009-03-24 | 2 | -14/+209 | |
* | | | | | Merge branch 'cpus4096' into irq/threaded | Thomas Gleixner | 2009-03-23 | 7 | -39/+74 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Merge branch 'x86/urgent' into x86/apic | Ingo Molnar | 2009-02-05 | 2 | -1/+8 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| * | | | | Merge branch 'core/percpu' into x86/core | Ingo Molnar | 2009-01-28 | 7 | -40/+76 | |
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| | | ||||||
| | * | | x86: arch_probe_nr_irqs | Yinghai Lu | 2009-01-12 | 1 | -7/+2 | |
| | * | | cpumask, irq: non-x86 build failures | Mike Travis | 2009-01-11 | 1 | -0/+5 | |
| | * | | kstat: modify kstat_irqs_legacy to be variable sized | Mike Travis | 2009-01-11 | 1 | -3/+7 | |
| | * | | irq: initialize nr_irqs based on nr_cpu_ids | Mike Travis | 2009-01-11 | 1 | -0/+3 | |
| | * | | irq: allocate irq_desc_ptrs array based on nr_irqs | Mike Travis | 2009-01-11 | 2 | -2/+16 | |
| | * | | irq: use WARN() instead of WARN_ON(). | Mike Travis | 2009-01-11 | 1 | -3/+2 | |
| | * | | irq: change references from NR_IRQS to nr_irqs | Mike Travis | 2009-01-11 | 1 | -5/+9 | |
| | * | | cpumask: fix bug in use cpumask_var_t in irq_desc | Mike Travis | 2009-01-11 | 2 | -12/+9 | |
| | * | | cpumask: update irq_desc to use cpumask_var_t | Mike Travis | 2009-01-11 | 6 | -28/+43 | |
| | | | | ||||||
| \ \ \ | ||||||
*-. \ \ \ | Merge branches 'irq/genirq' and 'linus' into irq/core | Ingo Molnar | 2009-03-16 | 2 | -78/+111 | |
|\ \ \ \ \ | | | |_|/ | | |/| | | ||||||
| * | | | | genirq: deprecate __do_IRQ | Thomas Gleixner | 2009-03-13 | 1 | -0/+5 | |
| * | | | | genirq: use kzalloc instead of explicit zero initialization | Thomas Gleixner | 2009-03-13 | 1 | -3/+1 | |
| * | | | | genirq: remove redundant if condition | Thomas Gleixner | 2009-03-13 | 1 | -1/+1 | |
| * | | | | irq: export remove_irq() and setup_irq() symbols | Magnus Damm | 2009-03-12 | 1 | -0/+2 | |
| * | | | | irq: match remove_irq() args with setup_irq() | Magnus Damm | 2009-03-12 | 1 | -9/+17 | |
| * | | | | irq: add remove_irq() for freeing of setup_irq() irqs | Magnus Damm | 2009-03-12 | 1 | -13/+26 | |
| * | | | | genirq: assert that irq handlers are indeed running in hardirq context | Peter Zijlstra | 2009-03-03 | 1 | -0/+2 | |
| * | | | | Merge branch 'linus' into irq/genirq | Ingo Molnar | 2009-03-02 | 4 | -10/+25 | |
| |\ \ \ \ | | |/ / / | ||||||
| * | | | | irq: name 'p' variables a bit better | Ingo Molnar | 2009-02-17 | 1 | -11/+11 | |
| * | | | | irq: further clean up the free_irq() code flow | Ingo Molnar | 2009-02-17 | 1 | -7/+4 | |
| * | | | | irq: refactor and clean up the free_irq() code flow | Ingo Molnar | 2009-02-15 | 1 | -47/+54 | |
| * | | | | irq: clean up manage.c | Ingo Molnar | 2009-02-15 | 1 | -6/+7 | |
| | | | | | ||||||
| \ \ \ \ | ||||||
| \ \ \ \ | ||||||
| \ \ \ \ | ||||||
*---. \ \ \ \ | Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core | Ingo Molnar | 2009-02-13 | 6 | -29/+48 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | |_|_|/ / / |/| | | | | | ||||||
| | | * | | | kernel/irq: fix sparse warning: make symbol static | Hannes Eder | 2009-02-09 | 1 | -5/+5 | |
| |_|/ / / |/| | | | | ||||||
| | * | | | irq: optimize init_kstat_irqs/init_copy_kstat_irqs | Yinghai Lu | 2009-02-09 | 2 | -17/+14 | |
| | * | | | irq: clear kstat_irqs | Yinghai Lu | 2009-02-09 | 3 | -0/+7 | |
| | * | | | sparseirq: make some func to be used with genirq | Yinghai Lu | 2009-01-11 | 1 | -3/+4 | |
| | | |/ | | |/| | ||||||
| * | | | irq: use GFP_KERNEL for action allocation in request_irq() | Johannes Weiner | 2009-02-13 | 1 | -1/+1 | |
| * | | | irq: provide debug_poll_all_shared_irqs() method under CONFIG_DEBUG_SHIRQ | Ingo Molnar | 2009-01-16 | 1 | -1/+13 | |
| * | | | Merge branch 'linus' into irq/genirq | Ingo Molnar | 2009-01-16 | 8 | -81/+115 | |
| |\ \ \ | | |/ / | ||||||
| * | | | genirq: check chip->ack before calling | Wang Chen | 2008-12-29 | 1 | -2/+4 | |
* | | | | Merge branch 'core/xen' into x86/urgent | Ingo Molnar | 2009-02-04 | 3 | -9/+19 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-01-31 | 1 | -0/+2 | |
| |\ \ \ \ | | |_|_|/ | |/| | | | ||||||
| | * | | | irq: export __set_irq_handler() and handle_level_irq() | Ingo Molnar | 2009-01-14 | 1 | -0/+2 | |
| | | |/ | | |/| | ||||||
| * | | | cpumask fallout: Initialize irq_default_affinity earlier | David Daney | 2009-01-27 | 2 | -8/+16 |