summaryrefslogtreecommitdiffstats
path: root/kernel/irq/proc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* genirq: cleanup the sparseirq modificationsThomas Gleixner2008-10-161-0/+1
* irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu2008-10-161-5/+5
* generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu2008-10-161-17/+19
* irq: introduce nr_irqsYinghai Lu2008-10-161-1/+1
* genirq: switch /proc/irq/*/smp_affinity et al to seqfilesAlexey Dobriyan2008-08-121-45/+51
* genirq: Expose default irq affinity mask (take 3)Max Krasnyansky2008-06-051-4/+55
* x86: add /proc/irq/*/spurious to dump the spurious irq debugging stateAndi Kleen2008-01-301-2/+19
* x86_64: Report the pending irq if available in smp_affinityAndi Kleen2007-07-211-1/+9
* [IA64] SN: validate smp_affinity mask on intr redirectJohn Keller2007-05-111-0/+7
* kernel/irq/proc.c: unprotected iteration over the IRQ action list in name_uni...Dmitry Adamushko2007-05-081-4/+11
* [PATCH] Add a function to handle interrupt affinity settingThomas Gleixner2007-02-161-21/+1
OpenPOWER on IntegriCloud