aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/proc.c
AgeCommit message (Expand)Author
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-12genirq/proc: Return proper error code when irq_set_affinity() failsWen Yaxng
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-25genirq/proc: Avoid uninitalized variable warningThomas Gleixner
2017-08-25genirq: Fix semicolon.cocci warningskbuild test robot
2017-08-18genirq/proc: Use the the accessor to report the effective affinityMarc Zyngier
2017-06-22genirq: Introduce effective affinity maskThomas Gleixner
2017-06-22genirq/proc: Replace ever repeating type castThomas Gleixner
2017-06-22genirq: Remove pointless arg from show_irq_affinityThomas Gleixner
2017-06-22genirq: Remove mask argument from setup_affinity()Thomas Gleixner
2017-02-10genirq: Fix /proc/interrupts output alignmentH Hartley Sweeten
2016-07-04Merge branch 'irq/for-block' into irq/coreThomas Gleixner
2016-07-04genirq: Introduce IRQD_AFFINITY_MANAGED flagThomas Gleixner
2016-06-10genirq: Remove unnecessary memset() callsWeongyo Jeong
2016-06-10genirq: Remove redundant NULL check of irq_descJianyu Zhan
2016-02-15genirq: Use a common macro to go through the actions listDaniel Lezcano
2015-11-10genirq/PM: Restore system wake up from chained interruptsGrygorii Strashko
2015-10-13Merge branch 'linus' into irq/coreThomas Gleixner
2015-10-09genirq: Allow migration of chained interrupts by installing default actionMika Westerberg
2015-10-01genirq: Fix race in register_irq_proc()Ben Hutchings
2015-09-16genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu
2015-06-12genirq: Introduce helper function irq_data_get_node()Jiang Liu
2015-02-13irq: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2014-12-13genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner
2014-03-19genirq: procfs: Make smp_affinity values go+rChema Gonzalez
2013-06-24irqdomain: Include hwirq number in /proc/interruptsGrant Likely
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-02-22new helper: file_inode(file)Al Viro
2011-05-26irq: Remove smp_affinity_list when unregister irq procYinghai Lu
2011-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis
2011-05-02genirq: Fix typo CONFIG_GENIRC_IRQ_SHOW_LEVELGeert Uytterhoeven
2011-03-29alpha: Use generic show_interrupts()Thomas Gleixner
2011-03-25genirq: Expand generic show_interrupts()Thomas Gleixner
2011-03-17genirq: show_interrupts: Check desc->name before printing it blindlyThomas Gleixner
2011-02-19genirq: Reuse existing can set affinty checkThomas Gleixner
2011-02-19genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner
2011-02-19genirq: Implement generic irq_show_interrupts()Thomas Gleixner
2011-02-19genirq: Do not copy affinity before setThomas Gleixner
2010-12-01genirq: Fix incorrect proc spurious outputKenji Kaneshige
2010-10-12genirq: Prepare proc for real sparse irq supportThomas Gleixner
2010-10-04genirq: Provide compat handling for chip->set_affinity()Thomas Gleixner
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner
2010-05-12genirq: Clear CPU mask in affinity_hint when none is providedPeter P Waskiewicz Jr
2010-05-03genirq: Add CPU mask affinity hintPeter P Waskiewicz Jr
2010-04-13Merge branch 'linus' into irq/coreThomas Gleixner
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24genirq: Expose irq_desc->node in proc/irqDimitri Sivanich
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner
2009-11-20genirq: Fix spurious irq seqfile conversionThomas Gleixner