index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
sched.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/rt: Move RT related code from sched/core.c to sched/rt.c
Nicolas Pitre
2017-06-23
1
-0
/
+5
*
sched/deadline: Move DL related code from sched/core.c to sched/deadline.c
Nicolas Pitre
2017-06-23
1
-3
/
+14
*
sched/debug: Fix SCHED_WARN_ON() to return a value on !CONFIG_SCHED_DEBUG as ...
Ingo Molnar
2017-06-20
1
-2
/
+2
*
sched/core: Omit building stop_sched_class when !SMP
Nicolas Pitre
2017-06-08
1
-0
/
+4
*
sched/deadline: Reclaim bandwidth not used by dl tasks
Luca Abeni
2017-06-08
1
-2
/
+35
*
sched/deadline: Track the "total rq utilization" too
Luca Abeni
2017-06-08
1
-0
/
+11
*
sched/deadline: Do not reclaim the whole CPU bandwidth
Luca Abeni
2017-06-08
1
-0
/
+8
*
sched/deadline: Implement GRUB accounting
Luca Abeni
2017-06-08
1
-0
/
+2
*
sched/deadline: Improve the tracking of active utilization
Luca Abeni
2017-06-08
1
-0
/
+2
*
sched/deadline: Track the active utilization
Luca Abeni
2017-06-08
1
-0
/
+6
*
sched/topology: Rename sched_group_cpus()
Peter Zijlstra
2017-05-15
1
-2
/
+2
*
sched/topology: Rename sched_group_mask()
Peter Zijlstra
2017-05-15
1
-4
/
+3
*
sched/topology: Add sched_group_capacity debugging
Peter Zijlstra
2017-05-15
1
-0
/
+4
*
sched/topology: Small cleanup
Peter Zijlstra
2017-05-15
1
-3
/
+1
*
sched/core: Call __schedule() from do_idle() without enabling preemption
Steven Rostedt (VMware)
2017-05-15
1
-0
/
+2
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-05-02
1
-3
/
+62
|
\
|
*
sched/core: Add {EN,DE}QUEUE_NOCLOCK flags
Peter Zijlstra
2017-03-16
1
-3
/
+5
|
*
sched/core: Add rq->lock wrappers
Peter Zijlstra
2017-03-16
1
-0
/
+57
*
|
sched/cputime: Fix ksoftirqd cputime accounting regression
Frederic Weisbecker
2017-04-27
1
-2
/
+7
|
/
*
sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <li...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare to move the 'root_task_group' declaration to <linux/sc...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-1
/
+3
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare header dependency changes, move the <asm/paravirt.h> i...
Ingo Molnar
2017-03-02
1
-0
/
+4
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/autogroup: Rename auto_group.[ch] to autogroup.[ch]
Ingo Molnar
2017-02-08
1
-1
/
+1
*
sched/topology: Split out scheduler topology code from core.c into topology.c
Ingo Molnar
2017-02-07
1
-1
/
+22
*
sched/cputime: Increment kcpustat directly on irqtime account
Frederic Weisbecker
2017-02-01
1
-3
/
+4
*
sched/core: Add debugging code to catch missing update_rq_clock() calls
Matt Fleming
2017-01-14
1
-6
/
+68
*
sched/core: Add wrappers for lockdep_(un)pin_lock()
Matt Fleming
2017-01-14
1
-8
/
+23
*
sched: Extend scheduler's asym packing
Tim Chen
2016-11-24
1
-0
/
+6
*
sched/fair: Propagate load during synchronous attach/detach
Vincent Guittot
2016-11-16
1
-0
/
+1
*
sched/fair: Fix hierarchical order in rq->leaf_cfs_rq_list
Vincent Guittot
2016-11-16
1
-0
/
+1
*
sched/fair: Add per-CPU min capacity to sched_group_capacity
Morten Rasmussen
2016-11-16
1
-1
/
+2
*
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-10-04
1
-0
/
+4
|
\
|
*
sched/core: Allow putting thread_info into task_struct
Andy Lutomirski
2016-09-15
1
-0
/
+4
*
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-10-03
1
-45
/
+47
|
\
\
|
*
|
sched/irqtime: Consolidate accounting synchronization with u64_stats API
Frederic Weisbecker
2016-09-30
1
-38
/
+15
|
*
|
sched/debug: Add SCHED_WARN_ON()
Peter Zijlstra
2016-09-30
1
-1
/
+7
[next]