aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq/proc.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-22proc: remove PDE_DATA() completelyGravatar Muchun Song 1-4/+4
2021-07-30genirq: Improve "hwirq" output in /proc and /sys/Gravatar Cédric Le Goater 1-1/+1
2021-04-10kernel: Initialize cpumask before parsingGravatar Tetsuo Handa 1-2/+2
2020-12-15genirq: Annotate irq stats data racesGravatar Thomas Gleixner 1-2/+3
2020-09-13genirq: Allow interrupts to be excluded from /proc/interruptsGravatar Marc Zyngier 1-1/+1
2020-02-14genirq/proc: Reject invalid affinity masks (again)Gravatar Thomas Gleixner 1-0/+22
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-21/+21
2019-08-16genirq: remove the is_affinity_mask_valid hookGravatar Christoph Hellwig 1-14/+0
2018-06-22genirq: Speedup show_interrupts()Gravatar Eric Dumazet 1-10/+12
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 1-72/+10
2018-03-20genirq: Cleanup top of file commentsGravatar Thomas Gleixner 1-2/+0
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+3
2017-11-12genirq/proc: Return proper error code when irq_set_affinity() failsGravatar Wen Yaxng 1-2/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-25genirq/proc: Avoid uninitalized variable warningGravatar Thomas Gleixner 1-2/+2
2017-08-25genirq: Fix semicolon.cocci warningsGravatar kbuild test robot 1-1/+1
2017-08-18genirq/proc: Use the the accessor to report the effective affinityGravatar Marc Zyngier 1-1/+1
2017-06-22genirq: Introduce effective affinity maskGravatar Thomas Gleixner 1-7/+83
2017-06-22genirq/proc: Replace ever repeating type castGravatar Thomas Gleixner 1-5/+5
2017-06-22genirq: Remove pointless arg from show_irq_affinityGravatar Thomas Gleixner 1-3/+3
2017-06-22genirq: Remove mask argument from setup_affinity()Gravatar Thomas Gleixner 1-3/+5
2017-02-10genirq: Fix /proc/interrupts output alignmentGravatar H Hartley Sweeten 1-0/+2
2016-07-04Merge branch 'irq/for-block' into irq/coreGravatar Thomas Gleixner 1-1/+1
2016-07-04genirq: Introduce IRQD_AFFINITY_MANAGED flagGravatar Thomas Gleixner 1-1/+1
2016-06-10genirq: Remove unnecessary memset() callsGravatar Weongyo Jeong 1-3/+0
2016-06-10genirq: Remove redundant NULL check of irq_descGravatar Jianyu Zhan 1-5/+1
2016-02-15genirq: Use a common macro to go through the actions listGravatar Daniel Lezcano 1-1/+1
2015-11-10genirq/PM: Restore system wake up from chained interruptsGravatar Grygorii Strashko 1-1/+1
2015-10-13Merge branch 'linus' into irq/coreGravatar Thomas Gleixner 1-2/+17
2015-10-09genirq: Allow migration of chained interrupts by installing default actionGravatar Mika Westerberg 1-1/+1
2015-10-01genirq: Fix race in register_irq_proc()Gravatar Ben Hutchings 1-2/+17
2015-09-16genirq: Move field 'affinity' from irq_data into irq_common_dataGravatar Jiang Liu 1-1/+1
2015-06-12genirq: Introduce helper function irq_data_get_node()Gravatar Jiang Liu 1-1/+1
2015-02-13irq: use %*pb[l] to print bitmaps including cpumasks and nodemasksGravatar Tejun Heo 1-7/+4
2014-12-13genirq: Prevent proc race against freeing of irq descriptorsGravatar Thomas Gleixner 1-1/+21
2014-03-19genirq: procfs: Make smp_affinity values go+rGravatar Chema Gonzalez 1-4/+4
2013-06-24irqdomain: Include hwirq number in /proc/interruptsGravatar Grant Likely 1-0/+2
2013-05-01proc: Supply a function to remove a proc entry by PDEGravatar David Howells 1-5/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Gravatar Al Viro 1-7/+7
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2011-05-26irq: Remove smp_affinity_list when unregister irq procGravatar Yinghai Lu 1-0/+1
2011-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqGravatar Mike Travis 1-4/+50
2011-05-02genirq: Fix typo CONFIG_GENIRC_IRQ_SHOW_LEVELGravatar Geert Uytterhoeven 1-1/+1
2011-03-29alpha: Use generic show_interrupts()Gravatar Thomas Gleixner 1-2/+6
2011-03-25genirq: Expand generic show_interrupts()Gravatar Thomas Gleixner 1-1/+14
2011-03-17genirq: show_interrupts: Check desc->name before printing it blindlyGravatar Thomas Gleixner 1-1/+2
2011-02-19genirq: Reuse existing can set affinty checkGravatar Thomas Gleixner 1-2/+1
2011-02-19genirq: Add IRQ_MOVE_PENDING to irq_data.stateGravatar Thomas Gleixner 1-1/+1
2011-02-19genirq: Implement generic irq_show_interrupts()Gravatar Thomas Gleixner 1-0/+63
2011-02-19genirq: Do not copy affinity before setGravatar Thomas Gleixner 1-1/+1