summaryrefslogtreecommitdiffstats
path: root/kernel/irq/manage.c
Commit message (Expand)AuthorAgeFilesLines
* genirq: Wake up irq thread after action has been installedThomas Gleixner2009-08-181-2/+8
* genirq: prevent wakeup of freed irq threadLinus Torvalds2009-08-131-10/+7Star
* genirq: Fix UP compile failure caused by irq_thread_check_affinityBruno Premont2009-07-221-0/+5
* genirq: Delegate irq affinity setting to the irq threadThomas Gleixner2009-07-211-6/+44
* Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-201-1/+1
|\
| * genirq: fix comment to say IRQ_WAKE_THREADSteven Rostedt2009-05-121-1/+1
* | irq: only update affinity if ->set_affinity() is sucessfullYinghai Lu2009-04-281-6/+11
|/
* x86, irq: Remove IRQ_DISABLED check in process context IRQ movePallipadi, Venkatesh2009-04-141-3/+2Star
* Merge branch 'linus' into irq/threadedIngo Molnar2009-04-061-7/+24
|\
| * PM: Introduce functions for suspending and resuming device interruptsRafael J. Wysocki2009-03-301-7/+24
| * Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-6/+6
| |\
| | * Merge branch 'linus' into core/percpuIngo Molnar2009-01-301-9/+1Star
| | |\
* | | | genirq: threaded irq handlers review fixupsThomas Gleixner2009-03-241-10/+7Star
* | | | genirq: add threaded interrupt handler supportThomas Gleixner2009-03-241-13/+179
* | | | Merge branch 'cpus4096' into irq/threadedThomas Gleixner2009-03-231-6/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'core/percpu' into x86/coreIngo Molnar2009-01-281-6/+6
| |\| | | | |/ | |/|
| | * cpumask: update irq_desc to use cpumask_var_tMike Travis2009-01-111-6/+6
| | |
| \ \
*-. | | Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar2009-03-161-78/+104
|\ \| |
| * | | genirq: use kzalloc instead of explicit zero initializationThomas Gleixner2009-03-131-3/+1Star
| * | | genirq: remove redundant if conditionThomas Gleixner2009-03-131-1/+1
| * | | irq: export remove_irq() and setup_irq() symbolsMagnus Damm2009-03-121-0/+2
| * | | irq: match remove_irq() args with setup_irq()Magnus Damm2009-03-121-9/+17
| * | | irq: add remove_irq() for freeing of setup_irq() irqsMagnus Damm2009-03-121-13/+26
| * | | Merge branch 'linus' into irq/genirqIngo Molnar2009-03-021-9/+1Star
| |\| |
| * | | irq: name 'p' variables a bit betterIngo Molnar2009-02-171-11/+11
| * | | irq: further clean up the free_irq() code flowIngo Molnar2009-02-171-7/+4Star
| * | | irq: refactor and clean up the free_irq() code flowIngo Molnar2009-02-151-47/+54
| * | | irq: clean up manage.cIngo Molnar2009-02-151-6/+7
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar2009-02-131-6/+6
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | / | | | |/ | | |/|
| | | * kernel/irq: fix sparse warning: make symbol staticHannes Eder2009-02-091-5/+5
| |_|/ |/| |
| * | irq: use GFP_KERNEL for action allocation in request_irq()Johannes Weiner2009-02-131-1/+1
| |/
* | cpumask fallout: Initialize irq_default_affinity earlierDavid Daney2009-01-281-8/+0Star
* | Make irq_*_affinity depend on CONFIG_GENERIC_HARDIRQS too.David Daney2009-01-281-1/+1
|/
* cpumask: convert kernel/irqRusty Russell2009-01-011-2/+9
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-311-6/+21
|\
| * Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-311-6/+9
| |\
| | * genirq: record IRQ_LEVEL in irq_desc[]David Brownell2008-12-021-6/+9
| * | Merge commit 'v2.6.28-rc7' into core/lockingIngo Molnar2008-12-041-15/+53
| |\|
| * | genirq: warn when IRQF_DISABLED may be ignoredDavid Brownell2008-12-021-0/+12
* | | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-131-12/+10Star
| |/ |/|
* | genirq: __irq_set_trigger: change pr_warning to pr_debugMark Nelson2008-11-131-1/+1
* | irq: fix typoIngo Molnar2008-11-091-1/+1
* | genirq: fix the affinity setting in setup_irqThomas Gleixner2008-11-091-5/+5
* | genirq: keep affinities set from userspace across free/request_irq()Thomas Gleixner2008-11-091-10/+48
|/
* genirq: cleanup the sparseirq modificationsThomas Gleixner2008-10-161-15/+23
* x86: HPET_MSI change IRQ affinity in process context when it is disabledvenkatesh.pallipadi@intel.com2008-10-161-1/+2
* x86: remove irqbalance in kernel for 32 bitYinghai Lu2008-10-161-3/+0Star
* x86_64: rename irq_desc/irq_desc_allocYinghai Lu2008-10-161-8/+8
* irq: remove >= nr_irqs checking with config_have_sparse_irqYinghai Lu2008-10-161-16/+27
* irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu2008-10-161-1/+1