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
/
include
/
linux
/
sched.h
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-15
sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fields
Laurent Vivier
1
-0
/
+3
2007-10-15
sched: debug, improve migration statistics
Ingo Molnar
1
-0
/
+18
2007-10-15
sched: reintroduce cache-hot affinity
Ingo Molnar
1
-0
/
+1
2007-10-15
sched: prevent wakeup over-scheduling
Mike Galbraith
1
-0
/
+1
2007-10-15
sched: group scheduling, sysfs tunables
Dhaval Giani
1
-0
/
+11
2007-10-15
sched: cleanup: rename task_grp to task_group
Ingo Molnar
1
-6
/
+6
2007-10-15
sched: cleanup, remove the TASK_NONINTERACTIVE flag
Mike Galbraith
1
-2
/
+1
2007-10-15
sched: mark scheduling classes as const
Ingo Molnar
1
-2
/
+2
2007-10-15
sched: speed up and simplify vslice calculations
Peter Zijlstra
1
-1
/
+1
2007-10-15
sched: clean up schedstats, cnt -> count
Ingo Molnar
1
-6
/
+6
2007-10-15
sched: undo some of the recent changes
Ingo Molnar
1
-1
/
+0
2007-10-15
sched: add vslice
Peter Zijlstra
1
-0
/
+1
2007-10-15
sched: remove unneeded tunables
Ingo Molnar
1
-2
/
+0
2007-10-15
sched debug: BKL usage statistics
Ingo Molnar
1
-0
/
+4
2007-10-15
sched: add fair-user scheduler
Srivatsa Vaddagiri
1
-0
/
+4
2007-10-15
sched: clean up code under CONFIG_FAIR_GROUP_SCHED
Srivatsa Vaddagiri
1
-0
/
+12
2007-10-15
sched: revert recent removal of set_curr_task()
Srivatsa Vaddagiri
1
-0
/
+1
2007-10-15
sched: rework enqueue/dequeue_entity() to get rid of set_curr_task()
Dmitry Adamushko
1
-1
/
+0
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: remove wait_runtime fields and features
Ingo Molnar
1
-9
/
+0
2007-10-15
sched: remove wait_runtime limit
Ingo Molnar
1
-1
/
+0
2007-10-15
sched: introduce se->vruntime
Ingo Molnar
1
-0
/
+1
2007-10-15
sched: remove stat_gran
Ingo Molnar
1
-3
/
+0
2007-10-15
sched: use constants if !CONFIG_SCHED_DEBUG
Ingo Molnar
1
-1
/
+4
2007-10-15
sched: debug: track maximum 'slice'
Ingo Molnar
1
-0
/
+1
2007-10-11
[NETNS]: CLONE_NEWNET don't use the same clone flag as the pid namespace.
Eric W. Biederman
1
-1
/
+1
2007-10-11
[NET]: Add network namespace clone & unshare support.
Eric W. Biederman
1
-0
/
+1
2007-10-08
Don't do load-average calculations at even 5-second intervals
Linus Torvalds
1
-1
/
+1
2007-09-21
signalfd simplification
Davide Libenzi
1
-1
/
+1
2007-09-20
sched: add /proc/sys/kernel/sched_compat_yield
Ingo Molnar
1
-0
/
+1
2007-09-19
Fix user namespace exiting OOPs
Pavel Emelyanov
1
-0
/
+1
2007-09-19
Convert uid hash to hlist
Pavel Emelyanov
1
-1
/
+1
2007-08-28
sched: make the scheduler converge to the ideal latency
Ingo Molnar
1
-0
/
+1
2007-08-25
sched: cleanup, sched_granularity -> sched_min_granularity
Ingo Molnar
1
-1
/
+1
2007-08-25
sched: adaptive scheduler granularity
Peter Zijlstra
1
-0
/
+1
2007-08-23
sched: fix broken SMT/MC optimizations
Suresh Siddha
1
-1
/
+1
2007-08-23
sched: sched_clock_idle_[sleep|wakeup]_event()
Ingo Molnar
1
-1
/
+2
2007-08-09
sched: remove the 'u64 now' parameter from ->task_new()
Ingo Molnar
1
-1
/
+1
2007-08-09
sched: remove the 'u64 now' parameter from ->put_prev_task()
Ingo Molnar
1
-1
/
+1
2007-08-09
sched: remove the 'u64 now' parameter from ->pick_next_task()
Ingo Molnar
1
-1
/
+1
2007-08-09
sched: remove the 'u64 now' parameter from ->dequeue_task()
Ingo Molnar
1
-2
/
+1
2007-08-09
sched: remove the 'u64 now' parameter from ->enqueue_task()
Ingo Molnar
1
-2
/
+1
2007-08-09
sched: remove the 'u64 now' parameter from print_cfs_rq()
Ingo Molnar
1
-2
/
+2
2007-08-09
sched: fix bug in balance_tasks()
Peter Williams
1
-1
/
+1
2007-08-09
sched: simplify move_tasks()
Peter Williams
1
-2
/
+2
2007-08-02
[PATCH] sched: reduce task_struct size
Ingo Molnar
1
-8
/
+13
2007-08-02
[PATCH] sched: ->task_new cleanup
Ingo Molnar
1
-1
/
+1
2007-08-02
[PATCH] sched: remove cache_hot_time
Ingo Molnar
1
-1
/
+0
2007-07-26
[PATCH] sched: add above_background_load() function
Con Kolivas
1
-0
/
+16
[prev]
[next]