1. f069686 tracing/softirq: Move __raise_softirq_irqoff() out of header by Steven Rostedt · 12 years ago
  2. 416eb33 rcu: Fix early call to rcu_idle_enter() by Frederic Weisbecker · 13 years ago
  3. 280f067 nohz: Separate out irq exit and idle loop dyntick logic by Frederic Weisbecker · 13 years ago
  4. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  5. ec433f0 softirq,rcu: Inform RCU of irq_exit() activity by Peter Zijlstra · 13 years ago
  6. 0922337 rcu: Use softirq to address performance regression by Shaohua Li · 13 years ago
  7. a26ac24 rcu: move TREE_RCU from softirq to kthread by Paul E. McKenney · 13 years ago
  8. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  9. 94dcf29 kthread: use kthread_create_on_node() by Eric Dumazet · 13 years ago
  10. 5f6fb45 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  11. 8d32a30 genirq: Provide forced interrupt threading by Thomas Gleixner · 13 years ago
  12. c305d52 softirq: Avoid stack switch from ksoftirqd by Thomas Gleixner · 13 years ago
  13. 4dd53d8 softirqs: Free up pf flag PF_KSOFTIRQD by Venkatesh Pallipadi · 13 years ago
  14. 351f8f8 kernel: clean up USE_GENERIC_SMP_HELPERS by Amerigo Wang · 13 years ago
  15. 72eb6a7 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  16. c9b5f50 sched: Constify function scope static struct sched_param usage by Peter Zijlstra · 13 years ago
  17. 909ea96 core: Replace __get_cpu_var with __this_cpu_read if not used for an address. by Christoph Lameter · 13 years ago
  18. 92fd4d4 Merge commit 'v2.6.37-rc2' into sched/core by Ingo Molnar · 14 years ago
  19. a042e26 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  20. b8ecad8 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent by Ingo Molnar · 14 years ago
  21. fe7de49 sched: Make sched_param argument static in sched_setscheduler() callers by KOSAKI Motohiro · 14 years ago
  22. 02f3603 Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linus', 'x86-quirks-for-linus', 'x86-setup-for-linus', 'x86-uv-for-linus' and 'x86-vm86-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  23. 4a60cfa Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  24. f4bc6bb tracing: Cleanup the convoluted softirq tracepoints by Thomas Gleixner · 14 years ago
  25. d267f87 sched: Call tick_check_idle before __irq_enter by Venkatesh Pallipadi · 14 years ago
  26. 6cdd519 sched: Add a PF flag for ksoftirqd identification by Venkatesh Pallipadi · 14 years ago
  27. 75e1056 sched: Fix softirq time accounting by Venkatesh Pallipadi · 14 years ago
  28. b7d0d82 genirq: Remove arch_init_chip_data() by Thomas Gleixner · 14 years ago
  29. b683de2 genirq: Query arch for number of early descriptors by Thomas Gleixner · 14 years ago
  30. 676cb02 softirqs: Make wakeup_softirqd static by Thomas Gleixner · 15 years ago
  31. 9e506f7 kernel/: fix BUG_ON checks for cpu notifier callbacks direct call by Akinobu Mita · 14 years ago
  32. 80b5184 kernel/: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 14 years ago
  33. 25502a6 rcu: refactor RCU's context-switch handling by Paul E. McKenney · 14 years ago
  34. b9c3032 hrtimer, softirq: Fix hrtimer->softirq trampoline by Peter Zijlstra · 14 years ago
  35. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  36. c5e0cb3 rcu: Cleanup: balance rcu_irq_enter()/rcu_irq_exit() calls by Lai Jiangshan · 15 years ago
  37. 1871e52 percpu: make percpu symbols under kernel/ and mm/ unique by Tejun Heo · 15 years ago
  38. 5dd4de5 softirq: add BLOCK_IOPOLL to softirq_to_name by Li Zefan · 15 years ago
  39. d6714c2 rcu: Renamings to increase RCU clarity by Paul E. McKenney · 15 years ago
  40. 9ba5f00 softirq: introduce tasklet_hrtimer infrastructure by Peter Zijlstra · 15 years ago
  41. aa0ce5b softirq: introduce statistics for softirq by Keika Kobayashi · 15 years ago
  42. 7c692cb tasklets: new tasklet scheduling function by Vegard Nossum · 16 years ago
  43. 8623661 Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  44. 44347d9 Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  45. a0e39ed tracing: fix build failure on s390 by Heiko Carstens · 15 years ago
  46. 85ac16d x86/irq: change irq_desc_alloc() to take node instead of cpu by Yinghai Lu · 15 years ago
  47. 79d381c kernel/softirq.c: fix sparse warning by H Hartley Sweeten · 15 years ago
  48. ad8d75f tracing/events: move trace point headers into include/trace/events by Steven Rostedt · 15 years ago
  49. a8d154b tracing: create automated trace defines by Steven Rostedt · 15 years ago
  50. 609862b Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  51. 714f83d Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  52. b1dbb67 Merge branch 'ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  53. 7f1e2ca hrtimer: fix rq->lock inversion (again) by Peter Zijlstra · 15 years ago
  54. 7bee946 Merge branch 'linus' into locking-for-linus by Ingo Molnar · 15 years ago
  55. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 15 years ago
  56. cd80a81 Merge branch 'x86/core' into core/ipi by Ingo Molnar · 15 years ago
  57. 899039e softirq: no need to have SOFTIRQ in softirq name by Steven Rostedt · 15 years ago
  58. 3984232 tracing: tracepoints for softirq entry/exit - tracepoints by Jason Baron · 15 years ago
  59. 5d592b4 tracing: tracepoints for softirq entry/exit - add softirq-to-name array by Jason Baron · 15 years ago
  60. 25d5000 Merge branch 'linus' into core/ipi by Ingo Molnar · 15 years ago
  61. 480c93d Merge branch 'core/locking' into tracing/ftrace by Ingo Molnar · 15 years ago
  62. d820ac4 locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit] by Ingo Molnar · 15 years ago
  63. 12e87e3 Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' into tracing/core by Ingo Molnar · 15 years ago
  64. 467c88f Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', 'x86/urgent', 'linus' and 'core/percpu' into x86/core by Ingo Molnar · 15 years ago
  65. f0ef039 Merge branch 'x86/core' into tracing/textedit by Ingo Molnar · 15 years ago
  66. 64ca5ab rcu: increment quiescent state counter in ksoftirqd() by Eric Dumazet · 15 years ago
  67. 6e27563 generic-ipi: remove CSD_FLAG_WAIT by Peter Zijlstra · 15 years ago
  68. 7e49fcc trace, lockdep: manual preempt count adding for local_bh_disable by Steven Rostedt · 15 years ago
  69. 4a046d1 x86: arch_probe_nr_irqs by Yinghai Lu · 15 years ago
  70. 7d3b56b Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  71. f1fc057 cpumask: remove any_online_cpu() users: kernel/ by Rusty Russell · 15 years ago
  72. db200df Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  73. 43a2563 sparseirq: move __weak symbols into separate compilation unit by Yinghai Lu · 15 years ago
  74. 6638101 Merge branches 'core/debugobjects', 'core/iommu', 'core/locking', 'core/printk', 'core/rcu', 'core/resources', 'core/softirq' and 'core/stacktrace' into core/core by Ingo Molnar · 15 years ago
  75. 64db4cf "Tree RCU": scalable classic RCU implementation by Paul E. McKenney · 15 years ago
  76. 8b752e3 softirq: remove useless function __local_bh_enable by Liming Wang · 15 years ago
  77. ee5f80a irq: call __irq_enter() before calling the tick_idle_check by Thomas Gleixner · 16 years ago
  78. c465a76 Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linus by Thomas Gleixner · 16 years ago
  79. 719254f NOHZ: unify the nohz function calls in irq_enter() by Thomas Gleixner · 16 years ago
  80. 54514a7 softirq: Add support for triggering softirq work on softirqs. by David S. Miller · 16 years ago
  81. 1c95e1b Fix kernel/softirq.c printk format warning properly by Linus Torvalds · 16 years ago
  82. 77af7e3 softirq, warning fix: correct a format to avoid a warning by Frederic Weisbecker · 16 years ago
  83. 8e85b4b softirqs, debug: preemption check by Thomas Gleixner · 16 years ago
  84. 978b011 softirq: allocate less vectors by Alexey Dobriyan · 16 years ago
  85. 7babe8d Full conversion to early_initcall() interface, remove old interface by Eduard - Gabriel Munteanu · 16 years ago
  86. 9b610fd Merge branch 'linus' into timers/nohz by Ingo Molnar · 16 years ago
  87. b8f8c3c nohz: prevent tick stop outside of the idle loop by Thomas Gleixner · 16 years ago
  88. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  89. 666484f Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  90. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 16 years ago
  91. 8691e5a smp_call_function: get rid of the unused nonatomic/retry argument by Jens Axboe · 16 years ago
  92. 961ccdd sched: add new API sched_setscheduler_nocheck: add a flag to control access checks by Rusty Russell · 16 years ago
  93. 0f476b6d softirq: remove irqs_disabled warning from local_bh_enable by Johannes Berg · 16 years ago
  94. 4620b49 softirq: remove initialization of static per-cpu variable by Vegard Nossum · 16 years ago
  95. 962cf36 Remove argument from open_softirq which is always NULL by Carlos R. Mafra · 16 years ago
  96. e5e4172 Fix cpu hotplug problem in softirq code by Christian Borntraeger · 16 years ago
  97. 48f20a9 tasklets: execute tasklets in the same order they were queued by Olof Johansson · 16 years ago
  98. 2232c2d rcu: add support for dynamic ticks and preempt rcu by Steven Rostedt · 16 years ago
  99. 7ad5b3a kernel: remove fastcall in kernel/* by Harvey Harrison · 16 years ago
  100. 6378ddb time: track accurate idle time with tick_sched.idle_sleeptime by Venki Pallipadi · 16 years ago