summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Fix warning on non-SMP buildOlof Johansson2018-12-271-8/+8
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-2613-143/+955
|\
| * sched/fair: Select an energy-efficient CPU on task wake-upQuentin Perret2018-12-111-2/+141
| * sched/fair: Introduce an energy estimation helper functionQuentin Perret2018-12-111-0/+76
| * sched/fair: Add over-utilization/tipping point indicatorMorten Rasmussen2018-12-112-2/+61
| * sched/fair: Clean-up update_sg_lb_stats parametersQuentin Perret2018-12-112-16/+14
| * sched/toplogy: Introduce the 'sched_energy_present' static keyQuentin Perret2018-12-112-4/+28
| * sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret2018-12-113-9/+60
| * sched/topology: Disable EAS on inappropriate platformsQuentin Perret2018-12-111-1/+48
| * sched/topology: Add lowest CPU asymmetry sched_domain level pointerQuentin Perret2018-12-113-4/+9
| * sched/topology: Reference the Energy Model of CPUs when availableQuentin Perret2018-12-112-4/+151
| * PM: Introduce an Energy Model management frameworkQuentin Perret2018-12-113-0/+218
| * sched/cpufreq: Prepare schedutil for Energy Aware SchedulingQuentin Perret2018-12-112-15/+68
| * sched/topology: Relocate arch_scale_cpu_capacity() to the internal headerQuentin Perret2018-12-111-18/+0
| * sched/core: Remove unnecessary unlikely() in push_*_task()Yangtao Li2018-12-112-6/+2
| * sched/topology: Remove the ::smt_gain field from 'struct sched_domain'Vincent Guittot2018-12-112-5/+0
| * sched: Fix various typos in commentsIngo Molnar2018-12-036-16/+16
| * Merge tag 'v4.20-rc5' into sched/core, to pick up fixesIngo Molnar2018-12-0367-1307/+1938
| |\
| * | sched/core: Clean up the #ifdef block in add_nr_running()Viresh Kumar2018-11-121-2/+2
| * | sched/fair: Make some variables staticMuchun Song2018-11-121-6/+6
| * | sched/core: Create task_has_idle_policy() helperViresh Kumar2018-11-124-8/+13
| * | sched/fair: Add lsub_positive() and use it consistentlyPatrick Bellasi2018-11-121-7/+17
| * | sched/fair: Mask UTIL_AVG_UNCHANGED usagesPatrick Bellasi2018-11-121-5/+4
| * | Merge branch 'sched/urgent' into sched/core, to pick up dependent fixesIngo Molnar2018-11-121-16/+50
| |\ \
| * | | sched/core: Introduce set_next_task() helper for better code readabilityMuchun Song2018-11-042-22/+21
| * | | sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider2018-11-041-2/+11
| * | | sched/fair: Clean up load_balance() conditionValentin Schneider2018-11-041-3/+3
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-12-263-16/+55
|\ \ \ \
| * | | | kprobes: Blacklist symbols in arch-defined prohibited areaMasami Hiramatsu2018-12-171-14/+53
| * | | | Merge tag 'v4.20-rc7' into perf/core, to pick up fixesIngo Molnar2018-12-177-18/+183
| |\ \ \ \
| * | | | | perf: Fix typos in commentsIngo Molnar2018-12-032-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-262-36/+44
|\ \ \ \ \
| * | | | | sched/fair: Clean up comment in nohz_idle_balance()Andrea Parri2018-12-111-3/+1
| * | | | | locking/lockdep: Stop using RCU primitives to access 'all_lock_classes'Bart Van Assche2018-12-111-4/+5
| * | | | | locking/lockdep: Make concurrent lockdep_reset_lock() calls safeBart Van Assche2018-12-111-1/+4
| * | | | | locking/lockdep: Remove a superfluous INIT_LIST_HEAD() statementBart Van Assche2018-12-111-1/+0
| * | | | | locking/lockdep: Introduce lock_class_cache_is_registered()Bart Van Assche2018-12-111-20/+30
| * | | | | locking/lockdep: Inline __lockdep_init_map()Bart Van Assche2018-12-111-7/+1
| * | | | | locking/lockdep: Declare local symbols staticBart Van Assche2018-12-111-0/+3
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-2628-583/+824
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-0428-583/+824
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | rcutorture: Don't do busted forward-progress testingPaul E. McKenney2018-12-011-1/+2
| | * | | | | rcutorture: Use 100ms buckets for forward-progress callback histogramsPaul E. McKenney2018-12-011-3/+5
| | * | | | | rcutorture: Recover from OOM during forward-progress testsPaul E. McKenney2018-12-011-11/+49
| | * | | | | rcutorture: Print forward-progress test age upon failurePaul E. McKenney2018-12-011-1/+2
| | * | | | | rcutorture: Print time since GP end upon forward-progress failurePaul E. McKenney2018-12-012-1/+6
| | * | | | | rcutorture: Print histogram of CB invocation at OOM timePaul E. McKenney2018-12-011-8/+16
| | * | | | | rcutorture: Print GP age upon forward-progress failurePaul E. McKenney2018-12-011-0/+2
| | * | | | | rcu: Print per-CPU callback counts for forward-progress failuresPaul E. McKenney2018-12-011-0/+18
| | * | | | | rcu: Account for nocb-CPU callback counts in RCU CPU stall warningsPaul E. McKenney2018-12-013-9/+35