summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-01-134-27/+43
|\
| * Merge branch kvm-arm64/s1ptw-write-fault into kvmarm-master/fixesMarc Zyngier2023-01-053-27/+39
| |\
| | * KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_*Marc Zyngier2023-01-033-25/+19
| | * KVM: arm64: Fix S1PTW handling on RO memslotsMarc Zyngier2023-01-031-2/+20
| * | KVM: arm64: vgic: Add Apple M2 cpus to the list of broken SEIS implementationsMarc Zyngier2023-01-051-0/+4
| |/
* | arm64/mm: Define dummy pud_user_exec() when using 2-level page-tableWill Deacon2023-01-091-0/+1
* | arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruptionAnshuman Khandual2023-01-062-0/+18
* | arm64: cmpxchg_double*: hazard against entire exchange variableMark Rutland2023-01-052-2/+2
* | arm64/uprobes: change the uprobe_opcode_t typedef to fix the sparse warningjunhua huang2023-01-051-1/+1
* | arm64/mm: add pud_user_exec() check in pud_user_accessible_page()Liu Shixin2023-01-051-2/+2
* | arm64/mm: fix incorrect file_map_count for invalid pmdLiu Shixin2023-01-051-1/+1
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-12-162-18/+0
|\
| * Revert "arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption"Will Deacon2022-12-152-18/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-1510-38/+341
|\ \
| * \ Merge remote-tracking branch 'arm64/for-next/sysregs' into kvmarm-master/nextMarc Zyngier2022-12-051-140/+0
| |\ \
| * \ \ Merge branch kvm-arm64/pmu-unchained into kvmarm-master/nextMarc Zyngier2022-12-052-0/+6
| |\ \ \
| | * | | KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creationMarc Zyngier2022-11-191-0/+4
| | * | | arm64: Add ID_DFR0_EL1.PerfMon values for PMUv3p7 and IMP_DEFMarc Zyngier2022-11-171-0/+2
| * | | | Merge branch kvm-arm64/mte-map-shared into kvmarm-master/nextMarc Zyngier2022-12-052-3/+66
| |\ \ \ \
| | * | | | arm64: mte: Lock a page for MTE tag initialisationCatalin Marinas2022-11-292-3/+36
| | * | | | arm64: mte: Fix/clarify the PG_mte_tagged semanticsCatalin Marinas2022-11-292-1/+31
| | |/ / /
| * | | | Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/nextMarc Zyngier2022-12-057-6/+140
| |\ \ \ \
| | * | | | KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2Will Deacon2022-11-111-0/+2
| | * | | | KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the hostQuentin Perret2022-11-111-2/+2
| | * | | | KVM: arm64: Return guest memory from EL2 via dedicated teardown memcacheQuentin Perret2022-11-111-6/+1
| | * | | | KVM: arm64: Consolidate stage-2 initialisation into a single functionQuentin Perret2022-11-113-4/+2
| | * | | | KVM: arm64: Add generic hyp_memcache helpersQuentin Perret2022-11-111-0/+57
| | * | | | KVM: arm64: Provide I-cache invalidation by virtual address at EL2Will Deacon2022-11-111-0/+1
| | * | | | KVM: arm64: Add per-cpu fixmap infrastructure at EL2Quentin Perret2022-11-111-0/+14
| | * | | | KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1Fuad Tabba2022-11-112-2/+16
| | * | | | KVM: arm64: Add infrastructure to create and track pKVM instances at EL2Fuad Tabba2022-11-114-0/+27
| | * | | | KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memoryQuentin Perret2022-11-111-0/+26
| | |/ / /
| * | | | Merge branch kvm-arm64/parallel-faults into kvmarm-master/nextMarc Zyngier2022-12-051-28/+125
| |\ \ \ \
| | * | | | KVM: arm64: Reject shared table walks in the hyp codeOliver Upton2022-11-221-2/+15
| | * | | | KVM: arm64: Don't acquire RCU read lock for exclusive table walksOliver Upton2022-11-221-6/+8
| | * | | | KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()Oliver Upton2022-11-221-71/+73
| | * | | | KVM: arm64: Handle stage-2 faults in parallelOliver Upton2022-11-101-1/+2
| | * | | | KVM: arm64: Protect stage-2 traversal with RCUOliver Upton2022-11-101-0/+49
| | * | | | KVM: arm64: Tear down unlinked stage-2 subtree after break-before-makeOliver Upton2022-11-101-0/+3
| | * | | | KVM: arm64: Use an opaque type for ptepsOliver Upton2022-11-101-1/+8
| | * | | | KVM: arm64: Add a helper to tear down unlinked stage-2 subtreesOliver Upton2022-11-101-0/+11
| | * | | | KVM: arm64: Pass mm_ops through the visitor contextOliver Upton2022-11-101-0/+1
| | * | | | KVM: arm64: Stash observed pte value in visitor contextOliver Upton2022-11-101-0/+1
| | * | | | KVM: arm64: Combine visitor arguments into a context structureOliver Upton2022-11-101-4/+11
| | |/ / /
| * | | | Merge branch kvm-arm64/dirty-ring into kvmarm-master/nextMarc Zyngier2022-12-051-0/+1
| |\ \ \ \
| | * | | | KVM: arm64: Enable ring-based dirty memory trackingGavin Shan2022-11-101-0/+1
| | |/ / /
| * | | | Merge branch kvm-arm64/52bit-fixes into kvmarm-master/nextMarc Zyngier2022-12-051-1/+5
| |\ \ \ \
| | * | | | KVM: arm64: Fix PAR_TO_HPFAR() to work independently of PA_BITS.Ryan Roberts2022-11-101-1/+5
| | |/ / /
* | | | | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-2/+0
|\ \ \ \ \
| * | | | | mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-2/+0
| |/ / / /