index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
sched/core: Implement new approach to scale select_idle_cpu()
Peter Zijlstra
2017-06-08
2
-5
/
+17
|
*
|
sched/clock: Fix early boot preempt assumption in __set_sched_clock_stable()
Peter Zijlstra
2017-05-24
1
-1
/
+8
|
*
|
sched/core: Enable might_sleep() and smp_processor_id() checks early
Thomas Gleixner
2017-05-23
1
-1
/
+3
|
*
|
sched/numa: Use down_read_trylock() for the mmap_sem
Vlastimil Babka
2017-05-23
1
-1
/
+2
|
*
|
sched/rt: Minimize rq->lock contention in do_sched_rt_period_timer()
Dave Kleikamp
2017-05-23
1
-0
/
+11
|
*
|
sched/core: Allow __sched_setscheduler() in interrupts when PI is not used
Steven Rostedt (VMware)
2017-05-23
1
-2
/
+2
|
*
|
sched/deadline: Remove unnecessary condition in push_dl_task()
Byungchul Park
2017-05-23
1
-1
/
+1
|
*
|
sched/rt: Remove unnecessary condition in push_rt_task()
Byungchul Park
2017-05-23
1
-1
/
+1
|
*
|
sched/core: Use the new llist_for_each_entry_safe() primitive
Byungchul Park
2017-05-23
1
-12
/
+3
|
*
|
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
2017-05-23
1
-4
/
+3
|
|
\
\
|
*
|
|
sched/fair: Fix O(nr_cgroups) in load balance path
Tejun Heo
2017-05-15
1
-8
/
+34
|
*
|
|
sched/fair: Use task_groups instead of leaf_cfs_rq_list to walk all cfs_rqs
Peter Zijlstra
2017-05-15
1
-5
/
+25
|
*
|
|
sched/topology: Rename sched_group_cpus()
Peter Zijlstra
2017-05-15
3
-31
/
+31
|
*
|
|
sched/topology: Rename sched_group_mask()
Peter Zijlstra
2017-05-15
3
-25
/
+19
|
*
|
|
sched/topology: Simplify sched_group_mask() usage
Peter Zijlstra
2017-05-15
2
-6
/
+6
|
*
|
|
sched/topology: Rewrite get_group()
Peter Zijlstra
2017-05-15
1
-24
/
+22
|
*
|
|
sched/topology: Add a few comments
Peter Zijlstra
2017-05-15
1
-7
/
+193
|
*
|
|
sched/topology: Fix overlapping sched_group_capacity
Peter Zijlstra
2017-05-15
1
-6
/
+16
|
*
|
|
sched/topology: Add sched_group_capacity debugging
Peter Zijlstra
2017-05-15
2
-10
/
+19
|
*
|
|
sched/topology: Small cleanup
Peter Zijlstra
2017-05-15
3
-8
/
+7
|
*
|
|
sched/topology: Fix overlapping sched_group_mask
Peter Zijlstra
2017-05-15
1
-1
/
+17
|
*
|
|
sched/topology: Remove FORCE_SD_OVERLAP
Peter Zijlstra
2017-05-15
2
-2
/
+1
|
*
|
|
sched/topology: Move comment about asymmetric node setups
Lauro Ramos Venancio
2017-05-15
1
-9
/
+10
|
*
|
|
sched/topology: Optimize build_group_mask()
Lauro Ramos Venancio
2017-05-15
1
-2
/
+2
|
*
|
|
sched/topology: Verify the first group matches the child domain
Peter Zijlstra
2017-05-15
1
-0
/
+6
|
*
|
|
sched/debug: Print the scheduler topology group mask
Peter Zijlstra
2017-05-15
1
-1
/
+11
|
*
|
|
sched/topology: Simplify build_overlap_sched_groups()
Peter Zijlstra
2017-05-15
1
-11
/
+2
|
*
|
|
sched/topology: Fix building of overlapping sched-groups
Peter Zijlstra
2017-05-15
1
-1
/
+1
|
*
|
|
sched/fair, cpumask: Export for_each_cpu_wrap()
Peter Zijlstra
2017-05-15
1
-41
/
+4
|
*
|
|
sched/topology: Refactor function build_overlap_sched_groups()
Lauro Ramos Venancio
2017-05-15
1
-19
/
+43
|
*
|
|
sched/clock: Print a warning recommending 'tsc=unstable'
Peter Zijlstra
2017-05-15
1
-0
/
+1
|
*
|
|
sched/clock: Use late_initcall() instead of sched_init_smp()
Peter Zijlstra
2017-05-15
2
-3
/
+9
|
*
|
|
cpuidle: Fix idle time tracking
Peter Zijlstra
2017-05-15
1
-2
/
+9
|
*
|
|
sched/clock: Remove watchdog touching
Peter Zijlstra
2017-05-15
1
-1
/
+0
|
*
|
|
sched/clock: Remove unused argument to sched_clock_idle_wakeup_event()
Peter Zijlstra
2017-05-15
1
-2
/
+2
|
*
|
|
x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable...
Peter Zijlstra
2017-05-15
1
-9
/
+27
|
*
|
|
sched/clock: Initialize all per-CPU state before switching (back) to unstable
Peter Zijlstra
2017-05-15
1
-21
/
+39
|
*
|
|
sched/cfs: Make util/load_avg more stable
Vincent Guittot
2017-05-15
1
-3
/
+3
*
|
|
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-07-03
1
-7
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
sched: Rely on synchronize_rcu_mult() de-duplication
Paul E. McKenney
2017-06-08
1
-7
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-06-18
2
-2
/
+2
|
\
\
\
|
*
|
|
sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()
Andy Lutomirski
2017-06-11
1
-1
/
+1
|
*
|
|
sched/fair: Fix typo in printk message
Marcin Nowakowski
2017-06-11
1
-1
/
+1
|
|
/
/
|
|
|
|
\
\
*
-
.
|
|
Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-devfreq'
Rafael J. Wysocki
2017-06-15
9
-323
/
+608
|
\
\
|
|
|
|
|
\
|
|
|
\
|
|
|
\
|
|
|
\
|
|
*
-
-
-
.
\
Merge branches 'intel_pstate', 'pm-cpufreq' and 'pm-cpufreq-sched'
Rafael J. Wysocki
2017-05-22
1
-4
/
+3
|
|
|
\
\
\
\
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
|
|
|
*
cpufreq: schedutil: use now as reference when aggregating shared policy requests
Juri Lelli
2017-05-05
1
-4
/
+3
|
|
*
|
|
|
sched/core: Call __schedule() from do_idle() without enabling preemption
Steven Rostedt (VMware)
2017-05-15
3
-1
/
+28
|
|
|
/
/
/
|
|
*
|
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-05-10
1
-1
/
+1
|
|
|
\
\
\
|
|
|
*
\
\
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2017-04-23
1
-1
/
+1
|
|
|
|
\
\
\
|
|
|
|
*
|
|
rcu: Make non-preemptive schedule be Tasks RCU quiescent state
Paul E. McKenney
2017-04-21
1
-1
/
+1
[prev]
[next]