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