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-03-09
cpufreq/schedutil: Rewrite CPUFREQ_RT support
Peter Zijlstra
-43
/
+40
2018-03-09
cpufreq/schedutil: Remove unused CPUFREQ_DL
Peter Zijlstra
-2
/
+2
2018-03-09
sched/fair: Add ';' after label attributes
Norbert Manthey
-1
/
+1
2018-03-04
sched/core: Undefine tracepoint creation at the end of core.c
Ingo Molnar
-0
/
+2
2018-03-04
sched/deadline, rt: Rename queue_push_tasks/queue_pull_task to create separat...
Ingo Molnar
-15
/
+15
2018-03-04
sched/idle: Merge kernel/sched/idle.c and kernel/sched/idle_task.c
Ingo Molnar
-120
/
+125
2018-03-04
sched/headers: Simplify and clean up header usage in the scheduler
Ingo Molnar
-213
/
+94
2018-03-03
sched: Clean up and harmonize the coding style of the scheduler code base
Ingo Molnar
-710
/
+706
2018-03-03
sched/deadline: Clean up various coding style details
Mario Leinweber
-1
/
+4
2018-02-21
sched/nohz: Remove the 1 Hz tick code
Frederic Weisbecker
-40
/
+1
2018-02-21
sched/isolation: Offload residual 1Hz scheduler tick
Frederic Weisbecker
-1
/
+136
2018-02-21
sched/isolation: Isolate workqueues when "nohz_full=" is set
Frederic Weisbecker
-1
/
+2
2018-02-21
sched/core: Rename init_rq_hrtick() to hrtick_rq_init()
Frederic Weisbecker
-3
/
+3
2018-02-21
sched/numa: Delay retrying placement for automatic NUMA balance after wake_af...
Mel Gorman
-1
/
+56
2018-02-21
sched/fair: Consider SD_NUMA when selecting the most idle group to schedule on
Mel Gorman
-0
/
+12
2018-02-21
sched/fair: Do not migrate due to a sync wakeup on exit
Peter Zijlstra
-1
/
+1
2018-02-21
sched/fair: Do not migrate on wake_affine_weight() if weights are equal
Mel Gorman
-1
/
+10
2018-02-21
sched/fair: Defer calculation of 'prev_eff_load' in wake_affine_weight() unti...
Mel Gorman
-1
/
+1
2018-02-21
sched/fair: Avoid an unnecessary lookup of current CPU ID during wake_affine
Mel Gorman
-3
/
+2
2018-02-21
Merge tag 'v4.16-rc2' into sched/core, to pick up fixes
Ingo Molnar
-16
/
+22
2018-02-13
sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macro
Leo Yan
-2
/
+0
2018-02-13
sched/core: Fix DEBUG_SPINLOCK annotation for rq->lock
Peter Zijlstra
-11
/
+16
2018-02-13
sched/rt: Make update_curr_rt() more accurate
Wen Yang
-1
/
+2
2018-02-13
sched/deadline: Make update_curr_dl() more accurate
Wen Yang
-2
/
+4
2018-02-13
sched/fair: Remove stray space in #ifdef
Vincent Guittot
-2
/
+2
2018-02-12
sched, cgroup: Don't reject lower cpu.max on ancestors
Tejun Heo
-5
/
+10
2018-02-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-1
/
+1
2018-02-06
cpumask: make cpumask_size() return "unsigned int"
Alexey Dobriyan
-1
/
+1
2018-02-06
Merge branch 'linus' into sched/urgent, to resolve conflicts
Ingo Molnar
-3
/
+2
2018-02-06
sched/fair: Use a recently used CPU as an idle candidate and the basis for SIS
Mel Gorman
-2
/
+21
2018-02-06
sched/fair: Do not migrate if the prev_cpu is idle
Mel Gorman
-1
/
+7
2018-02-06
sched/fair: Restructure wake_affine*() to return a CPU id
Mel Gorman
-18
/
+17
2018-02-06
sched/fair: Remove unnecessary parameters from wake_affine_idle()
Mel Gorman
-5
/
+3
2018-02-06
sched/rt: Make update_curr_rt() more accurate
Wen Yang
-2
/
+3
2018-02-06
sched/rt: Up the root domain ref count when passing it around via IPIs
Steven Rostedt (VMware)
-2
/
+22
2018-02-06
sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()
Steven Rostedt (VMware)
-7
/
+8
2018-02-06
sched/core: Optimize update_stats_*()
Peter Zijlstra
-16
/
+20
2018-02-06
sched/core: Optimize ttwu_stat()
Peter Zijlstra
-8
/
+10
2018-02-05
membarrier: Provide core serializing command, *_SYNC_CORE
Mathieu Desnoyers
-17
/
+54
2018-02-05
membarrier: Provide GLOBAL_EXPEDITED command
Mathieu Desnoyers
-8
/
+112
2018-02-05
membarrier: Document scheduler barrier requirements
Mathieu Desnoyers
-11
/
+26
2018-02-05
powerpc, membarrier: Skip memory barrier in switch_mm()
Mathieu Desnoyers
-10
/
+8
2018-02-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
-3
/
+2
2018-01-30
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-151
/
+303
2018-01-30
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-2
/
+3
2018-01-24
sched/core: Fix cpu.max vs. cpuhotplug deadlock
Peter Zijlstra
-2
/
+2
2018-01-16
delayacct: Account blkio completion on the correct task
Josh Snyder
-3
/
+3
2018-01-12
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-0
/
+2
2018-01-10
sched/deadline: Make bandwidth enforcement scale-invariant
Juri Lelli
-6
/
+24
2018-01-10
sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG...
Juri Lelli
-3
/
+10
[prev]
[next]