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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-15
sched: rework enqueue/dequeue_entity() to get rid of set_curr_task()
Dmitry Adamushko
1
-26
/
+10
2007-10-15
sched: simplify sched_class::yield_task()
Dmitry Adamushko
1
-1
/
+1
2007-10-15
sched: do not keep current in the tree and get rid of sched_entity::fair_key
Dmitry Adamushko
1
-1
/
+0
2007-10-15
sched: add set_curr_task() calls
Dmitry Adamushko
1
-9
/
+13
2007-10-15
sched: group-scheduler core
Srivatsa Vaddagiri
1
-16
/
+330
2007-10-15
sched: fix SMP migration latencies
Mike Galbraith
1
-0
/
+3
2007-10-15
sched: remove wait_runtime fields and features
Ingo Molnar
1
-33
/
+5
2007-10-15
sched: remove wait_runtime limit
Ingo Molnar
1
-18
/
+0
2007-10-15
sched: clean up struct load_stat
Dmitry Adamushko
1
-11
/
+7
2007-10-15
sched: add tree based averages
Peter Zijlstra
1
-1
/
+5
2007-10-15
sched: remove SCHED_FEAT_SKIP_INITIAL
Ingo Molnar
1
-3
/
+1
2007-10-15
sched: optimize vruntime based scheduling
Ingo Molnar
1
-2
/
+3
2007-10-15
sched: move sched_feat() definitions
Ingo Molnar
1
-0
/
+31
2007-10-15
sched: introduce se->vruntime
Ingo Molnar
1
-0
/
+1
2007-10-15
sched: speed up update_load_add/_sub()
Ingo Molnar
1
-4
/
+5
2007-10-15
sched: track cfs_rq->curr on !group-scheduling too
Ingo Molnar
1
-1
/
+1
2007-10-15
sched: remove precise CPU load calculations #2
Ingo Molnar
1
-31
/
+1
2007-10-15
sched: remove precise CPU load
Ingo Molnar
1
-35
/
+7
2007-10-15
sched: remove stat_gran
Ingo Molnar
1
-4
/
+1
2007-10-15
sched: use constants if !CONFIG_SCHED_DEBUG
Ingo Molnar
1
-6
/
+0
2007-10-15
sched: uniform tunings
Ingo Molnar
1
-28
/
+0
2007-10-15
sched: debug: track maximum 'slice'
Ingo Molnar
1
-0
/
+1
2007-10-15
sched: use list_for_each_entry_safe() in __wake_up_common()
Matthias Kaehlcke
1
-3
/
+2
2007-10-15
sched: fix sysctl_sched_child_runs_first flag
Ingo Molnar
1
-4
/
+2
2007-10-10
Fix warnings with !CONFIG_BLOCK
Jens Axboe
1
-0
/
+1
2007-09-20
sched: fix invalid sched_class use
Hiroshi Shimamoto
1
-0
/
+5
2007-09-20
sched: add /proc/sys/kernel/sched_compat_yield
Ingo Molnar
1
-4
/
+1
2007-09-05
sched: fix xtensa build warning
Ingo Molnar
1
-3
/
+3
2007-09-05
sched: debug: fix cfs_rq->wait_runtime accounting
Ingo Molnar
1
-1
/
+0
2007-09-05
sched: fix MC/HT scheduler optimization, without breaking the FUZZ logic.
Suresh Siddha
1
-5
/
+3
2007-08-28
sched: make the scheduler converge to the ideal latency
Ingo Molnar
1
-0
/
+1
2007-08-26
sched: s/sched_latency/sched_min_granularity
Ingo Molnar
1
-2
/
+2
2007-08-25
sched: cleanup, sched_granularity -> sched_min_granularity
Ingo Molnar
1
-3
/
+3
2007-08-25
sched: adaptive scheduler granularity
Peter Zijlstra
1
-5
/
+9
2007-08-24
sched: simplify can_migrate_task()
Sven-Thorsten Dietrich
1
-6
/
+0
2007-08-24
sched: remove HZ dependency from the granularity default
Ingo Molnar
1
-1
/
+1
2007-08-23
sched: tweak the sched_runtime_limit tunable
Ingo Molnar
1
-1
/
+1
2007-08-23
sched: skip updating rq's next_balance under null SD
Suresh Siddha
1
-2
/
+12
2007-08-23
sched: fix broken SMT/MC optimizations
Suresh Siddha
1
-1
/
+1
2007-08-23
sched: fix sysctl directory permissions
Eric W. Biederman
1
-4
/
+5
2007-08-23
sched: sched_clock_idle_[sleep|wakeup]_event()
Ingo Molnar
1
-9
/
+32
2007-08-12
sched: run_rebalance_domains: s/SCHED_IDLE/CPU_IDLE/
Oleg Nesterov
1
-1
/
+1
2007-08-12
sched: make global code static
Adrian Bunk
1
-23
/
+23
2007-08-11
sched: improve rq-clock overflow logic
Ingo Molnar
1
-2
/
+13
2007-08-09
sched: round a bit better
Ingo Molnar
1
-7
/
+11
2007-08-09
sched: make the multiplication table more accurate
Ingo Molnar
1
-13
/
+16
2007-08-09
sched: optimize update_rq_clock() calls in the load-balancer
Ingo Molnar
1
-6
/
+8
2007-08-09
sched: optimize activate_task()
Ingo Molnar
1
-10
/
+9
2007-08-09
sched: move the __update_rq_clock() call to scheduler_tick()
Ingo Molnar
1
-2
/
+1
2007-08-09
sched: remove the 'u64 now' local variables
Ingo Molnar
1
-16
/
+0
[prev]
[next]