summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2024-02-22arm64/mm: new ptep layer to manage contig bitRyan Roberts
2024-02-22arm64/mm: convert set_pte_at() to set_ptes(..., 1)Ryan Roberts
2024-02-22arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)Ryan Roberts
2024-02-22arm64: gitignore: ignore relacheckBartosz Golaszewski
2024-02-22arm64/sme: Ensure that all fields in SMCR_EL1 are set to known valuesMark Brown
2024-02-22arm64/sve: Ensure that all fields in ZCR_EL1 are set to known valuesMark Brown
2024-02-22arm64: make member of struct pt_regs and it's offset macro in the same orderKemeng Shi
2024-02-22arm64: remove unneeded BUILD_BUG_ON assertionDawei Li
2024-02-20arm64: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen
2024-02-20arm64: kretprobes: acquire the regs via a BRK exceptionMark Rutland
2024-02-20arm64: Unmask Debug + SError in do_notify_resume()Mark Rutland
2024-02-20arm64: Move do_notify_resume() to entry-common.cMark Rutland
2024-02-20arm64: Simplify do_notify_resume() DAIF maskingMark Rutland
2024-02-20arm64/sme: Restore SMCR_EL1.EZT0 on exit from suspendMark Brown
2024-02-20arm64/sme: Restore SME registers on exit from suspendMark Brown
2024-02-19arm64: Use Signed/Unsigned enums for TGRAN{4,16,64} and VARangeMarc Zyngier
2024-02-16arm64: mm: add support for WXN memory translation attributeArd Biesheuvel
2024-02-16arm64: Enable 52-bit virtual addressing for 4k and 16k granule configsArd Biesheuvel
2024-02-16arm64: mm: Add support for folding PUDs at runtimeArd Biesheuvel
2024-02-16arm64: Enable LPA2 at boot if supported by the systemArd Biesheuvel
2024-02-16arm64: mm: add LPA2 and 5 level paging support to G-to-nG conversionArd Biesheuvel
2024-02-16arm64: mm: Add feature override support for LVAArd Biesheuvel
2024-02-16arm64: mm: Handle LVA support as a CPU featureArd Biesheuvel
2024-02-16arm64: mm: omit redundant remap of kernel imageArd Biesheuvel
2024-02-16arm64: kernel: Create initial ID map from C codeArd Biesheuvel
2024-02-16arm64: mm: Use 48-bit virtual addressing for the permanent ID mapArd Biesheuvel
2024-02-16arm64: head: Move early kernel mapping routines into C codeArd Biesheuvel
2024-02-16arm64: mm: Make kaslr_requires_kpti() a static inlineArd Biesheuvel
2024-02-16arm64: head: move memstart_offset_seed handling to C codeArd Biesheuvel
2024-02-16arm64: idreg-override: Create a pseudo feature for rodata=offArd Biesheuvel
2024-02-16arm64: kaslr: Use feature override instead of parsing the cmdline againArd Biesheuvel
2024-02-16arm64: cpufeature: Add helper to test for CPU feature overridesArd Biesheuvel
2024-02-16arm64: head: move dynamic shadow call stack patching into early C runtimeArd Biesheuvel
2024-02-16arm64: head: Run feature override detection before mapping the kernelArd Biesheuvel
2024-02-16arm64: Move feature overrides into the BSS sectionArd Biesheuvel
2024-02-16arm64: head: Clear BSS and the kernel page tables in one goArd Biesheuvel
2024-02-16arm64: kernel: Remove early fdt remap codeArd Biesheuvel
2024-02-16arm64: idreg-override: Move to early mini C runtimeArd Biesheuvel
2024-02-16arm64: head: move relocation handling to C codeArd Biesheuvel
2024-02-16arm64: kernel: Don't rely on objcopy to make code under pi/ __initArd Biesheuvel
2024-02-16arm64: kernel: Manage absolute relocations in code built under pi/Ard Biesheuvel
2024-02-15arm64/sve: Lower the maximum allocation for the SVE ptrace regsetMark Brown
2024-02-15arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errataEaswar Hariharan
2024-02-15arm64: cpufeatures: Fix FEAT_NV check when checking for FEAT_NV1Marc Zyngier
2024-02-12arm64: cpufeatures: Only check for NV1 if NV is presentMarc Zyngier
2024-02-12arm64: cpufeatures: Add missing ID_AA64MMFR4_EL1 to __read_sysreg_by_encoding()Marc Zyngier
2024-02-09arm64/signal: Don't assume that TIF_SVE means we saved SVE stateMark Brown
2024-02-09arm64: kaslr: Adjust randomization range dynamicallyArd Biesheuvel
2024-02-08KVM: arm64: Handle Apple M2 as not having HCR_EL2.NV1 implementedMarc Zyngier
2024-02-08arm64: Treat HCR_EL2.E2H as RES1 when ID_AA64MMFR4_EL1.E2H0 is negativeMarc Zyngier