aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/manage.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-13Merge branch 'linus' into irq/coreThomas Gleixner1-7/+39
2012-03-09genirq: Get rid of unnecessary IRQTF_DIED flagAlexander Gordeev1-10/+1
2012-03-09genirq: No need to check IRQTF_DIED before stopping a thread handlerAlexander Gordeev1-4/+2
2012-03-09genirq: Get rid of unnecessary irqaction field in task_structAlexander Gordeev1-8/+11
2012-03-09genirq: Fix incorrect check for forced IRQ thread handlerAlexander Gordeev1-1/+1
2012-03-06genirq: Clear action->thread_mask if IRQ_ONESHOT is not setThomas Gleixner1-6/+38
2012-02-15genirq: Handle pending irqs in irq_startup()Thomas Gleixner1-1/+1
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-12-02genirq: Fix race condition when stopping the irq threadIdo Yariv1-1/+4
2011-11-17genirq: Don't allow per cpu interrupts to be suspendedMarc Zyngier1-1/+1
2011-11-13Merge branch 'master' into for-nextJiri Kosina1-9/+209
2011-10-29irq: Fix comment typo ist->isJavi Merino1-1/+1
2011-10-04genirq: Fix fatfinered fixup reallyThomas Gleixner1-1/+1
2011-10-03genirq: percpu: allow interrupt type to be set at enable timeMarc Zyngier1-1/+14
2011-10-03genirq: Add support for per-cpu dev_id interruptsMarc Zyngier1-9/+193
2011-09-12genirq: Add IRQCHIP_SKIP_SET_WAKE flagSantosh Shilimkar1-0/+3
2011-08-23Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified"Linus Torvalds1-1/+0
2011-07-28irq: Track the owner of irq descriptorSebastian Andrzej Siewior1-4/+13
2011-07-28irq: Always set IRQF_ONESHOT if no primary handler is specifiedSebastian Andrzej Siewior1-0/+1
2011-06-10genirq: Prevent potential NULL dereference in irq_set_irq_wake()Jesper Juhl1-0/+3
2011-06-03irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior1-6/+18
2011-04-23genirq: Support per-IRQ thread disabling.Paul Mundt1-1/+2
2011-04-02genirq: Fix cpumask leak in __setup_irq()Xiaotian Feng1-0/+1
2011-03-29genirq: Remove compat codeThomas Gleixner1-9/+1
2011-03-29genirq: Fix harmless typoThomas Gleixner1-1/+1
2011-03-29genirq; Fix cleanup falloutThomas Gleixner1-8/+8
2011-03-28genirq: Fix new kernel-doc warningsRandy Dunlap1-1/+1
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner1-16/+14
2011-03-27genirq: Split irq_set_affinity() so it can be called with lock held.David Daney1-18/+30
2011-03-17genirq: Fix incorrect unlock in __setup_irq()Dan Carpenter1-1/+1
2011-02-26genirq: Provide forced interrupt threadingThomas Gleixner1-4/+63
2011-02-25genirq: Allow shared oneshot interruptsThomas Gleixner1-6/+4
2011-02-25genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner1-6/+48
2011-02-21genirq: Add missing break in __irq_set_trigger()Thomas Gleixner1-0/+1
2011-02-19genirq: Use irq_get/put functionsThomas Gleixner1-50/+31
2011-02-19genirq: Remove real old transition functionsThomas Gleixner1-13/+1
2011-02-19genirq: Move wakeup state to irq_dataThomas Gleixner1-2/+2
2011-02-19genirq: Add IRQCHIP_SET_TYPE_MASKED flagThomas Gleixner1-3/+13
2011-02-19genirq: Wrap the remaning IRQ_* flagsThomas Gleixner1-7/+7
2011-02-19genirq: Mirror irq trigger type bits in irq_data.stateThomas Gleixner1-17/+27
2011-02-19genirq: Move IRQ_AFFINITY_SET to coreThomas Gleixner1-4/+7
2011-02-19genirq: Reuse existing can set affinty checkThomas Gleixner1-2/+2
2011-02-19genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner1-6/+10
2011-02-19genirq: Remove CHECK_IRQ_PER_CPU from core codeThomas Gleixner1-2/+2
2011-02-19genirq: Remove CONFIG_IRQ_PER_CPUThomas Gleixner1-6/+3
2011-02-19genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner1-2/+2
2011-02-19genirq: Move IRQ_WAKEUP to coreThomas Gleixner1-2/+2
2011-02-19genirq: Move IRQ_SUSPENDED to coreThomas Gleixner1-4/+4
2011-02-19genirq: Move IRQ_MASKED to coreThomas Gleixner1-2/+3
2011-02-19genirq: Move IRQ_PENDING flag to coreThomas Gleixner1-2/+3
2011-02-19genirq: Move IRQ_DISABLED to coreThomas Gleixner1-2/+2
2011-02-19genirq: Move IRQ_REPLAY and IRQ_WAITING to coreThomas Gleixner1-2/+2
2011-02-19genirq: Move IRQ_ONESHOT to coreThomas Gleixner1-4/+4
2011-02-19genirq: Add IRQ_INPROGRESS to coreThomas Gleixner1-8/+9
2011-02-19genirq: Move IRQ_SPURIOUS_DISABLED to core stateThomas Gleixner1-5/+4
2011-02-19genirq: Move IRQ_AUTODETECT to internal stateThomas Gleixner1-1/+2
2011-02-19genirq: Fixup core code namespace falloutThomas Gleixner1-1/+1
2011-02-19genirq: Consolidate IRQ_DISABLEDThomas Gleixner1-6/+3
2011-02-19genirq: Remove default magicThomas Gleixner1-2/+2
2011-02-19genirq: Consolidate disable/enableThomas Gleixner1-1/+1
2011-02-19genirq: Consolidate startup/shutdown of interruptsThomas Gleixner1-9/+5
2011-02-19genirq: Remove bogus conditionalThomas Gleixner1-4/+1
2011-02-19genirq: Remove redundant thread affinity settingThomas Gleixner1-2/+0
2011-02-19genirq: Do not copy affinity before setThomas Gleixner1-13/+34
2011-02-19genirq: Always apply cpu online maskThomas Gleixner1-6/+6
2011-02-19genirq: Rremove redundant checkThomas Gleixner1-1/+2
2011-02-19genirq: Simplify affinity related codeThomas Gleixner1-23/+41
2011-02-19genirq: Namespace cleanupThomas Gleixner1-3/+3
2011-02-19genirq: Add missing buslock to set_irq_type(), set_irq_wake()Thomas Gleixner1-0/+2
2011-02-19Merge branch 'irq/urgent' into irq/coreThomas Gleixner1-1/+1
2011-02-19genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner1-1/+1
2011-02-11Merge branch 'irq/for-mips' into irq/coreThomas Gleixner1-1/+6
2011-02-11genirq: Call bus_lock/unlock functions in setup_irq()David Daney1-1/+6
2011-02-08Merge branch 'irq/for-xen' into irq/coreThomas Gleixner1-1/+10
2011-02-08genirq: Add IRQF_FORCE_RESUMEThomas Gleixner1-1/+10
2011-01-31genirq: Fix affinity notifier falloutThomas Gleixner1-1/+1
2011-01-22genirq: Add IRQ affinity notifiersBen Hutchings1-0/+82
2011-01-07sched: Constify function scope static struct sched_param usagePeter Zijlstra1-1/+1
2010-11-18Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar1-0/+4
2010-10-23sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro1-1/+3
2010-10-22genirq: Warn if enable_irq is called before irq is set upThomas Gleixner1-0/+4
2010-10-04genirq: Provide compat handling for chip->set_wake()Thomas Gleixner1-2/+2
2010-10-04genirq: Provide compat handling for chip->set_type()Thomas Gleixner1-5/+5
2010-10-04genirq: Provide compat handling for chip->set_affinity()Thomas Gleixner1-5/+6
2010-10-04genirq: Provide compat handling for chip->startup()Thomas Gleixner1-1/+1
2010-10-04genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner1-4/+4
2010-10-04genirq: Provide compat handling for chip->unmask()Thomas Gleixner1-1/+1
2010-10-04genirq: Provide compat handling for bus_lock/bus_sync_unlockThomas Gleixner1-11/+11
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner1-27/+27
2010-07-29irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell1-1/+1
2010-06-09genirq: Deal with desc->set_type() changing desc->chipThomas Gleixner1-0/+3
2010-05-03genirq: Add CPU mask affinity hintPeter P Waskiewicz Jr1-0/+22
2010-04-13genirq: Remove IRQF_DISABLED from core codeThomas Gleixner1-30/+0
2010-04-13genirq: Introduce request_any_context_irq()Marc Zyngier1-0/+37
2010-03-31genirq: Force MSI irq handlers to run with interrupts disabledThomas Gleixner1-0/+10
2010-03-24genirq: Protect access to irq_desc->action in can_request_irq()Thomas Gleixner1-0/+4
2010-03-10genirq: Prevent oneshot irq thread raceThomas Gleixner1-0/+18
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-25/+25
2009-12-08Merge branches 'timers-for-linus-ntp' and 'irq-core-for-linus' of git://git.k...Linus Torvalds1-1/+1
2009-09-11Merge branch 'irq-threaded-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-8/+94
2009-08-18genirq: Wake up irq thread after action has been installedThomas Gleixner1-2/+8
2009-08-17genirq: Support nested threaded irq handlingThomas Gleixner1-3/+31
2009-08-17genirq: Add buslock supportThomas Gleixner1-1/+18
2009-08-17genirq: Add oneshot supportThomas Gleixner1-4/+45
2009-08-13genirq: prevent wakeup of freed irq threadLinus Torvalds1-10/+7
2009-07-22genirq: Fix UP compile failure caused by irq_thread_check_affinityBruno Premont1-0/+5
2009-07-21genirq: Delegate irq affinity setting to the irq threadThomas Gleixner1-6/+44
2009-06-20Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2009-05-12genirq: fix comment to say IRQ_WAKE_THREADSteven Rostedt1-1/+1
2009-04-28irq: only update affinity if ->set_affinity() is sucessfullYinghai Lu1-6/+11
2009-04-23genirq: do not execute DEBUG_SHIRQ when irq setup failedLuis Henriques1-1/+1
2009-04-14x86, irq: Remove IRQ_DISABLED check in process context IRQ movePallipadi, Venkatesh1-3/+2
2009-04-06Merge branch 'linus' into irq/threadedIngo Molnar1-7/+24
2009-03-30PM: Introduce functions for suspending and resuming device interruptsRafael J. Wysocki1-7/+24
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-6/+6
2009-03-24genirq: threaded irq handlers review fixupsThomas Gleixner1-10/+7
2009-03-24genirq: add threaded interrupt handler supportThomas Gleixner1-13/+179
2009-03-23Merge branch 'cpus4096' into irq/threadedThomas Gleixner1-6/+6
2009-03-16Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar1-78/+104
2009-03-13genirq: use kzalloc instead of explicit zero initializationThomas Gleixner1-3/+1
2009-03-13genirq: remove redundant if conditionThomas Gleixner1-1/+1
2009-03-12irq: export remove_irq() and setup_irq() symbolsMagnus Damm1-0/+2
2009-03-12irq: match remove_irq() args with setup_irq()Magnus Damm1-9/+17
2009-03-12irq: add remove_irq() for freeing of setup_irq() irqsMagnus Damm1-13/+26
2009-03-02Merge branch 'linus' into irq/genirqIngo Molnar1-9/+1
2009-02-17irq: name 'p' variables a bit betterIngo Molnar1-11/+11
2009-02-17irq: further clean up the free_irq() code flowIngo Molnar1-7/+4
2009-02-15irq: refactor and clean up the free_irq() code flowIngo Molnar1-47/+54
2009-02-15irq: clean up manage.cIngo Molnar1-6/+7
2009-02-13Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar1-6/+6
2009-02-13irq: use GFP_KERNEL for action allocation in request_irq()Johannes Weiner1-1/+1
2009-02-09kernel/irq: fix sparse warning: make symbol staticHannes Eder1-5/+5
2009-01-30Merge branch 'linus' into core/percpuIngo Molnar1-9/+1
2009-01-28Merge branch 'core/percpu' into x86/coreIngo Molnar1-6/+6
2009-01-27cpumask fallout: Initialize irq_default_affinity earlierDavid Daney1-8/+0
2009-01-27Make irq_*_affinity depend on CONFIG_GENERIC_HARDIRQS too.David Daney1-1/+1
2009-01-11cpumask: update irq_desc to use cpumask_var_tMike Travis1-6/+6
2009-01-01cpumask: convert kernel/irqRusty Russell1-2/+9
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell1-6/+21
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+9
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-12/+10
2008-12-04Merge commit 'v2.6.28-rc7' into core/lockingIngo Molnar1-15/+53
2008-12-02genirq: warn when IRQF_DISABLED may be ignoredDavid Brownell1-0/+12
2008-12-02genirq: record IRQ_LEVEL in irq_desc[]David Brownell1-6/+9
2008-11-13genirq: __irq_set_trigger: change pr_warning to pr_debugMark Nelson1-1/+1
2008-11-09irq: fix typoIngo Molnar1-1/+1
2008-11-09genirq: fix the affinity setting in setup_irqThomas Gleixner1-5/+5
2008-11-09genirq: keep affinities set from userspace across free/request_irq()Thomas Gleixner1-10/+48
2008-10-16genirq: cleanup the sparseirq modificationsThomas Gleixner1-15/+23
2008-10-16x86: HPET_MSI change IRQ affinity in process context when it is disabledvenkatesh.pallipadi@intel.com1-1/+2
2008-10-16x86: remove irqbalance in kernel for 32 bitYinghai Lu1-3/+0
2008-10-16x86_64: rename irq_desc/irq_desc_allocYinghai Lu1-8/+8
2008-10-16irq: remove >= nr_irqs checking with config_have_sparse_irqYinghai Lu1-16/+27
2008-10-16irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu1-1/+1
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu1-15/+20
2008-10-16irq: introduce nr_irqsYinghai Lu1-8/+8
2008-10-16Merge branch 'linus' into genirqIngo Molnar1-1/+8
2008-10-02genirq: record trigger typeDavid Brownell1-3/+18
2008-10-02Merge commit 'v2.6.27-rc8' into genirqIngo Molnar1-39/+72
2008-09-06genirq: irq_chip->startup() usage in setup_irq and set_irq_chained handlerPawel MOLL1-4/+1
2008-08-22genirq: fix irq_desc->depth handling with DEBUG_SHIRQAnton Vorontsov1-7/+10
2008-08-14Merge branch 'linus' into x86/coreIngo Molnar1-1/+2
2008-08-05genirq: better warning on irqchip->set_type() failureDavid Brownell1-1/+2
2008-07-30Merge commit 'v2.6.27-rc1' into x86/coreIngo Molnar1-2/+1
2008-07-26Use WARN() in kernel/irq/manage.cArjan van de Ven1-2/+1
2008-07-26Merge branch 'x86/x2apic' into x86/coreIngo Molnar1-1/+8
2008-07-25kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN()Arjan van de Ven1-3/+1
2008-07-25Merge branch 'linus' into x86/x2apicIngo Molnar1-34/+69
2008-07-24generic irqs: handle failure of irqchip->set_type in setup_irqUwe Kleine-König1-22/+42
2008-07-23set_irq_wake: fix return code and wake status trackingUwe Kleine-König1-12/+27
2008-07-18Merge branch 'linus' into x86/x2apicIngo Molnar1-5/+28
2008-07-12x64, x2apic/intr-remap: generic irq migration support from process contextSuresh Siddha1-1/+8
2008-07-10genirq: remove extraneous checks in manage.cThomas Gleixner1-3/+2
2008-06-05genirq: Expose default irq affinity mask (take 3)Max Krasnyansky1-2/+26
2008-05-02genirq: reenable a nobody cared disabled irq when a new driver arrivesThomas Gleixner1-17/+32
2008-04-29kernel: explicitly include required header files under kernel/Robert P. J. Day1-0/+1
2008-01-30genirq: stackdump after the "Trying to free already-free IRQ" messageIngo Molnar1-0/+3
2007-10-23Fix synchronize_irq races with IRQ handlerHerbert Xu1-2/+18
2007-10-17Fix CONFIG_DEBUG_SHIRQ trigger on free_irq()David Woodhouse1-16/+15
2007-08-31request_irq: fix DEBUG_SHIRQ handlingJarek Poplawski1-7/+4
2007-08-22free_irq(): fix DEBUG_SHIRQ handlingAndrew Morton1-0/+2
2007-05-08IRQ: check for PERCPU flag only when adding first irqactionAhmed S. Darwish1-4/+6
2007-02-16[PATCH] Add a function to handle interrupt affinity settingThomas Gleixner1-0/+40
2007-02-16[PATCH] Add irq flag to disable balancing for an interruptThomas Gleixner1-0/+4
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner1-1/+1
2007-02-12[PATCH] kernel: shut up the IRQ mismatch messagesAlan Cox1-0/+2
2007-02-12[PATCH] Debug shared irqsDavid Woodhouse1-0/+33
2007-02-11[PATCH] sort the devres mess outAl Viro1-86/+0
2007-02-09devres: device resource managementTejun Heo1-0/+86
2007-01-23Clear spurious irq stat information when adding irq handlerLinus Torvalds1-0/+3
2006-11-14[PATCH] setup_irq(): better mismatch debuggingAndrew Morton1-2/+7
2006-10-05IRQ: Typedef the IRQ handler function typeDavid Howells1-3/+1
2006-07-31[PATCH] genirq: {en,dis}able_irq_wake() need refcounting tooDavid Brownell1-2/+26
2006-07-03[PATCH] lockdep: coreIngo Molnar1-0/+6
2006-07-02[PATCH] genirq:fixup missing SA_PERCPU replacementThomas Gleixner1-2/+2
2006-07-02[PATCH] irq-flags: generic irq: Use the new IRQF_ constantsThomas Gleixner1-19/+19
2006-07-01[PATCH] IRQ: warning message cleanupBjorn Helgaas1-6/+7
2006-07-01[PATCH] IRQ: Use SA_PERCPU_IRQ, not IRQ_PER_CPU, for irqaction.flagsBjorn Helgaas1-1/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[PATCH] genirq: cleanup: no_irq_type -> no_irq_chip renameIngo Molnar1-1/+1