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
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/fair: Move the cache-hot 'load_avg' variable into its own cacheline
Waiman Long
2015-12-04
1
-3
/
+7
*
sched/core: Move the sched_to_prio[] arrays out of line
Andi Kleen
2015-12-04
1
-2
/
+43
*
sched/fair: Make it possible to account fair load avg consistently
Byungchul Park
2015-12-04
1
-0
/
+4
*
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...
Ingo Molnar
2015-12-04
1
-6
/
+30
|
\
|
*
sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule()
Peter Zijlstra
2015-12-04
1
-0
/
+19
|
*
sched/core: Better document the try_to_wake_up() barriers
Peter Zijlstra
2015-12-04
1
-1
/
+7
|
*
sched/core: Clear the root_domain cpumasks in init_rootdomain()
Xunlei Pang
2015-12-04
1
-4
/
+4
|
*
sched/core: Remove false-positive warning from wake_up_process()
Sasha Levin
2015-12-04
1
-1
/
+0
*
|
sched/core: Use list_is_singular() in sched_can_stop_tick()
Geliang Tang
2015-11-23
1
-1
/
+1
*
|
sched/core: Fix incorrect wait time and wait count statistics
Joonwoo Park
2015-11-23
1
-2
/
+13
|
/
*
Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2015-11-05
1
-8
/
+0
|
\
|
*
cgroup: keep zombies associated with their original cgroups
Tejun Heo
2015-10-15
1
-16
/
+0
*
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-11-03
1
-88
/
+115
|
\
\
|
*
|
sched: Don't scan all-offline ->cpus_allowed twice if !CONFIG_CPUSETS
Oleg Nesterov
2015-10-20
1
-5
/
+7
|
*
|
sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop()
Peter Zijlstra
2015-10-20
1
-0
/
+4
|
*
|
sched: Start stopper early
Peter Zijlstra
2015-10-20
1
-3
/
+9
|
*
|
Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con...
Ingo Molnar
2015-10-20
1
-3
/
+0
|
|
\
\
|
*
|
|
sched/core: Remove a parameter in the migrate_task_rq() function
xiaofeng.yan
2015-10-06
1
-1
/
+1
|
*
|
|
sched/core: Drop unlikely behind BUG_ON()
Geliang Tang
2015-10-06
1
-1
/
+1
|
*
|
|
sched/core: Fix task and run queue sched_info::run_delay inconsistencies
Peter Zijlstra
2015-10-06
1
-19
/
+25
|
*
|
|
sched/core: Add preempt_count invariant check
Peter Zijlstra
2015-10-06
1
-0
/
+4
|
*
|
|
sched/core: More notrace annotations
Peter Zijlstra
2015-10-06
1
-3
/
+3
|
*
|
|
sched/core: Simplify preempt_count tests
Peter Zijlstra
2015-10-06
1
-1
/
+1
|
*
|
|
sched/core: Robustify preemption leak checks
Peter Zijlstra
2015-10-06
1
-1
/
+3
|
*
|
|
sched/core: Stop setting PREEMPT_ACTIVE
Peter Zijlstra
2015-10-06
1
-13
/
+6
|
*
|
|
sched/core: Fix trace_sched_switch()
Peter Zijlstra
2015-10-06
1
-1
/
+1
|
*
|
|
sched/core: Add preempt argument to __schedule()
Peter Zijlstra
2015-10-06
1
-6
/
+6
|
*
|
|
sched/core: Create preempt_count invariant
Peter Zijlstra
2015-10-06
1
-2
/
+21
|
*
|
|
sched/core: Rework TASK_DEAD preemption exception
Peter Zijlstra
2015-10-06
1
-6
/
+13
|
*
|
|
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...
Ingo Molnar
2015-10-06
1
-12
/
+27
|
|
\
\
\
|
*
|
|
|
sched/core: Make 'sched_domain_topology' declaration static
Juergen Gross
2015-09-23
1
-1
/
+2
|
*
|
|
|
sched/core: Make policy-testing consistent
Henrik Austad
2015-09-18
1
-6
/
+3
|
*
|
|
|
sched/fair: Initialize task load and utilization before placing task on rq
Morten Rasmussen
2015-09-13
1
-2
/
+2
|
*
|
|
|
sched/numa: Convert sched_numa_balancing to a static_branch
Srikar Dronamraju
2015-09-13
1
-3
/
+7
|
*
|
|
|
sched/numa: Remove the NUMA sched_feature
Srikar Dronamraju
2015-09-13
1
-6
/
+0
|
*
|
|
|
sched/numa: Disable sched_numa_balancing on UMA systems
Srikar Dronamraju
2015-09-13
1
-9
/
+5
|
*
|
|
|
sched/numa: Rename numabalancing_enabled to sched_numa_balancing
Srikar Dronamraju
2015-09-13
1
-3
/
+3
|
*
|
|
|
sched/core: Delete PF_EXITING checks from cpu_cgroup_exit() callback
Kirill Tkhai
2015-09-13
1
-8
/
+0
|
*
|
|
|
sched/core: Remove unused argument from sched_class::task_move_group
Peter Zijlstra
2015-09-13
1
-1
/
+1
|
*
|
|
|
Merge tag 'v4.3-rc1' into sched/core, to refresh the branch
Ingo Molnar
2015-09-13
1
-5
/
+3
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
*
|
|
|
|
Merge branch 'linus' into core/rcu, to fix up a semantic conflict
Ingo Molnar
2015-10-28
1
-4
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
sched/core: Add missing lockdep_unpin() annotations
Peter Zijlstra
2015-10-23
1
-1
/
+8
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
nohz: Revert "nohz: Set isolcpus when nohz_full is set"
Frederic Weisbecker
2015-10-20
1
-3
/
+0
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2015-10-19
1
-0
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
sched: Export sched_setscheduler_nocheck
Davidlohr Bueso
2015-10-06
1
-0
/
+1
*
|
|
|
sched/core: Fix TASK_DEAD race in finish_task_switch()
Peter Zijlstra
2015-10-06
1
-5
/
+5
*
|
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2015-09-27
1
-3
/
+11
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
sched: Fix crash trying to dequeue/enqueue the idle thread
Peter Zijlstra
2015-09-18
1
-3
/
+11
*
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2015-09-18
1
-4
/
+11
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
sched: access local runqueue directly in single_task_running
Dominik Dingel
2015-09-18
1
-4
/
+11
|
|
|
/
|
|
/
|
[next]