summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-04-18arm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2HArd Biesheuvel1-0/+5
2024-04-18arm64/head: Drop unnecessary pre-disable-MMU workaroundArd Biesheuvel1-2/+0
2024-04-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-4/+1
2024-04-03arm64/ptrace: Use saved floating point state type to determine SVE layoutMark Brown1-4/+1
2024-04-01arm64: Fix early handling of FEAT_E2H0 not being implementedMarc Zyngier1-13/+16
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-18/+111
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-9/+14
2024-03-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds30-781/+1107
2024-03-13Revert "arm64: mm: add support for WXN memory translation attribute"Catalin Marinas2-26/+1
2024-03-13Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-0/+101
2024-03-12Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+1
2024-03-11Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini3-18/+111
2024-03-07Merge branch 'for-next/stage1-lpa2' into for-next/coreCatalin Marinas19-639/+846
2024-03-07Merge branches 'for-next/reorg-va-space', 'for-next/rust-for-arm64', 'for-nex...Catalin Marinas15-143/+287
2024-03-07arm64/hwcap: Define hwcaps for 2023 DPISA featuresMark Brown2-0/+50
2024-03-07arm64/ptrace: Expose FPMR via ptraceMark Brown1-0/+42
2024-03-07arm64/signal: Add FPMR signal handlingMark Brown1-0/+59
2024-03-07arm64/fpsimd: Support FEAT_FPMRMark Brown2-0/+22
2024-03-07arm64/cpufeature: Hook new identification registers up to cpufeatureMark Brown2-0/+31
2024-03-04arm64: prohibit probing on arch_kunwind_consume_entry()Puranjay Mohan1-1/+1
2024-03-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-0/+101
2024-03-01arm64/hw_breakpoint: Directly use ESR_ELx_WNR for an watchpoint exceptionAnshuman Khandual1-1/+2
2024-03-01arm64: cpufeatures: Clean up temporary variable to simplify codeLiao Chang1-6/+2
2024-02-29arm64: patching: implement text_poke APIPuranjay Mohan1-0/+75
2024-02-28arm64: Update setup_arch() comment on interrupt maskingRyo Takakura1-3/+2
2024-02-28arm64: remove unnecessary ifdefs around is_compat_task()Leonardo Bras2-9/+4
2024-02-28arm64: stacktrace: Implement arch_bpf_stack_walk() for the BPF JITPuranjay Mohan1-0/+26
2024-02-24arm64, crash: wrap crash dumping code into crash related ifdefsBaoquan He2-3/+9
2024-02-24crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He2-2/+2
2024-02-24mm/vmalloc: remove vmap_area_listBaoquan He1-1/+0
2024-02-23arm64/mm: new ptep layer to manage contig bitRyan Roberts2-3/+3
2024-02-23arm64/mm: convert set_pte_at() to set_ptes(..., 1)Ryan Roberts1-1/+1
2024-02-23arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)Ryan Roberts1-1/+1
2024-02-23arm64: 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