index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Lines
2017-06-08
sched/deadline: Fix the update of the total -deadline utilization
Luca Abeni
-39
/
+27
2017-06-08
sched/deadline: Improve the tracking of active utilization
Luca Abeni
-15
/
+259
2017-06-08
sched/deadline: Track the active utilization
Luca Abeni
-4
/
+67
2017-06-08
sched/core: Implement new approach to scale select_idle_cpu()
Peter Zijlstra
-5
/
+17
2017-05-24
sched/clock: Fix early boot preempt assumption in __set_sched_clock_stable()
Peter Zijlstra
-1
/
+8
2017-05-23
sched/core: Enable might_sleep() and smp_processor_id() checks early
Thomas Gleixner
-1
/
+3
2017-05-23
sched/numa: Use down_read_trylock() for the mmap_sem
Vlastimil Babka
-1
/
+2
2017-05-23
sched/rt: Minimize rq->lock contention in do_sched_rt_period_timer()
Dave Kleikamp
-0
/
+11
2017-05-23
sched/core: Allow __sched_setscheduler() in interrupts when PI is not used
Steven Rostedt (VMware)
-2
/
+2
2017-05-23
sched/deadline: Remove unnecessary condition in push_dl_task()
Byungchul Park
-1
/
+1
2017-05-23
sched/rt: Remove unnecessary condition in push_rt_task()
Byungchul Park
-1
/
+1
2017-05-23
sched/core: Use the new llist_for_each_entry_safe() primitive
Byungchul Park
-12
/
+3
2017-05-23
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
-4
/
+3
2017-05-22
Merge branches 'intel_pstate', 'pm-cpufreq' and 'pm-cpufreq-sched'
Rafael J. Wysocki
-4
/
+3
2017-05-15
sched/fair: Fix O(nr_cgroups) in load balance path
Tejun Heo
-8
/
+34
2017-05-15
sched/fair: Use task_groups instead of leaf_cfs_rq_list to walk all cfs_rqs
Peter Zijlstra
-5
/
+25
2017-05-15
sched/topology: Rename sched_group_cpus()
Peter Zijlstra
-31
/
+31
2017-05-15
sched/topology: Rename sched_group_mask()
Peter Zijlstra
-25
/
+19
2017-05-15
sched/topology: Simplify sched_group_mask() usage
Peter Zijlstra
-6
/
+6
2017-05-15
sched/topology: Rewrite get_group()
Peter Zijlstra
-24
/
+22
2017-05-15
sched/topology: Add a few comments
Peter Zijlstra
-7
/
+193
2017-05-15
sched/topology: Fix overlapping sched_group_capacity
Peter Zijlstra
-6
/
+16
2017-05-15
sched/topology: Add sched_group_capacity debugging
Peter Zijlstra
-10
/
+19
2017-05-15
sched/topology: Small cleanup
Peter Zijlstra
-8
/
+7
2017-05-15
sched/topology: Fix overlapping sched_group_mask
Peter Zijlstra
-1
/
+17
2017-05-15
sched/topology: Remove FORCE_SD_OVERLAP
Peter Zijlstra
-2
/
+1
2017-05-15
sched/topology: Move comment about asymmetric node setups
Lauro Ramos Venancio
-9
/
+10
2017-05-15
sched/topology: Optimize build_group_mask()
Lauro Ramos Venancio
-2
/
+2
2017-05-15
sched/topology: Verify the first group matches the child domain
Peter Zijlstra
-0
/
+6
2017-05-15
sched/debug: Print the scheduler topology group mask
Peter Zijlstra
-1
/
+11
2017-05-15
sched/topology: Simplify build_overlap_sched_groups()
Peter Zijlstra
-11
/
+2
2017-05-15
sched/topology: Fix building of overlapping sched-groups
Peter Zijlstra
-1
/
+1
2017-05-15
sched/fair, cpumask: Export for_each_cpu_wrap()
Peter Zijlstra
-41
/
+4
2017-05-15
sched/topology: Refactor function build_overlap_sched_groups()
Lauro Ramos Venancio
-19
/
+43
2017-05-15
sched/clock: Print a warning recommending 'tsc=unstable'
Peter Zijlstra
-0
/
+1
2017-05-15
sched/clock: Use late_initcall() instead of sched_init_smp()
Peter Zijlstra
-3
/
+9
2017-05-15
cpuidle: Fix idle time tracking
Peter Zijlstra
-2
/
+9
2017-05-15
sched/clock: Remove watchdog touching
Peter Zijlstra
-1
/
+0
2017-05-15
sched/clock: Remove unused argument to sched_clock_idle_wakeup_event()
Peter Zijlstra
-2
/
+2
2017-05-15
x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable...
Peter Zijlstra
-9
/
+27
2017-05-15
sched/clock: Initialize all per-CPU state before switching (back) to unstable
Peter Zijlstra
-21
/
+39
2017-05-15
sched/cfs: Make util/load_avg more stable
Vincent Guittot
-3
/
+3
2017-05-15
sched/core: Call __schedule() from do_idle() without enabling preemption
Steven Rostedt (VMware)
-1
/
+28
2017-05-10
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+1
2017-05-05
cpufreq: schedutil: use now as reference when aggregating shared policy requests
Juri Lelli
-4
/
+3
2017-05-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
-1
/
+1
2017-05-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
-0
/
+4
2017-05-01
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-11
/
+53
2017-05-01
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-291
/
+494
2017-05-01
Merge tag 'pm-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
-28
/
+54
[prev]
[next]