Merge branches 'timers-for-linus-ntp' and 'irq-core-for-linus' of git://git.kernel...
[safe/jmp/linux-2.6] / kernel / irq / manage.c
2009-12-09 Linus TorvaldsMerge branches 'timers-for-linus-ntp' and 'irq-core...
2009-09-11 Linus TorvaldsMerge branch 'irq-threaded-for-linus' of git://git...
2009-08-18 Thomas Gleixnergenirq: Wake up irq thread after action has been installed
2009-08-17 Thomas Gleixnergenirq: Support nested threaded irq handling
2009-08-17 Thomas Gleixnergenirq: Add buslock support
2009-08-17 Thomas Gleixnergenirq: Add oneshot support
2009-08-13 Linus Torvaldsgenirq: prevent wakeup of freed irq thread
2009-07-22 Bruno Premontgenirq: Fix UP compile failure caused by irq_thread_che...
2009-07-21 Thomas Gleixnergenirq: Delegate irq affinity setting to the irq thread
2009-06-20 Linus TorvaldsMerge branch 'irq-fixes-for-linus' of git://git./linux...
2009-05-12 Steven Rostedtgenirq: fix comment to say IRQ_WAKE_THREAD
2009-04-28 Yinghai Luirq: only update affinity if ->set_affinity() is sucessfull
2009-04-23 Luis Henriquesgenirq: do not execute DEBUG_SHIRQ when irq setup failed
2009-04-14 Pallipadi, Venkateshx86, irq: Remove IRQ_DISABLED check in process context...
2009-04-05 Ingo MolnarMerge branch 'linus' into irq/threaded
2009-03-30 Rafael J. WysockiPM: Introduce functions for suspending and resuming...
2009-03-27 Ingo MolnarMerge branch 'core/percpu' into percpu-cpumask-x86...
2009-03-24 Thomas Gleixnergenirq: threaded irq handlers review fixups
2009-03-24 Thomas Gleixnergenirq: add threaded interrupt handler support
2009-03-23 Thomas GleixnerMerge branch 'cpus4096' into irq/threaded
2009-03-16 Ingo MolnarMerge branches 'irq/genirq' and 'linus' into irq/core
2009-03-13 Thomas Gleixnergenirq: use kzalloc instead of explicit zero initialization
2009-03-13 Thomas Gleixnergenirq: remove redundant if condition
2009-03-12 Magnus Dammirq: export remove_irq() and setup_irq() symbols
2009-03-12 Magnus Dammirq: match remove_irq() args with setup_irq()
2009-03-12 Magnus Dammirq: add remove_irq() for freeing of setup_irq() irqs
2009-03-02 Ingo MolnarMerge branch 'linus' into irq/genirq
2009-02-17 Ingo Molnarirq: name 'p' variables a bit better
2009-02-17 Ingo Molnarirq: further clean up the free_irq() code flow
2009-02-15 Ingo Molnarirq: refactor and clean up the free_irq() code flow
2009-02-15 Ingo Molnarirq: clean up manage.c
2009-02-13 Ingo MolnarMerge branches 'irq/genirq', 'irq/sparseirq' and 'irq...
2009-02-13 Johannes Weinerirq: use GFP_KERNEL for action allocation in request_irq()
2009-02-11 Ingo MolnarMerge commit 'v2.6.29-rc4' into perfcounters/core
2009-02-09 Hannes Ederkernel/irq: fix sparse warning: make symbol static
2009-01-30 Ingo MolnarMerge branch 'linus' into core/percpu
2009-01-28 Ingo MolnarMerge branch 'core/percpu' into x86/core
2009-01-28 David Daneycpumask fallout: Initialize irq_default_affinity earlier
2009-01-28 David DaneyMake irq_*_affinity depend on CONFIG_GENERIC_HARDIRQS...
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 Russellcpumask: convert kernel/irq
2008-12-31 Rusty RussellMerge branch 'master' of git://git./linux/kernel/git...
2008-12-31 Linus TorvaldsMerge branch 'irq-core-for-linus' of git://git./linux...
2008-12-29 Yinghai Lusparseirq: move __weak symbols into separate compilatio...
2008-12-28 Ingo Molnarsparseirq: work around __weak alias bug
2008-12-13 Rusty Russellcpumask: make irq_set_affinity() take a const struct...
2008-12-04 Ingo MolnarMerge commit 'v2.6.28-rc7' into core/locking
2008-12-02 David Brownellgenirq: warn when IRQF_DISABLED may be ignored
2008-12-02 David Brownellgenirq: record IRQ_LEVEL in irq_desc[]
2008-11-13 Mark Nelsongenirq: __irq_set_trigger: change pr_warning to pr_debug
2008-11-09 Ingo Molnarirq: fix typo
2008-11-09 Thomas Gleixnergenirq: fix the affinity setting in setup_irq
2008-11-09 Thomas Gleixnergenirq: keep affinities set from userspace across free...
2008-10-16 Thomas Gleixnergenirq: cleanup the sparseirq modifications
2008-10-16 venkatesh.pallipad... x86: HPET_MSI change IRQ affinity in process context...
2008-10-16 Yinghai Lux86: remove irqbalance in kernel for 32 bit
2008-10-16 Yinghai Lux86_64: rename irq_desc/irq_desc_alloc
2008-10-16 Yinghai Luirq: remove >= nr_irqs checking with config_have_sparse_irq
2008-10-16 Yinghai Luirq: replace loop with nr_irqs with for_each_irq_desc
2008-10-16 Yinghai Lugeneric: sparse irqs: use irq_desc() together with...
2008-10-16 Yinghai Luirq: introduce nr_irqs
2008-10-16 Ingo MolnarMerge branch 'linus' into genirq
2008-10-02 David Brownellgenirq: record trigger type
2008-10-02 Ingo MolnarMerge commit 'v2.6.27-rc8' into genirq
2008-09-06 Pawel MOLLgenirq: irq_chip->startup() usage in setup_irq and...
2008-08-22 Anton Vorontsovgenirq: fix irq_desc->depth handling with DEBUG_SHIRQ
2008-08-14 Ingo MolnarMerge branch 'linus' into x86/core
2008-08-14 Ingo MolnarMerge commit 'v2.6.27-rc3' into x86/xsave
2008-08-11 Ingo MolnarMerge branch 'linus' into x86/x2apic
2008-08-05 David Brownellgenirq: better warning on irqchip->set_type() failure
2008-07-30 Ingo MolnarMerge commit 'v2.6.27-rc1' into x86/core
2008-07-26 Arjan van de VenUse WARN() in kernel/irq/manage.c
2008-07-26 Ingo MolnarMerge branch 'x86/x2apic' into x86/core
2008-07-25 Arjan van de Venkernel/irq/manage.c: replace a printk + WARN_ON() to...
2008-07-25 Ingo MolnarMerge branch 'linus' into x86/x2apic
2008-07-24 Uwe Kleine-Königgeneric irqs: handle failure of irqchip->set_type in...
2008-07-23 Uwe Kleine-Königset_irq_wake: fix return code and wake status tracking
2008-07-18 Ingo MolnarMerge branch 'linus' into x86/x2apic
2008-07-12 Suresh Siddhax64, x2apic/intr-remap: generic irq migration support...
2008-07-10 Thomas Gleixnergenirq: remove extraneous checks in manage.c
2008-06-05 Max Krasnyanskygenirq: Expose default irq affinity mask (take 3)
2008-05-02 Thomas Gleixnergenirq: reenable a nobody cared disabled irq when a...
2008-04-29 Robert P. J. Daykernel: explicitly include required header files under...
2008-01-30 Ingo Molnargenirq: stackdump after the "Trying to free already...
2007-10-23 Herbert XuFix synchronize_irq races with IRQ handler
2007-10-17 David WoodhouseFix CONFIG_DEBUG_SHIRQ trigger on free_irq()
2007-08-31 Jarek Poplawskirequest_irq: fix DEBUG_SHIRQ handling
2007-08-23 Andrew Mortonfree_irq(): fix DEBUG_SHIRQ handling
2007-05-08 Ahmed S. DarwishIRQ: check for PERCPU flag only when adding first irqaction
2007-02-16 Thomas Gleixner[PATCH] Add a function to handle interrupt affinity...
2007-02-16 Thomas Gleixner[PATCH] Add irq flag to disable balancing for an interrupt
2007-02-14 Thomas Gleixner[PATCH] Scheduled removal of SA_xxx interrupt flags...
2007-02-12 Alan Cox[PATCH] kernel: shut up the IRQ mismatch messages
2007-02-12 David Woodhouse[PATCH] Debug shared irqs
2007-02-11 Al Viro[PATCH] sort the devres mess out
2007-02-09 Tejun Heodevres: device resource management
2007-01-23 Linus TorvaldsClear spurious irq stat information when adding irq...
2006-11-14 Andrew Morton[PATCH] setup_irq(): better mismatch debugging
2006-10-05 David HowellsIRQ: Typedef the IRQ handler function type
next