1. 8f2af15 exec: pass stack rlimit into mm layout functions by Kees Cook · 7 years ago
  2. 3612605 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  3. 5893ed1 Merge tag 'v4.16-rc6' into next-general by James Morris · 7 years ago
  4. ea14b57e sched/cpufreq: Provide migration hint by Peter Zijlstra · 8 years ago
  5. 00357f5 sched/nohz: Clean up nohz enter/exit by Peter Zijlstra · 8 years ago
  6. 8f111bc cpufreq/schedutil: Rewrite CPUFREQ_RT support by Peter Zijlstra · 8 years ago
  7. 4042d003 cpufreq/schedutil: Remove unused CPUFREQ_DL by Peter Zijlstra · 8 years ago
  8. fc4c5a3 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  9. 6b4f3d0 usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as_cred and security_task_kill by Stephen Smalley · 8 years ago
  10. 325ea10 sched/headers: Simplify and clean up header usage in the scheduler by Ingo Molnar · 7 years ago
  11. 238ca35 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  12. bef3efb efivarfs: Limit the rate for non-root to read files by Luck, Tony · 7 years ago
  13. d34bc48 include/linux/sched/mm.h: re-inline mmdrop() by Andrew Morton · 7 years ago
  14. dcdedb2 sched/nohz: Remove the 1 Hz tick code by Frederic Weisbecker · 7 years ago
  15. 1bda3f8 sched/isolation: Isolate workqueues when "nohz_full=" is set by Frederic Weisbecker · 7 years ago
  16. 8284507 Merge branch 'linus' into sched/urgent, to resolve conflicts by Ingo Molnar · 8 years ago
  17. 70216e1 membarrier: Provide core serializing command, *_SYNC_CORE by Mathieu Desnoyers · 8 years ago
  18. c5f58bd membarrier: Provide GLOBAL_EXPEDITED command by Mathieu Desnoyers · 8 years ago
  19. 306e060 membarrier: Document scheduler barrier requirements by Mathieu Desnoyers · 8 years ago
  20. 3ccfebe powerpc, membarrier: Skip memory barrier in switch_mm() by Mathieu Desnoyers · 8 years ago
  21. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  22. d70f2a1 include/linux/sched/mm.h: uninline mmdrop_async(), etc by Andrew Morton · 8 years ago
  23. d417302 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  24. f71dd7d signal/ptrace: Add force_sig_ptrace_errno_trap and use it where needed by Eric W. Biederman · 8 years ago
  25. 3824673 signal: Helpers for faults with specialized siginfo layouts by Eric W. Biederman · 8 years ago
  26. f8ec660 signal: Add send_sig_fault and force_sig_fault by Eric W. Biederman · 8 years ago
  27. 5905429 fork: Provide usercopy whitelisting for task_struct by Kees Cook · 8 years ago
  28. 7e1a920 sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG_SMP by Juri Lelli · 8 years ago
  29. d4edd66 sched/cpufreq: Use the DEADLINE utilization signal by Juri Lelli · 8 years ago
  30. cb1f34d Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 8 years ago
  31. 4837fe3 mm, oom_reaper: fix memory corruption by Michal Hocko · 8 years ago
  32. 00ef0ef sched/headers: Constify object_is_on_stack() by Sascha Hauer · 8 years ago
  33. 22714a2 Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  34. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 8 years ago
  35. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 8 years ago
  36. a9903f04 sched/sysctl: Fix attributes of some extern declarations by Matthias Kaehlcke · 8 years ago
  37. edb9382 sched/isolation: Move isolcpus= handling to the housekeeping code by Frederic Weisbecker · 8 years ago
  38. 6f1982f sched/isolation: Handle the nohz_full= parameter by Frederic Weisbecker · 8 years ago
  39. de20155 sched/isolation: Introduce housekeeping flags by Frederic Weisbecker · 8 years ago
  40. 5c4991e sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_HZ_FULL by Frederic Weisbecker · 8 years ago
  41. 204c083 sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu() by Frederic Weisbecker · 8 years ago
  42. e179f5a sched/isolation: Use its own static key by Frederic Weisbecker · 8 years ago
  43. 7e56a1c sched/isolation: Make the housekeeping cpumask private by Frederic Weisbecker · 8 years ago
  44. 9f0ca2d sched/isolation: Provide a dynamic off-case to housekeeping_any_cpu() by Frederic Weisbecker · 8 years ago
  45. 7863406 sched/isolation: Move housekeeping related code to its own file by Frederic Weisbecker · 8 years ago
  46. a961e40 membarrier: Provide register expedited private command by Mathieu Desnoyers · 8 years ago
  47. ff0d4a9 sched/rt: Add a helper to test for a RT task by Sebastian Andrzej Siewior · 8 years ago
  48. d153b15 sched/core: Fix wake_affine() performance regression by Peter Zijlstra · 8 years ago
  49. a1b2289 android: binder: drop lru lock in isolate callback by Sherry Yang · 8 years ago
  50. cfb766d sched/cputime: Expose cputime_adjust() by Tejun Heo · 8 years ago
  51. d34fc1a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  52. 2129258 mm: oom: let oom_reap_task and exit_mmap run concurrently by Andrea Arcangeli · 8 years ago
  53. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  54. 5f82e71 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  55. 90001d6 sched/fair: Fix wake_affine() for !NUMA_BALANCING by Peter Zijlstra · 8 years ago
  56. d92a8cf locking/lockdep: Rework FS_RECLAIM annotation by Peter Zijlstra · 8 years ago
  57. 74dc338 sched/debug: Use task_pid_nr_ns in /proc/$pid/sched by Aleksa Sarai · 8 years ago
  58. 18f08da sched/core: Remove unnecessary initialization init_idle_bootup_task() by Cheng Jian · 8 years ago
  59. a91dbff sock: ulimit on MSG_ZEROCOPY pages by Willem de Bruijn · 8 years ago
  60. e06fdaf Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  61. 1860033 mm: make PR_SET_THP_DISABLE immediately active by Michal Hocko · 8 years ago
  62. 8d97a6c Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  63. 4be9513 Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  64. 86d35af MAINTAINERS: Add Frederic Weisbecker as nohz/dyntics maintainer by Ingo Molnar · 8 years ago
  65. 3859a27 randstruct: Mark various structs for randomization by Kees Cook · 9 years ago
  66. 3c85d6d sched/loadavg: Generalize "_idle" naming to "_nohz" by Frederic Weisbecker · 8 years ago
  67. f11cc07 sched/core: Drop the unused try_get_task_struct() helper function by Davidlohr Bueso · 8 years ago
  68. 92ebce5 osf_wait4: switch to kernel_wait4() by Al Viro · 8 years ago
  69. 2e44b7d sched/clock: Use late_initcall() instead of sched_init_smp() by Peter Zijlstra · 8 years ago
  70. ac1e843 sched/clock: Remove unused argument to sched_clock_idle_wakeup_event() by Peter Zijlstra · 8 years ago
  71. b421b22 x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable sync points by Peter Zijlstra · 8 years ago
  72. 499118e mm: introduce memalloc_noreclaim_{save,restore} by Vlastimil Babka · 8 years ago
  73. e579dde Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  74. 7dea19f mm: introduce memalloc_nofs_{save,restore} API by Michal Hocko · 8 years ago
  75. 6c478ae signal: Make kill_proc_info static by Eric W. Biederman · 8 years ago
  76. 0ba78a9 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  77. acd5862 sched/rtmutex: Refactor rt_mutex_setprio() by Peter Zijlstra · 8 years ago
  78. e96a7705 sched/rtmutex/deadline: Fix a PI crash for deadline tasks by Xunlei Pang · 8 years ago
  79. 698eff6 sched/clock, x86/perf: Fix "perf test tsc" by Peter Zijlstra · 8 years ago
  80. ee6a3d1 sched/headers: Remove the <linux/topology.h> include from <linux/sched.h> by Ingo Molnar · 9 years ago
  81. 5c0d0f3 sched/headers: Remove <linux/sched.h> from <linux/sched/init.h> by Ingo Molnar · 9 years ago
  82. a906086 sched/headers: Remove <linux/sched.h> from <linux/sched/hotplug.h> by Ingo Molnar · 9 years ago
  83. 4f079e9 sched/headers: Remove <linux/sched.h> from <linux/sched/debug.h> by Ingo Molnar · 9 years ago
  84. b0145d9 sched/headers: Remove <linux/sched.h> from <linux/sched/nohz.h> by Ingo Molnar · 9 years ago
  85. dc19953 sched/headers: Remove <linux/sched.h> from <linux/sched/stat.h> by Ingo Molnar · 9 years ago
  86. ed53742 sched/headers: Remove <linux/sched.h> from <linux/sched/cpufreq.h> by Ingo Molnar · 9 years ago
  87. de8deb0 sched/headers: Remove <linux/sched.h> from <linux/sched/user.h> by Ingo Molnar · 9 years ago
  88. ae1cc88 sched/headers: Remove <linux/sched.h> from <linux/sched/coredump.h> by Ingo Molnar · 9 years ago
  89. b8d6d80 sched/headers: Remove <linux/sched.h> from <linux/sched/mm.h> by Ingo Molnar · 9 years ago
  90. 5fd7315 sched/headers: Remove <linux/sched.h> from <linux/sched/autogroup.h> by Ingo Molnar · 9 years ago
  91. 5a2d688 sched/headers: Remove <linux/sched.h> from <linux/sched/loadavg.h> by Ingo Molnar · 9 years ago
  92. ea94763 sched/headers: Remove <linux/sched.h> from <linux/sched/clock.h> by Ingo Molnar · 9 years ago
  93. f411229 sched/headers: Remove tsk_is_polling() by Ingo Molnar · 9 years ago
  94. c03cb28 sched/headers: Remove <linux/sched.h> from <linux/sched/topology.h> by Ingo Molnar · 9 years ago
  95. 6f175fc sched/headers: Move the sched_exec() prototype to <linux/sched/task.h> by Ingo Molnar · 9 years ago
  96. cda6672 sched/headers: Move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h> by Ingo Molnar · 9 years ago
  97. c5a2192 sched/headers: Move _init() prototypes from <linux/sched.h> to <linux/sched/init.h> by Ingo Molnar · 9 years ago
  98. 42011db sched/headers: Move exit_files() and exit_itimers() from <linux/sched.h> to <linux/sched/task.h> by Ingo Molnar · 9 years ago
  99. 9049863 sched/headers: Move kstack_end() from <linux/sched.h> to <linux/sched/task_stack.h> by Ingo Molnar · 9 years ago
  100. a2d7a74 sched/headers: Move sched_info_on() and force_schedstat_enabled() from <linux/sched.h> to <linux/sched/stat.h> by Ingo Molnar · 9 years ago