index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-10
locking: Introduce smp_mb__after_spinlock()
Peter Zijlstra
1
-2
/
+2
2017-08-10
sched/wait: Remove the lockless swait_active() check in swake_up*()
Boqun Feng
1
-6
/
+0
2017-08-10
sched/debug: Intruduce task_state_to_char() helper function
Xie XiuQi
2
-18
/
+7
2017-08-10
sched/debug: Show task state in /proc/sched_debug
Xie XiuQi
1
-6
/
+12
2017-08-10
sched/debug: Use task_pid_nr_ns in /proc/$pid/sched
Aleksa Sarai
1
-2
/
+3
2017-08-10
sched/core: Remove unnecessary initialization init_idle_bootup_task()
Cheng Jian
1
-5
/
+0
2017-08-10
sched/deadline: Change return value of cpudl_find()
Byungchul Park
2
-16
/
+16
2017-08-10
sched/deadline: Make find_later_rq() choose a closer CPU in topology
Byungchul Park
1
-13
/
+14
2017-08-10
sched/numa: Scale scan period with tasks in group and shared/private
Rik van Riel
1
-25
/
+86
2017-08-10
sched/numa: Slow down scan rate if shared faults dominate
Rik van Riel
1
-14
/
+25
2017-08-10
sched/pelt: Fix false running accounting
Vincent Guittot
1
-0
/
+12
2017-08-10
sched: Mark pick_next_task_dl() and build_sched_domain() as static
Viresh Kumar
2
-2
/
+2
2017-08-10
sched/cpupri: Don't re-initialize 'struct cpupri'
Viresh Kumar
1
-2
/
+0
2017-08-10
sched/deadline: Don't re-initialize 'struct cpudl'
Viresh Kumar
1
-1
/
+0
2017-08-10
sched/topology: Drop memset() from init_rootdomain()
Viresh Kumar
1
-3
/
+1
2017-08-10
sched/fair: Drop always true parameter of update_cfs_rq_load_avg()
Viresh Kumar
1
-8
/
+7
2017-08-10
sched/fair: Avoid checking cfs_rq->nr_running twice
Viresh Kumar
1
-7
/
+9
2017-08-10
sched/fair: Pass 'rq' to weighted_cpuload()
Viresh Kumar
1
-14
/
+14
2017-08-10
sched/core: Reuse put_prev_task()
Viresh Kumar
1
-1
/
+1
2017-08-10
sched/fair: Call cpufreq update util handlers less frequently on UP
Viresh Kumar
1
-24
/
+24
2017-08-10
cpufreq: Return 0 from ->fast_switch() on errors
Viresh Kumar
1
-1
/
+1
2017-08-01
sched: cpufreq: Allow remote cpufreq callbacks
Viresh Kumar
5
-18
/
+35
2017-07-28
sched: Allow migrating kthreads into online but inactive CPUs
Tejun Heo
1
-2
/
+7
2017-07-26
cpufreq: schedutil: Use unsigned int for iowait boost
Joel Fernandes
1
-3
/
+3
2017-07-26
cpufreq: schedutil: Make iowait boost more energy efficient
Joel Fernandes
1
-6
/
+32
2017-07-26
cpufreq: schedutil: Set dynamic_switching to true
Viresh Kumar
1
-0
/
+1
2017-07-25
sched/core: Fix some documentation build warnings
Jonathan Corbet
1
-1
/
+1
2017-07-22
cpufreq: Use transition_delay_us for legacy governors as well
Viresh Kumar
1
-10
/
+1
2017-07-21
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-9
/
+11
2017-07-14
Merge branches 'pm-cpufreq-sched' and 'intel_pstate'
Rafael J. Wysocki
1
-0
/
+5
2017-07-14
sched/deadline: Fix confusing comments about selection of top pi-waiter
Joel Fernandes
1
-6
/
+8
2017-07-14
sched/cputime: Don't use smp_processor_id() in preemptible context
Wanpeng Li
1
-3
/
+3
2017-07-12
cpufreq: schedutil: Fix sugov_start() versus sugov_update_shared() race
Vikram Mulukutla
1
-0
/
+5
2017-07-05
sched/fair: Fix load_balance() affinity redo path
Jeffrey Hugo
1
-12
/
+20
2017-07-05
sched/cputime: Accumulate vtime on top of nsec clocksource
Wanpeng Li
1
-22
/
+42
2017-07-05
sched/cputime: Move the vtime task fields to their own struct
Frederic Weisbecker
1
-48
/
+64
2017-07-05
sched/cputime: Rename vtime fields
Frederic Weisbecker
1
-15
/
+15
2017-07-05
sched/cputime: Always set tsk->vtime_snap_whence after accounting vtime
Frederic Weisbecker
1
-1
/
+1
2017-07-05
vtime, sched/cputime: Remove vtime_account_user()
Frederic Weisbecker
1
-6
/
+6
2017-07-04
Revert "sched/cputime: Refactor the cputime_adjust() code"
Ingo Molnar
1
-8
/
+14
2017-07-03
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
16
-1553
/
+2380
2017-07-03
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-7
/
+1
2017-06-30
sched/cputime: Refactor the cputime_adjust() code
Gustavo A. R. Silva
1
-11
/
+5
2017-06-30
sched/debug: Expose the number of RT/DL tasks that can migrate
Daniel Bristot de Oliveira
1
-2
/
+15
2017-06-29
sched/numa: Hide numa_wake_affine() from UP build
Thomas Gleixner
1
-0
/
+2
2017-06-24
sched/fair: Remove effective_load()
Rik van Riel
1
-123
/
+1
2017-06-24
sched/numa: Implement NUMA node level wake_affine()
Rik van Riel
1
-59
/
+71
2017-06-24
sched/fair: Simplify wake_affine() for the single socket case
Rik van Riel
1
-1
/
+12
2017-06-24
sched/numa: Override part of migrate_degrades_locality() when idle balancing
Rik van Riel
1
-0
/
+4
2017-06-23
sched/rt: Move RT related code from sched/core.c to sched/rt.c
Nicolas Pitre
3
-315
/
+315
[prev]
[next]