1. 53b4f1f pipe: limit the per-user amount of pages allocated in pipes by Willy Tarreau · 10 years ago
  2. c731a27 timer: optimize apply_slack() by Felix Fietkau · 14 years ago
  3. 4cb0dcd Merge remote-tracking branch 'caf/LA.AF.1.1_rb1.18' into HEAD by Nick Reuter · 10 years ago
  4. 766ce4e Linux 3.4.112 by Ivan Grinko · 10 years ago
  5. 0cf0071 Linux 3.4.111 by Ivan Grinko · 10 years ago
  6. 60489ce Add IntelliPlug hotplug 3.8 by Paul Reioux · 10 years ago
  7. 5fa350e kernel/hz.bc: ignore. by Nick Reuter · 10 years ago
  8. 17b94be port 3.0 kernel power source in pieces source.c main.c by shumash · 10 years ago
  9. 9cc712e Merge tag 'v3.4.110' into mm-6.0 by José Adolfo Galdámez · 10 years ago
  10. 64c3631 Merge tag 'v3.4.109' into mm-6.0 by José Adolfo Galdámez · 11 years ago
  11. 900469d Merge tag 'v3.4.108' into mm-6.0 by José Adolfo Galdámez · 11 years ago
  12. 698785c ntp: Fixup adjtimex freq validation on 32-bit systems by John Stultz · 11 years ago
  13. f39f5a4 sched/rt: Reduce rq lock contention by eliminating locking of non-feasible target by Tim Chen · 11 years ago
  14. a49e6ce move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 11 years ago
  15. eae81cc time: adjtimex: Validate the ADJ_FREQUENCY values by Sasha Levin · 11 years ago
  16. 70da5b3 time: settimeofday: Validate the values of tv from user by Sasha Levin · 11 years ago
  17. 20ddfdd genirq: Prevent proc race against freeing of irq descriptors by Thomas Gleixner · 11 years ago
  18. 7f490b2 workqueues: add missing header file by shumash · 11 years ago
  19. 157ecab workqueue: Add system wide power_efficient workqueues by shumash · 11 years ago
  20. b2f60df workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueues by shumash · 11 years ago
  21. bc591bd __ptrace_may_access() should not deny sub-threads by Mark Grondona · 13 years ago
  22. 75d9a22 proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 15 years ago
  23. df3e154 vfs: Add a user namespace reference from struct mnt_namespace by Eric W. Biederman · 14 years ago
  24. 210cff1 VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errors by David Howells · 14 years ago
  25. 9011bf7 brlocks/lglocks: turn into functions by Andi Kleen · 14 years ago
  26. efbfa26 kernel: Replace timeconst.pl with a bc script by H. Peter Anvin · 13 years ago
  27. 7e56f7d sched: provide per cpu-cgroup option to notify on migrations by Steve Muckle · 13 years ago
  28. f8b074b seccomp: Use atomic operations that are present in kernel 3.4. by Robert Sesek · 12 years ago
  29. d32af36 seccomp: implement SECCOMP_FILTER_FLAG_TSYNC by Kees Cook · 12 years ago
  30. 38daf67 seccomp: allow mode setting across threads by Kees Cook · 12 years ago
  31. 880e1ab seccomp: introduce writer locking by Kees Cook · 12 years ago
  32. 42835bc seccomp: split filter prep from check and apply by Kees Cook · 12 years ago
  33. 5eab130 sched: move no_new_privs into new atomic flags by Kees Cook · 12 years ago
  34. 95de3e5 seccomp: add "seccomp" syscall by Kees Cook · 12 years ago
  35. bc4bd0f seccomp: split mode setting routines by Kees Cook · 12 years ago
  36. c5c2ce7 seccomp: extract check/assign mode helpers by Kees Cook · 12 years ago
  37. 2d5f698 seccomp: create internal mode-setting function by Kees Cook · 12 years ago
  38. befe287 CHROMIUM: seccomp: set -ENOSYS if there is no tracer by Will Drewry · 14 years ago
  39. 171ba89 seccomp: fix build warnings when there is no CONFIG_SECCOMP_FILTER by Will Drewry · 14 years ago
  40. 4ca6e67 ptrace,seccomp: Add PTRACE_SECCOMP support by Will Drewry · 14 years ago
  41. 6953702 seccomp: Add SECCOMP_RET_TRAP by Will Drewry · 14 years ago
  42. 15f81b8 signal, x86: add SIGSYS info and make it synchronous. by Will Drewry · 14 years ago
  43. 43ec825 seccomp: add SECCOMP_RET_ERRNO by Will Drewry · 14 years ago
  44. 88b54e7 seccomp: remove duplicated failure logging by Kees Cook · 14 years ago
  45. 980e920 seccomp: add system call filtering using BPF by Will Drewry · 14 years ago
  46. e13c80f add extra free kbytes tunable by Rik van Riel · 15 years ago
  47. 818d204 audit: keep inode pinned by Miklos Szeredi · 11 years ago
  48. e00f144 PM / Sleep: fix recovery during resuming from hibernation by Imre Deak · 11 years ago
  49. b20cb7e futex: Fix a race condition between REQUEUE_PI and task death by Brian Silverman · 11 years ago
  50. cabcd14 posix-timers: Fix stack info leak in timer_create() by Mathias Krause · 12 years ago
  51. ba0a7f5 OOM, PM: OOM killed task shouldn't escape PM suspend by Michal Hocko · 11 years ago
  52. e6cb10b introduce for_each_thread() to replace the buggy while_each_thread() by Oleg Nesterov · 12 years ago
  53. 119a6fd kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader code by Oleg Nesterov · 13 years ago
  54. 6ea00e8 freezer: Do not freeze tasks killed by OOM killer by Cong Wang · 11 years ago
  55. 97e5fd7 futex: Ensure get_futex_key_refs() always implies a barrier by Catalin Marinas · 11 years ago
  56. 2fd8503 kernel: Restrict permissions of /proc/iomem. by Biswajit Paul · 11 years ago
  57. 243729f Merge remote-tracking branch 'caf/LA.AF.1.1_rb1.16' into HEAD by flintman · 11 years ago
  58. 1299461 Merge remote-tracking branch 'cm/cm-12.0' into lollipop by flintman · 11 years ago
  59. b0e1b91 Merge remote-tracking branch 'cm/cm-12.0' into HEAD by Nick Reuter · 11 years ago
  60. ca0555b Merge remote-tracking branch 'caf/LA.AF.1.1_rb1.12' into HEAD by Nick Reuter · 11 years ago
  61. 600cbf8 kernel: cgroup: protecting css_set object by Swetha Chikkaboraiah · 12 years ago
  62. f91fb4e cpuset,mempolicy: fix sleeping function called from invalid context by Gu Zheng · 12 years ago
  63. 1097d78 Merge tag 'v3.4.105' into cm-12.0 by Paul · 11 years ago
  64. 9bf75df Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs by Andy Lutomirski · 14 years ago
  65. 2f1eef2 perf: Handle compat ioctl by Pawel Moll · 12 years ago
  66. 232beb6 perf: fix perf bug in fork() by Peter Zijlstra · 12 years ago
  67. 4fae6cc cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flags by Zefan Li · 12 years ago
  68. 1f8f277 perf: Fix a race condition in perf_remove_from_context() by Cong Wang · 12 years ago
  69. 49d4f01 jiffies: Fix timeval conversion to jiffies by Andrew Hunter · 12 years ago
  70. e065034 alarmtimer: Lock k_itimer during timer callback by Richard Larocque · 12 years ago
  71. b114657 alarmtimer: Do not signal SIGEV_NONE timers by Richard Larocque · 12 years ago
  72. 7ccf24b alarmtimer: Return relative times in timer_gettime by Richard Larocque · 12 years ago
  73. 40ee8d0 futex: Unlock hb->lock in futex_wait_requeue_pi() error path by Thomas Gleixner · 12 years ago
  74. a48fec2 cgroup: reject cgroup names with ' ' by Alban Crequy · 12 years ago
  75. fbd233a tracing/syscalls: Ignore numbers outside NR_syscalls' range by Rabin Vincent · 11 years ago
  76. 3f4e8ec tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1 by Will Deacon · 14 years ago
  77. a427308 tracing/syscalls: Ignore numbers outside NR_syscalls' range by Rabin Vincent · 11 years ago
  78. 7533da4 tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1 by Will Deacon · 14 years ago
  79. fbbb720 timer: Fix lock inversion between hrtimer_bases.lock and scheduler locks by Jan Kara · 12 years ago
  80. f73ff697 printk: rename printk_sched to printk_deferred by John Stultz · 12 years ago
  81. db610f7 Merge remote-tracking branch 'codeaurora/caf/kk_2.7_rb1.41' into cm-11.0 by Matt Mower · 12 years ago
  82. 5dc1c88 PM / sleep: Fix request_firmware() error at resume by Takashi Iwai · 12 years ago
  83. 299e667 alarmtimer: Fix bug where relative alarm timers were treated as absolute by John Stultz · 12 years ago
  84. 2a77794 rtmutex: Plug slow unlock race by Thomas Gleixner · 12 years ago
  85. ea018da rtmutex: Handle deadlock detection smarter by Thomas Gleixner · 12 years ago
  86. 307e2e0 rtmutex: Detect changes in the pi lock chain by Thomas Gleixner · 12 years ago
  87. 90b421b rtmutex: Fix deadlock detector for real by Thomas Gleixner · 12 years ago
  88. bf09db9 tracing: Remove ftrace_stop/start() from reading the trace file by Steven Rostedt (Red Hat) · 12 years ago
  89. f54e041 cpuset,mempolicy: fix sleeping function called from invalid context by Gu Zheng · 12 years ago
  90. 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
  91. 0c3351a tracing: Fix syscall_*regfunc() vs copy_process() race by Oleg Nesterov · 12 years ago
  92. a97df3f genirq: Sanitize spurious interrupt detection of threaded irqs by Thomas Gleixner · 13 years ago
  93. 3f8f4ae nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=off by Thomas Gleixner · 12 years ago
  94. 1996c13 Merge "msm: perf: clean up duplicate constraint events" by Linux Build Service Account · 12 years ago
  95. f37d83a Merge "Perf: Support sw events across hotplug" by Linux Build Service Account · 12 years ago
  96. c261a5a Merge "Perf: keep events across hotplug" by Linux Build Service Account · 12 years ago
  97. 39da9a4 auditsc: audit_krule mask accesses need bounds checking by Andy Lutomirski · 12 years ago
  98. d6e81d4 sched: Fix hotplug vs. set_cpus_allowed_ptr() by Lai Jiangshan · 12 years ago
  99. 4b2cfc9 perf: Fix race in removing an event by Peter Zijlstra · 12 years ago
  100. 183f99e perf: Limit perf_event_attr::sample_period to 63 bits by Peter Zijlstra · 12 years ago