Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
336c3d8ce771608815b65bcfa27a17a83b297328
/
kernel
/
sched_debug.c
32df2ee
sched: add full schedstats to /proc/sched_debug
by Peter Zijlstra
· 17 years ago
c09595f
sched: revert revert of: fair-group: SMP-nice for group scheduling
by Peter Zijlstra
· 17 years ago
ada18de
sched: debug: add some rt debug output
by Peter Zijlstra
· 17 years ago
6363ca5
revert ("sched: fair-group: SMP-nice for group scheduling")
by Ingo Molnar
· 17 years ago
3e51f33
sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCK
by Peter Zijlstra
· 17 years ago
6f6d6a1
rename div64_64 to div64_u64
by Roman Zippel
· 17 years ago
c33fff0
kernel: use non-racy method for proc entries creation
by Denis V. Lunev
· 17 years ago
486fdae
sched: build fix
by Ingo Molnar
· 17 years ago
d19ca30
sched: debug: add some debug code to handle the full hierarchy
by Peter Zijlstra
· 17 years ago
50df5d6
sched: remove sysctl_sched_batch_wakeup_granularity
by Ingo Molnar
· 17 years ago
4ae7d5c
sched: improve affine wakeups
by Ingo Molnar
· 17 years ago
6d08259
sched: keep total / count stats in addition to the max for
by Arjan van de Ven
· 17 years ago
cc203d2
sched: monitor clock underflows in /proc/sched_debug
by Guillaume Chazarain
· 17 years ago
90b2628
sched: fix gcc warnings
by Ingo Molnar
· 17 years ago
c1a8974
sched: clean up overlong line in kernel/sched_debug.c
by Ingo Molnar
· 17 years ago
f7b9329
sched: bump version of kernel/sched_debug.c
by Ingo Molnar
· 17 years ago
b2be5e9
sched: reintroduce the sched_min_granularity tunable
by Peter Zijlstra
· 17 years ago
ab63a63
sched: fix unconditional irq lock
by Peter Zijlstra
· 17 years ago
480b943
sched: reduce schedstat variable overhead a bit
by Ken Chen
· 17 years ago
0dbee3a
Make scheduler debug file operations const
by Arjan van de Ven
· 17 years ago
cc36773
sched: debug, improve migration statistics
by Ingo Molnar
· 17 years ago
2d92f22
sched: debug: increase width of debug line
by Ingo Molnar
· 17 years ago
5cb350b
sched: group scheduling, sysfs tunables
by Dhaval Giani
· 17 years ago
4cf86d7
sched: cleanup: rename task_grp to task_group
by Ingo Molnar
· 17 years ago
fb61558
sched: group scheduler, fix coding style issues
by Srivatsa Vaddagiri
· 17 years ago
5f6d858e
sched: speed up and simplify vslice calculations
by Peter Zijlstra
· 17 years ago
2d72376
sched: clean up schedstats, cnt -> count
by Ingo Molnar
· 17 years ago
ddc9729
sched debug: check spread
by Peter Zijlstra
· 17 years ago
d822cec
sched debug: more width for parameter printouts
by Ingo Molnar
· 17 years ago
1aa4731
sched debug: print settings
by Ingo Molnar
· 17 years ago
fdd71d1
sched debug: BKL usage statistics, fix
by S.Caglar Onur
· 17 years ago
b8efb56
sched debug: BKL usage statistics
by Ingo Molnar
· 17 years ago
24e377a
sched: add fair-user scheduler
by Srivatsa Vaddagiri
· 17 years ago
545f3b1
sched: print nr_running and load in /proc/sched_debug
by Srivatsa Vaddagiri
· 17 years ago
c86da3a
sched: fix formatting of /proc/sched_debug
by Mike Galbraith
· 17 years ago
ef83a57
sched: enhance debug output
by Ingo Molnar
· 17 years ago
1a75b94
sched: prettify /proc/sched_debug output
by Ingo Molnar
· 17 years ago
30cfdcf
sched: do not keep current in the tree and get rid of sched_entity::fair_key
by Dmitry Adamushko
· 17 years ago
bbdba7c
sched: remove wait_runtime fields and features
by Ingo Molnar
· 17 years ago
e22f5bb
sched: remove wait_runtime limit
by Ingo Molnar
· 17 years ago
495eca4
sched: clean up struct load_stat
by Dmitry Adamushko
· 17 years ago
86d9560
sched: add more vruntime statistics
by Ingo Molnar
· 17 years ago
67e12ea
sched: add se->vruntime debugging
by Ingo Molnar
· 17 years ago
a25707f
sched: remove precise CPU load
by Ingo Molnar
· 17 years ago
eba1ed4
sched: debug: track maximum 'slice'
by Ingo Molnar
· 17 years ago
a4b29ba
sched: small sched_debug cleanup
by Ingo Molnar
· 17 years ago
2491b2b
sched: debug: fix sum_exec_runtime clearing
by Ingo Molnar
· 17 years ago
2aa44d0
sched: sched_clock_idle_[sleep|wakeup]_event()
by Ingo Molnar
· 17 years ago
5167e75
sched debug: dont print kernel address in /proc/sched_debug
by Ingo Molnar
· 17 years ago
a48da48
sched debug: remove the 'u64 now' parameter from print_task()/_rq()
by Ingo Molnar
· 17 years ago
5cef9ec
sched: remove the 'u64 now' parameter from print_cfs_rq()
by Ingo Molnar
· 17 years ago
6f605d8
take sched_debug.c out of nasal demon territory
by Al Viro
· 17 years ago
6cfb0d5
[PATCH] sched: reduce debug code
by Ingo Molnar
· 17 years ago
5ea473a
Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats}
by Alexey Dobriyan
· 17 years ago
f3373461
[PATCH] sched: mark sysrq_sched_debug_show() static
by Josh Triplett
· 17 years ago
45f384a
[PATCH] sched: remove stale version info from kernel/sched_debug.c
by Ingo Molnar
· 18 years ago
43ae34c
sched: scheduler debugging, core
by Ingo Molnar
· 18 years ago