summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'hyperv-next-signed-20240320' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-28/+21
2024-03-18hyperv-tlfs: Rename some HV_REGISTER_* defines for consistencyNuno Das Neves1-6/+6
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-40/+141
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-63/+394
2024-03-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds33-263/+643
2024-03-13Revert "arm64: mm: add support for WXN memory translation attribute"Catalin Marinas3-73/+1
2024-03-13Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+2
2024-03-13Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-03-11Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini11-34/+132
2024-03-11Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini3-7/+13
2024-03-09Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini2-4/+4
2024-03-07Merge branch 'for-next/stage1-lpa2' into for-next/coreCatalin Marinas20-236/+621
2024-03-07Merge branches 'for-next/reorg-va-space', 'for-next/rust-for-arm64', 'for-nex...Catalin Marinas18-28/+95
2024-03-07arm64/hwcap: Define hwcaps for 2023 DPISA featuresMark Brown2-0/+30
2024-03-07arm64/signal: Add FPMR signal handlingMark Brown1-0/+8
2024-03-07arm64/fpsimd: Support FEAT_FPMRMark Brown4-0/+12
2024-03-07arm64/fpsimd: Enable host kernel access to FPMRMark Brown1-1/+1
2024-03-07arm64/cpufeature: Hook new identification registers up to cpufeatureMark Brown1-0/+3
2024-03-07Merge branch kvm-arm64/vfio-normal-nc into kvmarm/nextOliver Upton2-0/+4
2024-03-07Merge branch kvm-arm64/vm-configuration into kvmarm/nextOliver Upton3-5/+99
2024-03-07Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton2-27/+21
2024-03-06arch: simplify architecture specific page size configurationArnd Bergmann1-1/+1
2024-03-04hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*Nuno Das Neves2-28/+21
2024-03-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+2
2024-03-01arm64: Remove enable_daif macroJinjie Ruan1-4/+0
2024-03-01arm64/hw_breakpoint: Directly use ESR_ELx_WNR for an watchpoint exceptionAnshuman Khandual1-1/+0
2024-03-01arm64/mm: Use generic __pud_free() helper in pud_free() implementationArd Biesheuvel1-2/+1
2024-02-29arm64: patching: implement text_poke APIPuranjay Mohan1-0/+2
2024-02-28arm64: remove unnecessary ifdefs around is_compat_task()Leonardo Bras2-7/+5
2024-02-27KVM: arm64: Don't initialize idreg debugfs w/ preemption disabledOliver Upton1-0/+1
2024-02-24KVM: arm64: Introduce new flag for non-cacheable IO memoryAnkit Agrawal2-0/+4
2024-02-24KVM: arm64: Fix typosBjorn Helgaas1-1/+1
2024-02-24arm64, crash: wrap crash dumping code into crash related ifdefsBaoquan He1-1/+1
2024-02-24kexec: split crashkernel reservation code out from crash_core.cBaoquan He1-2/+2
2024-02-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-8/+6
2024-02-23arm64/mm: automatically fold contpte mappingsRyan Roberts1-0/+26
2024-02-23arm64/mm: __always_inline to improve fork() perfRyan Roberts1-5/+5
2024-02-23arm64/mm: implement pte_batch_hint()Ryan Roberts1-0/+9
2024-02-23arm64/mm: implement new [get_and_]clear_full_ptes() batch APIsRyan Roberts1-0/+67
2024-02-23arm64/mm: implement new wrprotect_ptes() batch APIRyan Roberts1-10/+51
2024-02-23arm64/mm: wire up PTE_CONT for user mappingsRyan Roberts1-0/+167
2024-02-23arm64/mm: dplit __flush_tlb_range() to elide trailing DSBRyan Roberts1-2/+11
2024-02-23arm64/mm: new ptep layer to manage contig bitRyan Roberts1-38/+45
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-3/+9
2024-02-23arm64/mm: convert pte_next_pfn() to pte_advance_pfn()Ryan Roberts1-4/+4
2024-02-22arm64/sve: Document that __SVE_VQ_MAX is much larger than neededMark Brown1-0/+11
2024-02-22arm64/mm: make set_ptes() robust when OAs cross 48-bit boundaryRyan Roberts1-11/+17
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy1-7/+0