linux/kernel
Rick Yiu 4b88cf8524 ANDROID: sched: Add vendor hook for uclamp_eff_value
Vendor may have their own behavior for determing uclamp value.

Bug: 170507972
Signed-off-by: Rick Yiu <rickyiu@google.com>
Change-Id: I33f8adc7240f6a44f16446421536047db2794989
2021-03-05 13:08:32 +00:00
..
bpf bpf: Fix truncation handling for mod32 dst reg wrt zero 2021-02-26 10:12:59 +01:00
cgroup ANDROID: cgroup/cpuset: Fix suspicous RCU usage WARNING 2021-03-03 09:02:19 +00:00
configs
debug
dma FROMLIST: mm: cma: introduce gfp flag in cma_alloc instead of no_warn 2021-01-25 12:21:02 -08:00
entry
events Merge 5.10.6 into android12-5.10 2021-01-13 10:28:55 +01:00
gcov
irq UPSTREAM: irqdomain: Mark fwnodes when their irqdomain is added/removed 2021-02-25 15:16:39 -08:00
kcsan
livepatch
locking Merge 5.10.14 into android12-5.10 2021-02-08 20:05:12 -08:00
power UPSTREAM: PM: EM: Add a flag indicating units of power values in Energy Model 2021-03-02 17:34:28 -08:00
printk UPSTREAM: printk: avoid prb_first_valid_seq() where possible 2021-02-25 13:16:22 +01:00
rcu rcu-tasks: Move RCU-tasks initialization to before early_initcall() 2021-01-19 18:27:28 +01:00
sched ANDROID: sched: Add vendor hook for uclamp_eff_value 2021-03-05 13:08:32 +00:00
time ANDROID: timer: calc_index vendor hook adjustment 2021-02-26 19:23:02 +00:00
trace Merge 5.10.17 into android12-5.10 2021-02-18 11:21:01 +01:00
.gitignore
acct.c
async.c
audit_fsnotify.c fsnotify: generalize handle_inode_event() 2020-12-30 11:54:18 +01:00
audit_tree.c fsnotify: generalize handle_inode_event() 2020-12-30 11:54:18 +01:00
audit_watch.c fsnotify: generalize handle_inode_event() 2020-12-30 11:54:18 +01:00
audit.c
audit.h
auditfilter.c
auditsc.c
backtracetest.c
bounds.c
capability.c
cfi.c ANDROID: cfi: switch to synchronize_rcu_expedited() 2021-02-16 18:09:38 +00:00
compat.c
configs.c
context_tracking.c
cpu_pm.c
cpu.c ANDROID: cpuhp/aarch32: keep last 32bit cpu active 2021-02-18 13:11:30 +00:00
crash_core.c
crash_dump.c
cred.c
delayacct.c
dma.c
exec_domain.c
exit.c kernel/io_uring: cancel io_uring before task works 2021-01-30 13:55:18 +01:00
extable.c
fail_function.c
fork.c FROMLIST: mm: protect against PTE changes done by dup_mmap() 2021-01-22 18:02:09 +00:00
freezer.c
futex.c This is the 5.10.12 stable release 2021-01-30 14:29:02 +01:00
gen_kheaders.sh
groups.c
hung_task.c
iomem.c
irq_work.c
jump_label.c
kallsyms.c ANDROID: kallsyms: cfi: strip hashes from static functions 2021-01-14 16:31:46 +00:00
kcmp.c exec: Transform exec_update_mutex into a rw_semaphore 2021-01-09 13:46:24 +01:00
Kconfig.freezer
Kconfig.hz
Kconfig.locks
Kconfig.preempt
kcov.c
kexec_core.c kernel: kexec: remove the lock operation of system_transition_mutex 2021-02-03 23:28:37 +01:00
kexec_elf.c
kexec_file.c
kexec_internal.h
kexec.c
kheaders.c
kmod.c
kprobes.c kretprobe: Avoid re-registration of the same kretprobe earlier 2021-02-10 09:29:16 +01:00
ksysfs.c
kthread.c Merge 5.10.14 into android12-5.10 2021-02-08 20:05:12 -08:00
latencytop.c
Makefile ANDROID: add support for Clang's Control Flow Integrity (CFI) 2021-01-14 16:28:57 +00:00
module_signature.c
module_signing.c
module-internal.h
module.c ANDROID: modules: introduce the MODULE_SCMVERSION config 2021-02-23 16:42:21 -08:00
notifier.c
nsproxy.c
padata.c
panic.c
params.c
pid_namespace.c
pid.c Merge 5.10.6 into android12-5.10 2021-01-13 10:28:55 +01:00
profile.c
ptrace.c
range.c
reboot.c
regset.c
relay.c
resource.c
rseq.c
scftorture.c
scs.c UPSTREAM: scs: switch to vmapped shadow stacks 2021-01-07 17:56:54 -08:00
seccomp.c UPSTREAM: seccomp: Remove bogus __user annotations 2020-12-21 18:48:41 +00:00
signal.c UPSTREAM: signal: define the SA_EXPOSE_TAGBITS bit in sa_flags 2021-01-22 10:05:52 -08:00
smp.c ANDROID: fix 0-day build-break for non-GKI 2021-01-14 11:39:55 -08:00
smpboot.c kthread: Extract KTHREAD_IS_PER_CPU 2021-02-07 15:37:17 +01:00
smpboot.h
softirq.c ANDROID: softirq: Export irq_handler_exit tracepoint 2020-12-21 17:48:06 +00:00
stackleak.c
stacktrace.c
static_call.c
stop_machine.c
sys_ni.c
sys.c
sysctl-test.c
sysctl.c
task_work.c
taskstats.c
test_kprobes.c
torture.c
tracepoint.c
tsacct.c
ucount.c
uid16.c
uid16.h
umh.c
up.c
user_namespace.c
user-return-notifier.c
user.c
usermode_driver.c
utsname_sysctl.c
utsname.c
watch_queue.c
watchdog_hld.c
watchdog.c ANDROID: softlockup: add vendor hook for a softlockup task 2021-02-04 23:55:45 +00:00
workqueue_internal.h
workqueue.c Merge 5.10.14 into android12-5.10 2021-02-08 20:05:12 -08:00