index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
sched/fair: Rename SCHED_LOAD_SHIFT to NICE_0_LOAD_SHIFT and remove SCHED_LOA...
Yuyang Du
2016-05-05
2
-13
/
+13
*
|
|
|
sched/fair: Generalize the load/util averages resolution definition
Yuyang Du
2016-05-05
2
-9
/
+10
*
|
|
|
sched/core: Enable increased load resolution on 64-bit kernels
Peter Zijlstra
2016-05-05
1
-4
/
+6
*
|
|
|
locking/lockdep, sched/core: Implement a better lock pinning scheme
Peter Zijlstra
2016-05-05
7
-53
/
+61
*
|
|
|
sched/core: Introduce 'struct rq_flags'
Peter Zijlstra
2016-05-05
3
-56
/
+62
*
|
|
|
sched/core: Move task_rq_lock() out of line
Peter Zijlstra
2016-05-05
2
-63
/
+69
*
|
|
|
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...
Ingo Molnar
2016-05-05
1
-13
/
+16
|
\
|
|
|
|
*
|
|
nohz/full, sched/rt: Fix missed tick-reenabling bug in sched_can_stop_tick()
Peter Zijlstra
2016-04-28
1
-13
/
+16
|
|
/
/
*
|
|
sched/core: Add switch_mm_irqs_off() and use it in the scheduler
Andy Lutomirski
2016-04-28
1
-3
/
+3
*
|
|
sched/cpufreq: Optimize cpufreq update kicker to avoid update multiple times
Wanpeng Li
2016-04-28
2
-8
/
+8
*
|
|
sched/deadline: Fix a bug in dl_overflow()
Xunlei Pang
2016-04-23
1
-1
/
+2
*
|
|
sched/fair: Optimize !CONFIG_NO_HZ_COMMON CPU load updates
Frederic Weisbecker
2016-04-23
3
-7
/
+13
*
|
|
sched/fair: Correctly handle nohz ticks CPU load accounting
Frederic Weisbecker
2016-04-23
1
-34
/
+63
*
|
|
sched/fair: Gather CPU load functions under a more conventional namespace
Frederic Weisbecker
2016-04-23
3
-15
/
+15
*
|
|
sched/fair: Call cpufreq hook in additional paths
Steve Muckle
2016-04-23
1
-31
/
+42
*
|
|
sched/fair: Do not call cpufreq hook unless util changed
Steve Muckle
2016-04-23
1
-4
/
+6
*
|
|
sched/fair: Move cpufreq hook to update_cfs_rq_load_avg()
Steve Muckle
2016-04-23
1
-24
/
+26
*
|
|
sched/fair: Fix asym packing to select correct CPU
Srikar Dronamraju
2016-04-23
1
-3
/
+9
*
|
|
sched/cpuacct: Check for NULL when using task_pt_regs()
Anton Blanchard
2016-04-13
1
-4
/
+3
*
|
|
sched/clock: Make local_clock()/cpu_clock() inline
Daniel Lezcano
2016-04-13
1
-41
/
+1
*
|
|
sched/clock: Remove pointless test in cpu_clock/local_clock
Daniel Lezcano
2016-04-13
1
-8
/
+2
*
|
|
sched/debug: Don't dump sched debug info in SysRq-W
Rabin Vincent
2016-04-13
1
-1
/
+2
*
|
|
sched/fair: Initiate a new task's util avg to a bounded value
Yuyang Du
2016-03-31
3
-2
/
+57
*
|
|
sched/fair: Update comments after a variable rename
Yuyang Du
2016-03-31
1
-2
/
+2
*
|
|
sched/core: Add preempt checks in preempt_schedule() code
Steven Rostedt
2016-03-31
1
-9
/
+59
*
|
|
sched/numa: Remove unnecessary NUMA dequeue update from non-SMP kernels
Tim Chen
2016-03-31
1
-0
/
+2
*
|
|
sched/fair: Reset nr_balance_failed after active balancing
Srikar Dronamraju
2016-03-31
1
-6
/
+6
*
|
|
sched/cpuacct: Split usage accounting into user_usage and sys_usage
Dongsheng Yang
2016-03-31
1
-27
/
+113
*
|
|
sched/cpuacct: Show all possible CPUs in cpuacct output
Zhao Lei
2016-03-31
1
-5
/
+5
|
/
/
*
/
locking/atomic, sched: Unexport fetch_or()
Frederic Weisbecker
2016-03-29
1
-0
/
+18
|
/
*
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2016-03-24
5
-55
/
+72
|
\
|
*
sched/cpuacct: Simplify the cpuacct code
Zhao Lei
2016-03-21
2
-25
/
+7
|
*
sched/cpuacct: Rename parameter in cpuusage_write() for readability
Dongsheng Yang
2016-03-21
1
-2
/
+5
|
*
sched/fair: Add comments to explain select_idle_sibling()
Matt Fleming
2016-03-21
1
-1
/
+18
|
*
sched/fair: Fix fairness issue on migration
Peter Zijlstra
2016-03-21
1
-6
/
+14
|
*
sched/cgroup: Fix/cleanup cgroup teardown/init
Peter Zijlstra
2016-03-21
1
-21
/
+14
|
*
Merge branch 'linus' into sched/urgent, to pick up dependencies
Ingo Molnar
2016-03-21
12
-639
/
+992
|
|
\
|
*
|
sched/cputime: Fix steal time accounting vs. CPU hotplug
Thomas Gleixner
2016-03-05
2
-0
/
+14
*
|
|
kernel: add kcov code coverage
Dmitry Vyukov
2016-03-22
1
-0
/
+4
*
|
|
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2016-03-20
1
-1
/
+3
|
\
\
\
|
*
|
|
sched: Always inline context_switch()
Josh Poimboeuf
2016-02-29
1
-1
/
+1
|
*
|
|
sched: Mark __schedule() stack frame as non-standard
Josh Poimboeuf
2016-02-29
1
-0
/
+2
*
|
|
|
Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2016-03-18
2
-2
/
+2
|
\
\
\
\
|
*
|
|
|
cgroup: convert cgroup_subsys flag fields to bool bitfields
Tejun Heo
2016-02-23
2
-2
/
+2
*
|
|
|
|
Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2016-03-18
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()
Alexander Gordeev
2016-03-02
1
-1
/
+1
*
|
|
|
|
|
Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2016-03-16
6
-1
/
+119
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2016-03-14
6
-1
/
+119
|
|
\
\
\
\
\
|
|
*
|
|
|
|
cpufreq: Move scheduler-related code to the sched directory
Rafael J. Wysocki
2016-03-10
3
-1
/
+86
|
|
*
|
|
|
|
cpufreq: Add mechanism for registering utilization update callbacks
Rafael J. Wysocki
2016-03-09
4
-1
/
+34
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
[prev]
[next]