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
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2015-07-04
1
-2
/
+15
|
\
|
*
sched, preempt_notifier: separate notifier registration from static_key inc/dec
Peter Zijlstra
2015-07-03
1
-2
/
+15
*
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2015-07-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
sched/stat: Simplify the sched_info accounting dependency
Naveen N. Rao
2015-07-04
1
-1
/
+1
*
|
Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2015-06-24
1
-254
/
+286
|
\
\
|
|
/
|
/
|
|
*
sched,lockdep: Employ lock pinning
Peter Zijlstra
2015-06-19
1
-3
/
+39
|
*
sched: Streamline the task migration locking a little
Peter Zijlstra
2015-06-19
1
-42
/
+34
|
*
sched: Move code around
Peter Zijlstra
2015-06-19
1
-186
/
+178
|
*
sched: Allow balance callbacks for check_class_changed()
Peter Zijlstra
2015-06-19
1
-3
/
+22
|
*
sched: Use replace normalize_task() with __sched_setscheduler()
Peter Zijlstra
2015-06-19
1
-42
/
+23
|
*
sched: Replace post_schedule with a balance callback list
Peter Zijlstra
2015-06-19
1
-12
/
+24
|
*
Merge branch 'timers/core' into sched/hrtimers
Thomas Gleixner
2015-06-19
1
-29
/
+6
|
|
\
*
|
\
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-06-22
1
-1
/
+3
|
\
\
\
|
*
|
|
nohz: Set isolcpus when nohz_full is set
Chris Metcalf
2015-05-07
1
-0
/
+3
|
*
|
|
context_tracking: Inherit TIF_NOHZ through forks instead of context switches
Frederic Weisbecker
2015-05-07
1
-1
/
+0
*
|
|
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-06-22
1
-35
/
+9
|
\
\
\
\
|
*
|
|
|
timer: Reduce timer migration overhead if disabled
Thomas Gleixner
2015-06-19
1
-6
/
+3
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge branch 'linus' into timers/core
Thomas Gleixner
2015-05-19
1
-43
/
+26
|
|
\
\
\
|
*
|
|
|
sched,perf: Fix periodic timers
Peter Zijlstra
2015-05-18
1
-12
/
+0
|
*
|
|
|
sched: Cleanup bandwidth timers
Peter Zijlstra
2015-04-22
1
-7
/
+8
|
*
|
|
|
sched: core: Use hrtimer_start[_expires]()
Thomas Gleixner
2015-04-22
1
-20
/
+8
*
|
|
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-06-22
1
-39
/
+97
|
\
\
\
\
\
|
*
|
|
|
|
sched: Remove superfluous resetting of the p->dl_throttled flag
Wanpeng Li
2015-06-19
1
-1
/
+0
|
*
|
|
|
|
sched/preempt: Add static_key() to preempt_notifiers
Peter Zijlstra
2015-06-19
1
-5
/
+23
|
*
|
|
|
|
sched/preempt: Fix preempt notifiers documentation about hlist_del() within u...
Mathieu Desnoyers
2015-06-19
1
-1
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
preempt: Use preempt_schedule_context() as the official tracing preemption point
Frederic Weisbecker
2015-06-07
1
-5
/
+3
|
*
|
|
|
sched: Make preempt_schedule_context() function-tracing safe
Frederic Weisbecker
2015-06-07
1
-2
/
+9
|
*
|
|
|
Merge branch 'linus' into sched/core, to resolve conflict
Ingo Molnar
2015-06-02
1
-4
/
+1
|
|
\
\
\
\
|
*
|
|
|
|
sched/preempt: Optimize preemption operations on __schedule() callers
Frederic Weisbecker
2015-05-19
1
-20
/
+9
|
*
|
|
|
|
sched: Implement lockless wake-queues
Peter Zijlstra
2015-05-08
1
-0
/
+46
|
*
|
|
|
|
sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...
Jason Low
2015-05-08
1
-2
/
+2
|
*
|
|
|
|
sched/core: Remove unnecessary down/up conversion
Nicholas Mc Guire
2015-05-08
1
-2
/
+2
|
*
|
|
|
|
sched: Move the loadavg code to a more obvious location
Peter Zijlstra
2015-05-08
1
-3
/
+4
|
*
|
|
|
|
Merge branch 'sched/urgent' into sched/core, before applying new patches
Ingo Molnar
2015-05-08
1
-28
/
+26
|
|
\
\
\
\
\
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
sched/core: Remove __cpuinit section tag that crept back in
Paul Gortmaker
2015-05-08
1
-1
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'perf/urgent' into perf/core, before applying dependent patches
Ingo Molnar
2015-05-27
1
-32
/
+27
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-05-22
1
-4
/
+1
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
sched: always use blk_schedule_flush_plug in io_schedule_out
Shaohua Li
2015-05-18
1
-4
/
+1
|
|
|
/
/
|
*
|
|
sched/core: Fix regression in cpuset_cpu_inactive() for suspend
Omar Sandoval
2015-05-08
1
-16
/
+12
|
*
|
|
sched: Handle priority boosted tasks proper in setscheduler()
Thomas Gleixner
2015-05-08
1
-12
/
+14
|
|
/
/
*
/
/
perf: Fix software migrate events
Peter Zijlstra
2015-05-08
1
-1
/
+1
|
/
/
*
/
x86: pvclock: Really remove the sched notifier for cross-cpu migrations
Paolo Bonzini
2015-04-27
1
-15
/
+0
|
/
*
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-04-14
1
-1
/
+1
|
\
|
*
context_tracking: Rename context symbols to prepare for transition state
Frederic Weisbecker
2015-03-09
1
-1
/
+1
*
|
Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2015-04-13
1
-3
/
+3
|
\
\
|
*
|
sched, isolcpu: make cpu_isolated_map visible outside scheduler
Rik van Riel
2015-03-19
1
-3
/
+3
|
|
/
*
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-04-13
1
-46
/
+50
|
\
\
|
*
|
sched/core: Drop debugging leftover trace_printk call
Borislav Petkov
2015-04-03
1
-3
/
+1
|
*
|
sched/core: Check for available DL bandwidth in cpuset_cpu_inactive()
Juri Lelli
2015-04-02
1
-28
/
+28
|
*
|
sched/core: Remove unused argument from init_[rt|dl]_rq()
Abel Vesa
2015-04-02
1
-2
/
+2
[next]