1. b2f60df workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueues by shumash · 11 years ago
  2. bc591bd __ptrace_may_access() should not deny sub-threads by Mark Grondona · 13 years ago
  3. 75d9a22 proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 15 years ago
  4. df3e154 vfs: Add a user namespace reference from struct mnt_namespace by Eric W. Biederman · 14 years ago
  5. 210cff1 VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errors by David Howells · 14 years ago
  6. 9011bf7 brlocks/lglocks: turn into functions by Andi Kleen · 14 years ago
  7. efbfa26 kernel: Replace timeconst.pl with a bc script by H. Peter Anvin · 13 years ago
  8. 7e56f7d sched: provide per cpu-cgroup option to notify on migrations by Steve Muckle · 13 years ago
  9. f8b074b seccomp: Use atomic operations that are present in kernel 3.4. by Robert Sesek · 12 years ago
  10. d32af36 seccomp: implement SECCOMP_FILTER_FLAG_TSYNC by Kees Cook · 12 years ago
  11. 38daf67 seccomp: allow mode setting across threads by Kees Cook · 12 years ago
  12. 880e1ab seccomp: introduce writer locking by Kees Cook · 12 years ago
  13. 42835bc seccomp: split filter prep from check and apply by Kees Cook · 12 years ago
  14. 5eab130 sched: move no_new_privs into new atomic flags by Kees Cook · 12 years ago
  15. 95de3e5 seccomp: add "seccomp" syscall by Kees Cook · 12 years ago
  16. bc4bd0f seccomp: split mode setting routines by Kees Cook · 12 years ago
  17. c5c2ce7 seccomp: extract check/assign mode helpers by Kees Cook · 12 years ago
  18. 2d5f698 seccomp: create internal mode-setting function by Kees Cook · 12 years ago
  19. befe287 CHROMIUM: seccomp: set -ENOSYS if there is no tracer by Will Drewry · 14 years ago
  20. 171ba89 seccomp: fix build warnings when there is no CONFIG_SECCOMP_FILTER by Will Drewry · 14 years ago
  21. 4ca6e67 ptrace,seccomp: Add PTRACE_SECCOMP support by Will Drewry · 14 years ago
  22. 6953702 seccomp: Add SECCOMP_RET_TRAP by Will Drewry · 14 years ago
  23. 15f81b8 signal, x86: add SIGSYS info and make it synchronous. by Will Drewry · 14 years ago
  24. 43ec825 seccomp: add SECCOMP_RET_ERRNO by Will Drewry · 14 years ago
  25. 88b54e7 seccomp: remove duplicated failure logging by Kees Cook · 14 years ago
  26. 980e920 seccomp: add system call filtering using BPF by Will Drewry · 14 years ago
  27. e13c80f add extra free kbytes tunable by Rik van Riel · 15 years ago
  28. 818d204 audit: keep inode pinned by Miklos Szeredi · 11 years ago
  29. e00f144 PM / Sleep: fix recovery during resuming from hibernation by Imre Deak · 11 years ago
  30. b20cb7e futex: Fix a race condition between REQUEUE_PI and task death by Brian Silverman · 11 years ago
  31. cabcd14 posix-timers: Fix stack info leak in timer_create() by Mathias Krause · 12 years ago
  32. ba0a7f5 OOM, PM: OOM killed task shouldn't escape PM suspend by Michal Hocko · 11 years ago
  33. e6cb10b introduce for_each_thread() to replace the buggy while_each_thread() by Oleg Nesterov · 12 years ago
  34. 119a6fd kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader code by Oleg Nesterov · 13 years ago
  35. 6ea00e8 freezer: Do not freeze tasks killed by OOM killer by Cong Wang · 11 years ago
  36. 97e5fd7 futex: Ensure get_futex_key_refs() always implies a barrier by Catalin Marinas · 12 years ago
  37. 243729f Merge remote-tracking branch 'caf/LA.AF.1.1_rb1.16' into HEAD by flintman · 11 years ago
  38. 1299461 Merge remote-tracking branch 'cm/cm-12.0' into lollipop by flintman · 11 years ago
  39. b0e1b91 Merge remote-tracking branch 'cm/cm-12.0' into HEAD by Nick Reuter · 11 years ago
  40. ca0555b Merge remote-tracking branch 'caf/LA.AF.1.1_rb1.12' into HEAD by Nick Reuter · 11 years ago
  41. 600cbf8 kernel: cgroup: protecting css_set object by Swetha Chikkaboraiah · 12 years ago
  42. f91fb4e cpuset,mempolicy: fix sleeping function called from invalid context by Gu Zheng · 12 years ago
  43. 1097d78 Merge tag 'v3.4.105' into cm-12.0 by Paul · 11 years ago
  44. 9bf75df Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs by Andy Lutomirski · 14 years ago
  45. 2f1eef2 perf: Handle compat ioctl by Pawel Moll · 12 years ago
  46. 232beb6 perf: fix perf bug in fork() by Peter Zijlstra · 12 years ago
  47. 4fae6cc cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flags by Zefan Li · 12 years ago
  48. 1f8f277 perf: Fix a race condition in perf_remove_from_context() by Cong Wang · 12 years ago
  49. 49d4f01 jiffies: Fix timeval conversion to jiffies by Andrew Hunter · 12 years ago
  50. e065034 alarmtimer: Lock k_itimer during timer callback by Richard Larocque · 12 years ago
  51. b114657 alarmtimer: Do not signal SIGEV_NONE timers by Richard Larocque · 12 years ago
  52. 7ccf24b alarmtimer: Return relative times in timer_gettime by Richard Larocque · 12 years ago
  53. 40ee8d0 futex: Unlock hb->lock in futex_wait_requeue_pi() error path by Thomas Gleixner · 12 years ago
  54. a48fec2 cgroup: reject cgroup names with ' ' by Alban Crequy · 12 years ago
  55. fbd233a tracing/syscalls: Ignore numbers outside NR_syscalls' range by Rabin Vincent · 11 years ago
  56. 3f4e8ec tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1 by Will Deacon · 14 years ago
  57. a427308 tracing/syscalls: Ignore numbers outside NR_syscalls' range by Rabin Vincent · 11 years ago
  58. 7533da4 tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1 by Will Deacon · 14 years ago
  59. fbbb720 timer: Fix lock inversion between hrtimer_bases.lock and scheduler locks by Jan Kara · 12 years ago
  60. f73ff697 printk: rename printk_sched to printk_deferred by John Stultz · 12 years ago
  61. db610f7 Merge remote-tracking branch 'codeaurora/caf/kk_2.7_rb1.41' into cm-11.0 by Matt Mower · 12 years ago
  62. 5dc1c88 PM / sleep: Fix request_firmware() error at resume by Takashi Iwai · 12 years ago
  63. 299e667 alarmtimer: Fix bug where relative alarm timers were treated as absolute by John Stultz · 12 years ago
  64. 2a77794 rtmutex: Plug slow unlock race by Thomas Gleixner · 12 years ago
  65. ea018da rtmutex: Handle deadlock detection smarter by Thomas Gleixner · 12 years ago
  66. 307e2e0 rtmutex: Detect changes in the pi lock chain by Thomas Gleixner · 12 years ago
  67. 90b421b rtmutex: Fix deadlock detector for real by Thomas Gleixner · 12 years ago
  68. bf09db9 tracing: Remove ftrace_stop/start() from reading the trace file by Steven Rostedt (Red Hat) · 12 years ago
  69. f54e041 cpuset,mempolicy: fix sleeping function called from invalid context by Gu Zheng · 12 years ago
  70. ecab17b futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in futex_requeue(..., requeue_pi=1) by Thomas Gleixner · 12 years ago
  71. 0c3351a tracing: Fix syscall_*regfunc() vs copy_process() race by Oleg Nesterov · 12 years ago
  72. a97df3f genirq: Sanitize spurious interrupt detection of threaded irqs by Thomas Gleixner · 13 years ago
  73. 3f8f4ae nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=off by Thomas Gleixner · 12 years ago
  74. 1996c13 Merge "msm: perf: clean up duplicate constraint events" by Linux Build Service Account · 12 years ago
  75. f37d83a Merge "Perf: Support sw events across hotplug" by Linux Build Service Account · 12 years ago
  76. c261a5a Merge "Perf: keep events across hotplug" by Linux Build Service Account · 12 years ago
  77. 39da9a4 auditsc: audit_krule mask accesses need bounds checking by Andy Lutomirski · 12 years ago
  78. d6e81d4 sched: Fix hotplug vs. set_cpus_allowed_ptr() by Lai Jiangshan · 12 years ago
  79. 4b2cfc9 perf: Fix race in removing an event by Peter Zijlstra · 12 years ago
  80. 183f99e perf: Limit perf_event_attr::sample_period to 63 bits by Peter Zijlstra · 12 years ago
  81. 0d41f60 perf: Prevent false warning in perf_swevent_add by Jiri Olsa · 12 years ago
  82. 4e0d105 sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri check by Steven Rostedt (Red Hat) · 12 years ago
  83. 11b9a7a futex: Make lookup_pi_state more robust by Thomas Gleixner · 12 years ago
  84. a8f96ab futex: Always cleanup owner tid in unlock_pi by Thomas Gleixner · 12 years ago
  85. 2397889 futex: Validate atomic acquisition in futex_lock_pi_atomic() by Thomas Gleixner · 12 years ago
  86. 4cca4db futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in futex_requeue(..., requeue_pi=1) by Thomas Gleixner · 12 years ago
  87. 4652951 tracing: Keep overwrite in sync between regular and snapshot buffers by Steven Rostedt (Red Hat) · 13 years ago
  88. 926685e perf: Fix error return code by Wei Yongjun · 13 years ago
  89. e5f1ec5 sched/debug: Fix sd->*_idx limit range avoiding overflow by libin · 13 years ago
  90. 4aff95a sched/debug: Limit sd->*_idx range on sysctl by Namhyung Kim · 14 years ago
  91. 74d86ed ftrace: Check module functions being traced on reload by Steven Rostedt (Red Hat) · 13 years ago
  92. 1fbbea7 perf: Fix perf ring buffer memory ordering by Peter Zijlstra · 12 years ago
  93. 11f87a6 hrtimer: Set expiry time before switch_hrtimer_base() by Viresh Kumar · 12 years ago
  94. a91ccfc hrtimer: Prevent remote enqueue of leftmost timers by Leon Ma · 12 years ago
  95. 3d8b2f5 hrtimer: Prevent all reprogramming if hang detected by Stuart Hayes · 12 years ago
  96. 11e6956 timer: Prevent overflow in apply_slack by Jiri Bohac · 12 years ago
  97. 8f4c0e8 ftrace/module: Hardcode ftrace_module_init() call into load_module() by Steven Rostedt (Red Hat) · 12 years ago
  98. 6427aed futex: Prevent attaching to kernel threads by Thomas Gleixner · 12 years ago
  99. 7bf0aee futex: Add another early deadlock detection check by Thomas Gleixner · 12 years ago
  100. fce85b0 list: introduce list_next_entry() and list_prev_entry() by Oleg Nesterov · 12 years ago