summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel (unfollow)
Commit message (Expand)Author
2024-10-17Merge remote-tracking branch 'msm8998/lineage-20' into lineage-20Raghuram Subramani
2024-01-10bpf, arm64: use more scalable stadd over ldxr / stxr loop in xaddDaniel Borkmann
2024-01-10bpf, arm64: implement jiting of BPF_XADDDaniel Borkmann
2023-10-27arm64: vdso32: Allow building with LLVM integrated ASBruno Martins
2023-10-27arm64: vdso32: suppress error message for 'make mrproper'Nick Desaulniers
2023-10-27ARM64: vdso32: Install vdso32 from vdso_installStephen Boyd
2023-10-27arm64: vdso32: Don't use KBUILD_CPPFLAGS unconditionallyWill Deacon
2023-10-27arm64: vdso32: Remove jump label config option in MakefileVincenzo Frascino
2022-11-05FROMGIT: arm64: fix oops in concurrently setting insn_emulation sysctlshaibinzhang (张海斌)
2022-11-01fixup! BACKPORT: treewide: Fix function prototypes for module_param_call()Nolen Johnson
2022-11-01arm64/efi: Mark __efistub_stext_offset as an absolute symbol explicitlyNathan Chancellor
2022-11-01arm64: kernel: do not need to reset UAO on exception entryVladimir Murzin
2022-10-28arm64: relocatable: fix inconsistencies in linker script and optionsArd Biesheuvel
2022-10-28arm64: Set UTS_MACHINE in the MakefileMichal Marek
2022-10-28BACKPORT: arm64: kprobe: protect/rename few definitions to be reused by uprobePratyush Anand
2022-10-28BACKPORT: arm64: Get rid of asm/opcodes.hMarc Zyngier
2022-10-28BACKPORT: arm64: vdso: remove commas between macro name and argumentsJian Cai
2022-10-28BACKPORT: arm64: add a workaround for GNU gold with ARM64_MODULE_PLTSSami Tolvanen
2022-10-28BACKPORT: arm64: keep .altinstructions and .altinstr_replacementSami Tolvanen
2022-04-19perf/core: Set event's default ::overflow_handler()Wang Nan
2022-04-19perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo
2022-04-19perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo
2021-10-07Revert "arm64: Mark __stack_chk_guard as __ro_after_init"Greg Kroah-Hartman
2021-10-06arm64: Mark __stack_chk_guard as __ro_after_initDan Li
2021-06-10arm64: Remove unimplemented syscall log messageMichael Weiser
2021-05-22arm64/vdso: Discard .note.gnu.property sections in vDSOBill Wendling
2020-12-11arm64: assembler: make adr_l work in modules under KASLRArd Biesheuvel
2020-11-24arm64: psci: Avoid printing in cpu_psci_cpu_die()Will Deacon
2020-11-15UPSTREAM: arm64: kaslr: Fix up the kernel image alignmentNeeraj Upadhyay
2020-11-15UPSTREAM: arm64: fix unwind_frame() for filtered out fn for function graph tr...Pratyush Anand
2020-11-15UPSTREAM: arm64: kpti: Use early_param for kpti= command-line optionWill Deacon
2020-11-15UPSTREAM: arm64: kaslr: ensure randomized quantities are clean to the PoCArd Biesheuvel
2020-11-15UPSTREAM: arm64: kaslr: ensure randomized quantities are clean also when kasl...Ard Biesheuvel
2020-07-31arm64: Use test_tsk_thread_flag() for checking TIF_SINGLESTEPWill Deacon
2020-07-22arm64: kgdb: Fix single-step exception handling oopsWei Li
2020-06-29arm64: perf: Report the PC value in REGS_ABI_32 modeJiping Ma
2020-04-24arm64: armv8_deprecated: Fix undef_hook mask for thumb setendFredrik Strupe
2020-04-14Revert "ARM64: smp: Fix cpu_up() racing with sys_reboot"Michael Bestas
2020-04-02arm64: smp: fix smp_send_stop() behaviourCristian Marussi
2020-01-04arm64: psci: Reduce the waiting time for cpu_psci_cpu_kill()Yunfeng Ye
2019-12-23FROMLIST: arm64: Build vDSO with -ffixed-x18Peter Collingbourne
2019-12-23ANDROID: clock_gettime(CLOCK_BOOTTIME,) slows down >20xMark Salyzyn
2019-12-23FROMLIST: arm64: vdso32: Use full path to Clang instead of relying on PATHNathan Chancellor
2019-12-23ANDROID: arm64: vdso32: fix CC=clang buildMark Salyzyn
2019-12-23FROMLIST: BACKPORT: [PATCH 6/6] arm64: Wire up and expose the new compat vDSOKevin Brodsky
2019-12-23FROMLIST: BACKPORT: [PATCH 5/6] arm64: compat: 32-bit vDSO setupKevin Brodsky
2019-12-23FROMLIST: [PATCH 4/6] arm64: compat: Add a 32-bit vDSOKevin Brodsky
2019-12-23FROMLIST: [PATCH 3/6] arm64: Refactor vDSO init/setupKevin Brodsky
2019-12-23FROMLIST: [PATCH 1/6] arm64: compat: Use vDSO sigreturn trampolines if availableKevin Brodsky
2019-12-23FROMLIST: lib: vdso: add support for timeMark Salyzyn