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