summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-214-13/+32
|\
| * mm/arm64: support large pfn mappingsPeter Xu2024-09-171-0/+29
| * mm: always define pxx_pgprot()Peter Xu2024-09-171-0/+1
| * arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)2024-09-043-13/+2
* | Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-09-184-1/+74
|\ \
| * | arm64: vDSO: Wire up getrandom() vDSO implementationAdhemerval Zanella2024-09-133-1/+70
| * | arm64: alternative: make alternative_has_cap_likely() VDSO compatibleMark Rutland2024-09-131-0/+4
| |/
* | Merge tag 'for-linus-non-x86' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-09-1610-7/+186
|\ \
| * \ Merge branch kvm-arm64/s2-ptdump into kvmarm-master/nextMarc Zyngier2024-09-123-1/+90
| |\ \
| | * | KVM: arm64: Register ptdump with debugfs on guest creationSebastian Ene2024-09-101-0/+6
| | * | arm64: ptdump: Use the ptdump description from a local contextSebastian Ene2024-09-101-0/+1
| | * | arm64: ptdump: Expose the attribute parsing functionalitySebastian Ene2024-09-101-1/+41
| | * | KVM: arm64: Move pagetable definitions to common headerSebastian Ene2024-09-101-0/+42
| * | | Merge branch kvm-arm64/nv-at-pan into kvmarm-master/nextMarc Zyngier2024-09-126-5/+78
| |\ \ \
| | * | | KVM: arm64: nv: Add support for FEAT_ATS1AMarc Zyngier2024-08-301-0/+1
| | * | | KVM: arm64: nv: Make ps_to_output_size() generally availableMarc Zyngier2024-08-301-0/+14
| | * | | KVM: arm64: nv: Add emulation of AT S12E{0,1}{R,W}Marc Zyngier2024-08-301-0/+1
| | * | | KVM: arm64: nv: Add basic emulation of AT S1E2{R,W}Marc Zyngier2024-08-301-0/+1
| | * | | KVM: arm64: nv: Add basic emulation of AT S1E{0,1}{R,W}Marc Zyngier2024-08-301-0/+1
| | * | | KVM: arm64: nv: Turn upper_attr for S2 walk into the full descriptorMarc Zyngier2024-08-301-2/+2
| | * | | KVM: arm64: nv: Enforce S2 alignment when contiguous bit is setMarc Zyngier2024-08-301-0/+22
| | * | | arm64: Add ESR_ELx_FSC_ADDRSZ_L() helperMarc Zyngier2024-08-301-2/+3
| | * | | arm64: Add system register encoding for PSTATE.PANMarc Zyngier2024-08-301-0/+3
| | * | | arm64: Add PAR_EL1 field descriptionMarc Zyngier2024-08-301-0/+18
| | * | | arm64: Add missing APTable and TCR_ELx.HPD masksMarc Zyngier2024-08-302-0/+10
| * | | | Merge branch kvm-arm64/vgic-sre-traps into kvmarm-master/nextMarc Zyngier2024-09-121-0/+2
| |\ \ \ \
| | * | | | KVM: arm64: Add ICH_HCR_EL2 to the vcpu stateMarc Zyngier2024-08-271-0/+2
| | | |_|/ | | |/| |
| * | | | Merge branch kvm-arm64/fpmr into kvmarm-master/nextMarc Zyngier2024-09-121-2/+18
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | KVM: arm64: Add save/restore support for FPMRMarc Zyngier2024-08-271-0/+10
| | * | | KVM: arm64: Move FPMR into the sysreg arrayMarc Zyngier2024-08-271-1/+1
| | * | | KVM: arm64: Add predicate for FPMR support in a VMMarc Zyngier2024-08-271-0/+4
| | * | | KVM: arm64: Move SVCR into the sysreg arrayMarc Zyngier2024-08-271-1/+3
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-09-1627-78/+411
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'for-next/timers' into for-next/coreWill Deacon2024-09-122-0/+7
| |\ \ \ \
| | * | | | arm64: Implement prctl(PR_{G,S}ET_TSC)Peter Collingbourne2024-08-272-0/+7
| | | |_|/ | | |/| |
| * | | | Merge branch 'for-next/poe' into for-next/coreWill Deacon2024-09-1217-12/+264
| |\ \ \ \
| | * | | | arm64: pkeys: remove redundant WARNJoey Gouly2024-09-101-2/+0
| | * | | | arm64: enable PKEY support for CPUs with S1POEJoey Gouly2024-09-041-1/+1
| | * | | | arm64: enable POE and PIE to coexistJoey Gouly2024-09-041-4/+4
| | * | | | arm64: implement PKEYS supportJoey Gouly2024-09-045-2/+208
| | * | | | arm64: add pte_access_permitted_no_overlay()Joey Gouly2024-09-041-4/+7
| | * | | | arm64: handle PKEY/POE faultsJoey Gouly2024-09-041-0/+1
| | * | | | arm64: mask out POIndex when modifying a PTEJoey Gouly2024-09-041-1/+2
| | * | | | arm64: convert protection key into vm_flags and pgprot valuesJoey Gouly2024-09-041-1/+9
| | * | | | arm64: add POIndex definesJoey Gouly2024-09-041-0/+10
| | * | | | arm64: enable the Permission Overlay Extension for EL0Joey Gouly2024-09-041-0/+1
| | * | | | KVM: arm64: Save/restore POE registersJoey Gouly2024-09-042-0/+5
| | * | | | arm64: context switch POR_EL0 registerJoey Gouly2024-09-043-0/+10
| | * | | | arm64: disable trapping of POR_EL0 to EL2Joey Gouly2024-09-041-1/+9
| | * | | | Merge remote-tracking branch 'kvmarm/arm64-shared-6.12' into for-next/poeWill Deacon2024-09-041-1/+2
| | |\ \ \ \ | | | |/ / / | | |/| | / | | | | |/ | | | |/|