Age | Commit message (Expand) | Author |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner |
2019-05-14 | kernel/sched/psi.c: expose pressure metrics on root cgroup | Dan Schatzberg |
2019-05-14 | psi: introduce psi monitor | Suren Baghdasaryan |
2019-05-14 | psi: track changed states | Suren Baghdasaryan |
2019-05-14 | psi: split update_stats into parts | Suren Baghdasaryan |
2019-05-14 | psi: rename psi fields in preparation for psi trigger addition | Suren Baghdasaryan |
2019-05-14 | psi: make psi_enable static | Suren Baghdasaryan |
2019-05-14 | psi: introduce state_mask to represent stalled psi states | Suren Baghdasaryan |
2019-05-07 | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2019-05-06 | Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds |
2019-05-06 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2019-05-06 | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2019-05-06 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki |
2019-05-03 | sched/isolation: Require a present CPU in housekeeping mask | Nicholas Piggin |
2019-05-03 | sched/core: Allow the remote scheduler tick to be started on CPU0 | Nicholas Piggin |
2019-05-03 | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar |
2019-04-30 | sched/cpufreq: Fix kobject memleak | Tobin C. Harding |
2019-04-29 | sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUs | Nicholas Piggin |
2019-04-25 | cpufreq: schedutil: Replace default_attrs field with groups | Kimberly Brown |
2019-04-25 | sched/numa: Fix a possible divide-by-zero | Xie XiuQi |
2019-04-19 | sched/debug: Fix spelling mistake "logaritmic" -> "logarithmic" | Colin Ian King |
2019-04-19 | sched/topology: Update init_sched_domains() comment | Juri Lelli |
2019-04-19 | sched/core: Check quota and period overflow at usec to nsec conversion | Konstantin Khlebnikov |
2019-04-19 | sched/core: Handle overflow in cpu_shares_write_u64 | Konstantin Khlebnikov |
2019-04-19 | sched/rt: Check integer overflow at usec to nsec conversion | Konstantin Khlebnikov |
2019-04-19 | sched/core: Fix typo in comment | Joel Savitz |
2019-04-18 | sched/core: Make some functions static | YueHaibing |
2019-04-16 | sched/core: Unify p->on_rq updates | Peter Zijlstra |
2019-04-16 | sched/core: Remove ttwu_activate() | Peter Zijlstra |
2019-04-16 | sched/core, workqueues: Distangle worker accounting from rq lock | Thomas Gleixner |
2019-04-16 | sched/deadline: Correctly handle active 0-lag timers | luca abeni |
2019-04-16 | sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockup | Phil Auld |
2019-04-16 | sched/fair: Remove unneeded prototype of capacity_of() | Valentin Schneider |
2019-04-10 | sched/topology: Skip duplicate group rewrites in build_sched_groups() | Valentin Schneider |
2019-04-10 | sched/topology: Fix build_sched_groups() comment | Valentin Schneider |
2019-04-08 | cpufreq: schedutil: Simplify iowait boosting | Rafael J. Wysocki |
2019-04-03 | sched/fair: Make sync_entity_load_avg() and remove_entity_load_avg() static | YueHaibing |
2019-04-03 | sched/core: Annotate perf_domain pointer with __rcu | Joel Fernandes (Google) |
2019-04-03 | sched_domain: Annotate RCU pointers properly | Joel Fernandes (Google) |
2019-04-03 | sched/cpufreq: Annotate cpufreq_update_util_data pointer with __rcu | Joel Fernandes (Google) |
2019-04-03 | ia64/tlb: Eradicate tlb_migrate_finish() callback | Peter Zijlstra |
2019-04-03 | sched/fair: Do not re-read ->h_load_next during hierarchical load calculation | Mel Gorman |
2019-03-24 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2019-03-19 | sched/fair: Skip LLC NOHZ logic for asymmetric systems | Valentin Schneider |
2019-03-19 | sched/fair: Tune down misfit NOHZ kicks | Valentin Schneider |
2019-03-19 | sched/fair: Comment some nohz_balancer_kick() kick conditions | Valentin Schneider |
2019-03-19 | sched/core: Fix buffer overflow in cgroup2 property cpu.max | Konstantin Khlebnikov |