summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2024-03-01arm64: Remove enable_daif macroJinjie Ruan
2024-03-01arm64/hw_breakpoint: Directly use ESR_ELx_WNR for an watchpoint exceptionAnshuman Khandual
2024-03-01arm64/mm: Use generic __pud_free() helper in pud_free() implementationArd Biesheuvel
2024-02-28arm64: patching: implement text_poke APIPuranjay Mohan
2024-02-28arm64: remove unnecessary ifdefs around is_compat_task()Leonardo Bras
2024-02-27KVM: arm64: Don't initialize idreg debugfs w/ preemption disabledOliver Upton
2024-02-24KVM: arm64: Introduce new flag for non-cacheable IO memoryAnkit Agrawal
2024-02-24KVM: arm64: Fix typosBjorn Helgaas
2024-02-23arm64, crash: wrap crash dumping code into crash related ifdefsBaoquan He
2024-02-23kexec: split crashkernel reservation code out from crash_core.cBaoquan He
2024-02-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2024-02-22arm64/mm: automatically fold contpte mappingsRyan Roberts
2024-02-22arm64/mm: __always_inline to improve fork() perfRyan Roberts
2024-02-22arm64/mm: implement pte_batch_hint()Ryan Roberts
2024-02-22arm64/mm: implement new [get_and_]clear_full_ptes() batch APIsRyan Roberts
2024-02-22arm64/mm: implement new wrprotect_ptes() batch APIRyan Roberts
2024-02-22arm64/mm: wire up PTE_CONT for user mappingsRyan Roberts
2024-02-22arm64/mm: dplit __flush_tlb_range() to elide trailing DSBRyan Roberts
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/mm: convert pte_next_pfn() to pte_advance_pfn()Ryan Roberts
2024-02-22arm64/sve: Document that __SVE_VQ_MAX is much larger than neededMark Brown
2024-02-22arm64/mm: make set_ptes() robust when OAs cross 48-bit boundaryRyan Roberts
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy
2024-02-20arm64: kretprobes: acquire the regs via a BRK exceptionMark Rutland
2024-02-20arm64: Move do_notify_resume() to entry-common.cMark Rutland
2024-02-20arm64: io: permit offset addressingMark Rutland
2024-02-20arm64/sme: Restore SME registers on exit from suspendMark Brown
2024-02-20Revert "arm64: jump_label: use constraints "Si" instead of "i""Will Deacon
2024-02-19KVM: arm64: Add debugfs file for guest's ID registersMarc Zyngier
2024-02-19KVM: arm64: Make FEAT_MOPS UNDEF if not advertised to the guestMarc Zyngier
2024-02-19KVM: arm64: Move existing feature disabling over to FGU infrastructureMarc Zyngier
2024-02-19KVM: arm64: Add Fine-Grained UNDEF tracking informationMarc Zyngier
2024-02-19KVM: arm64: Rename __check_nv_sr_forward() to triage_sysreg_trap()Marc Zyngier
2024-02-19KVM: arm64: Use the xarray as the primary sysreg/sysinsn walkerMarc Zyngier
2024-02-19KVM: arm64: Register AArch64 system register entries with the sysreg xarrayMarc Zyngier
2024-02-19KVM: arm64: nv: Add sanitising to VNCR-backed sysregsMarc Zyngier
2024-02-19KVM: arm64: Add feature checking helpersMarc Zyngier
2024-02-19arm64: mm: Make PUD folding check in set_pud() a runtime checkArd Biesheuvel
2024-02-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2024-02-16arm64: mm: add support for WXN memory translation attributeArd Biesheuvel
2024-02-16arm64: mm: Add support for folding PUDs at runtimeArd Biesheuvel
2024-02-16arm64: mm: Add 5 level paging support to fixmap and swapper handlingArd Biesheuvel
2024-02-16arm64: Enable LPA2 at boot if supported by the systemArd Biesheuvel
2024-02-16arm64: mm: Add definitions to support 5 levels of pagingArd Biesheuvel
2024-02-16arm64: mm: Add LPA2 support to phys<->pte conversion routinesArd Biesheuvel
2024-02-16arm64: mm: Wire up TCR.DS bit to PTE shareability fieldsArd Biesheuvel
2024-02-16arm64: Add ESR decoding for exceptions involving translation level -1Ard Biesheuvel
2024-02-16arm64: Avoid #define'ing PTE_MAYBE_NG to 0x0 for asm useArd Biesheuvel