summaryrefslogtreecommitdiffstats
path: root/kernel/irq/proc.c
Commit message (Expand)AuthorAgeFilesLines
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-72/+10
* genirq: Cleanup top of file commentsThomas Gleixner2018-03-201-2/+0
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-131-2/+3
|\
| * genirq/proc: Return proper error code when irq_set_affinity() failsWen Yaxng2017-11-121-2/+3
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* genirq/proc: Avoid uninitalized variable warningThomas Gleixner2017-08-251-2/+2
* genirq: Fix semicolon.cocci warningskbuild test robot2017-08-251-1/+1
* genirq/proc: Use the the accessor to report the effective affinityMarc Zyngier2017-08-181-1/+1
* genirq: Introduce effective affinity maskThomas Gleixner2017-06-221-7/+83
* genirq/proc: Replace ever repeating type castThomas Gleixner2017-06-221-5/+5
* genirq: Remove pointless arg from show_irq_affinityThomas Gleixner2017-06-221-3/+3
* genirq: Remove mask argument from setup_affinity()Thomas Gleixner2017-06-221-3/+5
* genirq: Fix /proc/interrupts output alignmentH Hartley Sweeten2017-02-101-0/+2
* Merge branch 'irq/for-block' into irq/coreThomas Gleixner2016-07-041-1/+1
|\
| * genirq: Introduce IRQD_AFFINITY_MANAGED flagThomas Gleixner2016-07-041-1/+1
* | genirq: Remove unnecessary memset() callsWeongyo Jeong2016-06-101-3/+0
* | genirq: Remove redundant NULL check of irq_descJianyu Zhan2016-06-101-5/+1
|/
* genirq: Use a common macro to go through the actions listDaniel Lezcano2016-02-151-1/+1
* genirq/PM: Restore system wake up from chained interruptsGrygorii Strashko2015-11-101-1/+1
* Merge branch 'linus' into irq/coreThomas Gleixner2015-10-131-2/+17
|\
| * genirq: Fix race in register_irq_proc()Ben Hutchings2015-10-011-2/+17
* | genirq: Allow migration of chained interrupts by installing default actionMika Westerberg2015-10-091-1/+1
|/
* genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu2015-09-161-1/+1
* genirq: Introduce helper function irq_data_get_node()Jiang Liu2015-06-121-1/+1
* irq: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-7/+4
* genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner2014-12-131-1/+21
* genirq: procfs: Make smp_affinity values go+rChema Gonzalez2014-03-191-4/+4
* irqdomain: Include hwirq number in /proc/interruptsGrant Likely2013-06-241-0/+2
* proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-5/+1
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-7/+7
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* irq: Remove smp_affinity_list when unregister irq procYinghai Lu2011-05-261-0/+1
* bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis2011-05-251-4/+50
* genirq: Fix typo CONFIG_GENIRC_IRQ_SHOW_LEVELGeert Uytterhoeven2011-05-021-1/+1
* alpha: Use generic show_interrupts()Thomas Gleixner2011-03-291-2/+6
* genirq: Expand generic show_interrupts()Thomas Gleixner2011-03-251-1/+14
* genirq: show_interrupts: Check desc->name before printing it blindlyThomas Gleixner2011-03-171-1/+2
* genirq: Reuse existing can set affinty checkThomas Gleixner2011-02-191-2/+1
* genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner2011-02-191-1/+1
* genirq: Implement generic irq_show_interrupts()Thomas Gleixner2011-02-191-0/+63
* genirq: Do not copy affinity before setThomas Gleixner2011-02-191-1/+1
* genirq: Fix incorrect proc spurious outputKenji Kaneshige2010-12-011-1/+1
* genirq: Prepare proc for real sparse irq supportThomas Gleixner2010-10-121-0/+18
* genirq: Provide compat handling for chip->set_affinity()Thomas Gleixner2010-10-041-1/+1
* genirq: Convert core code to irq_dataThomas Gleixner2010-10-041-4/+4
* genirq: Clear CPU mask in affinity_hint when none is providedPeter P Waskiewicz Jr2010-05-121-3/+1
* genirq: Add CPU mask affinity hintPeter P Waskiewicz Jr2010-05-031-0/+39
* Merge branch 'linus' into irq/coreThomas Gleixner2010-04-131-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | genirq: Expose irq_desc->node in proc/irqDimitri Sivanich2010-03-241-0/+23
|/
OpenPOWER on IntegriCloud