1. 2292b51 Merge 4.9.44 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  2. 0041042 futex: Remove unnecessary warning from get_futex_key by Mel Gorman · 7 years ago
  3. 02f29ab Merge 4.9.42 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  4. f9636c9 workqueue: implicit ordered attribute should be overridable by Tejun Heo · 7 years ago
  5. 916a05b signal: protect SIGNAL_UNKILLABLE from unintentional clearing. by Jamie Iles · 7 years ago
  6. 9ef8b23 timers: Fix overflow in get_next_timer_interrupt by Matija Glavinic Pecotic · 7 years ago
  7. 45a636e cpuset: fix a deadlock due to incomplete patching of cpusets_enabled() by Dima Zavin · 7 years ago
  8. 61a0adb workqueue: restore WQ_UNBOUND/max_active==1 to be ordered by Tejun Heo · 7 years ago
  9. 445ee6c cgroup: fix error return value from cgroup_subtree_control() by Tejun Heo · 7 years ago
  10. 4a99eac cgroup: create dfl_root files on subsys registration by Tejun Heo · 7 years ago
  11. c6b2ed3 android: configs: move quota-related configs to recommended by Steve Muckle · 7 years ago
  12. e6b0c64f Merge 4.9.41 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  13. 62b5776 sched/cgroup: Move sched_online_group() back into css_online() to fix crash by Konstantin Khlebnikov · 7 years ago
  14. 6b3d13f smp/hotplug: Replace BUG_ON and react useful by Thomas Gleixner · 7 years ago
  15. 7b4e4b1 smp/hotplug: Move unparking of percpu threads to the control CPU by Thomas Gleixner · 7 years ago
  16. 7b2727c ANDROID: sched/fair: Add a backup_cpu to find_best_target by Chris Redpath · 7 years ago
  17. da03fc1 ANDROID: sched/fair: Try to estimate possible idle states. by Chris Redpath · 7 years ago
  18. c0a392b ANDROID: sched/fair: Sync task util before EAS wakeup by Brendan Jackman · 7 years ago
  19. 4ec7d81 ANDROID: Revert "sched/fair: ensure utilization signals are synchronized before use" by Quentin Perret · 7 years ago
  20. 0db9eac ANDROID: sched/fair: kick nohz idle balance for misfit task by Leo Yan · 7 years ago
  21. 5f97ef9 ANDROID: sched/fair: Update signals of nohz cpus if we are going idle by Chris Redpath · 7 years ago
  22. 11184b6 ANDROID: events: add tracepoint for find_best_target by Patrick Bellasi · 7 years ago
  23. 56e2719 ANDROID: sched/fair: streamline find_best_target heuristics by Patrick Bellasi · 7 years ago
  24. 6702ce1 UPSTREAM: cpufreq: schedutil: Trace frequency only if it has changed by Chris Redpath · 7 years ago
  25. 595ae4a UPSTREAM: cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurely by Chris Redpath · 7 years ago
  26. 3915186 UPSTREAM: cpufreq: schedutil: Refactor sugov_next_freq_shared() by Chris Redpath · 7 years ago
  27. 0942cea UPSTREAM: cpufreq: schedutil: Pass sg_policy to get_next_freq() by Viresh Kumar · 7 years ago
  28. 81162a9 UPSTREAM: cpufreq: schedutil: Rectify comment in sugov_irq_work() function by Viresh Kumar · 7 years ago
  29. 338ad2c UPSTREAM: cpufreq: schedutil: irq-work and mutex are only used in slow path by Chris Redpath · 7 years ago
  30. 99ab82d UPSTREAM: cpufreq: schedutil: enable fast switch earlier by Chris Redpath · 7 years ago
  31. 91a6b31 UPSTREAM: cpufreq: schedutil: Avoid indented labels by Chris Redpath · 7 years ago
  32. a33034d ANDROID: sched/{fair,tune}: simplify fair.c code by Patrick Bellasi · 8 years ago
  33. e72491c ANDROID: FIXUP: sched/tune: update accouting before CPU capacity by Patrick Bellasi · 8 years ago
  34. 578db5d ANDROID: sched: walt: fix window misalignment when HZ=300 by Joonwoo Park · 7 years ago
  35. 54a8edb ANDROID: sched/fair: Remove remnants of commit 608d49484ee466 by Quentin Perret · 7 years ago
  36. 385dcec ANDROID: schedstats/eas: guard properly to avoid breaking non-smp schedstats users by Chris Redpath · 7 years ago
  37. 293edee ANDROID: sched/tune: don't use schedtune before it is ready by Chris Redpath · 7 years ago
  38. 01ddd3e ANDROID: sched/fair: use SCHED_CAPACITY_SCALE for energy normalization by Patrick Bellasi · 8 years ago
  39. d8460c7 ANDROID: sched/{fair,tune}: use reciprocal_value to compute boost margin by Patrick Bellasi · 8 years ago
  40. c5616f2 ANDROID: sched/tune: Initialize raw_spin_lock in boosted_groups by Srinath Sridharan · 7 years ago
  41. c0c5d55 ANDROID: sched/tune: report when SchedTune has not been initialized by Patrick Bellasi · 8 years ago
  42. 9e20d60 ANDROID: sched/tune: fix sched_energy_diff tracepoint by Chris Redpath · 7 years ago
  43. e3cf616 ANDROID: sched/tune: increase group count to 5 by Chris Redpath · 7 years ago
  44. a6d6735 ANDROID: cpufreq/schedutil: use boosted_cpu_util for PELT to match WALT by Chris Redpath · 7 years ago
  45. e418850 ANDROID: sched/fair: Fix sched_group_energy() to support per-cpu capacity states by Morten Rasmussen · 7 years ago
  46. 352e096 ANDROID: sched/fair: discount task contribution to find CPU with lowest utilization by Valentin Schneider · 7 years ago
  47. db00ec1 ANDROID: sched/fair: ensure utilization signals are synchronized before use by Chris Redpath · 7 years ago
  48. 7de1b83 ANDROID: sched/fair: remove task util from own cpu when placing waking task by Chris Redpath · 7 years ago
  49. 8d40f58 ANDROID: trace:sched: Make util_avg in load_avg trace reflect PELT/WALT as used by Chris Redpath · 7 years ago
  50. af88a16 ANDROID: sched/fair: Add eas (& cas) specific rq, sd and task stats by Dietmar Eggemann · 7 years ago
  51. 8990dc7 ANDROID: sched/core: Fix PELT jump to max OPP upon util increase by Andres Oportus · 7 years ago
  52. 0665499 ANDROID: sched: EAS & 'single cpu per cluster'/cpu hotplug interoperability by Dietmar Eggemann · 9 years ago
  53. 6960f77 UPSTREAM: sched/core: Fix group_entity's share update by Vincent Guittot · 7 years ago
  54. 3a34bf5 UPSTREAM: sched/fair: Propagate asynchrous detach by Vincent Guittot · 7 years ago
  55. 96956e2 UPSTREAM: sched/fair: Propagate load during synchronous attach/detach by Vincent Guittot · 7 years ago
  56. 793cfff UPSTREAM: sched/fair: Factorize attach/detach entity by Vincent Guittot · 7 years ago
  57. 56ffdd6 ANDROID: sched/fair: Simplify idle_idx handling in select_idle_sibling() by Dietmar Eggemann · 7 years ago
  58. 2dfb172 ANDROID: sched/fair: refactor find_best_target() for simplicity by Dietmar Eggemann · 7 years ago
  59. 3bfde3b ANDROID: sched/fair: Change cpu iteration order in find_best_target() by Dietmar Eggemann · 7 years ago
  60. 14774e7 ANDROID: sched/core: Add first cpu w/ max/min orig capacity to root domain by Dietmar Eggemann · 7 years ago
  61. 52a8450 ANDROID: sched/core: Remove remnants of commit fd5c98da1a42 by Dietmar Eggemann · 7 years ago
  62. ea5a7f2 ANDROID: sched: Remove sysctl_sched_is_big_little by Dietmar Eggemann · 7 years ago
  63. 8c2e3d8 ANDROID: sched/fair: Code !is_big_little path into select_energy_cpu_brute() by Dietmar Eggemann · 7 years ago
  64. 52b09b1 ANDROID: EAS: sched/fair: Re-integrate 'honor sync wakeups' into wakeup path by Dietmar Eggemann · 7 years ago
  65. 8e862e1 ANDROID: Fixup!: sched/fair.c: Set SchedTune specific struct energy_env.task by Dietmar Eggemann · 7 years ago
  66. 9e31218 ANDROID: sched/fair: Energy-aware wake-up task placement by Morten Rasmussen · 8 years ago
  67. 5383892 ANDROID: sched/fair: Add energy_diff dead-zone margin by Morten Rasmussen · 8 years ago
  68. 5dbcdde UPSTREAM: sched/fair: Fix incorrect comment for capacity_margin by Morten Rasmussen · 8 years ago
  69. 942295e UPSTREAM: sched/fair: Avoid pulling tasks from non-overloaded higher capacity groups by Morten Rasmussen · 8 years ago
  70. 3d8cb90 UPSTREAM: sched/fair: Add per-CPU min capacity to sched_group_capacity by Morten Rasmussen · 8 years ago
  71. 5444435 UPSTREAM: sched/fair: Consider spare capacity in find_idlest_group() by Morten Rasmussen · 8 years ago
  72. 35577243 UPSTREAM: sched/fair: Compute task/cpu utilization at wake-up correctly by Morten Rasmussen · 8 years ago
  73. 7fb3e0c ANDROID: Partial Revert: "ANDROID: sched: Add cpu capacity awareness to wakeup balancing" by Quentin Perret · 7 years ago
  74. 0df2898 ANDROID: sched/fair: Decommission energy_aware_wake_cpu() by Dietmar Eggemann · 7 years ago
  75. e5eb12a ANDROID: Revert "WIP: sched: Consider spare cpu capacity at task wake-up" by Dietmar Eggemann · 7 years ago
  76. 8c29c1a FROM-LIST: cpufreq: schedutil: Redefine the rate_limit_us tunable by Viresh Kumar · 7 years ago
  77. 4152c22 ANDROID: cpufreq: schedutil: add up/down frequency transition rate limits by Steve Muckle · 7 years ago
  78. c6e9438 ANDROID: sched/cpufreq: make schedutil use WALT signal by Juri Lelli · 7 years ago
  79. 8d40812 ANDROID: sched: cpufreq: use rt_avg as estimate of required RT CPU capacity by Steve Muckle · 8 years ago
  80. 29d892d7 UPSTREAM: cpufreq: schedutil: move slow path from workqueue to SCHED_FIFO task by Viresh Kumar · 7 years ago
  81. 4e685a2 ANDROID: sched/cpufreq: fix tunables for schedfreq governor by Steve Muckle · 8 years ago
  82. b224647 DEBUG: sched/fair: Fix sched_load_avg_cpu events for task_groups by Brendan Jackman · 7 years ago
  83. 0f493a7 DEBUG: sched/fair: Fix missing sched_load_avg_cpu events by Brendan Jackman · 7 years ago
  84. b19cdb9 sched: Consider misfit tasks when load-balancing by Morten Rasmussen · 8 years ago
  85. 9ae2c67 Merge 4.9.40 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  86. 91af5f0 alarmtimer: don't rate limit one-shot timers by Greg Hackmann · 7 years ago
  87. 919e481 tracing: Fix kmemleak in instance_rmdir by Chunyu Hu · 7 years ago
  88. a76a032 Revert "perf/core: Drop kernel samples even though :u is specified" by Ingo Molnar · 7 years ago
  89. 198bd49 ftrace: Fix uninitialized variable in match_records() by Dan Carpenter · 7 years ago
  90. 5b07c2d Revert "ANDROID: proc: smaps: Allow smaps access for CAP_SYS_RESOURCE" by Daniel Mentz · 7 years ago
  91. 14accea Merge 4.9.39 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  92. 04e002a tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate results by Pavankumar Kondeti · 7 years ago
  93. 758dc6a sched/topology: Fix overlapping sched_group_mask by Peter Zijlstra · 7 years ago
  94. 3e165b2 sched/topology: Optimize build_group_mask() by Lauro Ramos Venancio · 7 years ago
  95. 7c3f08e sched/topology: Fix building of overlapping sched-groups by Peter Zijlstra · 7 years ago
  96. 542ebc9 sched/fair, cpumask: Export for_each_cpu_wrap() by Peter Zijlstra · 7 years ago
  97. a0a93e3 Revert "sched/core: Optimize SCHED_SMT" by Greg Kroah-Hartman · 7 years ago
  98. ac5e9e8 rcu: Add memory barriers for NOCB leader wakeup by Paul E. McKenney · 7 years ago
  99. 8c6f19c kernel/extable.c: mark core_kernel_text notrace by Marcin Nowakowski · 7 years ago
  100. cd5de9c bpf: prevent leaking pointer via xadd on unpriviledged by Daniel Borkmann · 7 years ago