remarkable-linux/kernel/sched
Viresh Kumar 860c1b9824 cpufreq: Move gov_attr_* macros to cpufreq.h
These macros can be reused by governors which don't use the common
governor code present in cpufreq_governor.c and should be moved to the
relevant header.

Now that they are getting moved to the right header file, reuse them in
schedutil governor as well (that required rename of show/store
routines).

Also create gov_attr_wo() macro for write-only sysfs files, this will be
used by Interactive governor in a later patch.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
2018-10-29 11:10:38 +08:00
..
autogroup.c sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[] 2018-05-16 10:10:30 +02:00
autogroup.h
clock.c
completion.c
core.c sched/smt: Update sched_smt_present at runtime 2018-08-15 18:12:51 +02:00
cpuacct.c
cpuacct.h
cpudeadline.c
cpudeadline.h
cpufreq.c
cpufreq_schedutil.c cpufreq: Move gov_attr_* macros to cpufreq.h 2018-10-29 11:10:38 +08:00
cpupri.c
cpupri.h
cputime.c
deadline.c sched/deadline: Fix switching to -deadline 2018-09-15 09:45:35 +02:00
debug.c
fair.c sched/fair: Fix vruntime_normalized() for remote non-migration wakeup 2018-09-29 03:06:07 -07:00
features.h
idle.c
idle_task.c
loadavg.c
Makefile
membarrier.c
rt.c sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHARE 2018-09-05 09:26:29 +02:00
sched-pelt.h
sched.h sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/sched/sched.h 2018-06-21 04:03:01 +09:00
stats.c
stats.h
stop_task.c
swait.c
topology.c sched/rt: Up the root domain ref count when passing it around via IPIs 2018-02-16 20:22:44 +01:00
wait.c sched/core: Use smp_mb() in wake_woken_function() 2018-09-26 08:38:10 +02:00
wait_bit.c