aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/proc.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-12genirq: Avoid summation loops for /proc/interruptsBitao Hu1-4/+2
2024-04-12genirq: Convert kstat_irqs to a structBitao Hu1-3/+2
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-4/+4
2021-07-30genirq: Improve "hwirq" output in /proc and /sys/Cédric Le Goater1-1/+1
2021-04-10kernel: Initialize cpumask before parsingTetsuo Handa1-2/+2
2020-12-15genirq: Annotate irq stats data racesThomas Gleixner1-2/+3
2020-09-13genirq: Allow interrupts to be excluded from /proc/interruptsMarc Zyngier1-1/+1
2020-02-14genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner1-0/+22
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-21/+21
2019-08-16genirq: remove the is_affinity_mask_valid hookChristoph Hellwig1-14/+0
2018-06-22genirq: Speedup show_interrupts()Eric Dumazet1-10/+12
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-72/+10
2018-03-20genirq: Cleanup top of file commentsThomas Gleixner1-2/+0
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2017-11-12genirq/proc: Return proper error code when irq_set_affinity() failsWen Yaxng1-2/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-25genirq/proc: Avoid uninitalized variable warningThomas Gleixner1-2/+2
2017-08-25genirq: Fix semicolon.cocci warningskbuild test robot1-1/+1
2017-08-18genirq/proc: Use the the accessor to report the effective affinityMarc Zyngier1-1/+1
2017-06-22genirq: Introduce effective affinity maskThomas Gleixner1-7/+83
2017-06-22genirq/proc: Replace ever repeating type castThomas Gleixner1-5/+5
2017-06-22genirq: Remove pointless arg from show_irq_affinityThomas Gleixner1-3/+3
2017-06-22genirq: Remove mask argument from setup_affinity()Thomas Gleixner1-3/+5
2017-02-10genirq: Fix /proc/interrupts output alignmentH Hartley Sweeten1-0/+2
2016-07-04Merge branch 'irq/for-block' into irq/coreThomas Gleixner1-1/+1
2016-07-04genirq: Introduce IRQD_AFFINITY_MANAGED flagThomas Gleixner1-1/+1
2016-06-10genirq: Remove unnecessary memset() callsWeongyo Jeong1-3/+0
2016-06-10genirq: Remove redundant NULL check of irq_descJianyu Zhan1-5/+1
2016-02-15genirq: Use a common macro to go through the actions listDaniel Lezcano1-1/+1
2015-11-10genirq/PM: Restore system wake up from chained interruptsGrygorii Strashko1-1/+1
2015-10-13Merge branch 'linus' into irq/coreThomas Gleixner1-2/+17
2015-10-09genirq: Allow migration of chained interrupts by installing default actionMika Westerberg1-1/+1
2015-10-01genirq: Fix race in register_irq_proc()Ben Hutchings1-2/+17
2015-09-16genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu1-1/+1
2015-06-12genirq: Introduce helper function irq_data_get_node()Jiang Liu1-1/+1
2015-02-13irq: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-7/+4
2014-12-13genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner1-1/+21
2014-03-19genirq: procfs: Make smp_affinity values go+rChema Gonzalez1-4/+4
2013-06-24irqdomain: Include hwirq number in /proc/interruptsGrant Likely1-0/+2
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells1-5/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-7/+7
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2011-05-26irq: Remove smp_affinity_list when unregister irq procYinghai Lu1-0/+1
2011-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis1-4/+50
2011-05-02genirq: Fix typo CONFIG_GENIRC_IRQ_SHOW_LEVELGeert Uytterhoeven1-1/+1
2011-03-29alpha: Use generic show_interrupts()Thomas Gleixner1-2/+6
2011-03-25genirq: Expand generic show_interrupts()Thomas Gleixner1-1/+14
2011-03-17genirq: show_interrupts: Check desc->name before printing it blindlyThomas Gleixner1-1/+2
2011-02-19genirq: Reuse existing can set affinty checkThomas Gleixner1-2/+1
2011-02-19genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner1-1/+1
2011-02-19genirq: Implement generic irq_show_interrupts()Thomas Gleixner1-0/+63
2011-02-19genirq: Do not copy affinity before setThomas Gleixner1-1/+1
2010-12-01genirq: Fix incorrect proc spurious outputKenji Kaneshige1-1/+1
2010-10-12genirq: Prepare proc for real sparse irq supportThomas Gleixner1-0/+18
2010-10-04genirq: Provide compat handling for chip->set_affinity()Thomas Gleixner1-1/+1
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner1-4/+4
2010-05-12genirq: Clear CPU mask in affinity_hint when none is providedPeter P Waskiewicz Jr1-3/+1
2010-05-03genirq: Add CPU mask affinity hintPeter P Waskiewicz Jr1-0/+39
2010-04-13Merge branch 'linus' into irq/coreThomas Gleixner1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-24genirq: Expose irq_desc->node in proc/irqDimitri Sivanich1-0/+23
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-2/+2
2009-11-20genirq: Fix spurious irq seqfile conversionThomas Gleixner1-1/+1
2009-11-18genirq: switch /proc/irq/*/spurious to seq_fileAlexey Dobriyan1-15/+21
2009-11-08irq: Do not attempt to create subdirectories if /proc/irq/<irq> failedCyrill Gorcunov1-0/+2
2009-01-11cpumask: update irq_desc to use cpumask_var_tMike Travis1-2/+2
2009-01-03ia64: cpumask fix for is_affinity_mask_valid()Ingo Molnar1-1/+1
2009-01-01cpumask: convert kernel/irqRusty Russell1-11/+21
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell1-1/+5
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-10/+19
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell1-2/+2
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu1-1/+5
2008-11-09genirq: keep affinities set from userspace across free/request_irq()Thomas Gleixner1-1/+1
2008-10-22irq: make variable staticroel kluin1-1/+1
2008-10-16genirq: cleanup the sparseirq modificationsThomas Gleixner1-0/+1
2008-10-16irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu1-5/+5
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu1-17/+19
2008-10-16irq: introduce nr_irqsYinghai Lu1-1/+1
2008-08-12genirq: switch /proc/irq/*/smp_affinity et al to seqfilesAlexey Dobriyan1-45/+51
2008-06-05genirq: Expose default irq affinity mask (take 3)Max Krasnyansky1-4/+55
2008-01-30x86: add /proc/irq/*/spurious to dump the spurious irq debugging stateAndi Kleen1-2/+19
2007-07-21x86_64: Report the pending irq if available in smp_affinityAndi Kleen1-1/+9
2007-05-11[IA64] SN: validate smp_affinity mask on intr redirectJohn Keller1-0/+7
2007-05-08kernel/irq/proc.c: unprotected iteration over the IRQ action list in name_uni...Dmitry Adamushko1-4/+11
2007-02-16[PATCH] Add a function to handle interrupt affinity settingThomas Gleixner1-21/+1
2007-02-16[PATCH] Add irq flag to disable balancing for an interruptThomas Gleixner1-1/+1
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan1-1/+0
2006-12-08[PATCH] CPEI gets warning at kernel/irq/migration.c:27/move_masked_irq()Hidetoshi Seto1-1/+2
2006-10-11[PATCH] bitmap: parse input from kernel and user buffersReinette Chatre1-1/+1
2006-06-29[PATCH] genirq: cleanup: no_irq_type -> no_irq_chip renameIngo Molnar1-1/+1
2006-06-29[PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[]Ingo Molnar1-13/+7
2006-06-29[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar1-2/+2
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-3/+3
2006-06-23[PATCH] x86: kernel irq balance doesn't workZhang Yanmin1-0/+3
2006-01-08[PATCH] kernel/: small cleanupsAdrian Bunk1-0/+2
2006-01-06[PATCH] Alpha: convert to generic irq framework (generic part)Ivan Kokshaysky1-1/+3
2005-09-07[PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinityAshok Raj1-2/+12
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+159