summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iommu: Remove the assignment of group->domain during default domain allocJason Gunthorpe2023-05-231-4/+0
* iommu: Do iommu_group_create_direct_mappings() before attachJason Gunthorpe2023-05-231-3/+5
* iommu: Fix iommu_probe_device() to attach the right domainJason Gunthorpe2023-05-231-20/+24
* iommu: Replace iommu_group_do_dma_first_attach with __iommu_device_set_domainJason Gunthorpe2023-05-231-12/+5
* iommu: Remove iommu_group_do_dma_first_attach() from iommu_group_add_device()Jason Gunthorpe2023-05-231-12/+0
* iommu: Replace __iommu_group_dma_first_attach() with set_domainJason Gunthorpe2023-05-231-21/+11
* iommu: Use __iommu_group_set_domain() in iommu_change_dev_def_domain()Jason Gunthorpe2023-05-231-3/+3
* iommu: Use __iommu_group_set_domain() for __iommu_attach_group()Jason Gunthorpe2023-05-231-39/+1
* iommu: Make __iommu_group_set_domain() handle error unwindJason Gunthorpe2023-05-231-25/+112
* iommu: Add for_each_group_device()Jason Gunthorpe2023-05-232-6/+11
* iommu: Replace iommu_group_device_count() with list_count_nodes()Jason Gunthorpe2023-05-231-13/+2
* iommu: Suppress empty whitespaces in printsFlorian Fainelli2023-05-221-4/+4
* iommu: Use flush queue capabilityRobin Murphy2023-05-226-6/+6
* iommu: Add a capability for flush queue supportRobin Murphy2023-05-225-0/+10
* iommu/iova: Optimize iova_magazine_alloc()Zhen Lei2023-05-221-1/+7
* Linux 6.4-rc3v6.4-rc3Linus Torvalds2023-05-211-1/+1
* Merge tag 'uml-for-linus-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-215-7/+23
|\
| * um: harddog: fix modular buildJohannes Berg2023-05-105-7/+23
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-2113-66/+129
|\ \
| * | KVM: VMX: add MSR_IA32_TSX_CTRL into msrs_to_saveMingwei Zhang2023-05-211-1/+5
| * | KVM: x86: Don't adjust guest's CPUID.0x12.1 (allowed SGX enclave XFRM)Sean Christopherson2023-05-211-16/+0
| * | KVM: VMX: Don't rely _only_ on CPUID to enforce XCR0 restrictions for ECREATESean Christopherson2023-05-211-2/+9
| * | KVM: Fix vcpu_array[0] racesMichal Luczaj2023-05-191-6/+10
| * | KVM: VMX: Fix header file dependency of asm/vmx.hJacob Xu2023-05-191-0/+2
| * | KVM: Don't enable hardware after a restart/shutdown is initiatedSean Christopherson2023-05-191-1/+16
| * | KVM: Use syscore_ops instead of reboot_notifier to hook restart/shutdownSean Christopherson2023-05-191-15/+11
| * | Merge tag 'kvmarm-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-05-178-25/+76
| |\ \
| | * \ Merge branch kvm-arm64/pgtable-fixes-6.4 into kvmarm-master/fixesMarc Zyngier2023-05-112-9/+33
| | |\ \
| | | * | KVM: arm64: Constify start/end/phys fields of the pgtable walker dataMarc Zyngier2023-04-211-4/+4
| | | * | KVM: arm64: Infer PA offset from VA in hyp map walkerOliver Upton2023-04-211-2/+1
| | | * | KVM: arm64: Infer the PA offset from IPA in stage-2 map walkerOliver Upton2023-04-212-4/+29
| | * | | Merge branch kvm-arm64/misc-6.4 into kvmarm-master/fixesMarc Zyngier2023-05-116-16/+43
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | KVM: arm64: vgic: Add Apple M2 PRO/MAX cpus to the list of broken SEIS implem...Marc Zyngier2023-05-112-0/+12
| | | * | KVM: arm64: Clarify host SME state managementMark Brown2023-04-211-9/+12
| | | * | KVM: arm64: Restructure check for SVE support in FP trap handlerMark Brown2023-04-211-2/+10
| | | * | KVM: arm64: Document check for TIF_FOREIGN_FPSTATEMark Brown2023-04-211-0/+5
| | | * | KVM: arm64: Fix repeated words in commentsJingyu Wang2023-04-211-1/+1
| | | * | KVM: arm64: Use the bitmap API to allocate bitmapsChristophe JAILLET2023-04-201-3/+2
| | | * | KVM: arm64: Slightly optimize flush_context()Christophe JAILLET2023-04-201-1/+1
| | | |/
* | | | Merge tag 'perf-tools-fixes-for-v6.4-1-2023-05-20' of git://git.kernel.org/pu...Linus Torvalds2023-05-2171-322/+865
|\ \ \ \
| * | | | perf bench syscall: Fix __NR_execve undeclared build errorTiezhu Yang2023-05-191-0/+3
| * | | | perf test attr: Fix python SafeConfigParser() deprecation warningIan Rogers2023-05-191-3/+3
| * | | | perf test attr: Update no event/metric expectationsIan Rogers2023-05-195-174/+249
| * | | | tools headers disabled-features: Sync with the kernel sourcesArnaldo Carvalho de Melo2023-05-171-1/+7
| * | | | tools headers UAPI: Sync arch prctl headers with the kernel sourcesArnaldo Carvalho de Melo2023-05-173-0/+11
| * | | | tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo2023-05-177-72/+24
| * | | | tools headers x86 cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2023-05-171-5/+21
| * | | | tools headers UAPI: Sync s390 syscall table file that wires up the memfd_secr...Arnaldo Carvalho de Melo2023-05-161-1/+1
| * | | | tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo2023-05-161-0/+2
| * | | | perf metrics: Avoid segv with --topdown for metrics without a groupIan Rogers2023-05-161-1/+1