summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm
AgeCommit message (Expand)Author
2024-04-10arm64: tlb: Fix TLBI RANGE operandGavin Shan
2024-03-21Merge tag 'hyperv-next-signed-20240320' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2024-03-18hyperv-tlfs: Rename some HV_REGISTER_* defines for consistencyNuno Das Neves
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-03-13Revert "arm64: mm: add support for WXN memory translation attribute"Catalin Marinas
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-11Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini
2024-03-07Merge branch 'for-next/stage1-lpa2' into for-next/coreCatalin Marinas
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/fpsimd: Support FEAT_FPMRMark Brown
2024-03-07arm64/fpsimd: Enable host kernel access to FPMRMark Brown
2024-03-07arm64/cpufeature: Hook new identification registers up to cpufeatureMark Brown
2024-03-07Merge branch kvm-arm64/vfio-normal-nc into kvmarm/nextOliver Upton
2024-03-07Merge branch kvm-arm64/vm-configuration into kvmarm/nextOliver Upton
2024-03-07Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton
2024-03-06arch: simplify architecture specific page size configurationArnd Bergmann
2024-03-04hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*Nuno Das Neves
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
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/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