aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/handle.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-07irq: remove unused flags argument from __handle_irq_event_percpu()Sebastian Andrzej Siewior1-7/+2
2022-01-07random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior1-1/+1
2021-10-25irq: add generic_handle_arch_irq()Mark Rutland1-0/+18
2021-05-17genirq: Add a IRQF_NO_DEBUG flagThomas Gleixner1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-03-30Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra1-0/+7
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-1/+1
2019-01-15genirq: Correctly annotate implicit fall throughMathieu Malaterre1-1/+1
2018-03-20genirq: Add missing SPDX identifiersThomas Gleixner1-0/+1
2018-03-20genirq: Cleanup top of file commentsThomas Gleixner1-5/+2
2018-03-14genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt1-0/+15
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2017-06-24genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano1-0/+2
2017-05-16irq: update genericirq book locationMauro Carvalho Chehab1-1/+1
2016-06-18genirq: Add untracked irq handlerKeith Busch1-4/+14
2016-02-15genirq: Use a common macro to go through the actions listDaniel Lezcano1-4/+2
2016-01-14genirq: Validate action before dereferencing it in handle_irq_event_percpu()Thomas Gleixner1-2/+3
2015-10-13Merge branch 'linus' into irq/coreThomas Gleixner1-1/+1
2015-10-09genirq: Fix handle_bad_irq kerneldoc commentArnd Bergmann1-1/+0
2015-10-09genirq: Export handle_bad_irqArnd Bergmann1-0/+1
2015-09-22genirq: Remove the second parameter from handle_irq_event_percpu()Huang Shijie1-4/+3
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+3
2015-07-11genirq: Remove the irq argument from note_interrupt()Jiang Liu1-1/+1
2015-07-11genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()Jiang Liu1-1/+1
2014-03-22genirq: Export symbol no_action()Alexander Shiyan1-0/+1
2014-02-19genirq: Provide irq_wake_thread()Thomas Gleixner1-2/+2
2012-07-14random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o1-4/+3
2012-03-29genirq: Minor readablity improvement in irq_wake_thread()Alexander Gordeev1-6/+10
2012-03-14genirq: Flush the irq thread on synchronizationIdo Yariv1-0/+12
2012-03-09genirq: Get rid of unnecessary IRQTF_DIED flagAlexander Gordeev1-1/+1
2011-06-03irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior1-6/+0
2011-03-29genirq: Remove compat codeThomas Gleixner1-3/+0
2011-03-28genirq: Remove handle_IRQ_eventThomas Gleixner1-12/+0
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner1-2/+2
2011-02-25genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner1-13/+63
2011-02-25genirq: Make warning in handle_percpu_event usefulThomas Gleixner1-1/+2
2011-02-22genirq: Use the correct variable for note_interruptThomas Gleixner1-7/+9
2011-02-19genirq: Force wrapped access to desc->status in core codeThomas Gleixner1-3/+3
2011-02-19genirq: Move IRQ_PENDING flag to coreThomas Gleixner1-1/+2
2011-02-19genirq: Add IRQ_INPROGRESS to coreThomas Gleixner1-2/+4
2011-02-19genirq: Simplify handle_irq_event()Thomas Gleixner1-13/+6
2011-02-19genirq: Implement handle_irq_event()Thomas Gleixner1-8/+39
2011-02-19genirq: Warn when handler enables interruptsThomas Gleixner1-1/+3
2011-01-21genirq: Remove __do_IRQThomas Gleixner1-111/+0
2010-10-12genirq: Distangle kernel/irq/handle.cThomas Gleixner1-331/+2
2010-10-04genirq: Provide config option to disable deprecated codeThomas Gleixner1-2/+7
2010-10-04genirq: Provide compat handling for chip->startup()Thomas Gleixner1-7/+0
2010-10-04genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner1-4/+0
2010-10-04genirq: Provide compat handling for chip->enable()Thomas Gleixner1-2/+0
2010-10-04genirq: Provide compat handling for chip->ack()Thomas Gleixner1-10/+0
2010-10-04genirq: Provide compat handling for chip->unmask()Thomas Gleixner1-1/+0
2010-10-04genirq: Provide compat handling for chip->mask()Thomas Gleixner1-1/+0
2010-10-04genirq: Add new functions to dummy chipsThomas Gleixner1-17/+42
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner1-8/+8
2010-10-04genirq: Create irq_dataThomas Gleixner1-20/+19
2010-04-13genirq: Run irq handlers with interrupts disabledIngo Molnar1-3/+0
2010-02-17sparseirq: Use radix_tree instead of ptrs arrayYinghai Lu1-24/+25
2010-02-17sparseirq: Change irq_desc_ptrs to staticYinghai Lu1-1/+6
2010-02-17irq: Remove unnecessary bootmem codeYinghai Lu1-11/+3
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-11/+11
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-08-29irq: Make sure irq_desc for legacy irq get correct node settingYinghai Lu1-1/+4
2009-06-12irq: slab alloc for default irq_affinityYinghai Lu1-1/+1
2009-06-11irq: use kcalloc() instead of the bootmem allocatorPekka Enberg1-1/+1
2009-06-11irq/cpumask: make memoryless node zero happyYinghai Lu1-4/+5
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+1
2009-05-23sparseirq: Allow early irq_desc allocationPaul Mundt1-4/+14
2009-05-12Merge branch 'x86/apic' into irq/numaIngo Molnar1-2/+0
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar1-2/+0
2009-05-01Revert "genirq: assert that irq handlers are indeed running in hardirq context"Thomas Gleixner1-2/+0
2009-04-29tracing: fix build failure on s390Heiko Carstens1-2/+0
2009-04-28x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu1-17/+11
2009-04-28x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESCYinghai Lu1-7/+2
2009-04-28irq, cpumask: correct CPUMASKS_OFFSTACK typo and fix falloutYinghai Lu1-3/+6
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt1-1/+1
2009-04-14tracing: create automated trace definesSteven Rostedt1-4/+3
2009-04-06Merge branch 'linus' into irq/threadedIngo Molnar1-0/+6
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-0/+6
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-21/+33
2009-03-24genirq: threaded irq handlers review fixupsThomas Gleixner1-5/+24
2009-03-24genirq: add threaded interrupt handler supportThomas Gleixner1-1/+30
2009-03-23Merge branch 'cpus4096' into irq/threadedThomas Gleixner1-21/+33
2009-03-16Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar1-0/+7
2009-03-13genirq: deprecate __do_IRQThomas Gleixner1-0/+5
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar1-22/+35
2009-03-03genirq: assert that irq handlers are indeed running in hardirq contextPeter Zijlstra1-0/+2
2009-02-26tracing, genirq: add irq enter and exit trace eventsJason Baron1-0/+6
2009-02-13Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar1-12/+20
2009-02-09irq: optimize init_kstat_irqs/init_copy_kstat_irqsYinghai Lu1-9/+11
2009-02-09irq: clear kstat_irqsYinghai Lu1-0/+5
2009-01-30Merge branch 'linus' into core/percpuIngo Molnar1-0/+16
2009-01-28Merge branch 'core/percpu' into x86/coreIngo Molnar1-22/+35
2009-01-27cpumask fallout: Initialize irq_default_affinity earlierDavid Daney1-0/+16
2009-01-12x86: arch_probe_nr_irqsYinghai Lu1-7/+2
2009-01-11cpumask, irq: non-x86 build failuresMike Travis1-0/+5
2009-01-11kstat: modify kstat_irqs_legacy to be variable sizedMike Travis1-3/+7
2009-01-11irq: initialize nr_irqs based on nr_cpu_idsMike Travis1-0/+3
2009-01-11irq: allocate irq_desc_ptrs array based on nr_irqsMike Travis1-2/+9
2009-01-11irq: use WARN() instead of WARN_ON().Mike Travis1-3/+2
2009-01-11irq: change references from NR_IRQS to nr_irqsMike Travis1-5/+9
2009-01-11cpumask: fix bug in use cpumask_var_t in irq_descMike Travis1-7/+1
2009-01-11cpumask: update irq_desc to use cpumask_var_tMike Travis1-12/+14
2009-01-11sparseirq: make some func to be used with genirqYinghai Lu1-3/+4
2008-12-29sparseirq: work around __weak alias bugIngo Molnar1-5/+0
2008-12-27sparseirq: fix hang with !SPARSE_IRQYinghai Lu1-0/+15
2008-12-27sparseirq: set lock_class for legacy irq when sparse_irq is selectedYinghai Lu1-0/+1
2008-12-27sparseirq: work around compiler optimizing away __weak functionsYinghai Lu1-3/+4
2008-12-27sparseirq: fix desc->lock initIngo Molnar1-0/+2
2008-12-26sparseirq: remove duplicated arch_early_irq_init()Yinghai Lu1-4/+0
2008-12-26irq: simplify for_each_irq_desc() usageKOSAKI Motohiro1-3/+0
2008-12-26proc: remove ifdef CONFIG_SPARSE_IRQ from stat.cKOSAKI Motohiro1-1/+1
2008-12-26irq: for_each_irq_desc() move to irqnr.hKOSAKI Motohiro1-2/+11
2008-12-18locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEPKOSAKI Motohiro1-5/+0
2008-12-17x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu1-5/+10
2008-12-08x86: use NR_IRQS_LEGACYYinghai Lu1-3/+3
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu1-6/+175
2008-10-16genirq: use iterators for irq_desc loopsThomas Gleixner1-2/+3
2008-10-16genirq: cleanup the sparseirq modificationsThomas Gleixner1-2/+1
2008-10-16genirq: revert dynarrayThomas Gleixner1-105/+9
2008-10-16genirq: remove sparse irq codeThomas Gleixner1-114/+0
2008-10-16genirq: use inline function for irq_to_descThomas Gleixner1-14/+0
2008-10-16x86: fix typo in irq_desc arrayYinghai Lu1-1/+1
2008-10-16fix warning: "x86: sparse_irq needs spin_lock in allocations"Andrew Morton1-2/+1
2008-10-16sparseirq: remove some debug print outYinghai Lu1-18/+0
2008-10-16sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu1-0/+10
2008-10-16x86: sparse_irq needs spin_lock in allocationsYinghai Lu1-1/+12
2008-10-16sparseirq: fix lockdepIngo Molnar1-5/+0
2008-10-16irq: separate sparse_irqs from sparse_irqs_freeYinghai Lu1-54/+61
2008-10-16x86_64: rename irq_desc/irq_desc_allocYinghai Lu1-18/+5
2008-10-16generic: add irq_desc in function in parameterYinghai Lu1-0/+30
2008-10-16irq: add irq_desc_without_newYinghai Lu1-4/+24
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu1-27/+70
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu1-13/+125
2008-10-16irq: sparse irqs, export nr_irqsIngo Molnar1-0/+1
2008-10-16irq: make irq_desc to use dyn_arrayYinghai Lu1-0/+31
2008-10-16irq: introduce nr_irqsYinghai Lu1-1/+2
2008-07-22genirq: remove last NO_IDLE_HZ leftoversThomas Gleixner1-2/+0
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison1-2/+2
2007-11-14__do_IRQ does not check IRQ_DISABLED when IRQ_PER_CPU is setRuss Anderson1-3/+5
2007-05-09Fix Linuxdoc commentJeff Dike1-1/+0
2007-05-08Add IRQF_IRQPOLL flag (common code)Bernhard Walle1-0/+2
2007-05-08Pad irq_desc to internode cacheline sizeRavikiran G Thirumalai1-1/+1
2006-12-07[PATCH] lockdep: name some old style locksPeter Zijlstra1-1/+1
2006-11-22Don't call "note_interrupt()" with irq descriptor lock heldLinus Torvalds1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-11/+8
2006-09-26[PATCH] FRV: permit __do_IRQ() to be dispensed withDavid Howells1-0/+2
2006-09-01[PATCH] kerneldoc for handle_bad_irq()Henrik Kretzschmar1-0/+5
2006-07-03[PATCH] lockdep: annotate enable_in_hardirq()Ingo Molnar1-1/+1
2006-07-03[PATCH] lockdep: annotate genirqIngo Molnar1-0/+16
2006-07-02[PATCH] genirq: ARM dyntick cleanupThomas Gleixner1-12/+1
2006-07-02Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+29
2006-07-02[PATCH] irq-flags: generic irq: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-07-01[ARM] 3690/1: genirq: Introduce and make use of dummy irq chipThomas Gleixner1-0/+16
2006-07-01[ARM] 3679/1: ARM: Make ARM dyntick implementation work with genirqThomas Gleixner1-0/+13
2006-06-29[PATCH] genirq: more verbose debugging on unexpected IRQ vectorsIngo Molnar1-0/+2
2006-06-29[PATCH] genirq: cleanup: no_irq_type -> no_irq_chip renameIngo Molnar1-3/+3
2006-06-29[PATCH] genirq: add handle_bad_irq()Ingo Molnar1-0/+1
2006-06-29[PATCH] genirq: coreThomas Gleixner1-0/+10
2006-06-29[PATCH] genirq: update copyrightsIngo Molnar1-1/+5
2006-06-29[PATCH] genirq: add IRQ_NOAUTOEN supportThomas Gleixner1-0/+1
2006-06-29[PATCH] genirq: cleanup: no_irq_type cleanupsIngo Molnar1-20/+25
2006-06-29[PATCH] genirq: doc: handle_IRQ_event() and __do_IRQ() commentsIngo Molnar1-4/+16
2006-06-29[PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsoleteIngo Molnar1-2/+2
2006-06-29[PATCH] genirq: cleanup: misc code cleanupsIngo Molnar1-2/+2
2006-06-29[PATCH] genirq: cleanup: remove fastcallIngo Molnar1-2/+2
2006-06-29[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar1-1/+4
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-7/+7
2006-06-23[PATCH] adjust handle_IRR_event() return typeJan Beulich1-2/+3
2005-09-28Don't call a NULL ack function in the generic IRQ code.Paul Mackerras1-2/+4
2005-09-07[PATCH] CHECK_IRQ_PER_CPU() to avoid dead code in __do_IRQ()Karsten Wiese1-1/+1
2005-06-28[PATCH] irqpollAlan Cox1-1/+1
2005-05-28[PATCH] drop note_interrupt() for per-CPU for proper scalingJohn Hawkes1-2/+0
2005-05-17[PATCH] spurious interrupt fixZhang, Yanmin1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+193