1. def945e irq: Remove smp_affinity_list when unregister irq proc by Yinghai Lu · 13 years ago
  2. 4b06042 bitmap, irq: add smp_affinity_list interface to /proc/irq by Mike Travis · 13 years ago
  3. 94b2c36 genirq: Fix typo CONFIG_GENIRC_IRQ_SHOW_LEVEL by Geert Uytterhoeven · 13 years ago
  4. a6e120e alpha: Use generic show_interrupts() by Thomas Gleixner · 13 years ago
  5. ab7798f genirq: Expand generic show_interrupts() by Thomas Gleixner · 13 years ago
  6. ee0401e genirq: show_interrupts: Check desc->name before printing it blindly by Thomas Gleixner · 13 years ago
  7. bce4303 genirq: Reuse existing can set affinty check by Thomas Gleixner · 13 years ago
  8. f230b6d genirq: Add IRQ_MOVE_PENDING to irq_data.state by Thomas Gleixner · 13 years ago
  9. c78b9b6 genirq: Implement generic irq_show_interrupts() by Thomas Gleixner · 14 years ago
  10. 3b8249e genirq: Do not copy affinity before set by Thomas Gleixner · 13 years ago
  11. 25c9170 genirq: Fix incorrect proc spurious output by Kenji Kaneshige · 14 years ago
  12. 13bfe99 genirq: Prepare proc for real sparse irq support by Thomas Gleixner · 14 years ago
  13. c96b3b3 genirq: Provide compat handling for chip->set_affinity() by Thomas Gleixner · 14 years ago
  14. 6b8ff31 genirq: Convert core code to irq_data by Thomas Gleixner · 14 years ago
  15. 4308ad8 genirq: Clear CPU mask in affinity_hint when none is provided by Peter P Waskiewicz Jr · 14 years ago
  16. e7a297b genirq: Add CPU mask affinity hint by Peter P Waskiewicz Jr · 14 years ago
  17. 7c7145f Merge branch 'linus' into irq/core by Thomas Gleixner · 14 years ago
  18. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  19. 92d6b71 genirq: Expose irq_desc->node in proc/irq by Dimitri Sivanich · 14 years ago
  20. 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 15 years ago
  21. 3476994 genirq: Fix spurious irq seqfile conversion by Thomas Gleixner · 15 years ago
  22. a1afb63 genirq: switch /proc/irq/*/spurious to seq_file by Alexey Dobriyan · 15 years ago
  23. c82a43d irq: Do not attempt to create subdirectories if /proc/irq/<irq> failed by Cyrill Gorcunov · 15 years ago
  24. 7f7ace0 cpumask: update irq_desc to use cpumask_var_t by Mike Travis · 15 years ago
  25. 6bdf197 ia64: cpumask fix for is_affinity_mask_valid() by Ingo Molnar · 15 years ago
  26. d036e67 cpumask: convert kernel/irq by Rusty Russell · 16 years ago
  27. 2ca1a61 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 16 years ago
  28. 0de2652 cpumask: make irq_set_affinity() take a const struct cpumask by Rusty Russell · 16 years ago
  29. 29c0177 cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. by Rusty Russell · 16 years ago
  30. 0b8f1ef sparse irq_desc[] array: core kernel and x86 changes by Yinghai Lu · 16 years ago
  31. f6d87f4 genirq: keep affinities set from userspace across free/request_irq() by Thomas Gleixner · 16 years ago
  32. 3786fc7 irq: make variable static by roel kluin · 16 years ago
  33. d3c6004 genirq: cleanup the sparseirq modifications by Thomas Gleixner · 16 years ago
  34. 2c6927a irq: replace loop with nr_irqs with for_each_irq_desc by Yinghai Lu · 16 years ago
  35. 08678b0 generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] by Yinghai Lu · 16 years ago
  36. 85c0f90 irq: introduce nr_irqs by Yinghai Lu · 16 years ago
  37. f18e439 genirq: switch /proc/irq/*/smp_affinity et al to seqfiles by Alexey Dobriyan · 16 years ago
  38. 1840475 genirq: Expose default irq affinity mask (take 3) by Max Krasnyansky · 16 years ago
  39. 96d97cf x86: add /proc/irq/*/spurious to dump the spurious irq debugging state by Andi Kleen · 16 years ago
  40. 42ee2b7 x86_64: Report the pending irq if available in smp_affinity by Andi Kleen · 17 years ago
  41. 25d6157 [IA64] SN: validate smp_affinity mask on intr redirect by John Keller · 17 years ago
  42. d2d9433 kernel/irq/proc.c: unprotected iteration over the IRQ action list in name_unique() by Dmitry Adamushko · 17 years ago
  43. 771ee3b [PATCH] Add a function to handle interrupt affinity setting by Thomas Gleixner · 17 years ago
  44. 950f442 [PATCH] Add irq flag to disable balancing for an interrupt by Thomas Gleixner · 17 years ago
  45. b653d081 [PATCH] proc: remove useless (and buggy) ->nlink settings by Alexey Dobriyan · 17 years ago
  46. 6e2ac66 [PATCH] CPEI gets warning at kernel/irq/migration.c:27/move_masked_irq() by Hidetoshi Seto · 18 years ago
  47. 01a3ee2 [PATCH] bitmap: parse input from kernel and user buffers by Reinette Chatre · 18 years ago
  48. f1c2662 [PATCH] genirq: cleanup: no_irq_type -> no_irq_chip rename by Ingo Molnar · 18 years ago
  49. 4a733ee [PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[] by Ingo Molnar · 18 years ago
  50. a53da52 [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[] by Ingo Molnar · 18 years ago
  51. d1bef4e [PATCH] genirq: rename desc->handler to desc->chip by Ingo Molnar · 18 years ago
  52. 1b61b91 [PATCH] x86: kernel irq balance doesn't work by Zhang Yanmin · 18 years ago
  53. 97a41e2 [PATCH] kernel/: small cleanups by Adrian Bunk · 18 years ago
  54. eee4526 [PATCH] Alpha: convert to generic irq framework (generic part) by Ivan Kokshaysky · 18 years ago
  55. 54d5d42 [PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinity by Ashok Raj · 19 years ago
  56. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago