1. f087456 genirq: Don't allow user space to set IRQ affinity to isolated CPUs by Pavankumar Kondeti · 7 years ago
  2. 8658be1 Merge branch 'irq/for-block' into irq/core by Thomas Gleixner · 8 years ago
  3. 9c25558 genirq: Introduce IRQD_AFFINITY_MANAGED flag by Thomas Gleixner · 8 years ago
  4. ff5b706 genirq: Remove unnecessary memset() calls by Weongyo Jeong · 8 years ago
  5. fe3464c genirq: Remove redundant NULL check of irq_desc by Jianyu Zhan · 8 years ago
  6. f944b5a genirq: Use a common macro to go through the actions list by Daniel Lezcano · 8 years ago
  7. 4717f13 genirq/PM: Restore system wake up from chained interrupts by Grygorii Strashko · 9 years ago
  8. e50226b Merge branch 'linus' into irq/core by Thomas Gleixner · 9 years ago
  9. e509bd7 genirq: Allow migration of chained interrupts by installing default action by Mika Westerberg · 9 years ago
  10. 95c2b17 genirq: Fix race in register_irq_proc() by Ben Hutchings · 9 years ago
  11. 9df872f genirq: Move field 'affinity' from irq_data into irq_common_data by Jiang Liu · 9 years ago
  12. 6783011 genirq: Introduce helper function irq_data_get_node() by Jiang Liu · 9 years ago
  13. c1d7f03 irq: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  14. c291ee6 genirq: Prevent proc race against freeing of irq descriptors by Thomas Gleixner · 10 years ago
  15. bab5c79 genirq: procfs: Make smp_affinity values go+r by Chema Gonzalez · 10 years ago
  16. c12d2f4 irqdomain: Include hwirq number in /proc/interrupts by Grant Likely · 12 years ago
  17. a8ca16e proc: Supply a function to remove a proc entry by PDE by David Howells · 11 years ago
  18. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  19. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  20. def945e irq: Remove smp_affinity_list when unregister irq proc by Yinghai Lu · 13 years ago
  21. 4b06042 bitmap, irq: add smp_affinity_list interface to /proc/irq by Mike Travis · 13 years ago
  22. 94b2c36 genirq: Fix typo CONFIG_GENIRC_IRQ_SHOW_LEVEL by Geert Uytterhoeven · 13 years ago
  23. a6e120e alpha: Use generic show_interrupts() by Thomas Gleixner · 13 years ago
  24. ab7798f genirq: Expand generic show_interrupts() by Thomas Gleixner · 13 years ago
  25. ee0401e genirq: show_interrupts: Check desc->name before printing it blindly by Thomas Gleixner · 13 years ago
  26. bce4303 genirq: Reuse existing can set affinty check by Thomas Gleixner · 13 years ago
  27. f230b6d genirq: Add IRQ_MOVE_PENDING to irq_data.state by Thomas Gleixner · 13 years ago
  28. c78b9b6 genirq: Implement generic irq_show_interrupts() by Thomas Gleixner · 14 years ago
  29. 3b8249e genirq: Do not copy affinity before set by Thomas Gleixner · 13 years ago
  30. 25c9170 genirq: Fix incorrect proc spurious output by Kenji Kaneshige · 14 years ago
  31. 13bfe99 genirq: Prepare proc for real sparse irq support by Thomas Gleixner · 14 years ago
  32. c96b3b3 genirq: Provide compat handling for chip->set_affinity() by Thomas Gleixner · 14 years ago
  33. 6b8ff31 genirq: Convert core code to irq_data by Thomas Gleixner · 14 years ago
  34. 4308ad8 genirq: Clear CPU mask in affinity_hint when none is provided by Peter P Waskiewicz Jr · 14 years ago
  35. e7a297b genirq: Add CPU mask affinity hint by Peter P Waskiewicz Jr · 14 years ago
  36. 7c7145f Merge branch 'linus' into irq/core by Thomas Gleixner · 14 years ago
  37. 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
  38. 92d6b71 genirq: Expose irq_desc->node in proc/irq by Dimitri Sivanich · 14 years ago
  39. 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 15 years ago
  40. 3476994 genirq: Fix spurious irq seqfile conversion by Thomas Gleixner · 15 years ago
  41. a1afb63 genirq: switch /proc/irq/*/spurious to seq_file by Alexey Dobriyan · 15 years ago
  42. c82a43d irq: Do not attempt to create subdirectories if /proc/irq/<irq> failed by Cyrill Gorcunov · 15 years ago
  43. 7f7ace0 cpumask: update irq_desc to use cpumask_var_t by Mike Travis · 15 years ago
  44. 6bdf197 ia64: cpumask fix for is_affinity_mask_valid() by Ingo Molnar · 15 years ago
  45. d036e67 cpumask: convert kernel/irq by Rusty Russell · 15 years ago
  46. 2ca1a61 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 15 years ago
  47. 0de2652 cpumask: make irq_set_affinity() take a const struct cpumask by Rusty Russell · 16 years ago
  48. 29c0177 cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. by Rusty Russell · 16 years ago
  49. 0b8f1ef sparse irq_desc[] array: core kernel and x86 changes by Yinghai Lu · 16 years ago
  50. f6d87f4 genirq: keep affinities set from userspace across free/request_irq() by Thomas Gleixner · 16 years ago
  51. 3786fc7 irq: make variable static by roel kluin · 16 years ago
  52. d3c6004 genirq: cleanup the sparseirq modifications by Thomas Gleixner · 16 years ago
  53. 2c6927a irq: replace loop with nr_irqs with for_each_irq_desc by Yinghai Lu · 16 years ago
  54. 08678b0 generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] by Yinghai Lu · 16 years ago
  55. 85c0f90 irq: introduce nr_irqs by Yinghai Lu · 16 years ago
  56. f18e439 genirq: switch /proc/irq/*/smp_affinity et al to seqfiles by Alexey Dobriyan · 16 years ago
  57. 1840475 genirq: Expose default irq affinity mask (take 3) by Max Krasnyansky · 16 years ago
  58. 96d97cf x86: add /proc/irq/*/spurious to dump the spurious irq debugging state by Andi Kleen · 16 years ago
  59. 42ee2b7 x86_64: Report the pending irq if available in smp_affinity by Andi Kleen · 17 years ago
  60. 25d6157 [IA64] SN: validate smp_affinity mask on intr redirect by John Keller · 17 years ago
  61. d2d9433 kernel/irq/proc.c: unprotected iteration over the IRQ action list in name_unique() by Dmitry Adamushko · 17 years ago
  62. 771ee3b [PATCH] Add a function to handle interrupt affinity setting by Thomas Gleixner · 17 years ago
  63. 950f442 [PATCH] Add irq flag to disable balancing for an interrupt by Thomas Gleixner · 17 years ago
  64. b653d081 [PATCH] proc: remove useless (and buggy) ->nlink settings by Alexey Dobriyan · 17 years ago
  65. 6e2ac66 [PATCH] CPEI gets warning at kernel/irq/migration.c:27/move_masked_irq() by Hidetoshi Seto · 18 years ago
  66. 01a3ee2 [PATCH] bitmap: parse input from kernel and user buffers by Reinette Chatre · 18 years ago
  67. f1c2662 [PATCH] genirq: cleanup: no_irq_type -> no_irq_chip rename by Ingo Molnar · 18 years ago
  68. 4a733ee [PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[] by Ingo Molnar · 18 years ago
  69. a53da52 [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[] by Ingo Molnar · 18 years ago
  70. d1bef4e [PATCH] genirq: rename desc->handler to desc->chip by Ingo Molnar · 18 years ago
  71. 1b61b91 [PATCH] x86: kernel irq balance doesn't work by Zhang Yanmin · 18 years ago
  72. 97a41e2 [PATCH] kernel/: small cleanups by Adrian Bunk · 18 years ago
  73. eee4526 [PATCH] Alpha: convert to generic irq framework (generic part) by Ivan Kokshaysky · 18 years ago
  74. 54d5d42 [PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinity by Ashok Raj · 19 years ago
  75. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago