index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Lines
2018-12-11
sched/fair: Add over-utilization/tipping point indicator
Morten Rasmussen
-2
/
+61
2018-12-11
sched/fair: Clean-up update_sg_lb_stats parameters
Quentin Perret
-16
/
+14
2018-12-11
sched/toplogy: Introduce the 'sched_energy_present' static key
Quentin Perret
-4
/
+28
2018-12-11
sched/topology: Make Energy Aware Scheduling depend on schedutil
Quentin Perret
-9
/
+60
2018-12-11
sched/topology: Disable EAS on inappropriate platforms
Quentin Perret
-1
/
+48
2018-12-11
sched/topology: Add lowest CPU asymmetry sched_domain level pointer
Quentin Perret
-4
/
+9
2018-12-11
sched/topology: Reference the Energy Model of CPUs when available
Quentin Perret
-4
/
+151
2018-12-11
sched/cpufreq: Prepare schedutil for Energy Aware Scheduling
Quentin Perret
-15
/
+68
2018-12-11
sched/topology: Relocate arch_scale_cpu_capacity() to the internal header
Quentin Perret
-18
/
+0
2018-12-11
sched/core: Remove unnecessary unlikely() in push_*_task()
Yangtao Li
-6
/
+2
2018-12-11
sched/topology: Remove the ::smt_gain field from 'struct sched_domain'
Vincent Guittot
-5
/
+0
2018-12-11
sched/fair: Clean up comment in nohz_idle_balance()
Andrea Parri
-3
/
+1
2018-12-11
sched/cpufreq: Add the SPDX tags
Daniel Lezcano
-8
/
+2
2018-12-04
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
-4
/
+4
2018-12-03
sched: Fix various typos in comments
Ingo Molnar
-16
/
+16
2018-12-03
Merge tag 'v4.20-rc5' into sched/core, to pick up fixes
Ingo Molnar
-65
/
+71
2018-12-01
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-11
/
+12
2018-11-30
psi: make disabling/enabling easier for vendor kernels
Johannes Weiner
-13
/
+25
2018-11-28
sched/smt: Expose sched_smt_present static key
Thomas Gleixner
-3
/
+1
2018-11-28
sched/smt: Make sched_smt_present track topology
Peter Zijlstra (Intel)
-8
/
+11
2018-11-27
sched/membarrier: synchronize_sched() with synchronize_rcu()
Paul E. McKenney
-2
/
+2
2018-11-18
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-21
/
+22
2018-11-18
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-14
/
+48
2018-11-18
kernel/sched/psi.c: simplify cgroup_move_task()
Olof Johansson
-21
/
+22
2018-11-12
sched/core: Clean up the #ifdef block in add_nr_running()
Viresh Kumar
-2
/
+2
2018-11-12
sched/fair: Make some variables static
Muchun Song
-6
/
+6
2018-11-12
sched/core: Create task_has_idle_policy() helper
Viresh Kumar
-8
/
+13
2018-11-12
sched/fair: Add lsub_positive() and use it consistently
Patrick Bellasi
-7
/
+17
2018-11-12
sched/fair: Mask UTIL_AVG_UNCHANGED usages
Patrick Bellasi
-5
/
+4
2018-11-12
Merge branch 'sched/urgent' into sched/core, to pick up dependent fixes
Ingo Molnar
-16
/
+50
2018-11-12
sched/fair: Fix cpu_util_wake() for 'execl' type workloads
Patrick Bellasi
-14
/
+48
2018-11-11
Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-3
/
+6
2018-11-08
sched/membarrier: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
-1
/
+1
2018-11-08
rcu: Eliminate synchronize_rcu_mult()
Paul E. McKenney
-1
/
+1
2018-11-05
sched/fair: Fix a comment in task_numa_fault()
Yi Wang
-2
/
+2
2018-11-03
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-2
/
+2
2018-11-04
sched/core: Introduce set_next_task() helper for better code readability
Muchun Song
-22
/
+21
2018-11-04
sched/fair: Don't increase sd->balance_interval on newidle balance
Valentin Schneider
-2
/
+11
2018-11-04
sched/fair: Clean up load_balance() condition
Valentin Schneider
-3
/
+3
2018-11-04
sched/core: Take the hotplug lock in sched_init_smp()
Valentin Schneider
-1
/
+4
2018-11-04
sched/topology: Fix off by one bug
Peter Zijlstra
-1
/
+1
2018-10-30
Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
-21
/
+13
2018-10-29
sched/rt: Update comment in pick_next_task_rt()
Muchun Song
-1
/
+1
2018-10-26
psi: cgroup support
Johannes Weiner
-8
/
+110
2018-10-26
psi: pressure stall information for CPU, memory, and IO
Johannes Weiner
-2
/
+756
2018-10-26
sched: introduce this_rq_lock_irq()
Johannes Weiner
-3
/
+13
2018-10-26
sched: sched.h: make rq locking and clock functions available in stats.h
Johannes Weiner
-82
/
+82
2018-10-26
sched: loadavg: make calc_load_n() public
Johannes Weiner
-69
/
+69
2018-10-26
sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD
Johannes Weiner
-15
/
+0
2018-10-25
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-4
/
+4
[prev]
[next]