| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/numa: Acquire RCU lock for checking idle cores during NUMA balancing | Mel Gorman | 2020-03-06 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Fix kernel build warning in test_idle_cores() for !SMT NUMA | Valentin Schneider | 2020-03-06 | 1 | -5/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Enable tuning of decay period | Thara Gopinath | 2020-03-06 | 3 | -2/+33 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Update cpu_capacity to reflect thermal pressure | Thara Gopinath | 2020-03-06 | 1 | -0/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Enable periodic update of average thermal pressure | Thara Gopinath | 2020-03-06 | 2 | -0/+10 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/pelt: Add support to track thermal pressure | Thara Gopinath | 2020-03-06 | 3 | -0/+65 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/vtime: Prevent unstable evaluation of WARN(vtime->state) | Chris Wilson | 2020-03-06 | 1 | -19/+22 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2020-03-06 | 10 | -127/+287 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/numa: Stop an exhastive search if a reasonable swap candidate or idle C... | Mel Gorman | 2020-02-24 | 1 | -4/+27 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/numa: Bias swapping tasks based on their preferred node | Mel Gorman | 2020-02-24 | 1 | -6/+37 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/numa: Find an alternative idle CPU if the CPU is part of an active NUMA... | Mel Gorman | 2020-02-24 | 1 | -18/+22 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/numa: Prefer using an idle CPU as a migration target instead of compari... | Mel Gorman | 2020-02-24 | 1 | -17/+102 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Take into account runnable_avg to classify group | Vincent Guittot | 2020-02-24 | 1 | -1/+30 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/pelt: Add a new runnable average signal | Vincent Guittot | 2020-02-24 | 4 | -21/+126 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/pelt: Remove unused runnable load average | Vincent Guittot | 2020-02-24 | 5 | -167/+42 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/numa: Use similar logic to the load balancer for moving between domains... | Mel Gorman | 2020-02-24 | 1 | -31/+50 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/numa: Replace runnable_load_avg by load_avg | Vincent Guittot | 2020-02-24 | 1 | -32/+70 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Reorder enqueue/dequeue_task_fair path | Vincent Guittot | 2020-02-24 | 1 | -22/+20 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/numa: Distinguish between the different task_numa_migrate() failure cases | Mel Gorman | 2020-02-24 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/numa: Trace when no candidate CPU was found on the preferred node | Mel Gorman | 2020-02-24 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patches | Ingo Molnar | 2020-02-24 | 170 | -3179/+9144 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Remove wake_cap() | Morten Rasmussen | 2020-02-20 | 1 | -29/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Remove for_each_lower_domain() | Valentin Schneider | 2020-02-20 | 1 | -2/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/topology: Remove SD_BALANCE_WAKE on asymmetric capacity systems | Morten Rasmussen | 2020-02-20 | 1 | -12/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Add asymmetric CPU capacity wakeup scan | Morten Rasmussen | 2020-02-20 | 1 | -0/+56 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Remove duplicate assignment in sched_tick_remote() | Scott Wood | 2020-02-20 | 1 | -1/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/rt: Optimize checking group RT scheduler constraints | Konstantin Khlebnikov | 2020-01-28 | 1 | -13/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Optimize select_idle_core() | Srikar Dronamraju | 2020-01-28 | 1 | -2/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | x86, sched: Add support for frequency invariance | Giovanni Gherdovich | 2020-01-28 | 2 | -0/+8 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-03-30 | 1 | -96/+261 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Fix reversed NULL check in perf_event_groups_less() | Dan Carpenter | 2020-03-20 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Fix endless multiplex timer | Peter Zijlstra | 2020-03-20 | 1 | -6/+14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2020-03-19 | 10 | -62/+116 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | perf/cgroup: Order events in RB tree by cgroup id | Ian Rogers | 2020-03-06 | 1 | -10/+84 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | perf/cgroup: Grow per perf_cpu_context heap storage | Ian Rogers | 2020-03-06 | 1 | -0/+47 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Add per perf_cpu_context min_heap storage | Ian Rogers | 2020-03-06 | 1 | -11/+32 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Use min_heap in visit_groups_merge() | Ian Rogers | 2020-03-06 | 1 | -16/+51 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | perf/cgroup: Reorder perf_cgroup_connect() | Peter Zijlstra | 2020-03-06 | 1 | -8/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Remove 'struct sched_in_data' | Peter Zijlstra | 2020-03-06 | 1 | -25/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Unify {pinned,flexible}_sched_in() | Peter Zijlstra | 2020-03-06 | 1 | -37/+21 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up the latest fixes | Ingo Molnar | 2020-03-06 | 28 | -515/+623 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Add new branch sample type for HW index of raw branch records | Kan Liang | 2020-02-11 | 1 | -0/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2020-03-30 | 25 | -361/+837 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git... | Thomas Gleixner | 2020-03-28 | 1 | -3/+2 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | futex: arch_futex_atomic_op_inuser() calling conventions change | Al Viro | 2020-03-27 | 1 | -3/+2 | |
| | | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | completion: Use lockdep_assert_RT_in_threaded_ctx() in complete_all() | Sebastian Siewior | 2020-03-23 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | lockdep: Add posixtimer context tracing bits | Sebastian Andrzej Siewior | 2020-03-21 | 1 | -1/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | lockdep: Annotate irq_work | Sebastian Andrzej Siewior | 2020-03-21 | 3 | -0/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | lockdep: Add hrtimer context tracing bits | Sebastian Andrzej Siewior | 2020-03-21 | 2 | -2/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | lockdep: Introduce wait-type checks | Peter Zijlstra | 2020-03-21 | 6 | -17/+162 | |
