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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-02
sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()
Alexander Gordeev
3
-5
/
+4
2016-03-01
rcu: Make CPU_DYING_IDLE an explicit call
Thomas Gleixner
3
-35
/
+38
2016-03-01
cpu/hotplug: Make wait for dead cpu completion based
Thomas Gleixner
2
-8
/
+13
2016-03-01
cpu/hotplug: Let upcoming cpu bring itself fully up
Thomas Gleixner
2
-29
/
+39
2016-03-01
cpu/hotplug: Move online calls to hotplugged cpu
Thomas Gleixner
1
-48
/
+96
2016-03-01
cpu/hotplug: Create hotplug threads
Thomas Gleixner
3
-1
/
+147
2016-03-01
cpu/hotplug: Split out the state walk into functions
Thomas Gleixner
1
-43
/
+68
2016-03-01
cpu/hotplug: Unpark smpboot threads from the state machine
Thomas Gleixner
3
-38
/
+11
2016-03-01
cpu/hotplug: Move scheduler cpu_online notifier to hotplug core
Thomas Gleixner
2
-10
/
+18
2016-03-01
cpu/hotplug: Implement setup/removal interface
Thomas Gleixner
1
-0
/
+224
2016-03-01
cpu/hotplug: Make target state writeable
Thomas Gleixner
1
-8
/
+65
2016-03-01
cpu/hotplug: Add sysfs state interface
Thomas Gleixner
1
-0
/
+100
2016-03-01
cpu/hotplug: Hand in target state to _cpu_up/down
Thomas Gleixner
1
-11
/
+20
2016-03-01
cpu/hotplug: Convert the hotplugged cpu work to a state machine
Thomas Gleixner
1
-15
/
+66
2016-03-01
cpu/hotplug: Convert to a state machine for the control processor
Thomas Gleixner
1
-26
/
+176
2016-03-01
cpu/hotplug: Split out cpu down functions
Thomas Gleixner
1
-30
/
+53
2016-03-01
cpu/hotplug: Restructure cpu_up code
Thomas Gleixner
1
-22
/
+47
2016-03-01
cpu/hotplug: Restructure FROZEN state handling
Thomas Gleixner
1
-40
/
+29
2016-03-01
cgroup: reset css on destruction
Vladimir Davydov
1
-0
/
+3
2016-03-01
MODSIGN: linux/string.h should be #included to get memcpy()
David Howells
1
-0
/
+1
2016-03-01
cgroup: fix and restructure error handling in copy_cgroup_ns()
Tejun Heo
1
-13
/
+5
2016-02-29
tracing/syscalls: Rename "/format" tracepoint field name "nr" to "__syscall_nr:
Taeung Song
1
-7
/
+9
2016-02-29
Handle ISO 8601 leap seconds and encodings of midnight in mktime64()
David Howells
1
-1
/
+8
2016-02-29
locking/lockdep: Detect chain_key collisions
Ingo Molnar
1
-8
/
+51
2016-02-29
locking/lockdep: Prevent chain_key collisions
Alfredo Alvarez Fernandez
1
-8
/
+6
2016-02-29
locking/mutex: Allow next waiter lockless wakeup
Davidlohr Bueso
1
-2
/
+3
2016-02-29
locking/pvqspinlock: Enable slowpath locking count tracking
Waiman Long
2
-0
/
+8
2016-02-29
locking/qspinlock: Use smp_cond_acquire() in pending code
Waiman Long
1
-4
/
+3
2016-02-29
locking/pvqspinlock: Move lock stealing count tracking code into pv_queued_sp...
Waiman Long
2
-20
/
+9
2016-02-29
locking/mcs: Fix mcs_spin_lock() ordering
Peter Zijlstra
1
-1
/
+7
2016-02-29
Merge tag 'v4.5-rc6' into locking/core, to pick up fixes
Ingo Molnar
8
-173
/
+261
2016-02-29
sched/deadline: Remove superfluous call to switched_to_dl()
Peter Zijlstra
1
-2
/
+1
2016-02-29
sched/debug: Fix preempt_disable_ip recording for preempt_disable()
Sebastian Andrzej Siewior
2
-14
/
+4
2016-02-29
sched, time: Switch VIRT_CPU_ACCOUNTING_GEN to jiffy granularity
Rik van Riel
1
-16
/
+23
2016-02-29
time, acct: Drop irq save & restore from __acct_update_integrals()
Rik van Riel
1
-5
/
+4
2016-02-29
acct, time: Change indentation in __acct_update_integrals()
Rik van Riel
1
-25
/
+26
2016-02-29
sched, time: Remove non-power-of-two divides from __acct_update_integrals()
Rik van Riel
1
-10
/
+16
2016-02-29
sched/rt: Kick RT bandwidth timer immediately on start up
Steven Rostedt
1
-1
/
+9
2016-02-29
sched/debug: Add deadline scheduler bandwidth ratio to /proc/sched_debug
Steven Rostedt (Red Hat)
1
-0
/
+9
2016-02-29
sched/debug: Move sched_domain_sysctl to debug.c
Steven Rostedt (Red Hat)
3
-178
/
+186
2016-02-29
sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.c
Steven Rostedt (Red Hat)
2
-133
/
+131
2016-02-29
sched/rt: Fix PI handling vs. sched_setscheduler()
Peter Zijlstra
3
-50
/
+111
2016-02-29
sched/core: Remove duplicated sched_group_set_shares() prototype
Dongsheng Yang
1
-1
/
+0
2016-02-29
sched/fair: Consolidate nohz CPU load update code
Frederic Weisbecker
1
-23
/
+25
2016-02-29
sched/fair: Avoid using decay_load_missed() with a negative value
Byungchul Park
1
-2
/
+10
2016-02-29
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...
Ingo Molnar
17
-317
/
+546
2016-02-29
sched/deadline: Always calculate end of period on sched_yield()
Peter Zijlstra
1
-9
/
+13
2016-02-29
sched/cgroup: Fix cgroup entity load tracking tear-down
Peter Zijlstra
3
-20
/
+23
2016-02-29
perf: Export perf_event_sysfs_show()
Thomas Gleixner
1
-0
/
+1
2016-02-29
Merge tag 'v4.5-rc6' into perf/core, to pick up fixes
Ingo Molnar
8
-170
/
+260
[prev]
[next]