index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: Assign correct scheduling domain to 'sd_llc'
Mel Gorman
2013-12-17
1
-2
/
+3
*
sched: Initialize power_orig for overlapping groups
Peter Zijlstra
2013-12-11
1
-0
/
+1
*
sched: Expose preempt_schedule_irq()
Thomas Gleixner
2013-11-27
1
-2
/
+1
*
sched: Fix a trivial typo in comments
Shigeru Yoshida
2013-11-19
1
-1
/
+1
*
sched: Avoid NULL dereference on sd_busy
Peter Zijlstra
2013-11-19
1
-1
/
+2
*
sched: Optimize task_sched_runtime()
Peter Zijlstra
2013-11-13
1
-0
/
+14
*
sched: Remove unnecessary iteration over sched domains to update nr_busy_cpus
Preeti U Murthy
2013-11-06
1
-0
/
+6
*
sched: Move completion code from core.c to completion.c
Peter Zijlstra
2013-11-06
1
-284
/
+0
*
sched: Move wait code from core.c to wait.c
Peter Zijlstra
2013-11-06
1
-105
/
+2
*
sched: Fix race on toggling cfs_bandwidth_used
Ben Segall
2013-10-29
1
-1
/
+8
*
sched: Remove extra put_online_cpus() inside sched_setaffinity()
Michael wang
2013-10-28
1
-1
/
+0
*
sched: Remove get_online_cpus() usage
Peter Zijlstra
2013-10-16
1
-10
/
+10
*
sched: Fix race in migrate_swap_stop()
Peter Zijlstra
2013-10-16
1
-0
/
+4
*
mm: numa: Revert temporarily disabling of NUMA migration
Rik van Riel
2013-10-09
1
-2
/
+0
*
sched/numa: Remove the numa_balancing_scan_period_reset sysctl
Mel Gorman
2013-10-09
1
-1
/
+0
*
sched/numa: Avoid migrating tasks that are placed on their preferred node
Peter Zijlstra
2013-10-09
1
-0
/
+29
*
sched/numa: Stay on the same node if CLONE_VM
Rik van Riel
2013-10-09
1
-5
/
+9
*
sched/numa: Use {cpu, pid} to create task groups for shared faults
Peter Zijlstra
2013-10-09
1
-0
/
+3
*
sched/numa: Use a system-wide search to find swap/migration candidates
Mel Gorman
2013-10-09
1
-0
/
+4
*
sched/numa: Introduce migrate_swap()
Peter Zijlstra
2013-10-09
1
-5
/
+101
*
sched/numa: Do not migrate memory immediately after switching node
Rik van Riel
2013-10-09
1
-1
/
+1
*
sched/numa: Reschedule task on preferred NUMA node once selected
Mel Gorman
2013-10-09
1
-0
/
+19
*
sched/numa: Favour moving tasks towards the preferred node
Mel Gorman
2013-10-09
1
-1
/
+2
*
sched/numa: Update NUMA hinting faults once per scan
Mel Gorman
2013-10-09
1
-0
/
+1
*
sched/numa: Select a preferred node with the most numa hinting faults
Mel Gorman
2013-10-09
1
-0
/
+1
*
sched/numa: Track NUMA hinting faults on per-node basis
Mel Gorman
2013-10-09
1
-0
/
+3
*
sched/numa: Initialise numa_next_scan properly
Mel Gorman
2013-10-09
1
-2
/
+2
*
sched: Prepare for per-cpu preempt_count
Peter Zijlstra
2013-09-25
1
-2
/
+0
*
sched: Extract the basic add/sub preempt_count modifiers
Peter Zijlstra
2013-09-25
1
-17
/
+12
*
sched: Create more preempt_count accessors
Peter Zijlstra
2013-09-25
1
-4
/
+3
*
sched: Add NEED_RESCHED to the preempt_count
Peter Zijlstra
2013-09-25
1
-5
/
+15
*
sched: Introduce preempt_count accessor functions
Peter Zijlstra
2013-09-25
1
-2
/
+2
*
sched, rcu: Make RCU use resched_cpu()
Peter Zijlstra
2013-09-25
1
-8
/
+2
*
sched: Micro-optimize by dropping unnecessary task_rq() calls
Michael S. Tsirkin
2013-09-25
1
-3
/
+3
*
sched/balancing: Consider max cost of idle balance per sched domain
Jason Low
2013-09-20
1
-1
/
+2
*
sched: Reduce overestimating rq->avg_idle
Jason Low
2013-09-20
1
-3
/
+4
*
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2013-09-04
1
-15
/
+0
|
\
|
*
remove sched notifier for cross-cpu migrations
Marcelo Tosatti
2013-07-18
1
-15
/
+0
*
|
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2013-09-04
1
-3
/
+1
|
\
\
|
*
|
sched: Consolidate open coded preemptible() checks
Frederic Weisbecker
2013-08-13
1
-3
/
+1
*
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2013-09-04
1
-4
/
+13
|
\
\
\
|
*
|
|
sched/fair: Fix the sd_parent_degenerate() code
Peter Zijlstra
2013-09-02
1
-1
/
+9
|
*
|
|
cpumask: Fix cpumask leak in partition_sched_domains()
Xiaotian Feng
2013-08-16
1
-2
/
+3
|
*
|
|
Merge tag 'v3.11-rc2' into sched/core
Ingo Molnar
2013-07-22
1
-6
/
+6
|
|
\
|
|
|
*
|
|
sched/__wake_up_sync_key(): Fix nr_exclusive tasks which lead to WF_SYNC clea...
Kirill Tkhai
2013-07-12
1
-1
/
+1
|
|
|
/
|
|
/
|
|
|
|
|
\
\
*
-
.
\
\
Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...
Linus Torvalds
2013-09-04
1
-1
/
+6
|
\
\
\
\
|
|
*
\
\
Merge branch 'linus' into perf/core
Ingo Molnar
2013-08-29
1
-22
/
+74
|
|
|
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
sched: Micro-optimize the smart wake-affine logic
Peter Zijlstra
2013-07-23
1
-1
/
+6
|
|
|
|
/
|
|
|
/
|
*
|
|
|
Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2013-09-03
1
-56
/
+57
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup
Tejun Heo
2013-08-08
1
-2
/
+2
[next]