summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2024-04-20KVM: arm64: Harden __ctxt_sys_reg() against out-of-range valuesMarc Zyngier1-1/+8
2024-04-19arm64: Add Neoverse-V2 partBesar Wicaksono1-0/+2
2024-04-12arm64: mm: Don't remap pgtables for allocate vs populateRyan Roberts1-0/+2
2024-04-12arm64: mm: Batch dsb and isb when populating pgtablesRyan Roberts1-1/+6
2024-04-12KVM: arm64: Exclude FP ownership from kvm_vcpu_archMarc Zyngier2-9/+9
2024-04-12KVM: arm64: Exclude host_fpsimd_state pointer from kvm_vcpu_archMarc Zyngier1-1/+1
2024-04-12KVM: arm64: Exclude mdcr_el2_host from kvm_vcpu_archMarc Zyngier1-3/+2
2024-04-12KVM: arm64: Exclude host_debug_data from vcpu_archMarc Zyngier1-14/+17
2024-04-12KVM: arm64: Add accessor for per-CPU stateMarc Zyngier1-0/+37
2024-04-12arm64: arm_pmuv3: Correctly extract and check the PMUVerYicong Yang2-7/+9
2024-04-11arm64: tlb: Allow range operation for MAX_TLBI_RANGE_PAGESGavin Shan1-2/+2
2024-04-11arm64: tlb: Improve __TLBI_VADDR_RANGE()Gavin Shan1-11/+18
2024-04-10arm64: tlb: Fix TLBI RANGE operandGavin Shan1-9/+11
2024-04-10arm64: Remove unnecessary irqflags alternative.h includeJinjie Ruan1-1/+0
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