aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-11-1123-207/+435
|\
| * KVM: x86/mmu: Block all page faults during kvm_zap_gfn_range()Sean Christopherson2022-11-111-2/+2
| * Merge tag 'kvm-s390-master-6.1-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2022-11-09251-1718/+3474
| |\
| | * KVM: s390: pci: Fix allocation size of aift kzdev elementsRafael Mendonca2022-11-071-1/+1
| | * KVM: s390: pv: don't allow userspace to set the clock under PVNico Boehr2022-11-073-10/+20
| * | KVM: x86/pmu: Limit the maximum number of supported AMD GP countersLike Xu2022-11-093-3/+8
| * | KVM: x86/pmu: Limit the maximum number of supported Intel GP countersLike Xu2022-11-094-9/+15
| * | KVM: x86/pmu: Do not speculatively query Intel GP PMCs that don't exist yetLike Xu2022-11-091-12/+2
| * | KVM: SVM: Only dump VMSA to klog at KERN_DEBUG levelPeter Gonda2022-11-091-1/+1
| * | tools/kvm_stat: update exit reasons for vmx/svm/aarch64/userspaceRong Tao2022-11-091-14/+82
| * | tools/kvm_stat: fix incorrect detection of debugfsMatthias Gerstner2022-11-091-1/+1
| * | x86, KVM: remove unnecessary argument to x86_virt_spec_ctrl and callersPaolo Bonzini2022-11-093-8/+8
| * | KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assemblyPaolo Bonzini2022-11-095-38/+136
| * | KVM: SVM: restore host save area from assemblyPaolo Bonzini2022-11-095-13/+26
| * | KVM: SVM: move guest vmsave/vmload back to assemblyPaolo Bonzini2022-11-093-20/+39
| * | KVM: SVM: do not allocate struct svm_cpu_data dynamicallyPaolo Bonzini2022-11-093-29/+18
| * | KVM: SVM: remove dead field from struct svm_cpu_dataPaolo Bonzini2022-11-092-3/+0
| * | KVM: SVM: remove unused field from struct vcpu_svmPaolo Bonzini2022-11-091-1/+0
| * | KVM: SVM: retrieve VMCB from assemblyPaolo Bonzini2022-11-094-15/+16
| * | KVM: SVM: adjust register allocation for __svm_vcpu_run()Paolo Bonzini2022-11-091-19/+19
| * | KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svmPaolo Bonzini2022-11-095-20/+30
| * | KVM: x86: use a separate asm-offsets.c filePaolo Bonzini2022-11-095-7/+30
* | | Merge tag 'hyperv-fixes-signed-20221110' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-11-116-31/+51
|\ \ \
| * | | PCI: hv: Fix the definition of vector in hv_compose_msi_msg()Dexuan Cui2022-11-031-6/+16
| * | | MAINTAINERS: remove sthemminStephen Hemminger2022-11-031-1/+0
| * | | x86/hyperv: fix invalid writes to MSRs during root partition kexecAnirudh Rayabharam2022-11-031-4/+7
| * | | clocksource/drivers/hyperv: add data structure for reference TSC MSRAnirudh Rayabharam2022-11-032-14/+24
| * | | Drivers: hv: fix repeated words in commentsJilin Yuan2022-10-271-1/+1
| * | | x86/hyperv: Remove BUG_ON() for kmap_local_page()Zhao Liu2022-10-271-5/+3
* | | | Merge tag 'dmaengine-fix-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-11-1114-121/+150
|\ \ \ \
| * | | | dmaengine: at_hdmac: Check return code of dma_async_device_registerTudor Ambarus2022-11-081-1/+6
| * | | | dmaengine: at_hdmac: Fix impossible conditionTudor Ambarus2022-11-081-3/+4
| * | | | dmaengine: at_hdmac: Don't allow CPU to reorder channel enableTudor Ambarus2022-11-081-0/+2
| * | | | dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errorsTudor Ambarus2022-11-081-4/+0
| * | | | dmaengine: at_hdmac: Fix descriptor handling when issuing it to hardwareTudor Ambarus2022-11-081-4/+11
| * | | | dmaengine: at_hdmac: Fix concurrency over the active listTudor Ambarus2022-11-081-4/+6
| * | | | dmaengine: at_hdmac: Free the memset buf without holding the chan lockTudor Ambarus2022-11-081-7/+7
| * | | | dmaengine: at_hdmac: Fix concurrency over descriptorTudor Ambarus2022-11-081-5/+9
| * | | | dmaengine: at_hdmac: Fix concurrency problems by removing atc_complete_all()Tudor Ambarus2022-11-081-45/+4
| * | | | dmaengine: at_hdmac: Protect atchan->status with the channel lockTudor Ambarus2022-11-081-2/+2
| * | | | dmaengine: at_hdmac: Do not call the complete callback on device_terminate_allTudor Ambarus2022-11-081-9/+2
| * | | | dmaengine: at_hdmac: Fix premature completion of desc in issue_pendingTudor Ambarus2022-11-081-3/+13
| * | | | dmaengine: at_hdmac: Start transfer for cyclic channels in issue_pendingTudor Ambarus2022-11-081-4/+0
| * | | | dmaengine: at_hdmac: Don't start transactions at tx_submit levelTudor Ambarus2022-11-081-11/+3
| * | | | dmaengine: at_hdmac: Fix at_lli struct definitionTudor Ambarus2022-11-081-5/+5
| * | | | dmaengine: stm32-dma: fix potential race between pause and resumeAmelie Delaunay2022-11-081-8/+6
| * | | | dmaengine: ti: k3-udma-glue: fix memory leak when register device failYang Yingliang2022-11-081-0/+3
| * | | | dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()Christophe JAILLET2022-11-081-0/+1
| * | | | dmaengine: apple-admac: Fix grabbing of channels in of_xlateMartin PoviĊĦer2022-11-081-1/+1
| * | | | dmaengine: idxd: fix RO device state error after been disabled/resetFengqian Gao2022-11-081-6/+14