aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-02-28arm64: remove unnecessary ifdefs around is_compat_task()Leonardo Bras2-9/+4
2024-02-27arm64: stacktrace: Implement arch_bpf_stack_walk() for the BPF JITPuranjay Mohan1-0/+26
2024-02-23arm64, crash: wrap crash dumping code into crash related ifdefsBaoquan He2-3/+9
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He2-2/+2
2024-02-23mm/vmalloc: remove vmap_area_listBaoquan He1-1/+0
2024-02-22arm64/mm: new ptep layer to manage contig bitRyan Roberts2-3/+3
2024-02-22arm64/mm: convert set_pte_at() to set_ptes(..., 1)Ryan Roberts1-1/+1
2024-02-22arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)Ryan Roberts1-1/+1
2024-02-22arm64: gitignore: ignore relacheckBartosz Golaszewski1-0/+3
2024-02-22arm64/sme: Ensure that all fields in SMCR_EL1 are set to known valuesMark Brown1-0/+3
2024-02-22arm64/sve: Ensure that all fields in ZCR_EL1 are set to known valuesMark Brown1-0/+2
2024-02-22arm64: make member of struct pt_regs and it's offset macro in the same orderKemeng Shi1-1/+1
2024-02-22arm64: remove unneeded BUILD_BUG_ON assertionDawei Li1-3/+0
2024-02-20arm64: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen1-4/+1
2024-02-20arm64: kretprobes: acquire the regs via a BRK exceptionMark Rutland2-77/+22
2024-02-20arm64: Unmask Debug + SError in do_notify_resume()Mark Rutland1-3/+5
2024-02-20arm64: Move do_notify_resume() to entry-common.cMark Rutland2-33/+34
2024-02-20arm64: Simplify do_notify_resume() DAIF maskingMark Rutland1-19/+15
2024-02-20arm64/sme: Restore SMCR_EL1.EZT0 on exit from suspendMark Brown1-0/+2
2024-02-20arm64/sme: Restore SME registers on exit from suspendMark Brown2-0/+17
2024-02-19arm64: Use Signed/Unsigned enums for TGRAN{4,16,64} and VARangeMarc Zyngier1-12/+3
2024-02-16arm64: mm: add support for WXN memory translation attributeArd Biesheuvel2-1/+26
2024-02-16arm64: Enable 52-bit virtual addressing for 4k and 16k granule configsArd Biesheuvel1-4/+18
2024-02-16arm64: mm: Add support for folding PUDs at runtimeArd Biesheuvel1-0/+2
2024-02-16arm64: Enable LPA2 at boot if supported by the systemArd Biesheuvel5-8/+86
2024-02-16arm64: mm: add LPA2 and 5 level paging support to G-to-nG conversionArd Biesheuvel1-3/+6
2024-02-16arm64: mm: Add feature override support for LVAArd Biesheuvel3-2/+39
2024-02-16arm64: mm: Handle LVA support as a CPU featureArd Biesheuvel5-26/+23
2024-02-16arm64: mm: omit redundant remap of kernel imageArd Biesheuvel2-1/+6
2024-02-16arm64: kernel: Create initial ID map from C codeArd Biesheuvel6-244/+61
2024-02-16arm64: mm: Use 48-bit virtual addressing for the permanent ID mapArd Biesheuvel1-0/+5
2024-02-16arm64: head: Move early kernel mapping routines into C codeArd Biesheuvel12-90/+311
2024-02-16arm64: mm: Make kaslr_requires_kpti() a static inlineArd Biesheuvel2-42/+2
2024-02-16arm64: head: move memstart_offset_seed handling to C codeArd Biesheuvel3-7/+5
2024-02-16arm64: idreg-override: Create a pseudo feature for rodata=offArd Biesheuvel1-0/+2
2024-02-16arm64: kaslr: Use feature override instead of parsing the cmdline againArd Biesheuvel2-55/+2
2024-02-16arm64: cpufeature: Add helper to test for CPU feature overridesArd Biesheuvel1-8/+1
2024-02-16arm64: head: move dynamic shadow call stack patching into early C runtimeArd Biesheuvel5-29/+25
2024-02-16arm64: head: Run feature override detection before mapping the kernelArd Biesheuvel2-11/+10
2024-02-16arm64: Move feature overrides into the BSS sectionArd Biesheuvel1-7/+7
2024-02-16arm64: head: Clear BSS and the kernel page tables in one goArd Biesheuvel2-22/+14
2024-02-16arm64: kernel: Remove early fdt remap codeArd Biesheuvel1-15/+0
2024-02-16arm64: idreg-override: Move to early mini C runtimeArd Biesheuvel5-28/+30
2024-02-16arm64: head: move relocation handling to C codeArd Biesheuvel5-104/+82
2024-02-16arm64: kernel: Don't rely on objcopy to make code under pi/ __initArd Biesheuvel2-9/+13
2024-02-16arm64: kernel: Manage absolute relocations in code built under pi/Ard Biesheuvel3-2/+155
2024-02-15arm64/sve: Lower the maximum allocation for the SVE ptrace regsetMark Brown1-1/+2
2024-02-15arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errataEaswar Hariharan1-0/+3
2024-02-15arm64: cpufeatures: Fix FEAT_NV check when checking for FEAT_NV1Marc Zyngier1-1/+1
2024-02-12arm64: cpufeatures: Only check for NV1 if NV is presentMarc Zyngier1-2/+3