summaryrefslogtreecommitdiffstats
path: root/kernel/irq/proc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-2/+2
* genirq: Fix spurious irq seqfile conversionThomas Gleixner2009-11-201-1/+1
* genirq: switch /proc/irq/*/spurious to seq_fileAlexey Dobriyan2009-11-181-15/+21
* irq: Do not attempt to create subdirectories if /proc/irq/<irq> failedCyrill Gorcunov2009-11-081-0/+2
* cpumask: update irq_desc to use cpumask_var_tMike Travis2009-01-111-2/+2
* ia64: cpumask fix for is_affinity_mask_valid()Ingo Molnar2009-01-031-1/+1
* cpumask: convert kernel/irqRusty Russell2009-01-011-11/+21
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-311-1/+5
|\
| * sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-081-1/+5
* | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-131-10/+19
* | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-131-2/+2
|/
* genirq: keep affinities set from userspace across free/request_irq()Thomas Gleixner2008-11-091-1/+1
* irq: make variable staticroel kluin2008-10-221-1/+1