android_kernel_xiaomi_sm8450/arch/arm64/kernel
Michael Bestas 6725684c74
Merge tag 'ASB-2024-12-05_12-5.10' of https://android.googlesource.com/kernel/common into android13-5.10-waipio
https://source.android.com/docs/security/bulletin/2024-12-01

* tag 'ASB-2024-12-05_12-5.10' of https://android.googlesource.com/kernel/common: (649 commits)
  ANDROID: ABI: update symbol list for honor
  ANDROID: fs: add vendor hook to collect IO statistics
  ANDROID: tools/objtool: Pass CFLAGS to libsubcmd build via EXTRA_CFLAGS
  UPSTREAM: HID: core: zero-initialize the report buffer
  ANDROID: libsubcmd: Hoist iterator variable declarations in parse_options_subcommand()
  ANDROID: mm: Fix SPF-aware fast-mremap
  UPSTREAM: net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT
  UPSTREAM: f2fs: support SEEK_DATA and SEEK_HOLE for compression files
  Revert "genetlink: hold RCU in genlmsg_mcast()"
  ANDROID: add file for recording allowed ABI breaks
  ANDROID: GKI: update symbol list for honor
  ANDROID: Allow vendor modules perform more operations on memleak detect
  UPSTREAM: drm/omap: fix misleading indentation in pixinc()
  UPSTREAM: bitfield: build kunit tests without structleak plugin
  BACKPORT: FROMGIT: binder: add delivered_freeze to debugfs output
  BACKPORT: FROMGIT: binder: fix memleak of proc->delivered_freeze
  FROMGIT: binder: allow freeze notification for dead nodes
  FROMGIT: binder: fix BINDER_WORK_CLEAR_FREEZE_NOTIFICATION debug logs
  FROMGIT: binder: fix BINDER_WORK_FROZEN_BINDER debug logs
  BACKPORT: FROMGIT: binder: fix freeze UAF in binder_release_work()
  ...

 Conflicts:
	android/abi_gki_aarch64.xml
	net/qrtr/af_qrtr.c

Change-Id: I4f416cf6c90e71fbdc0bea2c76a620842a2a2288
2024-12-16 00:43:42 +02:00
..
probes arm64: probes: Fix uprobes for big-endian kernels 2024-11-08 16:21:58 +01:00
vdso Merge 5.10.36 into android12-5.10 2021-05-13 14:22:11 +02:00
vdso32 This is the 5.10.89 stable release 2021-12-29 14:17:18 +01:00
.gitignore
acpi_numa.c arm64: acpi: Move get_cpu_for_acpi_id() to a header 2024-09-12 11:06:51 +02:00
acpi_parking_protocol.c ANDROID: arm64: kernel: use __pa_function for secondary_entry 2021-02-05 02:28:53 +00:00
acpi.c arm64: permit ACPI core to map kernel memory used for table overrides 2020-09-30 22:27:51 +01:00
alternative.c This is the 5.10.112 stable release 2022-04-29 09:15:09 +02:00
armv8_deprecated.c arm64: armv8_deprecated: Fix warning in isndep cpuhp starting process 2024-07-27 10:40:18 +02:00
asm-offsets.c FROMLIST: arm64: mte: rename gcr_user_excl to mte_ctrl 2021-07-14 20:52:05 -07:00
cacheinfo.c arm64: cacheinfo: Fix incorrect assignment of signed error value to unsigned fw_level 2022-09-15 11:32:03 +02:00
cpu_errata.c Merge 24afda0421 ("arm64: errata: Expand speculative SSBS workaround once more") into android12-5.10-lts 2024-11-17 08:14:20 +00:00
cpu_ops.c
cpu-reset.h ANDROID: arm64: add __va_function and __pa_function 2021-01-14 16:33:37 +00:00
cpu-reset.S FROMGIT: arm64: Use INIT_SCTLR_EL1_MMU_OFF to disable the MMU on CPU restart 2021-03-19 08:22:53 +00:00
cpufeature.c This is the 5.10.224 stable release 2024-09-04 11:06:25 +00:00
cpuidle.c cpuidle: PSCI: Move the has_lpi check to the beginning of the function 2022-04-20 09:23:09 +02:00
cpuinfo.c UPSTREAM: arm64: cpufeature: add HWCAP for FEAT_RPRES 2022-03-30 13:14:55 -07:00
crash_core.c
crash_dump.c arm64: kdump: update ppos when reading elfcorehdr 2021-03-30 14:32:03 +02:00
debug-monitors.c Merge adc2d82eee ("crypto: sa2ul - Select CRYPTO_DES") into android12-5.10-lts 2023-06-25 11:41:48 +00:00
efi-entry.S
efi-header.S arm64: efi: increase EFI PE/COFF header padding to 64 KB 2020-10-28 14:02:03 +00:00
efi-rt-wrapper.S UPSTREAM: efi: rt-wrapper: Add missing include 2023-01-30 16:34:01 +00:00
efi.c arm64: efi: Make efi_rt_lock a raw_spinlock 2023-03-17 08:45:08 +01:00
entry-common.c arm64: split EL0/EL1 UNDEF handlers 2023-10-25 11:54:17 +02:00
entry-fpsimd.S arm64/sve: Implement a helper to load SVE registers from FPSIMD state 2020-09-21 18:06:33 +01:00
entry-ftrace.S arm64: ftrace: add missing BTIs 2021-12-08 09:03:24 +01:00
entry.S Revert "arm64: Stash shadow stack pointer in the task struct on interrupt" 2024-02-23 08:42:31 +01:00
fpsimd.c This is the 5.10.68 stable release 2021-09-30 18:35:35 +02:00
ftrace.c arm64: ftrace: fix module PLTs with mcount 2022-10-26 13:25:29 +02:00
head.S Merge 9134b5a464 ("arm64: Always load shadow stack pointer directly from the task struct") into android12-5.10-lts 2023-06-26 13:14:53 +00:00
hibernate-asm.S
hibernate.c ANDROID: Add __nocfi return for swsusp_arch_resume 2024-06-01 08:07:22 +00:00
hw_breakpoint.c hw_breakpoint: fix single-stepping when using bpf_overflow_handler 2023-09-23 11:01:05 +02:00
hyp-stub.S UPSTREAM: arm64: Add missing ISB after invalidating TLB in enter_vhe 2021-06-10 20:26:07 -07:00
idreg-override.c FROMGIT: arm64/cpufeature: Optionally disable MTE via command-line 2021-08-05 07:21:22 +00:00
image-vars.h KVM: arm64: Link position-independent string routines into .hyp.text 2023-05-30 12:57:55 +01:00
image.h
insn.c arm64: patch_text: Fixup last cpu should be master 2022-04-13 21:01:08 +02:00
io.c
irq.c UPSTREAM: arm64: scs: use vmapped IRQ and SDEI shadow stacks 2021-01-07 17:56:54 -08:00
jump_label.c
kaslr.c UPSTREAM: arm64: kaslr: support randomized module area with KASAN_VMALLOC 2021-10-04 15:44:35 +00:00
kexec_image.c arm64: kexec_file: Fix sparse warning 2020-11-10 13:11:44 +00:00
kgdb.c arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-step 2023-05-17 11:47:45 +02:00
kuser32.S
machine_kexec_file.c arm64: kexec_file: fix memory leakage in create_dtb() when fdt_open_into() fails 2021-03-04 11:38:36 +01:00
machine_kexec.c
Makefile Merge keystone/android12-5.10-keystone-qcom-release.43+ (3273549f) into msm-5.10 2021-10-12 20:29:31 +05:30
module-plts.c This is the 5.10.194 stable release 2023-09-02 10:41:24 +00:00
module.c UPSTREAM: arm64: kaslr: support randomized module area with KASAN_VMALLOC 2021-10-04 15:44:35 +00:00
mte.c BACKPORT: arm64: mte: move register initialization to C 2023-03-17 23:17:49 +00:00
paravirt.c arm64: paravirt: Use RCU read locks to guard stolen_time 2022-05-25 09:17:56 +02:00
pci.c
perf_callchain.c perf: Protect perf_guest_cbs with RCU 2022-01-20 09:17:50 +01:00
perf_event.c This is the 5.10.210 stable release 2024-04-10 07:10:03 +00:00
perf_regs.c perf/arch: Remove perf_sample_data::regs_user_copy 2020-11-09 18:12:34 +01:00
perf_trace_user.c
perf_trace_user.h
pointer_auth.c FROMLIST: arm64: move preemption disablement to prctl handlers 2021-07-14 20:52:05 -07:00
process.c UPSTREAM: arch: setup PF_IO_WORKER threads like PF_KTHREAD 2023-02-16 12:00:51 +00:00
proton-pack.c This is the 5.10.224 stable release 2024-09-04 11:06:25 +00:00
psci.c ANDROID: arm64: add __va_function and __pa_function 2021-01-14 16:33:37 +00:00
ptrace.c ANDROID: GKI: export sys_exit tracepoint 2024-09-11 15:30:33 +08:00
reloc_test_core.c
reloc_test_syms.S
relocate_kernel.S
return_address.c
sdei.c This is the 5.10.195 stable release 2023-09-19 11:32:32 +00:00
setup.c This is the 5.10.50 stable release 2021-07-14 17:35:23 +02:00
signal32.c
signal.c UPSTREAM: arm64: add support for TIF_NOTIFY_SIGNAL 2023-02-16 12:00:48 +00:00
sigreturn32.S
sleep.S BACKPORT: kasan: remove redundant config option 2021-03-24 15:09:15 -07:00
smccc-call.S
smp_spin_table.c ANDROID: arm64: add __va_function and __pa_function 2021-01-14 16:33:37 +00:00
smp.c This is the 5.10.195 stable release 2023-09-19 11:32:32 +00:00
stacktrace.c This is the 5.10.58 stable release 2021-08-12 14:58:34 +02:00
suspend.c BACKPORT: arm64: mte: move register initialization to C 2023-03-17 23:17:49 +00:00
sys32.c
sys_compat.c This is the 5.10.121 stable release 2022-07-23 16:10:22 +02:00
sys.c
syscall.c This is the 5.10.58 stable release 2021-08-12 14:58:34 +02:00
time.c
topology.c arm64: topology: move store_cpu_topology() to shared code 2022-10-30 09:41:19 +01:00
trace-events-emulation.h
traps.c arm64: armv8_deprecated: rework deprected instruction handling 2023-10-25 11:54:17 +02:00
vdso.c
vmlinux.lds.S UPSTREAM: arm64: entry: Allow the trampoline text to occupy multiple pages 2022-03-30 13:14:57 -07:00