1. 06ae115a rcu: Avoid having just-onlined CPU resched itself when RCU is idle by Paul E. McKenney · 13 years ago
  2. 9bc8b55 rcu: Suppress NMI backtraces when stall ends before dump by Paul E. McKenney · 13 years ago
  3. 037067a rcu: Prohibit grace periods during early boot by Paul E. McKenney · 13 years ago
  4. 82e78d8 rcu: Simplify unboosting checks by Paul E. McKenney · 13 years ago
  5. 5c51dd7 rcu: Prevent early boot set_need_resched() from __rcu_pending() by Paul E. McKenney · 13 years ago
  6. 4627e24 rcu: Dump local stack if cannot dump all CPUs' stacks by Paul E. McKenney · 13 years ago
  7. 6206ab9 rcu: Move __rcu_read_unlock()'s barrier() within if-statement by Paul E. McKenney · 13 years ago
  8. 7eb4f45 rcu: Make rcu_implicit_dynticks_qs() locals be correct size by Paul E. McKenney · 13 years ago
  9. 717f98f rcu: Eliminate in_irq() checks in rcu_enter_nohz() by Paul E. McKenney · 13 years ago
  10. fc0763f nohz: Remove nohz_cpu_mask by Shi, Alex · 13 years ago
  11. 3721bc1 rcu: Allow rcutorture's stat_interval parameter to be changed at runtime by Paul E. McKenney · 13 years ago
  12. e4cc1f2 rcu: Simplify quiescent-state accounting by Paul E. McKenney · 13 years ago
  13. d4c08f2 rcu: Add grace-period, quiescent-state, and call_rcu trace events by Paul E. McKenney · 13 years ago
  14. 965a002 rcu: Make TINY_RCU also use softirq for RCU_BOOST=n by Paul E. McKenney · 13 years ago
  15. 385680a rcu: Add event-trace markers to TREE_RCU kthreads by Paul E. McKenney · 13 years ago
  16. eab0993 rcu: Move RCU_BOOST declarations to allow compiler checking by Paul E. McKenney · 13 years ago
  17. e0f2306 rcu: Update comments to reflect softirqs vs. kthreads by Paul E. McKenney · 13 years ago
  18. 72fe701 rcu: Add RCU type to callback-invocation tracing by Paul E. McKenney · 13 years ago
  19. e99033c rcu: Put names into TINY_RCU structures under RCU_TRACE by Paul E. McKenney · 13 years ago
  20. 300df91 rcu: Event-trace markers for computing RCU CPU utilization by Paul E. McKenney · 13 years ago
  21. 29c00b4 rcu: Add event-tracing for RCU callback invocation by Paul E. McKenney · 13 years ago
  22. 9d68197 rcu: Don't destroy rcu_torture_boost() callback until it is done by Paul E. McKenney · 13 years ago
  23. bdf2a43 rcu: Catch rcutorture up to new RCU API additions by Paul E. McKenney · 13 years ago
  24. 2c42818 rcu: Abstract common code for RCU grace-period-wait primitives by Paul E. McKenney · 13 years ago
  25. f039d1f rcu: Fix mismatched variable in rcutree_trace.c by Andi Kleen · 13 years ago
  26. b3fbab0 rcu: Restore checks for blocking in RCU read-side critical sections by Paul E. McKenney · 13 years ago
  27. 1eb5212 rcu: Avoid unnecessary self-wakeup of per-CPU kthreads by Shaohua Li · 13 years ago
  28. 1f28809 rcu: Use kthread_create_on_node() by Eric Dumazet · 13 years ago
  29. f786ecb connector: add comm change event report to proc connector by Vladimir Zapolskiy · 13 years ago
  30. 53b615c PM / Runtime: Introduce trace points for tracing rpm_* functions by Ming Lei · 13 years ago
  31. bfb9035 treewide: Correct spelling of successfully in comments by Joe Perches · 13 years ago
  32. f4cfb33 sched: Remove redundant test in check_preempt_tick() by Wang Xingchao · 13 years ago
  33. ed3982c Merge commit 'v3.1-rc7' into perf/core by Ingo Molnar · 13 years ago
  34. 6ebbe7a sched: Fix up wchan borkage by Simon Kirby · 13 years ago
  35. c825dda Merge branch 'for_3_2/for-rmk/arm_cpu_pm' of git://gitorious.org/omap-sw-develoment/linux-omap-dev into devel-stable by Russell King · 13 years ago
  36. f9d81f6 ptrace: PTRACE_LISTEN forgets to unlock ->siglock by Oleg Nesterov · 13 years ago
  37. 6f3eaec cpu_pm: call notifiers during suspend by Colin Cross · 13 years ago
  38. ab10023 cpu_pm: Add cpu power management notifiers by Colin Cross · 13 years ago
  39. e36de1d tracing: Fix preemptirqsoff tracer to not stop at preempt off by Steven Rostedt · 13 years ago
  40. cbbc719 time: Change jiffies_to_clock_t() argument type to unsigned long by hank · 13 years ago
  41. f70cac8 Merge branch 'kprobes-test' of git://git.yxit.co.uk/linux into devel-stable by Russell King · 13 years ago
  42. eef24af irq: Fix check for already initialized irq_domain in irq_domain_add by Rob Herring · 13 years ago
  43. 9d037a77 Merge branch 'irq-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 13 years ago
  44. 58c3c3a Make taskstats round statistics down to nearest 1k bytes/events by Linus Torvalds · 13 years ago
  45. 1a51410 Make TASKSTATS require root access by Linus Torvalds · 13 years ago
  46. 6249687 tracing: Add a counter clock for those that do not trust clocks by Steven Rostedt · 13 years ago
  47. cba9bd2 watchdog: Drop FIFO policy in exit path by Thomas Gleixner · 13 years ago
  48. bfa322c Merge branch 'linus' into sched/core by Ingo Molnar · 13 years ago
  49. 0119fee lockdep: Comment all warnings by Peter Zijlstra · 13 years ago
  50. 3be209a sched/rt: Migrate equal priority tasks to available CPUs by Shawn Bohrer · 13 years ago
  51. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  52. ca4a04c futex: Fix spelling in a source code comment by Bart Van Assche · 13 years ago
  53. 7cfdaf3 futex: uninitialized warning corrections by Vitaliy Ivanov · 13 years ago
  54. 124ff4e async: uninitialized warning corrections by Vitaliy Ivanov · 13 years ago
  55. fa2563e workqueue: lock cwq access in drain_workqueue by Thomas Tuttle · 13 years ago
  56. 4523f6a alarmtimers: Fix error handling by Thomas Gleixner · 13 years ago
  57. 757455d locking, latencytop: Annotate latency_lock as raw by Thomas Gleixner · 15 years ago
  58. 2737c49 locking, timer_stats: Annotate table_lock as raw by Thomas Gleixner · 14 years ago
  59. 8292c9e1 locking, semaphores: Annotate inner lock as raw by Thomas Gleixner · 14 years ago
  60. ee30a7b locking, sched: Annotate thread_group_cputimer as raw by Thomas Gleixner · 15 years ago
  61. 07354eb locking, printk: Annotate logbuf_lock as raw by Thomas Gleixner · 15 years ago
  62. 5389f6f locking, tracing: Annotate tracing locks as raw by Thomas Gleixner · 15 years ago
  63. cdcc136 locking, sched, cgroups: Annotate release_list_lock as raw by Thomas Gleixner · 15 years ago
  64. ec484608 locking, kprobes: Annotate the hash locks and kretprobe.lock as raw by Thomas Gleixner · 15 years ago
  65. 9fb6033 clocksource: Make watchdog reset lockless by Thomas Gleixner · 13 years ago
  66. 0fa914c rtmutex: Cleanup the debug code by Thomas Gleixner · 13 years ago
  67. 60f96b4 genirq: Add IRQCHIP_SKIP_SET_WAKE flag by Santosh Shilimkar · 13 years ago
  68. ed585a6 genirq: Make irq_shutdown() symmetric vs. irq_startup again by Geert Uytterhoeven · 13 years ago
  69. e8abccb posix-cpu-timers: Cure SMP accounting oddities by Peter Zijlstra · 13 years ago
  70. 65516f8 clockevents: Add direct ktime programming function by Martin Schwidefsky · 13 years ago
  71. d174830 clockevents: Make minimum delay adjustments configurable by Martin Schwidefsky · 13 years ago
  72. 29c158e nohz: Remove "Switched to NOHz mode" debugging messages by Heiko Carstens · 13 years ago
  73. 09a1d34 nohz: Make idle/iowait counter update conditional by Michal Hocko · 13 years ago
  74. 6beea0c nohz: Fix update_ts_time_stat idle accounting by Michal Hocko · 13 years ago
  75. 79016f6 Merge branch 'timers-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 13 years ago
  76. e81b693 Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 13 years ago
  77. 7f310a5 perf_event: Fix broken calc_timer_values() by Eric B Munson · 13 years ago
  78. 5f12a76 perf: provide PMU when initing events by Mark Rutland · 13 years ago
  79. c64e148 trace: Add ring buffer stats to measure rate of events by Vaibhav Nagarnaik · 13 years ago
  80. f81ab07 trace: Add a new readonly entry to report total buffer size by Vaibhav Nagarnaik · 13 years ago
  81. 86b6ef2 tracing: Add preempt disable for filter self test by Steven Rostedt · 13 years ago
  82. a8d757e perf events: Fix slow and broken cgroup context switch code by Stephane Eranian · 13 years ago
  83. feff8fa sched: Fix a memory leak in __sdt_free() by WANG Cong · 13 years ago
  84. 9c40cef sched: Move blk_schedule_flush_plug() out of __schedule() by Thomas Gleixner · 13 years ago
  85. c259e01 sched: Separate the scheduler entry for preemption by Thomas Gleixner · 13 years ago
  86. f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 13 years ago
  87. 4c30c6f kernel/printk: do not turn off bootconsole in printk_late_init() if keep_bootcon by Nishanth Aravamudan · 13 years ago
  88. be27425 Add a personality to report 2.6.x version numbers by Andi Kleen · 13 years ago
  89. b66213c PM QoS: Add global notification mechanism for device constraints by Jean Pihet · 13 years ago
  90. abe98ec PM QoS: Generalize and export constraints management code by Jean Pihet · 13 years ago
  91. 4e1779b PM QoS: Reorganize data structs by Jean Pihet · 13 years ago
  92. 4a31a33 PM QoS: Code reorganization by Jean Pihet · 13 years ago
  93. cc74998 PM QoS: Minor clean-ups by Jean Pihet · 13 years ago
  94. e8db0be PM QoS: Move and rename the implementation files by Jean Pihet · 13 years ago
  95. 35a177a Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  96. 69dd3d8 Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified" by Linus Torvalds · 13 years ago
  97. 8ad346c CRED: fix build error due to 'tgcred' undeclared by Axel Lin · 13 years ago
  98. 012146d CRED: Fix prepare_kernel_cred() to provide a new thread_group_cred struct by David Howells · 13 years ago
  99. 1d0e78e tracing/filter: Add startup tests for events filter by Jiri Olsa · 13 years ago
  100. f30120f tracing/filter: Change filter_match_preds function to use walk_pred_tree by Jiri Olsa · 13 years ago