Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | KVM: SVM: Only dump VMSA to klog at KERN_DEBUG level | Peter Gonda | 2022-11-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | tools/kvm_stat: update exit reasons for vmx/svm/aarch64/userspace | Rong Tao | 2022-11-09 | 1 | -14/+82 | |
| * | | | | | | | | | | | | | | tools/kvm_stat: fix incorrect detection of debugfs | Matthias Gerstner | 2022-11-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | x86, KVM: remove unnecessary argument to x86_virt_spec_ctrl and callers | Paolo Bonzini | 2022-11-09 | 3 | -8/+8 | |
| * | | | | | | | | | | | | | | KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assembly | Paolo Bonzini | 2022-11-09 | 5 | -38/+136 | |
| * | | | | | | | | | | | | | | KVM: SVM: restore host save area from assembly | Paolo Bonzini | 2022-11-09 | 5 | -13/+26 | |
| * | | | | | | | | | | | | | | KVM: SVM: move guest vmsave/vmload back to assembly | Paolo Bonzini | 2022-11-09 | 3 | -20/+39 | |
| * | | | | | | | | | | | | | | KVM: SVM: do not allocate struct svm_cpu_data dynamically | Paolo Bonzini | 2022-11-09 | 3 | -29/+18 | |
| * | | | | | | | | | | | | | | KVM: SVM: remove dead field from struct svm_cpu_data | Paolo Bonzini | 2022-11-09 | 2 | -3/+0 | |
| * | | | | | | | | | | | | | | KVM: SVM: remove unused field from struct vcpu_svm | Paolo Bonzini | 2022-11-09 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | KVM: SVM: retrieve VMCB from assembly | Paolo Bonzini | 2022-11-09 | 4 | -15/+16 | |
| * | | | | | | | | | | | | | | KVM: SVM: adjust register allocation for __svm_vcpu_run() | Paolo Bonzini | 2022-11-09 | 1 | -19/+19 | |
| * | | | | | | | | | | | | | | KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svm | Paolo Bonzini | 2022-11-09 | 5 | -20/+30 | |
| * | | | | | | | | | | | | | | KVM: x86: use a separate asm-offsets.c file | Paolo Bonzini | 2022-11-09 | 5 | -7/+30 | |
* | | | | | | | | | | | | | | | Merge tag 'hyperv-fixes-signed-20221110' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2022-11-11 | 6 | -31/+51 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | PCI: hv: Fix the definition of vector in hv_compose_msi_msg() | Dexuan Cui | 2022-11-03 | 1 | -6/+16 | |
| * | | | | | | | | | | | | | | | MAINTAINERS: remove sthemmin | Stephen Hemminger | 2022-11-03 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | x86/hyperv: fix invalid writes to MSRs during root partition kexec | Anirudh Rayabharam | 2022-11-03 | 1 | -4/+7 | |
| * | | | | | | | | | | | | | | | clocksource/drivers/hyperv: add data structure for reference TSC MSR | Anirudh Rayabharam | 2022-11-03 | 2 | -14/+24 | |
| * | | | | | | | | | | | | | | | Drivers: hv: fix repeated words in comments | Jilin Yuan | 2022-10-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | x86/hyperv: Remove BUG_ON() for kmap_local_page() | Zhao Liu | 2022-10-27 | 1 | -5/+3 | |
* | | | | | | | | | | | | | | | | Merge tag 'dmaengine-fix-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-11-11 | 14 | -121/+150 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | dmaengine: at_hdmac: Check return code of dma_async_device_register | Tudor Ambarus | 2022-11-08 | 1 | -1/+6 | |
| * | | | | | | | | | | | | | | | | dmaengine: at_hdmac: Fix impossible condition | Tudor Ambarus | 2022-11-08 | 1 | -3/+4 | |
| * | | | | | | | | | | | | | | | | dmaengine: at_hdmac: Don't allow CPU to reorder channel enable | Tudor Ambarus | 2022-11-08 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errors | Tudor Ambarus | 2022-11-08 | 1 | -4/+0 | |
| * | | | | | | | | | | | | | | | | dmaengine: at_hdmac: Fix descriptor handling when issuing it to hardware | Tudor Ambarus | 2022-11-08 | 1 | -4/+11 | |
| * | | | | | | | | | | | | | | | | dmaengine: at_hdmac: Fix concurrency over the active list | Tudor Ambarus | 2022-11-08 | 1 | -4/+6 | |
| * | | | | | | | | | | | | | | | | dmaengine: at_hdmac: Free the memset buf without holding the chan lock | Tudor Ambarus | 2022-11-08 | 1 | -7/+7 | |
| * | | | | | | | | | | | | | | | | dmaengine: at_hdmac: Fix concurrency over descriptor | Tudor Ambarus | 2022-11-08 | 1 | -5/+9 | |
| * | | | | | | | | | | | | | | | | dmaengine: at_hdmac: Fix concurrency problems by removing atc_complete_all() | Tudor Ambarus | 2022-11-08 | 1 | -45/+4 | |
| * | | | | | | | | | | | | | | | | dmaengine: at_hdmac: Protect atchan->status with the channel lock | Tudor Ambarus | 2022-11-08 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | dmaengine: at_hdmac: Do not call the complete callback on device_terminate_all | Tudor Ambarus | 2022-11-08 | 1 | -9/+2 | |
| * | | | | | | | | | | | | | | | | dmaengine: at_hdmac: Fix premature completion of desc in issue_pending | Tudor Ambarus | 2022-11-08 | 1 | -3/+13 | |
| * | | | | | | | | | | | | | | | | dmaengine: at_hdmac: Start transfer for cyclic channels in issue_pending | Tudor Ambarus | 2022-11-08 | 1 | -4/+0 | |
| * | | | | | | | | | | | | | | | | dmaengine: at_hdmac: Don't start transactions at tx_submit level | Tudor Ambarus | 2022-11-08 | 1 | -11/+3 | |
| * | | | | | | | | | | | | | | | | dmaengine: at_hdmac: Fix at_lli struct definition | Tudor Ambarus | 2022-11-08 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | | | | dmaengine: stm32-dma: fix potential race between pause and resume | Amelie Delaunay | 2022-11-08 | 1 | -8/+6 | |
| * | | | | | | | | | | | | | | | | dmaengine: ti: k3-udma-glue: fix memory leak when register device fail | Yang Yingliang | 2022-11-08 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove() | Christophe JAILLET | 2022-11-08 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | dmaengine: apple-admac: Fix grabbing of channels in of_xlate | Martin PoviĊĦer | 2022-11-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | dmaengine: idxd: fix RO device state error after been disabled/reset | Fengqian Gao | 2022-11-08 | 1 | -6/+14 | |
| * | | | | | | | | | | | | | | | | dmaengine: idxd: Fix max batch size for Intel IAA | Xiaochen Shen | 2022-11-08 | 4 | -6/+38 | |
| * | | | | | | | | | | | | | | | | dmaengine: pxa_dma: use platform_get_irq_optional | Doug Brown | 2022-11-08 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | dmaengine: idxd: Do not enable user type Work Queue without Shared Virtual Ad... | Fenghua Yu | 2022-10-19 | 2 | -0/+19 | |
| * | | | | | | | | | | | | | | | | dmaengine: stm32-mdma: memset stm32_mdma_chan_config struct before using it | Amelie Delaunay | 2022-10-19 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | | | Merge tag 'spi-fix-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-11-11 | 7 | -19/+49 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | spi: amd: Fix SPI_SPD7 value | Vitaly Rodionov | 2022-11-04 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every run | Sean Nyekjaer | 2022-11-03 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | spi: meson-spicc: fix do_div build error on non-arm64 | Neil Armstrong | 2022-11-02 | 1 | -1/+1 |