1. 71f1469 Merge 4.9.79 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  2. f531fbb bpf: reject stores into ctx via st and xadd by Daniel Borkmann · 7 years ago
  3. 265d765 bpf: fix 32-bit divide by zero by Alexei Starovoitov · 7 years ago
  4. 4606077 bpf: fix divides by zero by Eric Dumazet · 7 years ago
  5. fcabc6d bpf: arsh is not supported in 32 bit alu thus reject it by Daniel Borkmann · 7 years ago
  6. a3d6dd6 bpf: introduce BPF_JIT_ALWAYS_ON config by Alexei Starovoitov · 7 years ago
  7. 5226bb3 bpf: fix bpf_tail_call() x64 JIT by Alexei Starovoitov · 7 years ago
  8. c98ff72 hrtimer: Reset hrtimer cpu base proper on CPU hotplug by Thomas Gleixner · 7 years ago
  9. 7be1985 ANDROID: sched: EAS: check energy_aware() before calling select_energy_cpu_brute() in up-migrate path by Ke Wang · 7 years ago
  10. e9dabe6 Merge 4.9.78 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  11. ca2d736 workqueue: avoid hard lockups in show_workqueue_state() by Sergey Senozhatsky · 7 years ago
  12. 9a50ea0 tracing: Fix converting enum's from the map in trace_event_eval_update() by Steven Rostedt (VMware) · 7 years ago
  13. 1ad4f28 sched/deadline: Zero out positive runtime after throttling constrained tasks by Xunlei Pang · 7 years ago
  14. 676109b timers: Unconditionally check deferrable base by Thomas Gleixner · 7 years ago
  15. d8a3170 futex: Prevent overflow by strengthen input validation by Li Jinyue · 7 years ago
  16. 033d019 Merge 4.9.77 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  17. 820ef2a bpf, array: fix overflow in max_entries and undefined behavior in index_mask by Daniel Borkmann · 7 years ago
  18. a9bfac14 bpf: prevent out-of-bounds speculation by Alexei Starovoitov · 7 years ago
  19. f55093d bpf: refactor fixup_bpf_calls() by Alexei Starovoitov · 8 years ago
  20. 2803536 bpf: move fixup_bpf_calls() function by Alexei Starovoitov · 8 years ago
  21. 9154940 Merge 4.9.76 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  22. 4d53eb4 kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in complete_signal() by Oleg Nesterov · 7 years ago
  23. 794ac8e kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() signals by Oleg Nesterov · 7 years ago
  24. 1453b3a kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL by Oleg Nesterov · 7 years ago
  25. 79258d9 kernel: make groups_sort calling a responsibility group_info allocators by Thiago Rafael Becker · 7 years ago
  26. 790080c kernel/acct.c: fix the acct->needcheck check in check_free_space() by Oleg Nesterov · 7 years ago
  27. bc7ff9b Merge 4.9.75 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  28. 0994a2c kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZE by Hugh Dickins · 7 years ago
  29. 8f0baad kaiser: merged update by Dave Hansen · 7 years ago
  30. 13be448 KAISER: Kernel Address Isolation by Richard Fellner · 7 years ago
  31. 9e5dd8e Merge 4.9.74 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  32. e8119ac nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick() by Thomas Gleixner · 7 years ago
  33. 249d4a9 timers: Reinitialize per cpu bases on hotplug by Thomas Gleixner · 7 years ago
  34. 574e543 timers: Invoke timer_start_debug() where it makes sense by Thomas Gleixner · 7 years ago
  35. d840687 timers: Use deferrable base independent of base::nohz_active by Anna-Maria Gleixner · 7 years ago
  36. 2e0d458 ring-buffer: Mask out the info bits when returning buffer page length by Steven Rostedt (VMware) · 7 years ago
  37. 81e155e tracing: Fix crash when it fails to alloc ring buffer by Jing Xia · 7 years ago
  38. 5dc4cd2 tracing: Fix possible double free on failure of allocating trace buffer by Steven Rostedt (VMware) · 7 years ago
  39. 6edea15 tracing: Remove extra zeroing out of the ring buffer page by Steven Rostedt (VMware) · 7 years ago
  40. f3f3457 Merge 4.9.73 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  41. 37435f7 bpf/verifier: Fix states_equal() comparison of pointer and UNKNOWN by Ben Hutchings · 7 years ago
  42. cb7518e Merge 4.9.72 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  43. 3695b3b bpf: fix incorrect sign extension in check_alu_op() by Daniel Borkmann · 7 years ago
  44. d75d3ee bpf: reject out-of-bounds stack pointer calculation by Daniel Borkmann · 7 years ago
  45. 7b5b73e bpf: fix branch pruning logic by Daniel Borkmann · 7 years ago
  46. 565f012 bpf: adjust insn_aux_data when patching insns by Daniel Borkmann · 7 years ago
  47. 6af9b18 tracing: Exclude 'generic fields' from histograms by Tom Zanussi · 7 years ago
  48. 319c8e1 Merge 4.9.71 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  49. 28714e9 sched/deadline: Use deadline instead of period when calculating overflow by Steven Rostedt (VMware) · 8 years ago
  50. a2e2911 sched/deadline: Throttle a constrained deadline task activated after the deadline by Daniel Bristot de Oliveira · 8 years ago
  51. 9cc56a0 sched/deadline: Make sure the replenishment timer fires in the next period by Daniel Bristot de Oliveira · 8 years ago
  52. 0a4d4da sched/deadline: Add missing update_rq_clock() in dl_task_timer() by Wanpeng Li · 8 years ago
  53. d266817 sched/rt: Do not pull from current CPU if only one CPU to pull by Steven Rostedt · 7 years ago
  54. d760f90 tracing: Allocate mask_str buffer dynamically by Changbin Du · 7 years ago
  55. 9b3b5d1 UPSTREAM: kcov: fix comparison callback signature by Dmitry Vyukov · 7 years ago
  56. 9412609 UPSTREAM: kcov: support comparison operands collection by Victor Chibotaru · 7 years ago
  57. 9dd90d6 UPSTREAM: kcov: remove pointless current != NULL check by Andrey Ryabinin · 7 years ago
  58. 87a77de UPSTREAM: kcov: support compat processes by Dmitry Vyukov · 7 years ago
  59. 99463c8 UPSTREAM: kcov: simplify interrupt check by Dmitry Vyukov · 7 years ago
  60. 5fc77d0 UPSTREAM: kcov: make kcov work properly with KASLR enabled by Alexander Popov · 8 years ago
  61. 7d9726f UPSTREAM: kcov: add more missing includes by Kefeng Wang · 8 years ago
  62. 9542d2a Merge 4.9.70 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  63. 93dedcf audit: ensure that 'audit=1' actually enables audit for PID 1 by Paul Moore · 7 years ago
  64. 3f1d77c Merge 4.9.69 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  65. 74b470c jump_label: Invoke jump_label_test() via early_initcall() by Jason Baron · 7 years ago
  66. f45f4f8 bpf: fix lockdep splat by Eric Dumazet · 7 years ago
  67. 757e184 workqueue: trigger WARN if queue_delayed_work() is called with NULL @wq by Tejun Heo · 8 years ago
  68. 4e4a9eb sched/fair: Make select_idle_cpu() more aggressive by Peter Zijlstra · 8 years ago
  69. 30b18ee kdb: Fix handling of kallsyms_symbol_next() return value by Daniel Thompson · 10 years ago
  70. ff3d4fd smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct place by Lai Jiangshan · 7 years ago
  71. fdeec8f Merge 4.9.68 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  72. a88ff23 perf/x86/intel: Account interrupts for PEBS errors by Jiri Olsa · 8 years ago
  73. 87cdf4e BACKPORT: schedutil: Reset cached freq if it is not in sync with next_freq by Viresh Kumar · 7 years ago
  74. b763480 sched: EAS/WALT: Don't take into account of running task's util by Ke Wang · 7 years ago
  75. b41e1ca sched: EAS/WALT: take into account of waking task's load by Joonwoo Park · 8 years ago
  76. 4f0693a sched: EAS: upmigrate misfit current task by Joonwoo Park · 7 years ago
  77. d345372 sched: avoid pushing tasks to an offline CPU by Prasad Sodagudi · 10 years ago
  78. 70e14af sched: Extend active balance to accept 'push_task' argument by Srivatsa Vaddagiri · 10 years ago
  79. 44310bf sched: walt: Correct WALT window size initialization by Vikram Mulukutla · 7 years ago
  80. 7f17fff sched: WALT: account cumulative window demand by Joonwoo Park · 8 years ago
  81. 6cb3bed sched: EAS/WALT: finish accounting prior to task_tick by Joonwoo Park · 8 years ago
  82. a861193 sched/fair: prevent meaningless active migration by Joonwoo Park · 8 years ago
  83. b28cab9 sched: walt: Leverage existing helper APIs to apply invariance by Vikram Mulukutla · 7 years ago
  84. c1a2864 Merge 4.9.66 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  85. 1c37ff7 sched/rt: Simplify the IPI based RT balancing logic by Steven Rostedt (Red Hat) · 7 years ago
  86. fb8bd56 sched: Make resched_cpu() unconditional by Paul E. McKenney · 7 years ago
  87. 5311c74 UPSTREAM: time: Clean up CLOCK_MONOTONIC_RAW time handling by John Stultz · 7 years ago
  88. a6d71ba Merge 4.9.62 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  89. 46f1550 workqueue: Fix NULL pointer dereference by Li Bin · 7 years ago
  90. 6da1c98 sched/core: Add missing update_rq_clock() call in sched_move_task() by Peter Zijlstra · 8 years ago
  91. cc10342 sched: WALT: fix potential overflow by Joonwoo Park · 8 years ago
  92. 77ba2b9 sched: Update task->on_rq when tasks are moving between runqueues by Olav Haugan · 9 years ago
  93. 98a5fa3 sched: WALT: fix window mis-alignment by Joonwoo Park · 7 years ago
  94. cd76b21 sched: EAS: kill incorrect nohz idle cpu kick by Joonwoo Park · 8 years ago
  95. d7a6b8b sched: EAS: fix incorrect energy delta calculation due to rounding error by Joonwoo Park · 7 years ago
  96. 8b34bba sched: EAS/WALT: use cr_avg instead of prev_runnable_sum by Joonwoo Park · 8 years ago
  97. 8b1a1ce sched: WALT: fix broken cumulative runnable average accounting by Joonwoo Park · 7 years ago
  98. 241a319 sched: deadline: WALT: account cumulative runnable avg by Joonwoo Park · 7 years ago
  99. 904c79c sched: compute task utilisation with WALT consistently by Quentin Perret · 7 years ago
  100. 0521e0b UPSTREAM: selinux: bpf: Add addtional check for bpf object file receive by Chenbo Feng · 7 years ago