summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm
AgeCommit message (Expand)AuthorFilesLines
2024-09-03arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)3-13/+2
2024-08-30arm64: mm: Add confidential computing hook to ioremap_prot()Will Deacon1-0/+4
2024-08-30arm64: mm: Add top-level dispatcher for internal mem_encrypt APIWill Deacon2-0/+16
2024-08-30drivers/virt: pkvm: Add initial support for running as a protected guestWill Deacon1-0/+7
2024-08-30firmware/smccc: Call arch-specific hook on discovering KVM servicesMarc Zyngier1-0/+4
2024-08-30arm64: errata: Enable the AC03_CPU_38 workaround for ampere1aD Scott Phillips1-0/+2
2024-08-30KVM: arm64: nv: Add support for FEAT_ATS1AMarc Zyngier1-0/+1
2024-08-30KVM: arm64: nv: Make ps_to_output_size() generally availableMarc Zyngier1-0/+14
2024-08-30KVM: arm64: nv: Add emulation of AT S12E{0,1}{R,W}Marc Zyngier1-0/+1
2024-08-30KVM: arm64: nv: Add basic emulation of AT S1E2{R,W}Marc Zyngier1-0/+1
2024-08-30KVM: arm64: nv: Add basic emulation of AT S1E{0,1}{R,W}Marc Zyngier1-0/+1
2024-08-30KVM: arm64: nv: Turn upper_attr for S2 walk into the full descriptorMarc Zyngier1-2/+2
2024-08-30KVM: arm64: nv: Enforce S2 alignment when contiguous bit is setMarc Zyngier1-0/+22
2024-08-30arm64: Add ESR_ELx_FSC_ADDRSZ_L() helperMarc Zyngier1-2/+3
2024-08-30arm64: Add system register encoding for PSTATE.PANMarc Zyngier1-0/+3
2024-08-30arm64: Add PAR_EL1 field descriptionMarc Zyngier1-0/+18
2024-08-30arm64: Add missing APTable and TCR_ELx.HPD masksMarc Zyngier2-0/+10
2024-08-30KVM: arm64: Make kvm_at() take an OP_AT_*Joey Gouly1-1/+2
2024-08-27KVM: arm64: Add ICH_HCR_EL2 to the vcpu stateMarc Zyngier1-0/+2
2024-08-27arm64: Implement prctl(PR_{G,S}ET_TSC)Peter Collingbourne2-0/+7
2024-08-27KVM: arm64: Add save/restore support for FPMRMarc Zyngier1-0/+10
2024-08-27KVM: arm64: Move FPMR into the sysreg arrayMarc Zyngier1-1/+1
2024-08-27KVM: arm64: Add predicate for FPMR support in a VMMarc Zyngier1-0/+4
2024-08-27KVM: arm64: Move SVCR into the sysreg arrayMarc Zyngier1-1/+3
2024-08-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2024-08-16perf: arm_pmuv3: Add support for Armv9.4 PMU instruction counterRob Herring (Arm)1-0/+28
2024-08-16KVM: arm64: pmu: Use generated define for PMSELR_EL0.SEL accessRob Herring (Arm)1-1/+0
2024-08-16KVM: arm64: pmu: Use arm_pmuv3.h register accessorsRob Herring (Arm)1-0/+13
2024-08-16perf: arm_pmuv3: Prepare for more than 32 countersRob Herring (Arm)2-10/+10
2024-08-16arm64/sve: Remove unused declaration read_smcr_features()Yue Haibing1-2/+0
2024-08-16arm64: mm: Remove unused declaration early_io_map()Yue Haibing1-1/+0
2024-08-16arm64: el2_setup.h: Rename some labels to be more diff-friendlyDave Martin1-7/+10
2024-08-16arm64/mm: Drop PMD_SECT_VALIDAnshuman Khandual1-1/+0
2024-08-14arm64: uaccess: correct thinko in __get_mem_asm()Mark Rutland1-1/+1
2024-08-13Merge tag 'kvmarm-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-1/+1
2024-08-07KVM: arm64: Tidying up PAuth code in KVMFuad Tabba1-1/+1
2024-08-02arm64: jump_label: Ensure patched jump_labels are visible to all CPUsWill Deacon1-0/+1
2024-08-01arm64: cputype: Add Cortex-A725 definitionsMark Rutland1-0/+2
2024-08-01arm64: cputype: Add Cortex-X1C definitionsMark Rutland1-0/+2
2024-07-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+22
2024-07-25arm64: mm: Fix lockless walks with static and dynamic page-table foldingWill Deacon1-0/+22
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-40/+317
2024-07-18Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-11/+0
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-966/+28
2024-07-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+0
2024-07-16Merge tag 'kvmarm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini9-39/+317
2024-07-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds13-75/+61
2024-07-15Merge branch 'arm64-uaccess' (early part)Linus Torvalds2-46/+126
2024-07-15Merge branch 'word-at-a-time'Linus Torvalds1-8/+3