1. a6967ca genirq: Remove desc->status when GENERIC_HARDIRQS_NO_COMPAT=y by Thomas Gleixner · 15 years ago
  2. e1ef824 genirq: Reflect IRQ_MOVE_PCNTXT in irq_data state by Thomas Gleixner · 15 years ago
  3. 7f94226 genirq: Move wakeup state to irq_data by Thomas Gleixner · 15 years ago
  4. d4d5e08 genirq: Add IRQCHIP_SET_TYPE_MASKED flag by Thomas Gleixner · 15 years ago
  5. 5d4d8fc genirq: Cleanup irq.h by Thomas Gleixner · 15 years ago
  6. f9e4989 genirq: Force wrapped access to desc->status in core code by Thomas Gleixner · 15 years ago
  7. 1ccb4e6 genirq: Wrap the remaning IRQ_* flags by Thomas Gleixner · 15 years ago
  8. 876dbd4 genirq: Mirror irq trigger type bits in irq_data.state by Thomas Gleixner · 15 years ago
  9. 2bdd105 genirq: Move IRQ_AFFINITY_SET to core by Thomas Gleixner · 15 years ago
  10. bce4303 genirq: Reuse existing can set affinty check by Thomas Gleixner · 15 years ago
  11. a005677 genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state by Thomas Gleixner · 15 years ago
  12. 1ce6068 genirq: Move debug code to separate header by Thomas Gleixner · 15 years ago
  13. fae581e genirq: Remove CHECK_IRQ_PER_CPU from core code by Thomas Gleixner · 15 years ago
  14. 6a58fb3 genirq: Remove CONFIG_IRQ_PER_CPU by Thomas Gleixner · 15 years ago
  15. f230b6d genirq: Add IRQ_MOVE_PENDING to irq_data.state by Thomas Gleixner · 15 years ago
  16. 6d2cd17 genirq: Move IRQ_WAKEUP to core by Thomas Gleixner · 15 years ago
  17. c531e83 genirq: Move IRQ_SUSPENDED to core by Thomas Gleixner · 15 years ago
  18. 6e40262 genirq: Move IRQ_MASKED to core by Thomas Gleixner · 15 years ago
  19. 2a0d6fb genirq: Move IRQ_PENDING flag to core by Thomas Gleixner · 15 years ago
  20. c1594b7 genirq: Move IRQ_DISABLED to core by Thomas Gleixner · 15 years ago
  21. 163ef30 genirq: Move IRQ_REPLAY and IRQ_WAITING to core by Thomas Gleixner · 15 years ago
  22. 3d67bae genirq: Move IRQ_ONESHOT to core by Thomas Gleixner · 15 years ago
  23. 009b4c3 genirq: Add IRQ_INPROGRESS to core by Thomas Gleixner · 15 years ago
  24. 6954b75 genirq: Move IRQ_POLL_INPROGRESS to core by Thomas Gleixner · 15 years ago
  25. 6f91a52 genirq: Use modify_status for set_irq_nested_thread by Thomas Gleixner · 15 years ago
  26. 7acdd53 genirq: Move IRQ_SPURIOUS_DISABLED to core state by Thomas Gleixner · 15 years ago
  27. bd062e7 genirq: Move IRQ_AUTODETECT to internal state by Thomas Gleixner · 15 years ago
  28. e6bea9c genirq: Protect tglx from tripping over his own feet by Thomas Gleixner · 15 years ago
  29. dbec07b genirq: Add internal state field to irq_desc by Thomas Gleixner · 15 years ago
  30. 35e857c genirq: Fixup core code namespace fallout by Thomas Gleixner · 15 years ago
  31. c78b9b6 genirq: Implement generic irq_show_interrupts() by Thomas Gleixner · 15 years ago
  32. 1277a53 genirq: Simplify handle_irq_event() by Thomas Gleixner · 15 years ago
  33. 0877d66 genirq: Use handle_irq_event() in the spurious poll code by Thomas Gleixner · 15 years ago
  34. 849f061 genirq: Use handle_perpcu_event() in handle_percpu_irq() by Thomas Gleixner · 15 years ago
  35. a60a5dc genirq: Use handle_irq_event() in handle_edge_irq() by Thomas Gleixner · 15 years ago
  36. a7ae4de genirq: Use handle_irq_event() in handle_fasteoi_irq() by Thomas Gleixner · 15 years ago
  37. 1529866 genirq: Use handle_irq_event() in handle_level_irq() by Thomas Gleixner · 15 years ago
  38. 107781e genirq: Use handle_irq_event() in handle_simple_irq() by Thomas Gleixner · 15 years ago
  39. 4912609 genirq: Implement handle_irq_event() by Thomas Gleixner · 15 years ago
  40. d78f8dd genirq: Do not fiddle with IRQ_MASKED in handle_edge_irq() by Thomas Gleixner · 15 years ago
  41. 3aae994 genirq: Consolidate IRQ_DISABLED by Thomas Gleixner · 15 years ago
  42. 50f7c03 genirq: Remove default magic by Thomas Gleixner · 15 years ago
  43. 8792347 genirq: Consolidate disable/enable by Thomas Gleixner · 15 years ago
  44. 4699923 genirq: Consolidate startup/shutdown of interrupts by Thomas Gleixner · 15 years ago
  45. 3b56f05 genirq: Remove bogus conditional by Thomas Gleixner · 15 years ago
  46. 1535dfa genirq: Move irq thread flags to core by Thomas Gleixner · 15 years ago
  47. fe200ae genirq: Mark polled irqs and defer the real handler by Thomas Gleixner · 15 years ago
  48. d05c65f genirq: spurious: Run only one poller at a time by Thomas Gleixner · 15 years ago
  49. c7259cd genirq: Do not poll disabled, percpu and timer interrupts by Thomas Gleixner · 15 years ago
  50. fa27271 genirq: Fixup poll handling by Thomas Gleixner · 15 years ago
  51. b738a50 genirq: Warn when handler enables interrupts by Thomas Gleixner · 15 years ago
  52. 1082687 genirq: Plug race in report_bad_irq() by Thomas Gleixner · 15 years ago
  53. 2b879ea genirq: Remove redundant thread affinity setting by Thomas Gleixner · 15 years ago
  54. 3b8249e genirq: Do not copy affinity before set by Thomas Gleixner · 15 years ago
  55. 569bda8 genirq: Always apply cpu online mask by Thomas Gleixner · 15 years ago
  56. b008207 genirq: Rremove redundant check by Thomas Gleixner · 15 years ago
  57. 1fa46f1 genirq: Simplify affinity related code by Thomas Gleixner · 15 years ago
  58. a0cd9ca genirq: Namespace cleanup by Thomas Gleixner · 15 years ago
  59. 43abe43 genirq: Add missing buslock to set_irq_type(), set_irq_wake() by Thomas Gleixner · 15 years ago
  60. e7bcecb genirq: Make nr_irqs runtime expandable by Thomas Gleixner · 15 years ago
  61. 218502b Merge branch 'irq/urgent' into irq/core by Thomas Gleixner · 15 years ago
  62. 6d83f94 genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for now by Thomas Gleixner · 15 years ago
  63. c1ee626 genirq: Prevent access beyond allocated_irqs bitmap by Thomas Gleixner · 15 years ago
  64. bc3adfc Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 15 years ago
  65. 2e725a0 PM / Hibernate: Return error code when alloc_image_page() fails by Stanislaw Gruszka · 15 years ago
  66. 3233cdb workqueue: make sure MAYDAY_INITIAL_TIMEOUT is at least 2 jiffies long by Tejun Heo · 15 years ago
  67. 58a69cb workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable' by Tejun Heo · 15 years ago
  68. a1213b0 Merge branches 'core-fixes-for-linus' and 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  69. 1cecd79 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  70. 7576958 workqueue: wake up a worker when a rescuer is leaving a gcwq by Tejun Heo · 15 years ago
  71. f590308 timer debug: Hide kernel addresses via %pK in /proc/timer_list by Kees Cook · 15 years ago
  72. f7909fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  73. 01e05e9 ptrace: use safer wake up on ptrace_detach() by Tejun Heo · 15 years ago
  74. 6037b71 security: add cred argument to security_capable() by Chris Wright · 15 years ago
  75. ee24aeb cap_syslog: accept CAP_SYS_ADMIN for now by Linus Torvalds · 15 years ago
  76. 51327ad Merge branch 'irq/for-mips' into irq/core by Thomas Gleixner · 15 years ago
  77. 986c011 genirq: Call bus_lock/unlock functions in setup_irq() by David Daney · 15 years ago
  78. 5651f7f watchdog, nmi: Lower the severity of error messages by Don Zickus · 15 years ago
  79. aceb91c Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  80. 44951a6 genirq: Remove dead code by Thomas Gleixner · 15 years ago
  81. c305d52 softirq: Avoid stack switch from ksoftirqd by Thomas Gleixner · 15 years ago
  82. c9a443c Merge branch 'irq/for-xen' into irq/core by Thomas Gleixner · 15 years ago
  83. dc5f219 genirq: Add IRQF_FORCE_RESUME by Thomas Gleixner · 15 years ago
  84. 7ff2079 Revert "lockdep, timer: Fix del_timer_sync() annotation" by Peter Zijlstra · 15 years ago
  85. fb2b2a1 CRED: Fix memory and refcount leaks upon security_prepare_creds() failure by Tetsuo Handa · 15 years ago
  86. 2edeaa3 CRED: Fix BUG() upon security_cred_alloc_blank() failure by Tetsuo Handa · 15 years ago
  87. f0adc82 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  88. 285c1a2 Merge branch 'irq/urgent' into irq/core by Thomas Gleixner · 15 years ago
  89. 862b6f6 Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 15 years ago
  90. f266a51 lockdep, timer: Fix del_timer_sync() annotation by Peter Zijlstra · 15 years ago
  91. aba9943 Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  92. 49abda9 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  93. eb487ab Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  94. 3d56e33 tracing: Replace syscall_meta_data struct array with pointer array by Steven Rostedt · 15 years ago
  95. 6549864 tracepoints: Fix section alignment using pointer array by Mathieu Desnoyers · 15 years ago
  96. 06c3bc6 sched: Fix update_curr_rt() by Peter Zijlstra · 15 years ago
  97. 542e72f perf: Fix reading in perf_event_read() by Peter Zijlstra · 15 years ago
  98. e4a9ea5 tracing: Replace trace_event struct array with pointer array by Steven Rostedt · 15 years ago
  99. f1a0639 genirq: Prevent irq storm on migration by Thomas Gleixner · 15 years ago
  100. 9ffdc6c watchdog: Don't change watchdog state on read of sysctl by Marcin Slusarz · 15 years ago