summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2024-03-07Merge branches 'for-next/reorg-va-space', 'for-next/rust-for-arm64', 'for-nex...Catalin Marinas
2024-03-07arm64/hwcap: Define hwcaps for 2023 DPISA featuresMark Brown
2024-03-07arm64/ptrace: Expose FPMR via ptraceMark Brown
2024-03-07arm64/signal: Add FPMR signal handlingMark Brown
2024-03-07arm64/fpsimd: Support FEAT_FPMRMark Brown
2024-03-07arm64/cpufeature: Hook new identification registers up to cpufeatureMark Brown
2024-03-04arm64: prohibit probing on arch_kunwind_consume_entry()Puranjay Mohan
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-01arm64/hw_breakpoint: Directly use ESR_ELx_WNR for an watchpoint exceptionAnshuman Khandual
2024-03-01arm64: cpufeatures: Clean up temporary variable to simplify codeLiao Chang
2024-02-28arm64: patching: implement text_poke APIPuranjay Mohan
2024-02-28arm64: Update setup_arch() comment on interrupt maskingRyo Takakura
2024-02-28arm64: remove unnecessary ifdefs around is_compat_task()Leonardo Bras
2024-02-27arm64: stacktrace: Implement arch_bpf_stack_walk() for the BPF JITPuranjay Mohan
2024-02-23arm64, crash: wrap crash dumping code into crash related ifdefsBaoquan He
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He
2024-02-23mm/vmalloc: remove vmap_area_listBaoquan He
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