aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-12genirq: Clear CPU mask in affinity_hint when none is providedPeter P Waskiewicz Jr1-3/+1
2010-05-03genirq: Add CPU mask affinity hintPeter P Waskiewicz Jr1-0/+39
2010-04-13Merge branch 'linus' into irq/coreThomas Gleixner1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-24genirq: Expose irq_desc->node in proc/irqDimitri Sivanich1-0/+23
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-2/+2
2009-11-20genirq: Fix spurious irq seqfile conversionThomas Gleixner1-1/+1
2009-11-18genirq: switch /proc/irq/*/spurious to seq_fileAlexey Dobriyan1-15/+21
2009-11-08irq: Do not attempt to create subdirectories if /proc/irq/<irq> failedCyrill Gorcunov1-0/+2
2009-01-11cpumask: update irq_desc to use cpumask_var_tMike Travis1-2/+2
2009-01-03ia64: cpumask fix for is_affinity_mask_valid()Ingo Molnar1-1/+1
2009-01-01cpumask: convert kernel/irqRusty Russell1-11/+21
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Rusty Russell1-1/+5
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-10/+19
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.Rusty Russell1-2/+2
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu1-1/+5
2008-11-09genirq: keep affinities set from userspace across free/request_irq()Thomas Gleixner1-1/+1
2008-10-22irq: make variable staticroel kluin1-1/+1
2008-10-16genirq: cleanup the sparseirq modificationsThomas Gleixner1-0/+1
2008-10-16irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu1-5/+5
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]Yinghai Lu1-17/+19
2008-10-16irq: introduce nr_irqsYinghai Lu1-1/+1
2008-08-12genirq: switch /proc/irq/*/smp_affinity et al to seqfilesAlexey Dobriyan1-45/+51
2008-06-05genirq: Expose default irq affinity mask (take 3)Max Krasnyansky1-4/+55
2008-01-30x86: add /proc/irq/*/spurious to dump the spurious irq debugging stateAndi Kleen1-2/+19
2007-07-21x86_64: Report the pending irq if available in smp_affinityAndi Kleen1-1/+9
2007-05-11[IA64] SN: validate smp_affinity mask on intr redirectJohn Keller1-0/+7
2007-05-08kernel/irq/proc.c: unprotected iteration over the IRQ action list in name_unique()Dmitry Adamushko1-4/+11
2007-02-16[PATCH] Add a function to handle interrupt affinity settingThomas Gleixner1-21/+1
2007-02-16[PATCH] Add irq flag to disable balancing for an interruptThomas Gleixner1-1/+1
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan1-1/+0
2006-12-08[PATCH] CPEI gets warning at kernel/irq/migration.c:27/move_masked_irq()Hidetoshi Seto1-1/+2
2006-10-11[PATCH] bitmap: parse input from kernel and user buffersReinette Chatre1-1/+1
2006-06-29[PATCH] genirq: cleanup: no_irq_type -> no_irq_chip renameIngo Molnar1-1/+1
2006-06-29[PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[]Ingo Molnar1-13/+7
2006-06-29[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar1-2/+2
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-3/+3
2006-06-23[PATCH] x86: kernel irq balance doesn't workZhang Yanmin1-0/+3
2006-01-08[PATCH] kernel/: small cleanupsAdrian Bunk1-0/+2
2006-01-06[PATCH] Alpha: convert to generic irq framework (generic part)Ivan Kokshaysky1-1/+3
2005-09-07[PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinityAshok Raj1-2/+12
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+159