kernel_samsung_a53x/kernel/power
Sultan Alsawaf d30b7253ed qos: Don't allow userspace to impose restrictions on CPU idle levels
Giving userspace intimate control over CPU latency requirements is
nonsense. Userspace can't even stop itself from being preempted, so
there's no reason for it to have access to a mechanism primarily used to
eliminate CPU delays on the order of microseconds.

Remove userspace's ability to send pm_qos requests so that it can't hurt
power consumption.

Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
2024-12-03 21:43:46 +01:00
..
autosleep.c
console.c
energy_model.c
hibernate.c
Kconfig
main.c PM / freezer: Reduce freeze timeout to 1 second for Android 2024-11-19 18:05:37 +01:00
Makefile
power.h
poweroff.c
process.c PM / freezer: Reduce freeze timeout to 1 second for Android 2024-11-19 18:05:37 +01:00
qos.c qos: Don't allow userspace to impose restrictions on CPU idle levels 2024-12-03 21:43:46 +01:00
snapshot.c
suspend.c
suspend_test.c
swap.c
user.c
wakelock.c power/wakelock: Add a timeout to wakelocks globally 2024-11-19 18:06:07 +01:00
wakeup_reason.c