aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/internals.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-24genirq: Reuse irq_is_nmi()Jinjie Ruan1-0/+5
2024-04-12genirq: Avoid summation loops for /proc/interruptsBitao Hu1-0/+2
2024-04-12genirq: Convert kstat_irqs to a structBitao Hu1-1/+1
2023-07-31genirq: Remove unused extern declarationYueHaibing1-2/+0
2023-07-31genirq: Prevent nested thread vs synchronize_hardirq() deadlockVincent Whitchurch1-0/+2
2023-06-26Merge tag 'irqchip-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner1-2/+5
2023-06-16genirq: Expand doc for PENDING and REPLAY flagsJames Gowans1-2/+5
2023-05-24genirq: Use a maple tree for interrupt descriptor managementShanker Donthineni1-1/+1
2023-05-24genirq: Encapsulate sparse bitmap handlingShanker Donthineni1-2/+2
2023-05-24genirq: Use hlist for managing resend handlersShanker Donthineni1-0/+2
2022-11-30genirq/irqdesc: Don't try to remove non-existing sysfs filesYang Yingliang1-0/+2
2022-05-05genirq: Synchronize interrupt thread startupThomas Pfaff1-0/+2
2022-01-07irq: remove unused flags argument from __handle_irq_event_percpu()Sebastian Andrzej Siewior1-1/+1
2020-09-16genirq/chip: Use the first chip in irq_chip_compose_msi_msg()Thomas Gleixner1-0/+9
2020-03-08genirq: Provide interrupt injection mechanismThomas Gleixner1-1/+1
2020-03-08genirq: Add return value to check_irq_resend()Thomas Gleixner1-1/+1
2020-03-08genirq: Add protection against unsafe usage of generic_handle_irq()Thomas Gleixner1-0/+8
2020-02-14genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner1-2/+0
2019-07-08Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+5
2019-07-03genirq: Add optional hardware synchronization for shutdownThomas Gleixner1-0/+4
2019-07-03genirq: Delay deactivation in free_irq()Thomas Gleixner1-0/+1
2019-06-12genirq/timings: Encapsulate timings pushDaniel Lezcano1-9/+12
2019-02-23Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner1-0/+2
2019-02-10genirq: Avoid summation loops for /proc/statThomas Gleixner1-1/+7
2019-02-05genirq: Provide basic NMI management for interrupt linesJulien Thierry1-0/+2
2018-02-01genirq: Make legacy autoprobing work againThomas Gleixner1-1/+1
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner1-1/+1
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-25genirq/irqdomain: Propagate early activationThomas Gleixner1-1/+1
2017-09-25genirq/irqdomain: Allow irq_domain_activate_irq() to failThomas Gleixner1-1/+2
2017-09-25genirq: Separate activation and startupThomas Gleixner1-0/+2
2017-09-25genirq: Make state consistent for !IRQ_DOMAIN_HIERARCHYThomas Gleixner1-0/+11
2017-09-25genirq/msi: Capture device name for debugfsThomas Gleixner1-0/+5
2017-08-14genirq: Fix for_each_action_of_desc() macroMasahiro Yamada1-1/+1
2017-07-17genirq/PM: Properly pretend disabled state when force resuming interruptsJuergen Gross1-0/+10
2017-07-04genirq/debugfs: Fix build for !CONFIG_IRQ_DOMAINSebastian Ott1-1/+3
2017-06-24genirq/timings: Add infrastructure for estimating the next interrupt arrival ...Daniel Lezcano1-0/+19
2017-06-24genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano1-0/+90
2017-06-24genirq/debugfs: Remove pointless NULL pointer checkThomas Gleixner1-1/+6
2017-06-22genirq: Add force argument to irq_startup()Thomas Gleixner1-1/+8
2017-06-22genirq: Introduce IRQD_MANAGED_SHUTDOWNThomas Gleixner1-0/+10
2017-06-22genirq: Move irq_fixup_move_pending() to coreThomas Gleixner1-0/+5
2017-06-22genirq/cpuhotplug: Add support for cleaning up move in progressThomas Gleixner1-1/+9
2017-06-22genirq: Move pending helpers to internal.hChristoph Hellwig1-0/+38
2017-06-22genirq: Rename setup_affinity() to irq_setup_affinity()Thomas Gleixner1-0/+6
2017-06-22genirq: Remove mask argument from setup_affinity()Thomas Gleixner1-1/+1
2017-06-22genirq/debugfs: Add proper debugfs interfaceThomas Gleixner1-0/+22
2017-06-21irq/generic-chip: Export irq_init_generic_chip() locallyBartosz Golaszewski1-0/+11
2016-07-04Merge branch 'irq/for-block' into irq/coreThomas Gleixner1-0/+2
2016-07-04genirq: Introduce IRQD_AFFINITY_MANAGED flagThomas Gleixner1-0/+2
2016-06-18genirq: Add untracked irq handlerKeith Busch1-0/+1
2016-06-13genirq: Add runtime power management support for IRQ chipsJon Hunter1-0/+1
2016-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2016-02-23irq: Privatize irq_common_data::state_use_accessorsBoqun Feng1-0/+4
2016-02-15genirq: Use a common macro to go through the actions listDaniel Lezcano1-0/+3
2015-11-10genirq/PM: Restore system wake up from chained interruptsGrygorii Strashko1-0/+5
2015-10-09genirq: Allow migration of chained interrupts by installing default actionMika Westerberg1-0/+2
2015-09-22genirq: Remove the second parameter from handle_irq_event_percpu()Huang Shijie1-1/+1
2015-09-16genirq: Move field 'node' from irq_data into irq_common_dataJiang Liu1-1/+1
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner1-4/+0
2015-07-11genirq: Remove irq argument from __enable/__disable_irq()Jiang Liu1-2/+2
2015-07-11genirq: Remove irq arg from __irq_set_trigger()Jiang Liu1-2/+1
2015-07-11genirq: Remove the irq argument from check_irq_resend()Jiang Liu1-1/+1
2015-07-11genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()Jiang Liu1-1/+1
2015-07-08hotplug: Prevent alloc/free of irq descriptors during cpu up/downThomas Gleixner1-4/+0
2015-06-12genirq: Introduce helper function irq_data_get_node()Jiang Liu1-0/+5
2015-06-12genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu1-5/+5
2015-06-12genirq: Enhance irq_data_to_desc() to support hierarchy irqdomainJiang Liu1-2/+0
2014-12-13genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner1-0/+4
2014-09-01genirq: Simplify wakeup mechanismThomas Gleixner1-0/+2
2014-09-01genirq: Add sanity checks for PM options on shared interrupt linesThomas Gleixner1-0/+10
2014-09-01genirq: Move suspend/resume logic into irq/pm codeThomas Gleixner1-2/+2
2014-05-27genirq: Improve documentation to match current implementationJiang Liu1-1/+1
2014-05-16genirq: Replace reserve_irqs in core codeThomas Gleixner1-0/+6
2014-03-14genirq: Add a new IRQCHIP_EOI_THREADED flagThomas Gleixner1-0/+1
2014-03-04genirq: Move kstat_incr_irqs_this_cpu() to coreThomas Gleixner1-0/+7
2014-02-19genirq: Provide irq_wake_thread()Thomas Gleixner1-0/+1
2012-05-24genirq: Introduce irq_do_set_affinity() to reduce duplicated codeJiang Liu1-0/+3
2012-03-13Merge branch 'linus' into irq/coreThomas Gleixner1-1/+1
2012-03-09genirq: Get rid of unnecessary IRQTF_DIED flagAlexander Gordeev1-2/+0
2012-02-15genirq: Handle pending irqs in irq_startup()Thomas Gleixner1-1/+1
2012-01-13module_param: make bool parameters really bool (core code)Rusty Russell1-1/+1
2011-10-03genirq: Add support for per-cpu dev_id interruptsMarc Zyngier1-5/+14
2011-03-29genirq: Remove compat codeThomas Gleixner1-10/+0
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner1-6/+0
2011-02-26genirq: Provide forced interrupt threadingThomas Gleixner1-0/+2
2011-02-19genirq: Implement irq_get/put_desc_[bus]locked/unlock()Thomas Gleixner1-0/+28
2011-02-19genirq: Remove real old transition functionsThomas Gleixner1-3/+0
2011-02-19genirq: Remove desc->status when GENERIC_HARDIRQS_NO_COMPAT=yThomas Gleixner1-0/+4
2011-02-19genirq: Move wakeup state to irq_dataThomas Gleixner1-2/+0
2011-02-19genirq: Add IRQCHIP_SET_TYPE_MASKED flagThomas Gleixner1-0/+2
2011-02-19genirq: Move IRQ_AFFINITY_SET to coreThomas Gleixner1-0/+4
2011-02-19genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner1-0/+11
2011-02-19genirq: Move debug code to separate headerThomas Gleixner1-44/+4
2011-02-19genirq: Remove CONFIG_IRQ_PER_CPUThomas Gleixner1-2/+0
2011-02-19genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner1-0/+15
2011-02-19genirq: Move IRQ_WAKEUP to coreThomas Gleixner1-0/+2
2011-02-19genirq: Move IRQ_SUSPENDED to coreThomas Gleixner1-0/+2
2011-02-19genirq: Move IRQ_MASKED to coreThomas Gleixner1-1/+3
2011-02-19genirq: Move IRQ_PENDING flag to coreThomas Gleixner1-1/+3
2011-02-19genirq: Move IRQ_DISABLED to coreThomas Gleixner1-1/+3
2011-02-19genirq: Move IRQ_REPLAY and IRQ_WAITING to coreThomas Gleixner1-2/+6
2011-02-19genirq: Move IRQ_ONESHOT to coreThomas Gleixner1-0/+2
2011-02-19genirq: Add IRQ_INPROGRESS to coreThomas Gleixner1-1/+4
2011-02-19genirq: Move IRQ_POLL_INPROGRESS to coreThomas Gleixner1-0/+2
2011-02-19genirq: Move IRQ_SPURIOUS_DISABLED to core stateThomas Gleixner1-0/+3
2011-02-19genirq: Move IRQ_AUTODETECT to internal stateThomas Gleixner1-2/+13
2011-02-19genirq: Protect tglx from tripping over his own feetThomas Gleixner1-0/+2
2011-02-19genirq: Add internal state field to irq_descThomas Gleixner1-0/+6
2011-02-19genirq: Implement handle_irq_event()Thomas Gleixner1-0/+3
2011-02-19genirq: Consolidate disable/enableThomas Gleixner1-0/+2
2011-02-19genirq: Consolidate startup/shutdown of interruptsThomas Gleixner1-0/+3
2011-02-19genirq: Move irq thread flags to coreThomas Gleixner1-0/+14
2011-02-19genirq: Mark polled irqs and defer the real handlerThomas Gleixner1-10/+1
2011-02-19genirq: Do not copy affinity before setThomas Gleixner1-1/+1
2011-02-19genirq: Prevent access beyond allocated_irqs bitmapThomas Gleixner1-0/+6
2010-10-12genirq: Remove the now unused sparse irq leftoversThomas Gleixner1-102/+0
2010-10-12genirq: Sanitize dynamic irq handlingThomas Gleixner1-1/+0
2010-10-12genirq: Prepare proc for real sparse irq supportThomas Gleixner1-0/+2
2010-10-12genirq: Distangle irq.hThomas Gleixner1-0/+100
2010-10-04genirq: Provide config option to disable deprecated codeThomas Gleixner1-0/+10
2010-10-04genirq: Provide compat handling for bus_lock/bus_sync_unlockThomas Gleixner1-6/+6
2010-10-04genirq: Add new functions to dummy chipsThomas Gleixner1-0/+2
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner1-6/+6
2010-02-17sparseirq: Change irq_desc_ptrs to staticYinghai Lu1-5/+1
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-1/+1
2009-08-17genirq: Add buslock supportThomas Gleixner1-0/+13
2009-07-21genirq: Delegate irq affinity setting to the irq threadThomas Gleixner1-2/+1
2009-04-28x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu1-1/+1
2009-04-28irq: only update affinity if ->set_affinity() is sucessfullYinghai Lu1-0/+3
2009-03-30PM: Introduce functions for suspending and resuming device interruptsRafael J. Wysocki1-0/+2
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-0/+7
2009-02-09irq: clear kstat_irqsYinghai Lu1-0/+1
2009-01-11irq: allocate irq_desc_ptrs array based on nr_irqsMike Travis1-0/+7
2008-12-17x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu1-0/+5
2008-11-09genirq: keep affinities set from userspace across free/request_irq()Thomas Gleixner1-0/+2
2008-10-16irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu1-2/+2
2008-10-02genirq: record trigger typeDavid Brownell1-0/+3
2006-06-29[PATCH] genirq: more verbose debugging on unexpected IRQ vectorsIngo Molnar1-0/+40
2006-06-29[PATCH] genirq: coreThomas Gleixner1-0/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+18