1. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  2. df5ba5b kernel/sched/psi.c: expose pressure metrics on root cgroup by Dan Schatzberg · 6 years ago
  3. 0e94682 psi: introduce psi monitor by Suren Baghdasaryan · 6 years ago
  4. 333f3017c psi: track changed states by Suren Baghdasaryan · 6 years ago
  5. 7fc70a3 psi: split update_stats into parts by Suren Baghdasaryan · 6 years ago
  6. bcc78db psi: rename psi fields in preparation for psi trigger addition by Suren Baghdasaryan · 6 years ago
  7. 9289c5e psi: make psi_enable static by Suren Baghdasaryan · 6 years ago
  8. 33b2d63 psi: introduce state_mask to represent stalled psi states by Suren Baghdasaryan · 6 years ago
  9. cf482a4 Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  10. 8f5e823 Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  11. e00d413 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  12. 171c2bc Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  13. 7d4a27c Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 6 years ago
  14. 9219565 sched/isolation: Require a present CPU in housekeeping mask by Nicholas Piggin · 6 years ago
  15. 77a5352 sched/core: Allow the remote scheduler tick to be started on CPU0 by Nicholas Piggin · 6 years ago
  16. 176d232 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 6 years ago
  17. 9a4f26c sched/cpufreq: Fix kobject memleak by Tobin C. Harding · 6 years ago
  18. 9b019ac sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUs by Nicholas Piggin · 6 years ago
  19. 9782ade cpufreq: schedutil: Replace default_attrs field with groups by Kimberly Brown · 6 years ago
  20. a860fa7 sched/numa: Fix a possible divide-by-zero by Xie XiuQi · 6 years ago
  21. ad2e379 sched/debug: Fix spelling mistake "logaritmic" -> "logarithmic" by Colin Ian King · 6 years ago
  22. cb0c041 sched/topology: Update init_sched_domains() comment by Juri Lelli · 6 years ago
  23. 1a8b454 sched/core: Check quota and period overflow at usec to nsec conversion by Konstantin Khlebnikov · 6 years ago
  24. 5b61d50 sched/core: Handle overflow in cpu_shares_write_u64 by Konstantin Khlebnikov · 6 years ago
  25. 1a010e2 sched/rt: Check integer overflow at usec to nsec conversion by Konstantin Khlebnikov · 6 years ago
  26. bee9853 sched/core: Fix typo in comment by Joel Savitz · 6 years ago
  27. b1546ed sched/core: Make some functions static by YueHaibing · 6 years ago
  28. 7dd7788 sched/core: Unify p->on_rq updates by Peter Zijlstra · 6 years ago
  29. 1b174a2 sched/core: Remove ttwu_activate() by Peter Zijlstra · 6 years ago
  30. 6d25be5 sched/core, workqueues: Distangle worker accounting from rq lock by Thomas Gleixner · 6 years ago
  31. 1b02cd6 sched/deadline: Correctly handle active 0-lag timers by luca abeni · 6 years ago
  32. 2e8e192 sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockup by Phil Auld · 6 years ago
  33. e2abb39 sched/fair: Remove unneeded prototype of capacity_of() by Valentin Schneider · 6 years ago
  34. 67d4f6f sched/topology: Skip duplicate group rewrites in build_sched_groups() by Valentin Schneider · 6 years ago
  35. d874323 sched/topology: Fix build_sched_groups() comment by Valentin Schneider · 6 years ago
  36. 9eca544 cpufreq: schedutil: Simplify iowait boosting by Rafael J. Wysocki · 6 years ago
  37. 71b47ea sched/fair: Make sync_entity_load_avg() and remove_entity_load_avg() static by YueHaibing · 6 years ago
  38. 7ba7319 sched/core: Annotate perf_domain pointer with __rcu by Joel Fernandes (Google) · 6 years ago
  39. 994aeb7 sched_domain: Annotate RCU pointers properly by Joel Fernandes (Google) · 6 years ago
  40. b10abd0 sched/cpufreq: Annotate cpufreq_update_util_data pointer with __rcu by Joel Fernandes (Google) · 6 years ago
  41. 6455959 ia64/tlb: Eradicate tlb_migrate_finish() callback by Peter Zijlstra · 6 years ago
  42. 0e9f024 sched/fair: Do not re-read ->h_load_next during hierarchical load calculation by Mel Gorman · 6 years ago
  43. 231c807 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  44. b9a7b88 sched/fair: Skip LLC NOHZ logic for asymmetric systems by Valentin Schneider · 6 years ago
  45. a0fe2cf sched/fair: Tune down misfit NOHZ kicks by Valentin Schneider · 6 years ago
  46. e25a7a9 sched/fair: Comment some nohz_balancer_kick() kick conditions by Valentin Schneider · 6 years ago
  47. 4c47acd sched/core: Fix buffer overflow in cgroup2 property cpu.max by Konstantin Khlebnikov · 6 years ago
  48. a23314e sched/cpufreq: Fix 32-bit math overflow by Peter Zijlstra · 6 years ago
  49. 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  50. 45802da Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  51. 3478588 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  52. 5e1f0f0 mm, compaction: capture a page under direct compaction by Mel Gorman · 6 years ago
  53. 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
  54. 3717f61 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  55. b1b988a Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  56. f7fb7c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  57. 0614621d Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 6 years ago
  58. 4e37504 psi: avoid divide-by-zero crash inside virtual machines by Johannes Weiner · 6 years ago
  59. 568f196 bpf: check that BPF programs run with preemption disabled by Peter Zijlstra · 6 years ago
  60. cae45e1 Merge branch 'rcu-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
  61. c89d92e sched/fair: Use non-atomic cpumask_{set,clear}_cpu() by Viresh Kumar · 6 years ago
  62. 1b5500d sched/fair: Remove unused 'sd' parameter from select_idle_smt() by Viresh Kumar · 6 years ago
  63. 9f13274 sched/fair: Prune, fix and simplify the nohz_balancer_kick() comment block by Valentin Schneider · 6 years ago
  64. 892d59c sched/fair: Explain LLC nohz kick condition by Valentin Schneider · 6 years ago
  65. 7edab78 sched/fair: Simplify nohz_balancer_kick() by Valentin Schneider · 6 years ago
  66. 99687cd sched/topology: Fix percpu data types in struct sd_data & struct s_data by Luc Van Oostenryck · 6 years ago
  67. d0fe0b9 sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_struct pointer argument by Dietmar Eggemann · 6 years ago
  68. 039ae8b sched/fair: Fix O(nr_cgroups) in the load balancing path by Vincent Guittot · 6 years ago
  69. 31bc6ae sched/fair: Optimize update_blocked_averages() by Vincent Guittot · 6 years ago
  70. c9ba756 Merge tag 'v5.0-rc6' into sched/core, to pick up fixes by Ingo Molnar · 6 years ago
  71. 41ea391 Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038 by Thomas Gleixner · 6 years ago
  72. 8dabe72 y2038: syscalls: rename y2038 compat syscalls by Arnd Bergmann · 6 years ago
  73. f678331 sched/fair: Fix insertion in rq->leaf_cfs_rq_list by Vincent Guittot · 6 years ago
  74. 5d299ea sched/fair: Add tmp_alone_branch assertion by Peter Zijlstra · 6 years ago
  75. c546951 sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock() by Andrea Parri · 6 years ago
  76. 1ca4fa3 sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACK by Hidetoshi Seto · 6 years ago
  77. 10a35e6 sched/pelt: Skip updating util_est when utilization is higher than CPU's capacity by Vincent Guittot · 6 years ago
  78. 2312729 sched/fair: Update scale invariance of PELT by Vincent Guittot · 6 years ago
  79. 62478d9 sched/fair: Move the rq_of() helper function by Vincent Guittot · 6 years ago
  80. 07879c6 sched/wake_q: Reduce reference counting for special users by Davidlohr Bueso · 6 years ago
  81. 31fe3cb Merge tag 'v5.0-rc5' into locking/core to pick up fixes by Ingo Molnar · 6 years ago
  82. c45a779 sched/fair: Convert numa_group.refcount to refcount_t by Elena Reshetova · 6 years ago
  83. cc6810e Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  84. 1b69ac6 psi: fix aggregation idle shut-off by Johannes Weiner · 6 years ago
  85. b284909 cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM by Josh Poimboeuf · 6 years ago
  86. 46a745d sched/fair: Fix unnecessary increase of balance interval by Vincent Guittot · 6 years ago
  87. 4ad4e48 sched/fair: Fix rounding bug for asym packing by Vincent Guittot · 6 years ago
  88. a062d16 sched/fair: Trigger asym_packing during idle load balance by Vincent Guittot · 6 years ago
  89. c0ad4aa sched/fair: Robustify CFS-bandwidth timer locking by Peter Zijlstra · 6 years ago
  90. f8a696f sched/core: Give DCE a fighting chance by Peter Zijlstra · 6 years ago
  91. 8d5d0cf sched/topology: Introduce a sysctl for Energy Aware Scheduling by Quentin Perret · 6 years ago
  92. b290ebc sched: Replace synchronize_sched() with synchronize_rcu() by Paul E. McKenney · 6 years ago
  93. 337e9b0 sched: Replace call_rcu_sched() with call_rcu() by Paul E. McKenney · 6 years ago
  94. b5a4e2b Revert "sched/core: Take the hotplug lock in sched_init_smp()" by Valentin Schneider · 6 years ago
  95. 87ff19c sched/wake_q: Add branch prediction hint to wake_q_add() cmpxchg by Davidlohr Bueso · 6 years ago
  96. 4c4e373 sched/wake_q: Fix wakeup ordering for wake_q by Peter Zijlstra · 6 years ago
  97. e6018c0 sched/wake_q: Document wake_q_add() by Peter Zijlstra · 6 years ago
  98. e9666d1 jump_label: move 'asm goto' support test to Kconfig by Masahiro Yamada · 6 years ago
  99. a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  100. 34ec35a kernel/sched/: remove caller signal_pending branch predictions by Davidlohr Bueso · 6 years ago