1. 13ff513 Merge 4.9.203 into android-4.9-q by Greg Kroah-Hartman · 4 years, 6 months ago
  2. 089d475 printk: Give error on attempt to set log buffer length to over 2G by He Zhe · 6 years ago
  3. 6270cc3 cpu/SMT: State SMT is disabled even with nosmt and without "=force" by Borislav Petkov · 6 years ago
  4. 679791f kprobes: Don't call BUG_ON() if there is a kprobe in use on free list by Masami Hiramatsu · 6 years ago
  5. dbe380a signal: Properly deliver SIGILL from uprobes by Eric W. Biederman · 6 years ago
  6. 1f7d8a2 signal: Always ignore SIGKILL and SIGSTOP sent to the global init by Eric W. Biederman · 6 years ago
  7. 258971b Merge 4.9.202 into android-4.9-q by Greg Kroah-Hartman · 4 years, 6 months ago
  8. e2bd077 cpu/speculation: Uninline and export CPU mitigations helpers by Tyler Hicks · 4 years, 7 months ago
  9. 851ba64 Merge 4.9.200 into android-4.9-q by Greg Kroah-Hartman · 4 years, 7 months ago
  10. 07abe8c alarmtimer: Change remaining ENOTSUPP to EOPNOTSUPP by Petr Vorel · 4 years, 7 months ago
  11. dcb71b3 Merge 4.9.199 into android-4.9-q by Greg Kroah-Hartman · 4 years, 7 months ago
  12. c24de62 tracing: Initialize iter->seq after zeroing in tracing_read_pipe() by Petr Mladek · 4 years, 8 months ago
  13. e9766ef Merge 4.9.197 into android-4.9-q by Greg Kroah-Hartman · 4 years, 7 months ago
  14. 5e402ba tracing: Get trace_array reference for available_tracers files by Steven Rostedt (VMware) · 4 years, 8 months ago
  15. d9df3aa tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency by Srivatsa S. Bhat (VMware) · 4 years, 8 months ago
  16. 81e3f1d tracing/hwlat: Report total time spent in all NMIs during the sample by Srivatsa S. Bhat (VMware) · 4 years, 8 months ago
  17. 5a4a121 kernel/sysctl.c: do not override max_threads provided by userspace by Michal Hocko · 4 years, 8 months ago
  18. 9489b43 panic: ensure preemption is disabled during panic() by Will Deacon · 4 years, 8 months ago
  19. d3d9647 kernel/elfcore.c: include proper prototypes by Valdis Kletnieks · 4 years, 8 months ago
  20. afed3c5 sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr() by KeMeng Shi · 4 years, 8 months ago
  21. 75be612 timer: Read jiffies once when forwarding base clk by Li RongQing · 4 years, 8 months ago
  22. 59aade0 Merge 4.9.195 into android-4.9-q by Greg Kroah-Hartman · 4 years, 8 months ago
  23. 65b7a5a alarmtimer: Use EOPNOTSUPP instead of ENOTSUPP by Thadeu Lima de Souza Cascardo · 4 years, 9 months ago
  24. c1f7ffb printk: Do not lose last line in kmsg buffer dump by Vincent Whitchurch · 4 years, 11 months ago
  25. 0ecb43d1 printk: remove games with previous record flags by Linus Torvalds · 8 years ago
  26. d641e70 kprobes: Prohibit probing on BUG() and WARN() address by Masami Hiramatsu · 4 years, 9 months ago
  27. 996a5e4 sched/core: Fix CPU controller for !RT_GROUP_SCHED by Juri Lelli · 4 years, 10 months ago
  28. b5fd7a1 sched/fair: Fix imbalance due to CPU affinity by Vincent Guittot · 5 years ago
  29. 59da794 locking/lockdep: Add debug_locks check in __lock_downgrade() by Waiman Long · 5 years ago
  30. f360bd4 Merge 4.9.194 into android-4.9-q by Greg Kroah-Hartman · 4 years, 8 months ago
  31. 49a210f genirq: Prevent NULL pointer dereference in resend_irqs() by Yunfeng Ye · 4 years, 9 months ago
  32. 5172a7b UPSTREAM: psi: get poll_work to run when calling poll syscall next time by Jason Xing · 4 years, 9 months ago
  33. 6866f08 UPSTREAM: sched/psi: Do not require setsched permission from the trigger creator by Suren Baghdasaryan · 4 years, 10 months ago
  34. 06c14d4 UPSTREAM: sched/psi: Reduce psimon FIFO priority by Peter Zijlstra · 4 years, 10 months ago
  35. 95eb4d8 Merge 4.9.193 into android-4.9-q by Greg Kroah-Hartman · 4 years, 8 months ago
  36. 0a3989a sched/fair: Don't assign runtime for throttled cfs_rq by Liangyan · 4 years, 9 months ago
  37. 351d3fa ANDROID: sched: WALT: Add support for CFS_BANDWIDTH by Pavankumar Kondeti · 4 years, 9 months ago
  38. 1c847af ANDROID: sched: WALT: Refactor cumulative runnable average fixup by Pavankumar Kondeti · 4 years, 9 months ago
  39. 3fcf271 Merge 4.9.191 into android-4.9-q by Greg Kroah-Hartman · 4 years, 9 months ago
  40. 8421928 genirq: Properly pair kobject_del() with kobject_add() by Michael Kelley · 4 years, 10 months ago
  41. 42cafda UPSTREAM: pidfd: fix a poll race when setting exit_state by Suren Baghdasaryan · 4 years, 10 months ago
  42. 304e7f3 BACKPORT: pid: add pidfd_open() by Christian Brauner · 5 years ago
  43. af1070f UPSTREAM: pidfd: add polling support by Joel Fernandes (Google) · 5 years ago
  44. ac937bb UPSTREAM: signal: improve comments by Christian Brauner · 5 years ago
  45. 3941f12 BACKPORT: fork: do not release lock that wasn't taken by Christian Brauner · 5 years ago
  46. b3ae598 BACKPORT: signal: support CLONE_PIDFD with pidfd_send_signal by Christian Brauner · 5 years ago
  47. 0e020c1 BACKPORT: clone: add CLONE_PIDFD by Christian Brauner · 5 years ago
  48. 68defbc UPSTREAM: signal: use fdget() since we don't allow O_PATH by Christian Brauner · 5 years ago
  49. f511d49 UPSTREAM: signal: don't silently convert SI_USER signals to non-current pidfd by Jann Horn · 5 years ago
  50. cf9f829 BACKPORT: signal: add pidfd_send_signal() syscall by Christian Brauner · 6 years ago
  51. 9595aa8 Merge 4.9.190 into android-4.9-q by Greg Kroah-Hartman · 4 years, 9 months ago
  52. 6c1dc8f bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K by Daniel Borkmann · 5 years ago
  53. c98446e bpf: add bpf_jit_limit knob to restrict unpriv allocations by Daniel Borkmann · 4 years, 9 months ago
  54. 5124abd bpf: get rid of pure_initcall dependency to enable jits by Daniel Borkmann · 4 years, 9 months ago
  55. ac370f1e perf/core: Fix creating kernel counters for PMUs that override event->cpu by Leonard Crestez · 4 years, 10 months ago
  56. 4ebd29e Merge 4.9.188 into android-4.9-q by Greg Kroah-Hartman · 4 years, 10 months ago
  57. 1043076 kernel/module.c: Only return -EEXIST for modules that have finished loading by Prarit Bhargava · 5 years ago
  58. 81c09ba ftrace: Enable trampoline when rec count returns back to one by Cheng Jian · 5 years ago
  59. 0eb90dd Merge 4.9.187 into android-4.9-q by Greg Kroah-Hartman · 4 years, 10 months ago
  60. 837ffc9 sched/fair: Don't free p->numa_faults with concurrent readers by Jann Horn · 4 years, 11 months ago
  61. 5081001 access: avoid the RCU grace period for the temporary subjective credentials by Linus Torvalds · 4 years, 11 months ago
  62. a0e0263 locking/lockdep: Hide unused 'class' variable by Arnd Bergmann · 4 years, 11 months ago
  63. ccaa280 locking/lockdep: Fix lock used or unused stats error by Yuyang Du · 4 years, 11 months ago
  64. 4b414f5 padata: use smp_mb in padata_reorder to avoid orphaned padata jobs by Daniel Jordan · 4 years, 11 months ago
  65. fc19ad3 tracing/snapshot: Resize spare buffer if size changed by Eiichi Tsukata · 5 years ago
  66. 8cc6df3 timer_list: Guard procfs specific code by Nathan Huckleberry · 5 years ago
  67. 5992ceb ntp: Limit TAI-UTC offset by Miroslav Lichvar · 5 years ago
  68. 2b23f70 bpf: silence warning messages in core by Valdis Klētnieks · 5 years ago
  69. 1aa8b25 locking/lockdep: Fix merging of hlocks with non-zero references by Imre Deak · 5 years ago
  70. 9ac2e1c signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sig by Eric W. Biederman · 5 years ago
  71. 83cf3cf Merge 4.9.186 into android-4.9-q by Greg Kroah-Hartman · 4 years, 10 months ago
  72. b32df66 perf/core: Fix perf_sample_regs_user() mm check by Peter Zijlstra · 5 years ago
  73. 39eed54 Merge 4.9.185 into android-4.9-q by Greg Kroah-Hartman · 4 years, 11 months ago
  74. d8b9930 ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEME by Jann Horn · 5 years ago
  75. 0cbb0ae cpu/speculation: Warn on unsupported mitigations= parameter by Geert Uytterhoeven · 5 years ago
  76. 2e41539 tracing: Silence GCC 9 array bounds warning by Miguel Ojeda · 5 years ago
  77. a0b21f8 Merge 4.9.183 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  78. abfdce3 perf/ring_buffer: Add ordering to rb->nest increment by Peter Zijlstra · 5 years ago
  79. a446eb5 perf/ring_buffer: Fix exposing a temporarily decreased data_head by Yabin Cui · 5 years ago
  80. c9eb92d x86/uaccess, kcov: Disable stack protector by Peter Zijlstra · 5 years ago
  81. 122be5a ptrace: restore smp_rmb() in __ptrace_may_access() by Jann Horn · 5 years ago
  82. 2fc1de4 signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFO by Eric W. Biederman · 5 years ago
  83. 5ab0886 ntp: Allow TAI-UTC offset to be set to zero by Miroslav Lichvar · 5 years ago
  84. e74cb9e kernel/sys.c: prctl: fix false positive in validate_prctl_map() by Cyrill Gorcunov · 5 years ago
  85. 726f69d sysctl: return -EINVAL if val violates minmax by Christian Brauner · 5 years ago
  86. 77161ce Merge 4.9.181 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  87. 5bdc536 x86/power: Fix 'nosmt' vs hibernation triple fault during resume by Jiri Kosina · 5 years ago
  88. 9557090 fs: prevent page refcount overflow in pipe_buf_get by Matthew Wilcox · 5 years ago
  89. 9adcdd5 kernel/signal.c: trace_signal_deliver when signal_group_exit by Zhenliang Wei · 5 years ago
  90. 3f006d4 Merge 4.9.180 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  91. 090eb57 rcuperf: Fix cleanup path for invalid perf_type strings by Paul E. McKenney · 5 years ago
  92. 0b447e7 rcutorture: Fix cleanup path for invalid torture_type strings by Paul E. McKenney · 5 years ago
  93. c58f0e8 sched/core: Handle overflow in cpu_shares_write_u64 by Konstantin Khlebnikov · 5 years ago
  94. 5e4ea98 sched/core: Check quota and period overflow at usec to nsec conversion by Konstantin Khlebnikov · 5 years ago
  95. 51e088b audit: fix a memory leak bug by Wenwen Wang · 5 years ago
  96. 373fca6 Merge 4.9.179 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  97. 17fe900 tracing: Fix partial reading of trace event's id file by Elazar Leibovich · 5 years ago
  98. cfe2562 Merge 4.9.178 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  99. e85fab7 locking/rwsem: Prevent decrement of reader count before increment by Waiman Long · 5 years ago
  100. ba6dcaf UPSTREAM: bpf: relax inode permission check for retrieving bpf program by Chenbo Feng · 5 years ago