summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-03-17arm64: efi: Make efi_rt_lock a raw_spinlockPierre Gondois1-1/+1
2023-02-22kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu1-1/+4
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2023-01-24efi: rt-wrapper: Add missing includeArd Biesheuvel1-0/+1
2023-01-24arm64: efi: Execute runtime services from a dedicated stackArd Biesheuvel2-1/+39
2022-12-31arm64: Treat ESR_ELx as a 64-bit registerAlexandru Elisei8-54/+54
2022-12-08arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restoredCatalin Marinas1-2/+7
2022-11-16arm64: efi: Fix handling of misaligned runtime regions and drop warningArd Biesheuvel1-18/+34
2022-11-10arm64: entry: avoid kprobe recursionMark Rutland1-1/+2
2022-11-03arm64: Add AMPERE1 to the Spectre-BHB affected listD Scott Phillips1-0/+6
2022-10-29arm64: mte: move register initialization to CPeter Collingbourne3-1/+55
2022-10-29arm64: errata: Remove AES hwcap for COMPAT tasksJames Morse2-1/+29
2022-10-26arm64: ftrace: fix module PLTs with mcountMark Rutland1-1/+16
2022-10-26arm64: errata: Add Cortex-A55 to the repeat tlbi listJames Morse1-0/+5
2022-10-26arm64: topology: move store_cpu_topology() to shared codeConor Dooley1-40/+0
2022-09-28arm64: topology: fix possible overflow in amu_fie_setup()Sergey Shtylyov1-1/+1
2022-09-20lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers1-4/+4
2022-09-15arm64: errata: add detection for AMEVCNTR01 incrementing incorrectlyIonela Voinescu3-3/+43
2022-09-15Revert "arm64: kasan: Revert "arm64: mte: reset the page tag in page->flags""Sasha Levin2-0/+14
2022-09-15arm64: cacheinfo: Fix incorrect assignment of signed error value to unsigned ...Sudeep Holla1-1/+5
2022-09-05arm64: errata: Add Cortex-A510 to the repeat tlbi listJames Morse1-1/+7
2022-08-31arm64: Fix match_list for erratum 1286807 on Arm Cortex-A76Zenghui Yu1-0/+2
2022-08-17arm64: cpufeature: Allow different PMU versions in ID_DFR0_EL1Alexandru Elisei1-1/+1
2022-08-17arm64: kasan: Revert "arm64: mte: reset the page tag in page->flags"Catalin Marinas2-14/+0
2022-08-17arm64: fix oops in concurrently setting insn_emulation sysctlshaibinzhang (张海斌)1-4/+5
2022-08-11arm64: set UXN on swapper page tablesPeter Collingbourne1-1/+1
2022-06-22arm64: ftrace: consistently handle PLTs.Mark Rutland1-71/+66
2022-06-22arm64: ftrace: fix branch range checksMark Rutland1-2/+2
2022-06-09signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver2-0/+2
2022-06-09arm64: compat: Do not treat syscall number as ESR_ELx for a bad syscallAlexandru Elisei1-1/+1
2022-05-25arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUsShreyas K K1-0/+2
2022-05-25arm64: mte: Ensure the cleared tags are visible before setting the PTECatalin Marinas1-0/+3
2022-05-25arm64: paravirt: Use RCU read locks to guard stolen_timePrakruthi Deepak Heragu1-8/+21
2022-05-18arm64: vdso: fix makefile dependency on vdso.soJoey Gouly3-6/+4
2022-04-20arm64: alternatives: mark patch_alternative() as `noinstr`Joey Gouly1-3/+3
2022-04-20cpuidle: PSCI: Move the `has_lpi` check to the beginning of the functionMario Limonciello1-3/+3
2022-04-13arm64: patch_text: Fixup last cpu should be masterGuo Ren1-2/+2
2022-04-13arm64: Add part number for Arm Cortex-A78AEChanho Park1-0/+1
2022-04-13arch/arm64: Fix topology initialization for core schedulingPhil Auld1-1/+1
2022-04-08arm64: prevent instrumentation of bp hardening callbacksMark Rutland1-3/+6
2022-04-08arm64: signal: nofpsimd: Do not allocate fp/simd context when not availableDavid Engraf1-4/+6
2022-03-11arm64: proton-pack: Include unprivileged eBPF status in Spectre v2 mitigation...James Morse1-0/+26
2022-03-11arm64: Use the clearbhb instruction in mitigationsJames Morse4-0/+39
2022-03-11arm64: Mitigate spectre style branch history side channelsJames Morse3-0/+288
2022-03-11arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2James Morse1-2/+34
2022-03-11arm64: Add percpu vectors for EL1James Morse2-6/+17
2022-03-11arm64: entry: Add macro for reading symbol addresses from the trampolineJames Morse1-21/+16
2022-03-11arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse2-9/+60
2022-03-11arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigationsJames Morse1-1/+34
2022-03-11arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse2-2/+2