1. 44ddae4 signal: always clear sa_restorer on execve by Kees Cook · 13 years ago
  2. abf73cb ftrace: Update the kconfig for DYNAMIC_FTRACE by Steven Rostedt · 13 years ago
  3. 916b6c6 cgroup: fix exit() vs rmdir() race by Li Zefan · 14 years ago
  4. a74e9a3 cpuset: fix cpuset_print_task_mems_allowed() vs rename() race by Li Zefan · 14 years ago
  5. d48e3a8 sysctl: fix null checking in bin_dn_node_address() by Xi Wang · 13 years ago
  6. e684247 ftrace: Call ftrace cleanup module notifier after all other notifiers by Steven Rostedt (Red Hat) · 13 years ago
  7. db3d76a posix-timer: Don't call idr_find() with out-of-range ID by Tejun Heo · 13 years ago
  8. 8034372 futex: Revert "futex: Mark get_robust_list as deprecated" by Thomas Gleixner · 13 years ago
  9. dd9c58a hrtimer: Prevent hrtimer_enqueue_reprogram race by Leonid Shatz · 13 years ago
  10. 7c3e516 posix-cpu-timers: Fix nanosleep task_struct leak by Stanislaw Gruszka · 13 years ago
  11. b3c57f0 genirq: Avoid deadlock in spurious handling by Thomas Gleixner · 14 years ago
  12. 526a265 timeconst.pl: Eliminate Perl warning by H. Peter Anvin · 13 years ago
  13. ce0030c printk: fix buffer overflow when calling log_prefix function from call_console_drivers by Alexandre SIMON · 13 years ago
  14. 7308f84 kernel/resource.c: fix stack overflow in __reserve_region_with_split() by T Makphaibulchoke · 14 years ago
  15. 89960fe sched/rt: Use root_domain of rt_rq not current processor by Shawn Bohrer · 14 years ago
  16. 846c314 smp: Fix SMP function call empty cpu mask race by Wang YanQing · 14 years ago
  17. 465760c wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task by Oleg Nesterov · 14 years ago
  18. 9b6d794 ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL by Oleg Nesterov · 14 years ago
  19. b08d818 ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up() by Oleg Nesterov · 14 years ago
  20. f2a0100 ftrace: Be first to run code modification on modules by Steven Rostedt · 14 years ago
  21. 4d7981b ring-buffer: Fix race between integrity check and readers by Steven Rostedt · 14 years ago
  22. 475261d cgroup: remove incorrect dget/dput() pair in cgroup_create_dir() by Tejun Heo · 14 years ago
  23. 09c4161 genirq: Always force thread affinity by Thomas Gleixner · 14 years ago
  24. 29251de rcu: Fix batch-limit size problem by Eric Dumazet · 14 years ago
  25. 455d895 ftrace: Clear bits properly in reset_iter_read() by Dan Carpenter · 14 years ago
  26. 4afca92 workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()s by Tejun Heo · 14 years ago
  27. 3d81da8 Revert "sched, autogroup: Stop going ahead if autogroup is disabled" by Mike Galbraith · 14 years ago
  28. dbdd7f0 workqueue: exit rescuer_thread() as TASK_RUNNING by Mike Galbraith · 14 years ago
  29. 1103ef8 timekeeping: Cast raw_interval to u64 to avoid shift overflow by Dan Carpenter · 14 years ago
  30. 53b360c watchdog: using u64 in get_sample_period() by Chuansheng Liu · 14 years ago
  31. fceca5e futex: avoid wake_futex() for a PI futex_q by Darren Hart · 14 years ago
  32. 0de578d module: fix out-by-one error in kallsyms by Rusty Russell · 14 years ago
  33. c4cbedf futex: Handle futex_pi OWNER_DIED take over correctly by Thomas Gleixner · 14 years ago
  34. 727fa37 Revert "cgroup: Drop task_lock(parent) on cgroup_fork()" by Tejun Heo · 14 years ago
  35. 5993bba Revert "cgroup: Remove task_lock() from cgroup_post_fork()" by Tejun Heo · 14 years ago
  36. 9a55fef cgroup: notify_on_release may not be triggered in some cases by Daisuke Nishimura · 14 years ago
  37. 3680030 use clamp_t in UNAME26 fix by Kees Cook · 14 years ago
  38. 643fde8 kernel/sys.c: fix stack memory content leak via UNAME26 by Kees Cook · 14 years ago
  39. c4c493a kdb,vt_console: Fix missed data due to pager overruns by Jason Wessel · 14 years ago
  40. 00dff26 timers: Fix endless looping between cascade() and internal_add_timer() by Hildner, Christian · 14 years ago
  41. 08de372 module: taint kernel when lve module is loaded by Matthew Garrett · 14 years ago
  42. 93875bc sched: Fix migration thread runtime bogosity by Mike Galbraith · 14 years ago
  43. c62f994 CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resume by Srivatsa S. Bhat · 14 years ago
  44. f5260a7 rcu: Fix day-one dyntick-idle stall-warning bug by Paul E. McKenney · 14 years ago
  45. 66307ae workqueue: add missing smp_wmb() in process_one_work() by Tejun Heo · 14 years ago
  46. 3fc49ce kernel/sys.c: call disable_nonboot_cpus() in kernel_restart() by Shawn Guo · 14 years ago
  47. 97ed537 kthread_worker: reimplement flush_kthread_work() to allow freeing the work item being executed by Tejun Heo · 14 years ago
  48. 34b6567 kthread_worker: reorganize to prepare for flush_kthread_work() reimplementation by Tejun Heo · 14 years ago
  49. 9a227fc time: Move ktime_t overflow checking into timespec_valid_strict by John Stultz · 14 years ago
  50. 80257cb time: Avoid making adjustments if we haven't accumulated anything by John Stultz · 14 years ago
  51. 8e87815 time: Improve sanity checking of timekeeping inputs by John Stultz · 14 years ago
  52. e194fab sched: Fix race in task_group() by Peter Zijlstra · 14 years ago
  53. 11266a8 Fix a dead loop in async_synchronize_full() by Li Zhong · 14 years ago
  54. 6adebb0 workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomic by Lai Jiangshan · 14 years ago
  55. 48f0f14 sched: Add missing call to calc_load_exit_idle() by Charles Wang · 14 years ago
  56. d156b47 perf_event: Switch to internal refcount, fix race with close() by Al Viro · 14 years ago
  57. fc7da7e workqueue: reimplement work_on_cpu() using system_wq by Tejun Heo · 14 years ago
  58. ebad30a sched: fix divide by zero at {thread_group,task}_times by Stanislaw Gruszka · 14 years ago
  59. 0f342b9 sched,cgroup: Fix up task_groups list by Mike Galbraith · 14 years ago
  60. 47b8bbd audit: fix refcounting in audit-tree by Miklos Szeredi · 14 years ago
  61. ae2a5dd audit: don't free_chunk() after fsnotify_add_mark() by Miklos Szeredi · 14 years ago
  62. 26665db random: remove rand_initialize_irq() by Theodore Ts'o · 14 years ago
  63. 0110bbf random: make 'add_interrupt_randomness()' do something sane by Theodore Ts'o · 14 years ago
  64. b3f9576 futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi() by Darren Hart · 14 years ago
  65. 47b6ff7 futex: Fix bug in WARN_ON for NULL q.pi_state by Darren Hart · 14 years ago
  66. d48c1ba futex: Test for pi_mutex on fault in futex_wait_requeue_pi() by Darren Hart · 14 years ago
  67. 27cd8f5 posix_types.h: Cleanup stale __NFDBITS and related definitions by Josh Boyer · 14 years ago
  68. d3b4254 workqueue: perform cpu down operations from low priority cpu_notifier() by Tejun Heo · 14 years ago
  69. d3dd392 ftrace: Disable function tracing during suspend/resume and hibernation, again by Srivatsa S. Bhat · 14 years ago
  70. fd25080 ntp: Fix STA_INS/DEL clearing bug by John Stultz · 14 years ago
  71. 3cdeda1 timekeeping: Add missing update call in timekeeping_resume() by Thomas Gleixner · 14 years ago
  72. 6321a0a hrtimer: Update hrtimer base offsets each hrtimer_interrupt by John Stultz · 14 years ago
  73. 765bdc4 timekeeping: Provide hrtimer update function by Thomas Gleixner · 14 years ago
  74. dd3cded hrtimers: Move lock held region in hrtimer_interrupt() by Thomas Gleixner · 14 years ago
  75. 7d1f071 timekeeping: Maintain ktime_t based offsets for hrtimers by Thomas Gleixner · 14 years ago
  76. 2e947d4 timekeeping: Fix leapsecond triggered load spike issue by John Stultz · 14 years ago
  77. 5e5006e hrtimer: Provide clock_was_set_delayed() by John Stultz · 14 years ago
  78. 7490d0a sched/nohz: Rewrite and fix load-avg computation -- again by Peter Zijlstra · 14 years ago
  79. 2c07f25 splice: fix racy pipe->buffers uses by Eric Dumazet · 14 years ago
  80. 4943d9c tracing: change CPU ring buffer state from tracing_cpumask by Vaibhav Nagarnaik · 14 years ago
  81. 21017fa mm: correctly synchronize rss-counters at exit/exec by Konstantin Khlebnikov · 14 years ago
  82. c17f648b6 ntp: Correct TAI offset during leap second by Richard Cochran · 14 years ago
  83. d64cbbc kdump: Execute kmsg_dump(KMSG_DUMP_PANIC) after smp_send_stop() by Seiji Aguchi · 14 years ago
  84. 3993b24 tracing: Have tracing_off() actually turn tracing off by Steven Rostedt · 14 years ago
  85. 8997b22 sched: Fix the relax_domain_level boot parameter by Dimitri Sivanich · 14 years ago
  86. d913c02 timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecond by John Stultz · 14 years ago
  87. 3876c72 mm/fork: fix overflow in vma length when copying mmap on clone by Siddhesh Poyarekar · 14 years ago
  88. 24312d3 workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is active by Tejun Heo · 14 years ago
  89. 31ae983 Merge branches 'perf-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  90. 3911ff3 genirq: export handle_edge_irq() and irq_to_desc() by Jiri Kosina · 14 years ago
  91. 5e2bf01 namespaces, pid_ns: fix leakage on fork() failure by Mike Galbraith · 14 years ago
  92. 9b63776 tracing: Do not enable function event with enable by Steven Rostedt · 14 years ago
  93. b7dafa0 compat: Fix RT signal mask corruption via sigprocmask by Jan Kiszka · 14 years ago
  94. 30b4e9e sched: Fix KVM and ia64 boot crash due to sched_groups circular linked list assumption by Igor Mammedov · 14 years ago
  95. 6cfdd02 Merge tag 'pm-for-3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 14 years ago
  96. 78e97a4 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  97. daae677 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  98. 06fc5d3 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  99. f607245 Merge branch 'for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 14 years ago
  100. 724b6da perf: Fix perf_event_for_each() to use sibling by Michael Ellerman · 14 years ago