1. cf9f829 BACKPORT: signal: add pidfd_send_signal() syscall by Christian Brauner · 6 years ago
  2. 9595aa8 Merge 4.9.190 into android-4.9-q by Greg Kroah-Hartman · 4 years, 10 months ago
  3. 6c1dc8f bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K by Daniel Borkmann · 6 years ago
  4. c98446e bpf: add bpf_jit_limit knob to restrict unpriv allocations by Daniel Borkmann · 4 years, 11 months ago
  5. 5124abd bpf: get rid of pure_initcall dependency to enable jits by Daniel Borkmann · 4 years, 11 months ago
  6. ac370f1e perf/core: Fix creating kernel counters for PMUs that override event->cpu by Leonard Crestez · 5 years ago
  7. 4ebd29e Merge 4.9.188 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  8. 1043076 kernel/module.c: Only return -EEXIST for modules that have finished loading by Prarit Bhargava · 5 years ago
  9. 81c09ba ftrace: Enable trampoline when rec count returns back to one by Cheng Jian · 5 years ago
  10. 0eb90dd Merge 4.9.187 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  11. 837ffc9 sched/fair: Don't free p->numa_faults with concurrent readers by Jann Horn · 5 years ago
  12. 5081001 access: avoid the RCU grace period for the temporary subjective credentials by Linus Torvalds · 5 years ago
  13. a0e0263 locking/lockdep: Hide unused 'class' variable by Arnd Bergmann · 5 years ago
  14. ccaa280 locking/lockdep: Fix lock used or unused stats error by Yuyang Du · 5 years ago
  15. 4b414f5 padata: use smp_mb in padata_reorder to avoid orphaned padata jobs by Daniel Jordan · 5 years ago
  16. fc19ad3 tracing/snapshot: Resize spare buffer if size changed by Eiichi Tsukata · 5 years ago
  17. 8cc6df3 timer_list: Guard procfs specific code by Nathan Huckleberry · 5 years ago
  18. 5992ceb ntp: Limit TAI-UTC offset by Miroslav Lichvar · 5 years ago
  19. 2b23f70 bpf: silence warning messages in core by Valdis Klētnieks · 5 years ago
  20. 1aa8b25 locking/lockdep: Fix merging of hlocks with non-zero references by Imre Deak · 5 years ago
  21. 9ac2e1c signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sig by Eric W. Biederman · 5 years ago
  22. 83cf3cf Merge 4.9.186 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  23. b32df66 perf/core: Fix perf_sample_regs_user() mm check by Peter Zijlstra · 5 years ago
  24. 39eed54 Merge 4.9.185 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  25. d8b9930 ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEME by Jann Horn · 5 years ago
  26. 0cbb0ae cpu/speculation: Warn on unsupported mitigations= parameter by Geert Uytterhoeven · 5 years ago
  27. 2e41539 tracing: Silence GCC 9 array bounds warning by Miguel Ojeda · 5 years ago
  28. a0b21f8 Merge 4.9.183 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  29. abfdce3 perf/ring_buffer: Add ordering to rb->nest increment by Peter Zijlstra · 5 years ago
  30. a446eb5 perf/ring_buffer: Fix exposing a temporarily decreased data_head by Yabin Cui · 5 years ago
  31. c9eb92d x86/uaccess, kcov: Disable stack protector by Peter Zijlstra · 5 years ago
  32. 122be5a ptrace: restore smp_rmb() in __ptrace_may_access() by Jann Horn · 5 years ago
  33. 2fc1de4 signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFO by Eric W. Biederman · 5 years ago
  34. 5ab0886 ntp: Allow TAI-UTC offset to be set to zero by Miroslav Lichvar · 5 years ago
  35. e74cb9e kernel/sys.c: prctl: fix false positive in validate_prctl_map() by Cyrill Gorcunov · 5 years ago
  36. 726f69d sysctl: return -EINVAL if val violates minmax by Christian Brauner · 5 years ago
  37. 77161ce Merge 4.9.181 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  38. 5bdc536 x86/power: Fix 'nosmt' vs hibernation triple fault during resume by Jiri Kosina · 5 years ago
  39. 9557090 fs: prevent page refcount overflow in pipe_buf_get by Matthew Wilcox · 5 years ago
  40. 9adcdd5 kernel/signal.c: trace_signal_deliver when signal_group_exit by Zhenliang Wei · 5 years ago
  41. 3f006d4 Merge 4.9.180 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  42. 090eb57 rcuperf: Fix cleanup path for invalid perf_type strings by Paul E. McKenney · 5 years ago
  43. 0b447e7 rcutorture: Fix cleanup path for invalid torture_type strings by Paul E. McKenney · 5 years ago
  44. c58f0e8 sched/core: Handle overflow in cpu_shares_write_u64 by Konstantin Khlebnikov · 5 years ago
  45. 5e4ea98 sched/core: Check quota and period overflow at usec to nsec conversion by Konstantin Khlebnikov · 5 years ago
  46. 51e088b audit: fix a memory leak bug by Wenwen Wang · 5 years ago
  47. 373fca6 Merge 4.9.179 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  48. 17fe900 tracing: Fix partial reading of trace event's id file by Elazar Leibovich · 5 years ago
  49. cfe2562 Merge 4.9.178 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  50. e85fab7 locking/rwsem: Prevent decrement of reader count before increment by Waiman Long · 5 years ago
  51. ba6dcaf UPSTREAM: bpf: relax inode permission check for retrieving bpf program by Chenbo Feng · 5 years ago
  52. 915f59c Merge 4.9.177 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  53. 82303dd bpf: convert htab map to hlist_nulls by Alexei Starovoitov · 5 years ago
  54. aad9db6 bpf: fix struct htab_elem layout by Alexei Starovoitov · 5 years ago
  55. ef4a576 Merge 4.9.176 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  56. edda9c3 cpu/speculation: Add 'mitigations=' cmdline option by Josh Poimboeuf · 5 years ago
  57. a3c901b x86/speculation: Rework SMT state change by Thomas Gleixner · 6 years ago
  58. c803409 sched: Add sched_smt_active() by Ben Hutchings · 5 years ago
  59. b410c57 x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation by Jiri Kosina · 6 years ago
  60. 822e5d5 x86/speculation: Apply IBPB more strictly to avoid cross-process data leak by Jiri Kosina · 6 years ago
  61. 0ad8ae71c Merge 4.9.175 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  62. c925723 timer/debug: Change /proc/timer_stats from 0644 to 0600 by Ben Hutchings · 5 years ago
  63. 3df0c56 genirq: Prevent use-after-free and work list corruption by Prasad Sodagudi · 5 years ago
  64. 589d747 Merge 4.9.172 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  65. c9e5f60 sched/numa: Fix a possible divide-by-zero by Xie XiuQi · 5 years ago
  66. 56f9da8 trace: Fix preempt_enable_no_resched() abuse by Peter Zijlstra · 5 years ago
  67. 3ddc299 tracing: Fix a memory leak by early error exit in trace_pid_write() by Wenwen Wang · 5 years ago
  68. 25d7d0e Merge 4.9.171 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  69. 3141fcc kernel/sysctl.c: fix out-of-bounds access when setting file-max by Will Deacon · 5 years ago
  70. 7f21387 Revert "locking/lockdep: Add debug_locks check in __lock_downgrade()" by Greg Kroah-Hartman · 5 years ago
  71. 33f2a3e sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockup by Phil Auld · 5 years ago
  72. 8a779c4 kprobes: Fix error check when reusing optimized probes by Masami Hiramatsu · 5 years ago
  73. 25f467d kprobes: Mark ftrace mcount handler functions nokprobe by Masami Hiramatsu · 5 years ago
  74. ba9cebb Merge 4.9.170 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  75. e538759 kernel: hung_task.c: disable on suspend by Vitaly Kuznetsov · 6 years ago
  76. 8fb8f97 perf/core: Restore mmap record type correctly by Stephane Eranian · 5 years ago
  77. 67843bb Merge 4.9.169 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  78. 6d1e1da sched/fair: Do not re-read ->h_load_next during hierarchical load calculation by Mel Gorman · 5 years ago
  79. 97491c0 genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent() by Stephen Boyd · 5 years ago
  80. 417da48 Merge 4.9.168 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  81. acb5aef genirq: Avoid summation loops for /proc/stat by Thomas Gleixner · 5 years ago
  82. 6b65c26 sysctl: handle overflow for file-max by Christian Brauner · 5 years ago
  83. 3085d41 tracing: kdb: Fix ftdump to not sleep by Douglas Anderson · 5 years ago
  84. 6947310 Merge 4.9.167 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  85. ce4fbb9 cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=n by Thomas Gleixner · 5 years ago
  86. 2773c45f Merge 4.9.166 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  87. 96dc04d UPSTREAM: bug: use %pB in BUG and stack protector failure by Kees Cook · 6 years ago
  88. bd16dbe UPSTREAM: trace_uprobe: Display correct offset in uprobe_events by Ravi Bangoria · 6 years ago
  89. 670d934 locking/lockdep: Add debug_locks check in __lock_downgrade() by Waiman Long · 5 years ago
  90. 726c28f futex: Ensure that futex address is aligned in handle_futex_death() by Chen Jie · 5 years ago
  91. cbbb29d ANDROID: fix 4.9 backport of psi header refactoring by Suren Baghdasaryan · 5 years ago
  92. 72b54df Merge 4.9.165 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  93. 3b2bbd1 rcu: Do RCU GP kthread self-wakeup from softirq and interrupt by Zhang, Jun · 6 years ago
  94. 45a67f1 kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_conv by Zev Weiss · 5 years ago
  95. 037a6cf tracing: Do not free iter->trace in fail path of tracing_open_pipe() by zhangyi (F) · 5 years ago
  96. 286ffaa tracing: Use strncpy instead of memcpy for string keys in hist triggers by Tom Zanussi · 5 years ago
  97. a163d3f FROMLIST: psi: introduce psi monitor by Suren Baghdasaryan · 6 years ago
  98. c405bfb FROMLIST: refactor header includes to allow kthread.h inclusion in psi_types.h by Suren Baghdasaryan · 5 years ago
  99. 889171b FROMLIST: psi: track changed states by Suren Baghdasaryan · 5 years ago
  100. 9afaea3 FROMLIST: psi: split update_stats into parts by Suren Baghdasaryan · 5 years ago