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
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-07
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-86
/
+41
2019-05-03
sched/core: Allow the remote scheduler tick to be started on CPU0
Nicholas Piggin
1
-1
/
+1
2019-04-19
sched/core: Check quota and period overflow at usec to nsec conversion
Konstantin Khlebnikov
1
-1
/
+6
2019-04-19
sched/core: Handle overflow in cpu_shares_write_u64
Konstantin Khlebnikov
1
-0
/
+2
2019-04-19
sched/core: Fix typo in comment
Joel Savitz
1
-1
/
+1
2019-04-18
sched/core: Make some functions static
YueHaibing
1
-5
/
+5
2019-04-16
sched/core: Unify p->on_rq updates
Peter Zijlstra
1
-5
/
+4
2019-04-16
sched/core: Remove ttwu_activate()
Peter Zijlstra
1
-7
/
+2
2019-04-16
sched/core, workqueues: Distangle worker accounting from rq lock
Thomas Gleixner
1
-67
/
+21
2019-04-03
ia64/tlb: Eradicate tlb_migrate_finish() callback
Peter Zijlstra
1
-1
/
+0
2019-03-24
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2019-03-19
sched/core: Fix buffer overflow in cgroup2 property cpu.max
Konstantin Khlebnikov
1
-1
/
+1
2019-03-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+3
2019-03-06
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+7
2019-03-06
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-21
/
+46
2019-03-06
mm, compaction: capture a page under direct compaction
Mel Gorman
1
-0
/
+3
2019-03-06
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+2
2019-02-19
bpf: check that BPF programs run with preemption disabled
Peter Zijlstra
1
-0
/
+28
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-11
Merge tag 'v5.0-rc6' into sched/core, to pick up fixes
Ingo Molnar
1
-3
/
+16
2019-02-10
Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...
Thomas Gleixner
1
-3
/
+2
2019-02-07
y2038: syscalls: rename y2038 compat syscalls
Arnd Bergmann
1
-3
/
+2
2019-02-04
sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()
Andrea Parri
1
-4
/
+5
2019-02-04
sched/fair: Update scale invariance of PELT
Vincent Guittot
1
-0
/
+1
2019-02-04
sched/wake_q: Reduce reference counting for special users
Davidlohr Bueso
1
-16
/
+44
2019-01-21
Revert "sched/core: Take the hotplug lock in sched_init_smp()"
Valentin Schneider
1
-4
/
+1
2019-01-21
sched/wake_q: Add branch prediction hint to wake_q_add() cmpxchg
Davidlohr Bueso
1
-1
/
+1
2019-01-21
sched/wake_q: Fix wakeup ordering for wake_q
Peter Zijlstra
1
-3
/
+4
2019-01-21
sched/wake_q: Document wake_q_add()
Peter Zijlstra
1
-0
/
+12
2019-01-06
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
1
-1
/
+1
2019-01-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2019-01-05
kernel/sched/: remove caller signal_pending branch predictions
Davidlohr Bueso
1
-1
/
+1
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-2
/
+2
2018-12-27
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+3
2018-12-04
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-1
/
+1
2018-12-03
sched: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2018-12-03
Merge tag 'v4.20-rc5' into sched/core, to pick up fixes
Ingo Molnar
1
-29
/
+24
2018-11-28
sched/smt: Make sched_smt_present track topology
Peter Zijlstra (Intel)
1
-8
/
+11
2018-11-12
sched/core: Create task_has_idle_policy() helper
Viresh Kumar
1
-2
/
+2
2018-11-12
Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+4
2018-11-09
rcu: Eliminate synchronize_rcu_mult()
Paul E. McKenney
1
-1
/
+1
2018-11-04
sched/core: Take the hotplug lock in sched_init_smp()
Valentin Schneider
1
-1
/
+4
2018-10-30
Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-21
/
+13
2018-10-27
psi: pressure stall information for CPU, memory, and IO
Johannes Weiner
1
-2
/
+10
2018-10-27
sched: introduce this_rq_lock_irq()
Johannes Weiner
1
-3
/
+1
2018-10-25
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+4
2018-10-25
cpuidle: menu: Remove get_loadavg() from the performance multiplier
Daniel Lezcano
1
-7
/
+0
2018-10-25
sched: Factor out nr_iowait and nr_iowait_cpu
Daniel Lezcano
1
-21
/
+20
2018-10-04
sched/core: Fix comment regarding nr_iowait_cpu() and get_iowait_load()
Rafael J. Wysocki
1
-4
/
+4
[next]