1. 3510ca2 Minor page waitqueue cleanups by Linus Torvalds · 7 years ago
  2. 0adb8f3 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  3. 53ede64 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  4. 2b7e866 fork: fix incorrect fput of ->exe_file causing use-after-free by Eric Biggers · 7 years ago
  5. 64aee2a perf/core: Fix group {cpu,task} validation by Mark Rutland · 8 years ago
  6. 415be6c Merge tag 'trace-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  7. 8b0db1a tracing: Fix freeing of filter in create_filter() when set_str is false by Steven Rostedt (VMware) · 7 years ago
  8. 475bb3c tracing: Fix kmemleak in tracing_map_array_free() by Chunyu Hu · 7 years ago
  9. a8f0f9e ftrace: Check for null ret_stack on profile function graph entry function by Steven Rostedt (VMware) · 7 years ago
  10. 2fe59f5 timers: Fix excessive granularity of new timers after a nohz idle by Nicholas Piggin · 7 years ago
  11. dd1c1f2 pids: make task_tgid_nr_ns() safe by Oleg Nesterov · 7 years ago
  12. e46db8d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  13. 9dae41a Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  14. e18a5eb Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  15. 8fbbe2d genirq/ipi: Fixup checks against nr_cpu_ids by Alexey Dobriyan · 7 years ago
  16. eb61b59 signal: don't remove SIGNAL_UNKILLABLE for traced tasks. by Jamie Iles · 7 years ago
  17. 2ba293c kmod: fix wait on recursive loop by Luis R. Rodriguez · 7 years ago
  18. 7edaeb6 kernel/watchdog: Prevent false positives with turbo modes by Thomas Gleixner · 7 years ago
  19. e8f2418 genirq: Restore trigger settings in irq_modify_status() by Marc Zyngier · 7 years ago
  20. 422ce07 Merge tag 'audit-pr-20170816' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
  21. 510c8a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  22. 88a5c69 bpf: fix bpf_trace_printk on 32 bit archs by Daniel Borkmann · 7 years ago
  23. b5fed47 audit: Receive unmount event by Jan Kara · 7 years ago
  24. d76036ab audit: Fix use after free in audit_remove_watch_rule() by Jan Kara · 7 years ago
  25. 16af97d mm: migrate: prevent racy access to tlb_flush_pending by Nadav Amit · 7 years ago
  26. d507e2eb mm: fix global NR_SLAB_.*CLAIMABLE counter reads by Johannes Weiner · 7 years ago
  27. 9b231d9 perf/core: Fix time on IOC_ENABLE by Peter Zijlstra · 7 years ago
  28. bfe33492 perf/x86: Fix RDPMC vs. mm_struct tracking by Peter Zijlstra · 7 years ago
  29. 48fb6f4 futex: Remove unnecessary warning from get_futex_key by Mel Gorman · 7 years ago
  30. fbb7761 Fix compat_sys_sigpending breakage by Dmitry V. Levin · 7 years ago
  31. d1faa3e Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  32. 89affbf cpuset: fix a deadlock due to incomplete patching of cpusets_enabled() by Dima Zavin · 7 years ago
  33. 27e37d84 pid: kill pidhash_size in pidhash_init() by Kefeng Wang · 7 years ago
  34. a7e52ad ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPU by Steven Rostedt (VMware) · 7 years ago
  35. 147d88e0 tracing: Missing error code in tracer_alloc_buffers() by Dan Carpenter · 7 years ago
  36. 4bb0f0e tracing: Call clear_boot_tracer() at lateinit_sync by Steven Rostedt (VMware) · 7 years ago
  37. 34f41c0 timers: Fix overflow in get_next_timer_interrupt by Matija Glavinic Pecotic · 7 years ago
  38. bc78d64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  39. 2e7ca20 Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
  40. ff2620f Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 7 years ago
  41. e4776b8 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  42. 9975a54 bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_len by Daniel Borkmann · 7 years ago
  43. 89b0968 bpf: don't indicate success when copy_from_user fails by Daniel Borkmann · 7 years ago
  44. 1ad0f0a workqueue: Work around edge cases for calc of pool's cpumask by Michael Bringmann · 7 years ago
  45. 8397913 genirq/cpuhotplug: Revert "Set force affinity flag on hotplug migration" by Thomas Gleixner · 7 years ago
  46. 0a94efb workqueue: implicit ordered attribute should be overridable by Tejun Heo · 7 years ago
  47. bf50f0e sched/core: Fix some documentation build warnings by Jonathan Corbet · 7 years ago
  48. 9305706 bpf/verifier: fix min/max handling in BPF_SUB by Edward Cree · 7 years ago
  49. 3c74541 cgroup: fix error return value from cgroup_subtree_control() by Tejun Heo · 7 years ago
  50. f79ec88 Merge tag 'trace-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  51. 5a77f02 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  52. bbcdea6 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  53. 8b810a3 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  54. 34eddef Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  55. 2aeb188 perf/core: Fix locking for children siblings group read by Jiri Olsa · 7 years ago
  56. 96080f6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  57. 4cabc5b bpf: fix mixed signed/unsigned derived min/max value bounds by Daniel Borkmann · 7 years ago
  58. f58781c Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 7 years ago
  59. f86f418 trace: fix the errors caused by incompatible type of RCU variables by Chunyan Zhang · 8 years ago
  60. db9108e0 tracing: Fix kmemleak in instance_rmdir by Chunyu Hu · 7 years ago
  61. 3bda69c perf/core: Fix scheduling regression of pinned groups by Alexander Shishkin · 7 years ago
  62. e06fdaf Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  63. 5c0338c workqueue: restore WQ_UNBOUND/max_active==1 to be ordered by Tejun Heo · 7 years ago
  64. b0659ae audit: fix memleak in auditd_send_unicast_skb. by Shu Wang · 7 years ago
  65. 8486188 tracing/ring_buffer: Try harder to allocate by Joel Fernandes · 7 years ago
  66. 7af608e cgroup: create dfl_root files on subsys registration by Tejun Heo · 7 years ago
  67. a696712 genirq/PM: Properly pretend disabled state when force resuming interrupts by Juergen Gross · 7 years ago
  68. 935acd3 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  69. 31ba04d Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  70. 78dcf73 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  71. e37720e Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  72. 6d7964a kmod: throttle kmod thread limit by Luis R. Rodriguez · 7 years ago
  73. 5f92a7b kernel/watchdog.c: use better pr_fmt prefix by Kefeng Wang · 7 years ago
  74. a252c25 Merge branches 'pm-cpufreq-sched' and 'intel_pstate' by Rafael J. Wysocki · 7 years ago
  75. 193be41 sched/deadline: Fix confusing comments about selection of top pi-waiter by Joel Fernandes · 7 years ago
  76. 0e4097c sched/cputime: Don't use smp_processor_id() in preemptible context by Wanpeng Li · 7 years ago
  77. bc0f51d Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  78. ad51271 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  79. 69f0d42 locking/rtmutex: Remove unnecessary priority adjustment by Alex Shi · 7 years ago
  80. 3a75ad1 Merge tag 'modules-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  81. 7cd815b fork,random: use get_random_canary() to set tsk->stack_canary by Rik van Riel · 7 years ago
  82. e2ae8ab kexec_file: adjust declaration of kexec_purgatory by Kees Cook · 7 years ago
  83. a10a842 kernel/watchdog: provide watchdog_nmi_reconfigure() for arch watchdogs by Nicholas Piggin · 7 years ago
  84. 05a4a95 kernel/watchdog: split up config options by Nicholas Piggin · 7 years ago
  85. f2e0cff kernel/watchdog: introduce arch_touch_nmi_watchdog() by Nicholas Piggin · 7 years ago
  86. e41d5818 fault-inject: support systematic fault injection by Dmitry Vyukov · 7 years ago
  87. 0791e36 kcmp: add KCMP_EPOLL_TFD mode to compare epoll target files by Cyrill Gorcunov · 7 years ago
  88. 9380fa6 kernel/sysctl_binary.c: check name array length in deprecated_sysctl_warning() by Mateusz Jurczyk · 7 years ago
  89. 61d9b56 sysctl: add unsigned int range support by Luis R. Rodriguez · 7 years ago
  90. 4f2fec0 sysctl: simplify unsigned int support by Luis R. Rodriguez · 7 years ago
  91. d383d48 sysctl: fold sysctl_writes_strict checks into helper by Luis R. Rodriguez · 7 years ago
  92. a19ac33 sysctl: kdoc'ify sysctl_writes_strict by Luis R. Rodriguez · 7 years ago
  93. 1229384 kdump: protect vmcoreinfo data under the crash memory by Xunlei Pang · 7 years ago
  94. 5203f49 powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdr by Xunlei Pang · 7 years ago
  95. 203e9e4 kexec: move vmcoreinfo out of the kernel's .bss section by Xunlei Pang · 7 years ago
  96. 112166f kernel/fork.c: virtually mapped stacks: do not disable interrupts by Christoph Lameter · 7 years ago
  97. 58c7ffc fix a braino in compat_sys_getrlimit() by Al Viro · 7 years ago
  98. 2e028c4 ftrace: Fix uninitialized variable in match_records() by Dan Carpenter · 7 years ago
  99. 44925df ftrace: Remove an unneeded NULL check by Dan Carpenter · 7 years ago
  100. ab2f7cf cpufreq: schedutil: Fix sugov_start() versus sugov_update_shared() race by Vikram Mulukutla · 8 years ago