summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | dmaengine: idxd: Fix max batch size for Intel IAAXiaochen Shen2022-11-084-6/+38
| * | | | | | | | | | | | | | | | dmaengine: pxa_dma: use platform_get_irq_optionalDoug Brown2022-11-081-2/+2
| * | | | | | | | | | | | | | | | dmaengine: idxd: Do not enable user type Work Queue without Shared Virtual Ad...Fenghua Yu2022-10-192-0/+19
| * | | | | | | | | | | | | | | | dmaengine: stm32-mdma: memset stm32_mdma_chan_config struct before using itAmelie Delaunay2022-10-191-0/+1
* | | | | | | | | | | | | | | | | Merge tag 'spi-fix-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-11-117-19/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | spi: amd: Fix SPI_SPD7 valueVitaly Rodionov2022-11-041-1/+1
| * | | | | | | | | | | | | | | | | spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every runSean Nyekjaer2022-11-031-1/+1
| * | | | | | | | | | | | | | | | | spi: meson-spicc: fix do_div build error on non-arm64Neil Armstrong2022-11-021-1/+1