aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/proc.c
Commit message (Expand)AuthorAge
* alpha: Use generic show_interrupts()Thomas Gleixner2011-03-29
* genirq: Expand generic show_interrupts()Thomas Gleixner2011-03-25
* genirq: show_interrupts: Check desc->name before printing it blindlyThomas Gleixner2011-03-17
* genirq: Reuse existing can set affinty checkThomas Gleixner2011-02-19
* genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner2011-02-19
* genirq: Implement generic irq_show_interrupts()Thomas Gleixner2011-02-19
* genirq: Do not copy affinity before setThomas Gleixner2011-02-19
* genirq: Fix incorrect proc spurious outputKenji Kaneshige2010-12-01
* genirq: Prepare proc for real sparse irq supportThomas Gleixner2010-10-12
* genirq: Provide compat handling for chip->set_affinity()Thomas Gleixner2010-10-04
* genirq: Convert core code to irq_dataThomas Gleixner2010-10-04
* genirq: Clear CPU mask in affinity_hint when none is providedPeter P Waskiewicz Jr2010-05-12
* genirq: Add CPU mask affinity hintPeter P Waskiewicz Jr2010-05-03
* Merge branch 'linus' into irq/coreThomas Gleixner2010-04-13
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | genirq: Expose irq_desc->node in proc/irqDimitri Sivanich2010-03-24
|/
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-14
* genirq: Fix spurious irq seqfile conversionThomas Gleixner2009-11-20
* genirq: switch /proc/irq/*/spurious to seq_fileAlexey Dobriyan2009-11-18
* irq: Do not attempt to create subdirectories if /proc/irq/<irq> failedCyrill Gorcunov2009-11-08
* cpumask: update irq_desc to use cpumask_var_tMike Travis2009-01-11
* ia64: cpumask fix for is_affinity_mask_valid()Ingo Molnar2009-01-03
* cpumask: convert kernel/irqRusty Russell2008-12-31
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-31
|\
| * sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-08
* | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-13
* | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-13
|/
* genirq: keep affinities set from userspace across free/request_irq()Thomas Gleixner2008-11-09
* irq: make variable staticroel kluin2008-10-22
* genirq: cleanup the sparseirq modificationsThomas Gleixner2008-10-16
* irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu2008-10-16
* generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu2008-10-16
* irq: introduce nr_irqsYinghai Lu2008-10-16
* genirq: switch /proc/irq/*/smp_affinity et al to seqfilesAlexey Dobriyan2008-08-12
* genirq: Expose default irq affinity mask (take 3)Max Krasnyansky2008-06-05
* x86: add /proc/irq/*/spurious to dump the spurious irq debugging stateAndi Kleen2008-01-30
* x86_64: Report the pending irq if available in smp_affinityAndi Kleen2007-07-21
* [IA64] SN: validate smp_affinity mask on intr redirectJohn Keller2007-05-11
* kernel/irq/proc.c: unprotected iteration over the IRQ action list in name_uni...Dmitry Adamushko2007-05-08
* [PATCH] Add a function to handle interrupt affinity settingThomas Gleixner2007-02-16
* [PATCH] Add irq flag to disable balancing for an interruptThomas Gleixner2007-02-16
* [PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan2007-02-11
* [PATCH] CPEI gets warning at kernel/irq/migration.c:27/move_masked_irq()Hidetoshi Seto2006-12-08
* [PATCH] bitmap: parse input from kernel and user buffersReinette Chatre2006-10-11
* [PATCH] genirq: cleanup: no_irq_type -> no_irq_chip renameIngo Molnar2006-06-29
* [PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[]Ingo Molnar2006-06-29
* [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar2006-06-29
* [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-29
* [PATCH] x86: kernel irq balance doesn't workZhang Yanmin2006-06-23
* [PATCH] kernel/: small cleanupsAdrian Bunk2006-01-08