1. 9f680ab rcu: Eliminate unneeded function wrapping by Paul E. McKenney · 15 years ago
  2. b668c9c rcu: Fix grace-period-stall bug on large systems with CPU hotplug by Paul E. McKenney · 15 years ago
  3. 2f51f98 rcu: Eliminate __rcu_pending() false positives by Paul E. McKenney · 15 years ago
  4. 560d4bc rcu: Further cleanups of use of lastcomp by Paul E. McKenney · 15 years ago
  5. 8e9aa8f rcu: Simplify association of forced quiescent states with grace periods by Paul E. McKenney · 15 years ago
  6. b32e9eb rcu: Accelerate callback processing on CPUs not detecting GP end by Paul E. McKenney · 15 years ago
  7. 0e0fc1c rcu: Mark init-time-only rcu_bootup_announce() as __init by Paul E. McKenney · 15 years ago
  8. c64ac3c rcu: Simplify association of quiescent states with grace periods by Paul E. McKenney · 15 years ago
  9. 4bcfe05 rcu: Rename dynticks_completed to completed_fqs by Paul E. McKenney · 15 years ago
  10. 956539b rcu: Enable synchronize_sched_expedited() fastpath by Paul E. McKenney · 15 years ago
  11. dbe0135 rcu: Remove inline from forward-referenced functions by Paul E. McKenney · 15 years ago
  12. 9160306 rcu: Fix note_new_gpnum() uses of ->gpnum by Paul E. McKenney · 15 years ago
  13. d09b62d rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed counter by Paul E. McKenney · 15 years ago
  14. 281d150 rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling of ->completed counter by Paul E. McKenney · 15 years ago
  15. 7e1a276 Merge branch 'core/urgent' into core/rcu by Ingo Molnar · 15 years ago
  16. c5e0cb3 rcu: Cleanup: balance rcu_irq_enter()/rcu_irq_exit() calls by Lai Jiangshan · 15 years ago
  17. 83f5b01 rcu: Fix long-grace-period race between forcing and initialization by Paul E. McKenney · 15 years ago
  18. b00bc0b uids: Prevent tear down race by Thomas Gleixner · 15 years ago
  19. 11df6dd futex: Fix spurious wakeup for requeue_pi really by Thomas Gleixner · 15 years ago
  20. 88b91c7 rcu: Simplify creating of lockdep class for root rcu_node by Peter Zijlstra · 15 years ago
  21. 4ce5b90 rcu: Do tiny cleanups in rcutiny by Ingo Molnar · 15 years ago
  22. cf886c4 rcu: Improve rcutorture diagnostics when bad torture_type specified by Paul E. McKenney · 15 years ago
  23. 804bb83 rcu: Add synchronize_srcu_expedited() to the rcutorture test suite by Paul E. McKenney · 15 years ago
  24. 0cd397d rcu: Add synchronize_srcu_expedited() by Paul E. McKenney · 15 years ago
  25. 9b1d82f rcu: "Tiny RCU", The Bloatwatch Edition by Paul E. McKenney · 15 years ago
  26. 89061d3 futex: Move drop_futex_key_refs out of spinlock'ed region by Darren Hart · 15 years ago
  27. 237c80c rcu: Fix TREE_PREEMPT_RCU CPU_HOTPLUG bad-luck hang by Paul E. McKenney · 15 years ago
  28. 3397e04 rcu: Add rnp->blocked_tasks to tracing by Paul E. McKenney · 15 years ago
  29. 019129d5 rcu: Stopgap fix for synchronize_rcu_expedited() for TREE_PREEMPT_RCU by Paul E. McKenney · 15 years ago
  30. 37c72e5 rcu: Prevent RCU IPI storms in presence of high call_rcu() load by Paul E. McKenney · 15 years ago
  31. 2bc8720 futex: Check for NULL keys in match_futex by Darren Hart · 15 years ago
  32. d58e657 futex: Handle spurious wake up by Thomas Gleixner · 15 years ago
  33. 3365e779 lockdep: Use cpu_clock() for lockstat by Peter Zijlstra · 15 years ago
  34. f579bbc Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  35. e80fb7e5 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
  36. f17f36bb Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  37. b924f95 Merge branch 'sparc-perf-events-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  38. b9d40b7 Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  39. 8f6e8a3 tracing: user local buffer variable for trace branch tracer by Steven Rostedt · 15 years ago
  40. c8647b2 tracing: fix warning on kernel/trace/trace_branch.c andtrace_hw_branches.c by Zhenwen Xu · 15 years ago
  41. 3279ba3 ftrace: check for failure for all conversions by Steven Rostedt · 15 years ago
  42. e7247a1 tracing: correct module boundaries for ftrace_release by jolsa@redhat.com · 15 years ago
  43. da08568 futex: fix requeue_pi key imbalance by Darren Hart · 15 years ago
  44. 829b876 tracing: fix transposed numbers of lock_depth and preempt_count by Steven Rostedt · 15 years ago
  45. fdc6f19 NOHZ: update idle state also when NOHZ is inactive by Eero Nurkkala · 15 years ago
  46. 978c0b8 rcu: Place root rcu_node structure in separate lockdep class by Paul E. McKenney · 15 years ago
  47. e74f4c4 rcu: Make hot-unplugged CPU relinquish its own RCU callbacks by Paul E. McKenney · 15 years ago
  48. d0ec774 rcu: Move rcu_barrier() to rcutree by Paul E. McKenney · 15 years ago
  49. 322a2c1 futex: Move exit_pi_state() call to release_mm() by Thomas Gleixner · 15 years ago
  50. fc6b177 futex: Nullify robust lists after cleanup by Peter Zijlstra · 15 years ago
  51. b0f56f1 trace: Fix missing assignment in trace_ctxwake_* by Hiroshi Shimamoto · 15 years ago
  52. 906010b perf_event: Provide vmalloc() based mmap() backing by Peter Zijlstra · 15 years ago
  53. ee949a8 tracing/syscalls: Use long for syscall ret format and field definitions by Tom Zanussi · 15 years ago
  54. eaaea80 futex: Fix locking imbalance by Thomas Gleixner · 15 years ago
  55. d014e889 panic: Fix panic message visibility by calling bust_spinlocks(0) before dying by Aaro Koskinen · 15 years ago
  56. 41cb665 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
  57. e69a9ac 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
  58. 0f26ec6 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  59. 135c8ae rcu: Replace the rcu_barrier enum with pointer to call_rcu*() function by Paul E. McKenney · 15 years ago
  60. a0b6c9a rcu: Clean up code based on review feedback from Josh Triplett, part 4 by Paul E. McKenney · 15 years ago
  61. 3d76c08 rcu: Clean up code based on review feedback from Josh Triplett, part 3 by Paul E. McKenney · 15 years ago
  62. 162cc27 rcu: Fix rcu_lock_map build failure on CONFIG_PROVE_LOCKING=y by Paul E. McKenney · 15 years ago
  63. f83f9ac sched: Set correct normal_prio and prio values in sched_fork() by Peter Williams · 15 years ago
  64. 75fb409 tracing: Use free_percpu instead of kfree by Frederic Weisbecker · 15 years ago
  65. fe8e5b5 tracing: Check total refcount before releasing bufs in profile_enable failure by Frederic Weisbecker · 15 years ago
  66. 58e57fb Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  67. 4e64915 memcg: some modification to softlimit under hierarchical memory reclaim. by KAMEZAWA Hiroyuki · 15 years ago
  68. 3dece83 cgroup: catch bad css refcnt at css_put by KAMEZAWA Hiroyuki · 15 years ago
  69. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  70. 3ae91c2 module: fix up CONFIG_KALLSYMS=n build. by Paul Mundt · 15 years ago
  71. b0da3f0 Add a tracepoint for block request remapping by Jun'ichi Nomura · 15 years ago
  72. 48c0d4d Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfs by Zdenek Kabelac · 15 years ago
  73. f9ac5a6 kmemtrace: Fix up tracer registration by Paul Mundt · 15 years ago
  74. 27f9994 perf_event: Clean up perf_event_init_task() by Xiao Guangrong · 15 years ago
  75. 8c9ed8e perf_event: Fix event group handling in __perf_event_sched_*() by Xiao Guangrong · 15 years ago
  76. 3397409 tracing: Fix infinite recursion in ftrace_update_pid_func() by Matt Fleming · 15 years ago
  77. 152f9d0 sched_clock: Fix atomicity/continuity bug by using cmpxchg64() by Eric Dumazet · 15 years ago
  78. f0f37e2f const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  79. 6f50710 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  80. 3b38376 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  81. 179b914 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
  82. 4187e7e Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  83. d3f6302 hrtimer: Remove overly verbose "switch to high res mode" message by Roland Dreier · 15 years ago
  84. 8b3f6af Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  85. 89133f9 clocksource: Resume clocksource without taking the clocksource mutex by Martin Schwidefsky · 15 years ago
  86. 9beba3c futex: Add memory barrier commentary to futex_wait_queue_me() by Darren Hart · 15 years ago
  87. a6b49cb Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 15 years ago
  88. 2c9871d Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  89. 6d39b27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 15 years ago
  90. ffa9f12 module: don't call percpu_modfree on NULL pointer. by Rusty Russell · 15 years ago
  91. a263f776 module: fix memory leak when load fails after srcversion/version allocated by Rusty Russell · 15 years ago
  92. 26d052b param: allow whitespace as kernel parameter separator by Peter Oberparleiter · 15 years ago
  93. 554bdfe module: reduce string table for loaded modules (v2) by Jan Beulich · 15 years ago
  94. 4a49622 module: reduce symbol table for loaded modules (v2) by Jan Beulich · 15 years ago
  95. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  96. 801460d task_struct cleanup: move binfmt field to mm_struct by Hiroshi Shimamoto · 15 years ago
  97. 858f099 aio: ifdef fields in mm_struct by Alexey Dobriyan · 15 years ago
  98. e5a4738 pidns: deny CLONE_PARENT|CLONE_NEWPID combination by Sukadev Bhattiprolu · 15 years ago
  99. 123be07 fork(): disable CLONE_PARENT for init by Sukadev Bhattiprolu · 15 years ago
  100. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago