1. 8db25e7 workqueue: simplify CPU hotplug code by Tejun Heo · 13 years ago
  2. 628c78e workqueue: remove CPU offline trustee by Tejun Heo · 13 years ago
  3. 3ce6337 workqueue: don't butcher idle workers on an offline CPU by Tejun Heo · 13 years ago
  4. 25511a4 workqueue: reimplement CPU online rebinding to handle idle workers by Tejun Heo · 13 years ago
  5. bc2ae0f workqueue: drop @bind from create_worker() by Tejun Heo · 13 years ago
  6. 6037315 workqueue: use mutex for global_cwq manager exclusion by Tejun Heo · 13 years ago
  7. 403c821 workqueue: ROGUE workers are UNBOUND workers by Tejun Heo · 13 years ago
  8. f2d5a0e workqueue: drop CPU_DYING notifier operation by Tejun Heo · 13 years ago
  9. 6575820 workqueue: perform cpu down operations from low priority cpu_notifier() by Tejun Heo · 13 years ago
  10. 3270476 workqueue: reimplement WQ_HIGHPRI using a separate worker_pool by Tejun Heo · 13 years ago
  11. 4ce62e9 workqueue: introduce NR_WORKER_POOLS and for_each_worker_pool() by Tejun Heo · 13 years ago
  12. 11ebea5 workqueue: separate out worker_pool flags by Tejun Heo · 13 years ago
  13. 63d95a9 workqueue: use @pool instead of @gcwq or @cpu where applicable by Tejun Heo · 13 years ago
  14. bd7bdd4 workqueue: factor out worker_pool from global_cwq by Tejun Heo · 13 years ago
  15. 974271c workqueue: don't use WQ_HIGHPRI for unbound workqueues by Tejun Heo · 13 years ago
  16. 00c3e27 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  17. 4229fb1d c/r: prctl: less paranoid prctl_set_mm_exe_file() by Konstantin Khlebnikov · 13 years ago
  18. 3dc352c Merge tag 'driver-core-3.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  19. 5becfb1 kmsg: merge continuation records while printing by Kay Sievers · 13 years ago
  20. eb02dac kmsg: /proc/kmsg - support reading of partial log records by Kay Sievers · 13 years ago
  21. 5db9a4d cgroup: fix cgroup hierarchy umount race by Tejun Heo · 13 years ago
  22. 7db5b3c Revert "cgroup: superblock can't be released with active dentries" by Tejun Heo · 13 years ago
  23. 68b6507 kmsg: make sure all messages reach a newly registered boot console by Kay Sievers · 13 years ago
  24. cb424ff kmsg: properly handle concurrent non-blocking read() from /proc/kmsg by Kay Sievers · 13 years ago
  25. 43a73a5 kmsg: add the facility number to the syslog prefix by Kay Sievers · 13 years ago
  26. e3f5a5f kmsg: escape the backslash character while exporting data by Kay Sievers · 13 years ago
  27. 5c53d81 printk: replacing the raw_spin_lock/unlock with raw_spin_lock/unlock_irq by liu chuansheng · 13 years ago
  28. a3da2c6 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  29. 4f0f4af printk.c: fix kernel-doc warnings by Randy Dunlap · 13 years ago
  30. 21f2729 Merge tag 'driver-core-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  31. d362082 printk: Optimize if statement logic where newline exists by Steven Rostedt · 13 years ago
  32. 084681d printk: flush continuation lines immediately to console by Kay Sievers · 13 years ago
  33. 116e90b syslog: fill buffer with more than a single message for SYSLOG_ACTION_READ by Jan Beulich · 13 years ago
  34. 6fda135 Revert "printk: return -EINVAL if the message len is bigger than the buf size" by Greg Kroah-Hartman · 13 years ago
  35. b41772a rcu: Stop rcu_do_batch() from multiplexing the "count" variable by Paul E. McKenney · 13 years ago
  36. 4661e35 printk: fix regression in SYSLOG_ACTION_CLEAR by Alan Stern · 13 years ago
  37. a116371 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  38. 2ce5682 Merge branch 'for-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 13 years ago
  39. fe80352 Merge tag 'driver-core-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  40. 5702c5e c/r: prctl: Move PR_GET_TID_ADDRESS to a proper place by Cyrill Gorcunov · 13 years ago
  41. 50d75f8 pidns: find_new_reaper() can no longer switch to init_pid_ns.child_reaper by Oleg Nesterov · 13 years ago
  42. 6347e90 pidns: guarantee that the pidns init will be the last pidns process reaped by Eric W. Biederman · 13 years ago
  43. 4fe7efd mm: correctly synchronize rss-counters at exit/exec by Konstantin Khlebnikov · 13 years ago
  44. 8e3bbf4 cgroups: Account for CSS_DEACT_BIAS in __css_put by Salman Qazi · 13 years ago
  45. 9c5da09 perf: Use css_tryget() to avoid propping up css refcount by Salman Qazi · 13 years ago
  46. b56a39a printk: return -EINVAL if the message len is bigger than the buf size by Yuanhan Liu · 13 years ago
  47. 4a77a5a printk: use mutex lock to stop syslog_seq from going wild by Yuanhan Liu · 13 years ago
  48. ed21a66 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  49. a95f9b6 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  50. e2ae715 kmsg - kmsg_dump() use iterator to receive log buffer content by Kay Sievers · 13 years ago
  51. a702704 watchdog: Quiet down the boot messages by Don Zickus · 13 years ago
  52. 047fe36 splice: fix racy pipe->buffers uses by Eric Dumazet · 13 years ago
  53. 6ebb017 printk: Fix alignment of buf causing crash on ARM EABI by Andrew Lunn · 13 years ago
  54. 4a1e001 Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgent by Ingo Molnar · 13 years ago
  55. 7249450 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  56. cd96891 sched/fair: fix lots of kernel-doc warnings by Randy Dunlap · 13 years ago
  57. 106544d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  58. b1e25f4 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  59. 9ee6ddc Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent by Ingo Molnar · 13 years ago
  60. 48d212a Revert "mm: correctly synchronize rss-counters at exit/exec" by Linus Torvalds · 13 years ago
  61. 40af1bb mm: correctly synchronize rss-counters at exit/exec by Konstantin Khlebnikov · 13 years ago
  62. 736f24d c/r: prctl: drop VMA flags test on PR_SET_MM_ stack data assignment by Cyrill Gorcunov · 13 years ago
  63. 300f786 c/r: prctl: add ability to get clear_tid_address by Cyrill Gorcunov · 13 years ago
  64. 1ad75b9 c/r: prctl: add minimal address test to PR_SET_MM by Cyrill Gorcunov · 13 years ago
  65. bafb282 c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removal by Konstantin Khlebnikov · 13 years ago
  66. aa9b1630 rcu: Precompute RCU_FAST_NO_HZ timer offsets by Paul E. McKenney · 13 years ago
  67. 5955f7e rcu: Move RCU_FAST_NO_HZ per-CPU variables to rcu_dynticks structure by Paul E. McKenney · 13 years ago
  68. fd4b352 rcu: Update RCU_FAST_NO_HZ tracing for lazy callbacks by Paul E. McKenney · 13 years ago
  69. 8f5af6f rcu: RCU_FAST_NO_HZ detection of callback adoption by Paul E. McKenney · 13 years ago
  70. f2bf1f6 tracing: Have tracing_off() actually turn tracing off by Steven Rostedt · 13 years ago
  71. 967db0e cgroup: make sure that decisions in __css_put are atomic by Salman Qazi · 13 years ago
  72. a841f8c sched: Fix the relax_domain_level boot parameter by Dimitri Sivanich · 13 years ago
  73. d039ac6 sched: Validate assumptions in sched_init_numa() by Peter Zijlstra · 13 years ago
  74. c3decf0 sched: Always initialize cpu-power by Peter Zijlstra · 13 years ago
  75. c117487 sched: Fix domain iteration by Peter Zijlstra · 13 years ago
  76. 7f1b439 sched/rt: Fix lockdep annotation within find_lock_lowest_rq() by Peter Zijlstra · 13 years ago
  77. 10717dc sched/numa: Load balance between remote nodes by Alex Shi · 13 years ago
  78. c7f5f4a Merge branch 'core/debug' into core/urgent by Ingo Molnar · 13 years ago
  79. 02e0304 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 13 years ago
  80. 365f0e1 Merge branch 'for-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 13 years ago
  81. 0b3e9f3 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  82. fad0c66 timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecond by John Stultz · 13 years ago
  83. 9171c67 Merge branches 'irq-urgent-for-linus' and 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  84. c22072b Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  85. 86c47b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 13 years ago
  86. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  87. efee984 new helper: signal_delivered() by Al Viro · 13 years ago
  88. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 13 years ago
  89. a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 13 years ago
  90. 754421c HAVE_RESTORE_SIGMASK is defined on all architectures now by Al Viro · 13 years ago
  91. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 13 years ago
  92. 08615d7 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  93. b32dfe3 c/r: prctl: add ability to set new mm_struct::exe_file by Cyrill Gorcunov · 13 years ago
  94. fe8c7f5 c/r: prctl: extend PR_SET_MM to set up more mm_struct entries by Cyrill Gorcunov · 13 years ago
  95. d97b46a syscalls, x86: add __NR_kcmp syscall by Cyrill Gorcunov · 13 years ago
  96. 98ed57e sysctl: make kernel.ns_last_pid control dependent on CHECKPOINT_RESTORE by Cyrill Gorcunov · 13 years ago
  97. 00c10bc pidns: make killed children autoreap by Eric W. Biederman · 13 years ago
  98. 3208450 pidns: use task_active_pid_ns in do_notify_parent by Eric W. Biederman · 13 years ago
  99. e4cc2f8 kernel/cpu.c: document clear_tasks_mm_cpumask() by Anton Vorontsov · 13 years ago
  100. cb79295 cpu: introduce clear_tasks_mm_cpumask() helper by Anton Vorontsov · 13 years ago