1. 8c189ea ftrace: Call ftrace cleanup module notifier after all other notifiers by Steven Rostedt (Red Hat) · 12 years ago
  2. 36a5df8 genirq: Export enable/disable_percpu_irq() by Chris Metcalf · 12 years ago
  3. f169007 cgroup: fail if monitored file and event_control are in different cgroup by Li Zefan · 12 years ago
  4. 810cbee cgroup: fix cgroup_rmdir() vs close(eventfd) race by Li Zefan · 12 years ago
  5. 63f43f5 cpuset: fix cpuset_print_task_mems_allowed() vs rename() race by Li Zefan · 12 years ago
  6. 71b5707 cgroup: fix exit() vs rmdir() race by Li Zefan · 12 years ago
  7. 70730bc kernel: Replace timeconst.pl with a bc script by H. Peter Anvin · 12 years ago
  8. bf14e3b sysctl: Enable PARISC "unaligned-trap" to be used cross-arch by Vineet Gupta · 12 years ago
  9. 686855f sched: add wait_for_completion_io[_timeout] by Vladimir Davydov · 12 years ago
  10. 7113fe7 Merge branch 'pm-assorted' by Rafael J. Wysocki · 12 years ago
  11. e6c42c2 posix-cpu-timers: Fix nanosleep task_struct leak by Stanislaw Gruszka · 12 years ago
  12. 02e176a perf/hwbp: Fix cleanup in case of kzalloc failure by Daniel Baluta · 12 years ago
  13. 9f4646d Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 12 years ago
  14. 14e568e stop_machine: Use smpboot threads by Thomas Gleixner · 12 years ago
  15. 860a0ff stop_machine: Store task reference in a separate per cpu variable by Thomas Gleixner · 12 years ago
  16. 7d7e499 smpboot: Allow selfparking per cpu threads by Thomas Gleixner · 12 years ago
  17. d64008a burying unused conditionals by Al Viro · 12 years ago
  18. e9b04b5 make do_sigaltstack() static by Al Viro · 12 years ago
  19. 112202d workqueue: rename cpu_workqueue to pool_workqueue by Tejun Heo · 12 years ago
  20. 8d03ecf workqueue: reimplement is_chained_work() using current_wq_worker() by Tejun Heo · 12 years ago
  21. 1dd6381 workqueue: fix is_chained_work() regression by Tejun Heo · 12 years ago
  22. f431b63 tracing/syscalls: Allow archs to ignore tracing compat syscalls by Steven Rostedt · 12 years ago
  23. 6e66688 kernel/pid.c: reenable interrupts when alloc_pid() fails because init has exited by Eric W. Biederman · 12 years ago
  24. 86c8ead Merge branch 'timers/for-arm' into timers/core by Thomas Gleixner · 12 years ago
  25. 5d1d9a2 clockevents: Fix generic broadcast for FEAT_C3STOP by Mark Rutland · 12 years ago
  26. 94c16ea Merge tag 'v3.8-rc6' into next/cleanup by Olof Johansson · 12 years ago
  27. 957d128 suspend: enable freeze timeout configuration through sys by Li Fei · 12 years ago
  28. 7e73c5a PM: Introduce suspend state PM_SUSPEND_FREEZE by Zhang Rui · 12 years ago
  29. ad72b3b kprobes: fix wait_for_kprobe_optimizer() by Tejun Heo · 12 years ago
  30. 84e345e time, Fix setting of hardware clock in NTP code by Prarit Bhargava · 12 years ago
  31. fd50231 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  32. b2fe8ba uprobes/perf: Avoid uprobe_apply() whenever possible by Oleg Nesterov · 12 years ago
  33. f42d24a uprobes/perf: Teach trace_uprobe/perf code to use UPROBE_HANDLER_REMOVE by Oleg Nesterov · 12 years ago
  34. 31ba334 uprobes/perf: Teach trace_uprobe/perf code to pre-filter by Oleg Nesterov · 12 years ago
  35. 736288b uprobes/perf: Teach trace_uprobe/perf code to track the active perf_event's by Oleg Nesterov · 12 years ago
  36. bdf8647 uprobes: Introduce uprobe_apply() by Oleg Nesterov · 12 years ago
  37. f22c1bb perf: Introduce hw_perf_event->tp_target and ->tp_list by Oleg Nesterov · 12 years ago
  38. 1b47aef uprobes/perf: Always increment trace_uprobe->nhit by Oleg Nesterov · 12 years ago
  39. a932b73 uprobes/tracing: Kill uprobe_trace_consumer, embed uprobe_consumer into trace_uprobe by Oleg Nesterov · 12 years ago
  40. b64b007 uprobes/tracing: Introduce is_trace_uprobe_enabled() by Oleg Nesterov · 12 years ago
  41. 7e4e28c uprobes/tracing: Ensure inode != NULL in create_trace_uprobe() by Oleg Nesterov · 12 years ago
  42. 4161824 uprobes/tracing: Fully initialize uprobe_trace_consumer before uprobe_register() by Oleg Nesterov · 12 years ago
  43. 84d7ed7 uprobes/tracing: Fix dentry/mount leak in create_trace_uprobe() by Oleg Nesterov · 12 years ago
  44. e8440c1 uprobes: Add exports for module use by Josh Stone · 12 years ago
  45. af4355e uprobes: Kill the bogus IS_ERR_VALUE(xol_vaddr) check by Oleg Nesterov · 12 years ago
  46. 608e742 uprobes: Do not allocate current->utask unnecessary by Oleg Nesterov · 12 years ago
  47. aba5102 uprobes: Fix utask->xol_vaddr leak in pre_ssout() by Oleg Nesterov · 12 years ago
  48. a6cb3f6 uprobes: Do not play with utask in xol_get_insn_slot() by Oleg Nesterov · 12 years ago
  49. 5a2df66 uprobes: Turn add_utask() into get_utask() by Oleg Nesterov · 12 years ago
  50. 9b545df uprobes: Fold xol_alloc_area() into get_xol_area() by Oleg Nesterov · 12 years ago
  51. c8a8253 uprobes: Move alloc_page() from xol_add_vma() to xol_alloc_area() by Oleg Nesterov · 12 years ago
  52. 74e59df uprobes: Change handle_swbp() to expose bp_vaddr to handler_chain() by Oleg Nesterov · 12 years ago
  53. da1816b uprobes: Teach handler_chain() to filter out the probed task by Oleg Nesterov · 12 years ago
  54. 8a7f2fa uprobes: Reintroduce uprobe_consumer->filter() by Oleg Nesterov · 12 years ago
  55. 806a98b uprobes: Rationalize the usage of filter_chain() by Oleg Nesterov · 12 years ago
  56. 66d06df uprobes: Kill uprobes_mutex[], separate alloc_uprobe() and __uprobe_register() by Oleg Nesterov · 12 years ago
  57. 06b7bcd uprobes: Introduce uprobe_is_active() by Oleg Nesterov · 12 years ago
  58. 441f1eb uprobes: Kill uprobe_events, use RB_EMPTY_ROOT() instead by Oleg Nesterov · 12 years ago
  59. d4d3ccc uprobes: Kill uprobe->copy_mutex by Oleg Nesterov · 12 years ago
  60. bb92928 uprobes: Kill UPROBE_RUN_HANDLER flag by Oleg Nesterov · 12 years ago
  61. 1ff6fee uprobes: Change filter_chain() to iterate ->consumers list by Oleg Nesterov · 12 years ago
  62. e591c8d uprobes: Introduce uprobe->register_rwsem by Oleg Nesterov · 12 years ago
  63. 9a98e03 uprobes: _register() should always do register_for_each_vma(true) by Oleg Nesterov · 12 years ago
  64. 04aab9b uprobes: _unregister() should always do register_for_each_vma(false) by Oleg Nesterov · 12 years ago
  65. 63633cb uprobes: Introduce filter_chain() by Oleg Nesterov · 12 years ago
  66. fe20d71 uprobes: Kill uprobe_consumer->filter() by Oleg Nesterov · 12 years ago
  67. f0744af uprobes: Kill the pointless inode/uc checks in register/unregister by Oleg Nesterov · 12 years ago
  68. bbc33d0 uprobes: Move __set_bit(UPROBE_SKIP_SSTEP) into alloc_uprobe() by Oleg Nesterov · 12 years ago
  69. 5845b81 Revert "Revert "console: implement lockdep support for console_lock"" by Dave Airlie · 12 years ago
  70. 63a3f60 timeconst.pl: Eliminate Perl warning by H. Peter Anvin · 12 years ago
  71. 7a6b55e srcu: use ACCESS_ONCE() to access sp->completed in srcu_read_lock() by Lai Jiangshan · 12 years ago
  72. 49271ca srcu: Update synchronize_srcu_expedited()'s comments by Lai Jiangshan · 12 years ago
  73. 34a64b6 srcu: Update synchronize_srcu()'s comments by Lai Jiangshan · 12 years ago
  74. ab4d298 srcu: Simple cleanup for cleanup_srcu_struct() by Lai Jiangshan · 12 years ago
  75. 6e6f1b3 srcu: Add might_sleep() annotation to synchronize_srcu() by Lai Jiangshan · 12 years ago
  76. 5a41344 srcu: Simplify __srcu_read_unlock() via this_cpu_dec() by Lai Jiangshan · 12 years ago
  77. 8594fad workqueue: pick cwq instead of pool in __queue_work() by Lai Jiangshan · 12 years ago
  78. 54d5b7d workqueue: make get_work_pool_id() cheaper by Lai Jiangshan · 12 years ago
  79. e19e397 workqueue: move nr_running into worker_pool by Tejun Heo · 12 years ago
  80. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 12 years ago
  81. ce0dbbb sched/rt: Add a tuning knob to allow changing SCHED_RR timeslice by Clark Williams · 12 years ago
  82. cf4aebc2 sched: Move sched.h sysctl bits into separate header by Clark Williams · 12 years ago
  83. 1606283 workqueue: cosmetic update in try_to_grab_pending() by Tejun Heo · 12 years ago
  84. 0b3dae6 workqueue: simplify is-work-item-queued-here test by Lai Jiangshan · 12 years ago
  85. 4468a00 workqueue: make work->data point to pool after try_to_grab_pending() by Lai Jiangshan · 12 years ago
  86. 60c057b workqueue: add delayed_work->wq to simplify reentrancy handling by Lai Jiangshan · 12 years ago
  87. 038366c workqueue: make work_busy() test WORK_STRUCT_PENDING first by Lai Jiangshan · 12 years ago
  88. 6be1958 workqueue: replace WORK_CPU_NONE/LAST with WORK_CPU_END by Lai Jiangshan · 12 years ago
  89. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 12 years ago
  90. 0351096 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 12 years ago
  91. ca2eb56 tcp: remove Appropriate Byte Count support by Stephen Hemminger · 12 years ago
  92. b2c77a5 Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core by Ingo Molnar · 12 years ago
  93. c3c1864 sched: Fix signedness bug in yield_to() by Dan Carpenter · 12 years ago
  94. b22affe hrtimer: Prevent hrtimer_enqueue_reprogram race by Leonid Shatz · 12 years ago
  95. 0779314 Merge branch 'nohz/printk-v8' into irq/core by Frederic Weisbecker · 12 years ago
  96. 16559ae kgdb: remove #include <linux/serial_8250.h> from kgdb.h by Greg Kroah-Hartman · 12 years ago
  97. 2a6f79e Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  98. 51c1abb Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  99. 5dc31b5 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  100. e4aa0da rcu: Allow rcutorture to be built at low optimization levels by Steven Rostedt · 12 years ago