aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-10-02x86/sev: Change npages to unsigned long in snp_accept_memory()Tom Lendacky1-2/+1
2023-10-02x86/sev: Use the GHCB protocol when available for SNP CPUID requestsTom Lendacky1-14/+55
2023-10-02arm64: dts: meson-s4: add hwrng nodeAlexey Romanov1-0/+5
2023-10-02s390/pci: Use dma-iommu layerNiklas Schnelle10-892/+36
2023-10-02s390/pci: prepare is_passed_through() for dma-iommuNiklas Schnelle1-4/+11
2023-10-02LoongArch: KVM: Enable kvm config and add the makefileTianrui Zhao5-0/+72
2023-10-02LoongArch: KVM: Implement vcpu world switchTianrui Zhao2-0/+282
2023-10-02LoongArch: KVM: Implement kvm exception vectorsTianrui Zhao1-0/+36
2023-10-02LoongArch: KVM: Implement handle fpu exceptionTianrui Zhao1-0/+27
2023-10-02LoongArch: KVM: Implement handle mmio exceptionTianrui Zhao1-0/+310
2023-10-02LoongArch: KVM: Implement handle gspr exceptionTianrui Zhao1-0/+107
2023-10-02LoongArch: KVM: Implement handle idle exceptionTianrui Zhao1-0/+20
2023-10-02LoongArch: KVM: Implement handle iocsr exceptionTianrui Zhao2-0/+107
2023-10-02LoongArch: KVM: Implement handle csr exceptionTianrui Zhao1-0/+105
2023-10-02LoongArch: KVM: Implement kvm mmu operationsTianrui Zhao2-0/+1053
2023-10-02LoongArch: KVM: Implement virtual machine tlb operationsTianrui Zhao1-0/+32
2023-10-02LoongArch: KVM: Implement vcpu timer operationsTianrui Zhao1-0/+197
2023-10-02LoongArch: KVM: Implement misc vcpu related interfacesTianrui Zhao1-0/+120
2023-10-02LoongArch: KVM: Implement vcpu load and vcpu put operationsTianrui Zhao1-0/+203
2023-10-02LoongArch: KVM: Implement vcpu interrupt operationsTianrui Zhao2-0/+221
2023-10-02LoongArch: KVM: Implement fpu operations for vcpuTianrui Zhao1-0/+56
2023-10-02LoongArch: KVM: Implement basic vcpu ioctl interfacesTianrui Zhao1-0/+261
2023-10-02LoongArch: KVM: Implement basic vcpu interfacesTianrui Zhao1-0/+261
2023-10-02LoongArch: KVM: Add vcpu related header filesTianrui Zhao4-5/+480
2023-10-02LoongArch: KVM: Implement VM related functionsTianrui Zhao1-0/+94
2023-10-02LoongArch: KVM: Implement kvm hardware enable, disable interfaceTianrui Zhao1-0/+62
2023-10-02LoongArch: KVM: Implement kvm module related interfaceTianrui Zhao1-0/+358
2023-10-02LoongArch: KVM: Add kvm related header filesTianrui Zhao3-0/+356
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds16-32/+56
2023-10-01Merge tag 'x86-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-7/+26
2023-10-01Merge tag 'perf-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+17
2023-10-01powerpc: Use shared font dataDr. David Alan Gilbert2-354/+8
2023-09-30Merge tag 'soc-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds17-57/+79
2023-09-30KVM: arm64: vgic-v3: Optimize affinity-based SGI injectionMarc Zyngier1-53/+11
2023-09-30KVM: arm64: Fast-track kvm_mpidr_to_vcpu() when mpidr_data is availableMarc Zyngier1-0/+12
2023-09-30KVM: arm64: Build MPIDR to vcpu index cache at runtimeMarc Zyngier2-0/+82
2023-09-30KVM: arm64: Simplify kvm_vcpu_get_mpidr_aff()Marc Zyngier1-1/+1
2023-09-30KVM: arm64: Use vcpu_idx for invalidation trackingMarc Zyngier1-2/+2
2023-09-30KVM: arm64: vgic: Use vcpu_idx for the debug informationMarc Zyngier1-3/+3
2023-09-30KVM: arm64: vgic-v2: Use cpuid from userspace as vcpu_idMarc Zyngier1-6/+2
2023-09-30KVM: arm64: vgic-v3: Refactor GICv3 SGI generationMarc Zyngier1-51/+59
2023-09-30KVM: arm64: vgic-its: Treat the collection target address as a vcpu_idMarc Zyngier1-22/+27
2023-09-30KVM: arm64: vgic: Make kvm_vgic_inject_irq() take a vcpu pointerMarc Zyngier5-25/+16
2023-09-30KVM: arm64: Do not transfer page refcount for THP adjustmentVincent Donnefort1-20/+0
2023-09-30Merge tag 'powerpc-6.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-22/+5
2023-09-30powerpc/pseries: Remove unused r0 in the hcall tracing codeAthira Rajeev1-4/+0
2023-09-30powerpc/pseries: Fix STK_PARAM access in the hcall tracing codeAthira Rajeev1-3/+1
2023-09-30riscv: dts: starfive: add assigned-clock* to limit frquencyWilliam Qiu1-0/+4
2023-09-29arm64: hugetlb: fix set_huge_pte_at() to work with all swap entriesRyan Roberts1-14/+3
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts15-18/+45