- 5320eb4 irq: remove unused flags argument from __handle_irq_event_percpu() by Sebastian Andrzej Siewior · 3 years, 1 month ago
- 703f706 random: remove unused irq_flags argument from add_interrupt_randomness() by Sebastian Andrzej Siewior · 3 years, 1 month ago
- a1b0950 irq: add generic_handle_arch_irq() by Mark Rutland · 3 years, 2 months ago
- c2b1063 genirq: Add a IRQF_NO_DEBUG flag by Thomas Gleixner · 3 years, 9 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- d5f744f Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- de8f5e4 lockdep: Introduce wait-type checks by Peter Zijlstra · 4 years, 9 months ago
- d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
- 01cdfa9 genirq: Correctly annotate implicit fall through by Mathieu Malaterre · 6 years ago
- 52a65ff genirq: Add missing SPDX identifiers by Thomas Gleixner · 7 years ago
- 99bfce5 genirq: Cleanup top of file comments by Thomas Gleixner · 7 years ago
- caacdbf genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLER by Palmer Dabbelt · 7 years ago
- 650fc87 Merge tag 'docs-4.13' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
- b2d3d61 genirq/timings: Add infrastructure to track the interrupt timings by Daniel Lezcano · 8 years ago
- c0c6e08 irq: update genericirq book location by Mauro Carvalho Chehab · 8 years ago
- edd14cf genirq: Add untracked irq handler by Keith Busch · 9 years ago
- f944b5a genirq: Use a common macro to go through the actions list by Daniel Lezcano · 9 years ago
- 570540d5 genirq: Validate action before dereferencing it in handle_irq_event_percpu() by Thomas Gleixner · 9 years ago
- e50226b Merge branch 'linus' into irq/core by Thomas Gleixner · 9 years ago
- e3096c9 genirq: Fix handle_bad_irq kerneldoc comment by Arnd Bergmann · 9 years ago
- 9d67dc5 genirq: Export handle_bad_irq by Arnd Bergmann · 9 years ago
- 71f6434 genirq: Remove the second parameter from handle_irq_event_percpu() by Huang Shijie · 9 years ago
- bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
- 0dcdbc9 genirq: Remove the irq argument from note_interrupt() by Jiang Liu · 10 years ago
- b51bf95 genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu() by Jiang Liu · 10 years ago
- d6ee6d2 genirq: Export symbol no_action() by Alexander Shiyan · 11 years ago
- a92444c genirq: Provide irq_wake_thread() by Thomas Gleixner · 11 years ago
- 775f4b2 random: make 'add_interrupt_randomness()' do something sane by Theodore Ts'o · 12 years ago
- 69592db genirq: Minor readablity improvement in irq_wake_thread() by Alexander Gordeev · 13 years ago
- 7140ea1 genirq: Flush the irq thread on synchronization by Ido Yariv · 13 years ago
- 5234ffb genirq: Get rid of unnecessary IRQTF_DIED flag by Alexander Gordeev · 13 years ago
- 3a43e05 irq: Handle spurios irq detection for threaded irqs by Sebastian Andrzej Siewior · 14 years ago
- 0c6f8a8 genirq: Remove compat code by Thomas Gleixner · 14 years ago
- 33b054b genirq: Remove handle_IRQ_event by Thomas Gleixner · 14 years ago
- 32f4125 genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data by Thomas Gleixner · 14 years ago
- b5faba2 genirq: Prepare the handling of shared oneshot interrupts by Thomas Gleixner · 14 years ago
- 1204e95 genirq: Make warning in handle_percpu_event useful by Thomas Gleixner · 14 years ago
- 70433c0 genirq: Use the correct variable for note_interrupt by Thomas Gleixner · 14 years ago
- f9e4989 genirq: Force wrapped access to desc->status in core code by Thomas Gleixner · 14 years ago
- 2a0d6fb genirq: Move IRQ_PENDING flag to core by Thomas Gleixner · 14 years ago
- 009b4c3 genirq: Add IRQ_INPROGRESS to core by Thomas Gleixner · 14 years ago
- 1277a53 genirq: Simplify handle_irq_event() by Thomas Gleixner · 14 years ago
- 4912609 genirq: Implement handle_irq_event() by Thomas Gleixner · 14 years ago
- b738a50 genirq: Warn when handler enables interrupts by Thomas Gleixner · 14 years ago
- 1c77ff2 genirq: Remove __do_IRQ by Thomas Gleixner · 14 years ago
- 3795de2 genirq: Distangle kernel/irq/handle.c by Thomas Gleixner · 14 years ago
- bd15141 genirq: Provide config option to disable deprecated code by Thomas Gleixner · 14 years ago
- 37e12df genirq: Provide compat handling for chip->startup() by Thomas Gleixner · 14 years ago
- bc310dd genirq: Provide compat handling for chip->disable()/shutdown() by Thomas Gleixner · 14 years ago
- c5f7563 genirq: Provide compat handling for chip->enable() by Thomas Gleixner · 14 years ago
- 22a4916 genirq: Provide compat handling for chip->ack() by Thomas Gleixner · 14 years ago
- 0eda58b genirq: Provide compat handling for chip->unmask() by Thomas Gleixner · 14 years ago
- e2c0f8f genirq: Provide compat handling for chip->mask() by Thomas Gleixner · 14 years ago
- a77c463 genirq: Add new functions to dummy chips by Thomas Gleixner · 14 years ago
- 6b8ff31 genirq: Convert core code to irq_data by Thomas Gleixner · 14 years ago
- ff7dcd4 genirq: Create irq_data by Thomas Gleixner · 14 years ago
- e58aa3d genirq: Run irq handlers with interrupts disabled by Ingo Molnar · 15 years ago
- b5eb78f sparseirq: Use radix_tree instead of ptrs array by Yinghai Lu · 15 years ago
- 99558f0 sparseirq: Change irq_desc_ptrs to static by Yinghai Lu · 15 years ago
- febcb0c irq: Remove unnecessary bootmem code by Yinghai Lu · 15 years ago
- 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 15 years ago
- d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
- 372e24b irq: Make sure irq_desc for legacy irq get correct node setting by Yinghai Lu · 15 years ago
- 28be225 irq: slab alloc for default irq_affinity by Yinghai Lu · 16 years ago
- 22fb4e7 irq: use kcalloc() instead of the bootmem allocator by Pekka Enberg · 16 years ago
- dad213a irq/cpumask: make memoryless node zero happy by Yinghai Lu · 16 years ago
- 8623661 Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 948cd52 sparseirq: Allow early irq_desc allocation by Paul Mundt · 16 years ago
- 6cda3eb Merge branch 'x86/apic' into irq/numa by Ingo Molnar · 16 years ago
- 44347d9 Merge branch 'linus' into tracing/core by Ingo Molnar · 16 years ago
- d7226fb Revert "genirq: assert that irq handlers are indeed running in hardirq context" by Thomas Gleixner · 16 years ago
- a0e39ed tracing: fix build failure on s390 by Heiko Carstens · 16 years ago
- 85ac16d x86/irq: change irq_desc_alloc() to take node instead of cpu by Yinghai Lu · 16 years ago
- fcef591 x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESC by Yinghai Lu · 16 years ago
- 9ec4fa2 irq, cpumask: correct CPUMASKS_OFFSTACK typo and fix fallout by Yinghai Lu · 16 years ago
- ad8d75f tracing/events: move trace point headers into include/trace/events by Steven Rostedt · 16 years ago
- a8d154b tracing: create automated trace defines by Steven Rostedt · 16 years ago
- 9efe21c Merge branch 'linus' into irq/threaded by Ingo Molnar · 16 years ago
- 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 16 years ago
- 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 16 years ago
- f48fe81 genirq: threaded irq handlers review fixups by Thomas Gleixner · 16 years ago
- 3aa551c genirq: add threaded interrupt handler support by Thomas Gleixner · 16 years ago
- 80c5520 Merge branch 'cpus4096' into irq/threaded by Thomas Gleixner · 16 years ago
- edb35028 Merge branches 'irq/genirq' and 'linus' into irq/core by Ingo Molnar · 16 years ago
- 0e57aa1 genirq: deprecate __do_IRQ by Thomas Gleixner · 16 years ago
- f0ef039 Merge branch 'x86/core' into tracing/textedit by Ingo Molnar · 16 years ago
- 044d408 genirq: assert that irq handlers are indeed running in hardirq context by Peter Zijlstra · 16 years ago
- af39241 tracing, genirq: add irq enter and exit trace events by Jason Baron · 16 years ago
- 8f8573a Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core by Ingo Molnar · 16 years ago
- 005bf0e6 irq: optimize init_kstat_irqs/init_copy_kstat_irqs by Yinghai Lu · 16 years ago
- 0f3c2a8 irq: clear kstat_irqs by Yinghai Lu · 16 years ago
- c43e0e4 Merge branch 'linus' into core/percpu by Ingo Molnar · 16 years ago
- 6a385db Merge branch 'core/percpu' into x86/core by Ingo Molnar · 16 years ago
- 97179fd cpumask fallout: Initialize irq_default_affinity earlier by David Daney · 16 years ago
- 4a046d1 x86: arch_probe_nr_irqs by Yinghai Lu · 16 years ago
- 92296c6 cpumask, irq: non-x86 build failures by Mike Travis · 16 years ago
- 542d865 kstat: modify kstat_irqs_legacy to be variable sized by Mike Travis · 16 years ago
- 9332fcc irq: initialize nr_irqs based on nr_cpu_ids by Mike Travis · 16 years ago
- 0fa0ebb irq: allocate irq_desc_ptrs array based on nr_irqs by Mike Travis · 16 years ago
- e2f4d06 irq: use WARN() instead of WARN_ON(). by Mike Travis · 16 years ago