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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2015-09-01
2
-0
/
+3
|
\
|
*
Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes
Ingo Molnar
2015-08-18
6
-36
/
+101
|
|
\
|
*
|
x86/ldt: Make modify_ldt() optional
Andy Lutomirski
2015-07-31
1
-0
/
+1
|
*
|
Merge branch 'x86/urgent' into x86/asm, before applying dependent patches
Ingo Molnar
2015-07-31
18
-123
/
+266
|
|
\
\
|
*
|
|
notifiers, RCU: Assert that RCU is watching in notify_die()
Andy Lutomirski
2015-07-07
1
-0
/
+2
*
|
|
|
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-08-31
3
-49
/
+35
|
\
\
\
\
|
*
|
|
|
nohz: Remove useless argument on tick_nohz_task_switch()
Frederic Weisbecker
2015-07-29
2
-2
/
+2
|
*
|
|
|
nohz: Move tick_nohz_restart_sched_tick() above its users
Frederic Weisbecker
2015-07-29
1
-18
/
+16
|
*
|
|
|
nohz: Restart nohz full tick from irq exit
Frederic Weisbecker
2015-07-29
1
-24
/
+10
|
*
|
|
|
nohz: Remove idle task special case
Frederic Weisbecker
2015-07-29
1
-5
/
+3
|
*
|
|
|
jiffies: Remove HZ > USEC_PER_SEC special case
Frederic Weisbecker
2015-07-29
1
-3
/
+7
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2015-08-31
1
-0
/
+8
|
\
\
\
\
|
*
|
|
|
sched: Fix cpu_active_mask/cpu_online_mask race
Jan H. Schönherr
2015-08-25
1
-0
/
+8
*
|
|
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-08-31
18
-815
/
+610
|
\
\
\
\
\
|
*
|
|
|
|
sched/deadline: Fix comment in enqueue_task_dl()
Andrea Parri
2015-08-12
1
-1
/
+1
|
*
|
|
|
|
sched/deadline: Fix comment in push_dl_tasks()
Andrea Parri
2015-08-12
1
-1
/
+1
|
*
|
|
|
|
sched: Change the sched_class::set_cpus_allowed() calling context
Peter Zijlstra
2015-08-12
3
-81
/
+26
|
*
|
|
|
|
sched: Make sched_class::set_cpus_allowed() unconditional
Peter Zijlstra
2015-08-12
7
-18
/
+36
|
*
|
|
|
|
sched: Fix a race between __kthread_bind() and sched_setaffinity()
Peter Zijlstra
2015-08-12
3
-11
/
+51
|
*
|
|
|
|
sched: Ensure a task has a non-normalized vruntime when returning back to CFS
Byungchul Park
2015-08-12
1
-2
/
+17
|
*
|
|
|
|
sched/numa: Fix NUMA_DIRECT topology identification
Aravind Gopalakrishnan
2015-08-12
1
-1
/
+3
|
*
|
|
|
|
sched: Remove finish_arch_switch()
Peter Zijlstra
2015-08-04
2
-4
/
+0
|
*
|
|
|
|
sched/fair: Clean up load average references
Yuyang Du
2015-08-03
1
-15
/
+29
|
*
|
|
|
|
sched/fair: Provide runnable_load_avg back to cfs_rq
Yuyang Du
2015-08-03
3
-10
/
+49
|
*
|
|
|
|
sched/fair: Remove task and group entity load when they are dead
Yuyang Du
2015-08-03
1
-1
/
+10
|
*
|
|
|
|
sched/fair: Init cfs_rq's sched_entity load average
Yuyang Du
2015-08-03
3
-7
/
+8
|
*
|
|
|
|
sched/fair: Implement update_blocked_averages() for CONFIG_FAIR_GROUP_SCHED=n
Vincent Guittot
2015-08-03
1
-0
/
+8
|
*
|
|
|
|
sched/fair: Rewrite runnable load and utilization average tracking
Yuyang Du
2015-08-03
4
-471
/
+231
|
*
|
|
|
|
sched/fair: Remove rq's runnable avg
Yuyang Du
2015-08-03
3
-29
/
+5
|
*
|
|
|
|
stop_machine: Remove cpu_stop_work's from list in cpu_stop_park()
Oleg Nesterov
2015-08-03
1
-2
/
+4
|
*
|
|
|
|
stop_machine: Use 'cpu_stop_fn_t' where possible
Oleg Nesterov
2015-08-03
1
-4
/
+4
|
*
|
|
|
|
stop_machine: Unexport __stop_machine()
Oleg Nesterov
2015-08-03
2
-2
/
+2
|
*
|
|
|
|
stop_machine: Don't do for_each_cpu() twice in queue_stop_cpus_work()
Oleg Nesterov
2015-08-03
1
-10
/
+7
|
*
|
|
|
|
stop_machine: Move 'cpu_stopper_task' and 'stop_cpus_work' into 'struct cpu_s...
Oleg Nesterov
2015-08-03
1
-8
/
+9
|
*
|
|
|
|
sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()
Konstantin Khlebnikov
2015-08-03
1
-3
/
+3
|
*
|
|
|
|
sched/fair: Beef up wake_wide()
Mike Galbraith
2015-08-03
1
-34
/
+33
|
*
|
|
|
|
sched: Introduce the 'trace_sched_waking' tracepoint
Peter Zijlstra
2015-08-03
3
-5
/
+9
|
*
|
|
|
|
sched/cputime: Guarantee stime + utime == rtime
Peter Zijlstra
2015-08-03
2
-44
/
+64
|
*
|
|
|
|
sched, sysctl: Delete an unnecessary check before unregister_sysctl_table()
Markus Elfring
2015-08-03
1
-2
/
+1
|
*
|
|
|
|
sched/deadline: Remove a redundant condition from task_woken_dl()
Xunlei Pang
2015-08-03
1
-1
/
+0
|
*
|
|
|
|
sched/rt: Remove a redundant condition from task_woken_rt()
Xunlei Pang
2015-08-03
1
-1
/
+0
|
*
|
|
|
|
sched/fair: Avoid pulling all tasks in idle balancing
Yuyang Du
2015-08-03
1
-0
/
+7
|
*
|
|
|
|
sched/idle: Move latency tracing stop/start calls deeper inside the idle loop
Lucas Stach
2015-07-21
1
-9
/
+5
|
*
|
|
|
|
sched/fair: Fix a comment reflecting function name change
Byungchul Park
2015-07-07
1
-1
/
+1
|
*
|
|
|
|
sched/fair: Clean up the __sched_period() code
Boqun Feng
2015-07-07
1
-9
/
+4
|
*
|
|
|
|
sched/numa: Consider 'imbalance_pct' when comparing loads in numa_has_capacity()
Srikar Dronamraju
2015-07-07
1
-2
/
+3
|
*
|
|
|
|
sched/numa: Prefer NUMA hotness over cache hotness
Srikar Dronamraju
2015-07-07
2
-77
/
+30
|
*
|
|
|
|
sched/numa: Check sched_feat(NUMA) in migrate_improves_locality()
bsegall@google.com
2015-07-07
1
-2
/
+2
*
|
|
|
|
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-08-31
6
-106
/
+262
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2015-08-31
2
-3
/
+20
|
|
\
\
\
\
\
\
|
|
|
|
/
/
/
/
|
|
|
/
|
|
|
|
[next]