index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-01
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-11
/
+12
2018-11-30
psi: make disabling/enabling easier for vendor kernels
Johannes Weiner
2
-13
/
+25
2018-11-28
sched/smt: Expose sched_smt_present static key
Thomas Gleixner
1
-3
/
+1
2018-11-28
sched/smt: Make sched_smt_present track topology
Peter Zijlstra (Intel)
1
-8
/
+11
2018-11-18
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-21
/
+22
2018-11-18
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-14
/
+48
2018-11-18
kernel/sched/psi.c: simplify cgroup_move_task()
Olof Johansson
1
-21
/
+22
2018-11-12
sched/fair: Fix cpu_util_wake() for 'execl' type workloads
Patrick Bellasi
1
-14
/
+48
2018-11-11
Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-3
/
+6
2018-11-05
sched/fair: Fix a comment in task_numa_fault()
Yi Wang
1
-2
/
+2
2018-11-03
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-2
/
+2
2018-11-04
sched/core: Take the hotplug lock in sched_init_smp()
Valentin Schneider
1
-1
/
+4
2018-11-04
sched/topology: Fix off by one bug
Peter Zijlstra
1
-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
1
-21
/
+13
2018-10-29
sched/rt: Update comment in pick_next_task_rt()
Muchun Song
1
-1
/
+1
2018-10-26
psi: cgroup support
Johannes Weiner
1
-8
/
+110
2018-10-26
psi: pressure stall information for CPU, memory, and IO
Johannes Weiner
5
-2
/
+756
2018-10-26
sched: introduce this_rq_lock_irq()
Johannes Weiner
2
-3
/
+13
2018-10-26
sched: sched.h: make rq locking and clock functions available in stats.h
Johannes Weiner
1
-82
/
+82
2018-10-26
sched: loadavg: make calc_load_n() public
Johannes Weiner
1
-69
/
+69
2018-10-26
sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD
Johannes Weiner
1
-15
/
+0
2018-10-25
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+4
2018-10-25
cpuidle: menu: Remove get_loadavg() from the performance multiplier
Daniel Lezcano
1
-7
/
+0
2018-10-25
sched: Factor out nr_iowait and nr_iowait_cpu
Daniel Lezcano
1
-21
/
+20
2018-10-23
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-16
/
+0
2018-10-23
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-84
/
+261
2018-10-22
x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_star...
Christophe Leroy
2
-16
/
+0
2018-10-16
sched/fair: Fix the min_vruntime update logic in dequeue_entity()
Song Muchun
1
-1
/
+1
2018-10-11
sched/fair: Fix throttle_list starvation with low CFS quota
Phil Auld
2
-3
/
+21
2018-10-04
sched/core: Fix comment regarding nr_iowait_cpu() and get_iowait_load()
Rafael J. Wysocki
1
-4
/
+4
2018-10-02
sched/numa: Migrate pages to local nodes quicker early in the lifetime of a task
Mel Gorman
1
-1
/
+11
2018-10-02
sched/fair: Remove setting task's se->runnable_weight during PELT update
Dietmar Eggemann
2
-6
/
+2
2018-10-02
sched/fair: Disable LB_BIAS by default
Dietmar Eggemann
1
-1
/
+1
2018-10-02
sched/pelt: Fix warning and clean up IRQ PELT config
Vincent Guittot
5
-10
/
+8
2018-10-02
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
4
-15
/
+84
2018-10-02
sched/numa: Avoid task migration for small NUMA improvement
Srikar Dronamraju
1
-5
/
+18
2018-10-02
sched/numa: Limit the conditions where scan period is reset
Mel Gorman
1
-2
/
+23
2018-10-02
sched/numa: Reset scan rate whenever task moves across nodes
Srikar Dronamraju
1
-7
/
+19
2018-10-02
sched/numa: Pass destination CPU as a parameter to migrate_task_rq
Srikar Dronamraju
4
-4
/
+4
2018-10-02
sched/numa: Stop multiple tasks from moving to the CPU at the same time
Srikar Dronamraju
2
-0
/
+23
2018-09-10
sched/topology: Make local variables static
zhong jiang
1
-2
/
+2
2018-09-10
sched/numa: Remove unused numa_stats::nr_running field
Vincent Guittot
1
-3
/
+0
2018-09-10
sched/numa: Remove unused code from update_numa_stats()
Vincent Guittot
1
-20
/
+1
2018-09-10
sched/debug: Explicitly cast sched_feat() to bool
Peter Zijlstra
1
-1
/
+1
2018-09-10
sched/core: Disable SD_PREFER_SIBLING on asymmetric CPU capacity domains
Morten Rasmussen
1
-4
/
+8
2018-09-10
sched/fair: Don't move tasks to lower capacity CPUs unless necessary
Chris Redpath
1
-0
/
+11
2018-09-10
sched/fair: Set rq->rd->overload when misfit
Valentin Schneider
2
-3
/
+9
2018-09-10
sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()
Valentin Schneider
2
-5
/
+5
2018-09-10
sched/core: Change root_domain->overload type to int
Valentin Schneider
1
-2
/
+2
2018-09-10
sched/fair: Change 'prefer_sibling' type to bool
Valentin Schneider
1
-4
/
+2
[next]