index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
sched.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-03
sched/core: Annotate perf_domain pointer with __rcu
Joel Fernandes (Google)
1
-1
/
+1
2019-04-03
sched_domain: Annotate RCU pointers properly
Joel Fernandes (Google)
1
-7
/
+7
2019-04-03
sched/cpufreq: Annotate cpufreq_update_util_data pointer with __rcu
Joel Fernandes (Google)
1
-1
/
+1
2019-03-06
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-10
/
+44
2019-02-11
sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_st...
Dietmar Eggemann
1
-1
/
+1
2019-02-04
sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()
Andrea Parri
1
-3
/
+3
2019-02-04
sched/pelt: Skip updating util_est when utilization is higher than CPU's capa...
Vincent Guittot
1
-0
/
+7
2019-02-04
sched/fair: Update scale invariance of PELT
Vincent Guittot
1
-1
/
+4
2019-02-04
sched/fair: Move the rq_of() helper function
Vincent Guittot
1
-0
/
+16
2019-01-27
sched/core: Give DCE a fighting chance
Peter Zijlstra
1
-5
/
+13
2019-01-25
sched: Replace call_rcu_sched() with call_rcu()
Paul E. McKenney
1
-1
/
+1
2019-01-06
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
1
-3
/
+3
2018-12-11
sched/fair: Add over-utilization/tipping point indicator
Morten Rasmussen
1
-0
/
+4
2018-12-11
sched/fair: Clean-up update_sg_lb_stats parameters
Quentin Perret
1
-0
/
+3
2018-12-11
sched/toplogy: Introduce the 'sched_energy_present' static key
Quentin Perret
1
-0
/
+4
2018-12-11
sched/topology: Make Energy Aware Scheduling depend on schedutil
Quentin Perret
1
-3
/
+1
2018-12-11
sched/topology: Add lowest CPU asymmetry sched_domain level pointer
Quentin Perret
1
-1
/
+2
2018-12-11
sched/topology: Reference the Energy Model of CPUs when available
Quentin Perret
1
-0
/
+21
2018-12-11
sched/cpufreq: Prepare schedutil for Energy Aware Scheduling
Quentin Perret
1
-0
/
+30
2018-12-11
sched/topology: Relocate arch_scale_cpu_capacity() to the internal header
Quentin Perret
1
-18
/
+0
2018-12-11
sched/topology: Remove the ::smt_gain field from 'struct sched_domain'
Vincent Guittot
1
-3
/
+0
2018-12-03
sched: Fix various typos in comments
Ingo Molnar
1
-2
/
+2
2018-12-03
Merge tag 'v4.20-rc5' into sched/core, to pick up fixes
Ingo Molnar
1
-3
/
+1
2018-11-28
sched/smt: Expose sched_smt_present static key
Thomas Gleixner
1
-3
/
+1
2018-11-12
sched/core: Clean up the #ifdef block in add_nr_running()
Viresh Kumar
1
-2
/
+2
2018-11-12
sched/core: Create task_has_idle_policy() helper
Viresh Kumar
1
-0
/
+5
2018-10-26
psi: pressure stall information for CPU, memory, and IO
Johannes Weiner
1
-0
/
+2
2018-10-26
sched: introduce this_rq_lock_irq()
Johannes Weiner
1
-0
/
+12
2018-10-26
sched: sched.h: make rq locking and clock functions available in stats.h
Johannes Weiner
1
-82
/
+82
2018-10-23
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+0
2018-10-23
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-8
/
+15
2018-10-22
x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_star...
Christophe Leroy
1
-1
/
+0
2018-10-11
sched/fair: Fix throttle_list starvation with low CFS quota
Phil Auld
1
-0
/
+2
2018-10-02
sched/pelt: Fix warning and clean up IRQ PELT config
Vincent Guittot
1
-3
/
+2
2018-10-02
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
1
-1
/
+2
2018-10-02
sched/numa: Pass destination CPU as a parameter to migrate_task_rq
Srikar Dronamraju
1
-1
/
+1
2018-10-02
sched/numa: Stop multiple tasks from moving to the CPU at the same time
Srikar Dronamraju
1
-0
/
+1
2018-09-10
sched/debug: Explicitly cast sched_feat() to bool
Peter Zijlstra
1
-1
/
+1
2018-09-10
sched/fair: Set rq->rd->overload when misfit
Valentin Schneider
1
-1
/
+5
2018-09-10
sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()
Valentin Schneider
1
-2
/
+2
2018-09-10
sched/core: Change root_domain->overload type to int
Valentin Schneider
1
-2
/
+2
2018-09-10
sched/fair: Add sched_group per-CPU max capacity
Morten Rasmussen
1
-0
/
+1
2018-09-10
sched/fair: Add 'group_misfit_task' load-balance type
Morten Rasmussen
1
-0
/
+2
2018-09-10
sched/topology: Add static_key for asymmetric CPU capacity optimizations
Morten Rasmussen
1
-0
/
+1
2018-07-25
sched/numa: Modify migrate_swap() to accept additional parameters
Srikar Dronamraju
1
-1
/
+2
2018-07-25
sched/fair: Remove #ifdefs from scale_rt_capacity()
Vincent Guittot
1
-2
/
+18
2018-07-16
sched/sysctl: Remove unused sched_time_avg_ms sysctl
Vincent Guittot
1
-1
/
+0
2018-07-16
sched/core: Remove the rt_avg code
Vincent Guittot
1
-17
/
+0
2018-07-15
sched/cpufreq: Remove sugov_aggregate_util()
Vincent Guittot
1
-1
/
+1
2018-07-15
cpufreq/schedutil: Take time spent in interrupts into account
Vincent Guittot
1
-0
/
+13
[next]