aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-19vDPA: report virtio-block max segment size to user spaceGravatar Zhu Lingshan 2-0/+18
2024-03-19vDPA: report virtio-block capacity to user spaceGravatar Zhu Lingshan 3-0/+38
2024-03-19virtio: make virtio_bus constGravatar Ricardo B. Marliere 1-1/+1
2024-03-19vdpa: make vdpa_bus constGravatar Ricardo B. Marliere 1-1/+1
2024-03-19vDPA/ifcvf: implement vdpa_config_ops.get_vq_num_minGravatar Zhu Lingshan 2-0/+7
2024-03-19vDPA/ifcvf: get_max_vq_size to return max sizeGravatar Zhu Lingshan 1-5/+1
2024-03-19virtio_vdpa: create vqs with the actual sizeGravatar Zhu Lingshan 1-1/+4
2024-03-19vduse: implement vdpa_config_ops.get_vq_size for vduseGravatar Zhu Lingshan 1-0/+12
2024-03-19vdpa_sim: implement vdpa_config_ops.get_vq_size for vDPA simulatorGravatar Zhu Lingshan 1-0/+12
2024-03-19eni_vdpa: implement vdpa_config_ops.get_vq_sizeGravatar Zhu Lingshan 1-0/+8
2024-03-19vp_vdpa: implement vdpa_config_ops.get_vq_sizeGravatar Zhu Lingshan 1-0/+8
2024-03-19vDPA/ifcvf: implement vdpa_config_ops.get_vq_sizeGravatar Zhu Lingshan 3-1/+14
2024-03-19vDPA: introduce get_vq_size to vdpa_config_opsGravatar Zhu Lingshan 2-0/+13
2024-03-19vhost-vdpa: uapi to support reporting per vq sizeGravatar Zhu Lingshan 1-0/+7
2024-03-19vdpa/pds: fixes for VF vdpa flr-aer handlingGravatar Shannon Nelson 3-4/+19
2024-03-19vduse: implement DMA sync callbacksGravatar Maxime Coquelin 3-3/+54
2024-03-19vdpa/mlx5: Allow CVQ size changesGravatar Jonah Palmer 1-4/+9
2024-03-19vdpa: skip suspend/resume ops if not DRIVER_OKGravatar Steve Sistare 1-0/+6
2024-03-19virtio: reenable config if freezing device failedGravatar David Hildenbrand 1-1/+3
2024-03-19vdpa_sim: reset must not runGravatar Steve Sistare 1-1/+2
2024-03-19virtio: uapi: Drop __packed attribute in linux/virtio_pci.hGravatar Suzuki K Poulose 1-5/+5
2024-03-19vhost: Added pad cleanup if vnet_hdr is not present.Gravatar Andrew Melnychenko 1-0/+3
2024-03-10Linux 6.8v6.8Gravatar Linus Torvalds 1-1/+1
2024-03-10Merge tag 'trace-ring-buffer-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-94/+120
2024-03-10Merge tag 'phy-fixes3-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-8/+8
2024-03-10tracing: Use .flush() call to wake up readersGravatar Steven Rostedt (Google) 1-6/+15
2024-03-10ring-buffer: Fix resetting of shortest_fullGravatar Steven Rostedt (Google) 1-7/+23
2024-03-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 8-15/+120
2024-03-10ring-buffer: Fix waking up ring buffer readersGravatar Steven Rostedt (Google) 1-71/+68
2024-03-09Merge tag 'i2c-for-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-3/+10
2024-03-09Merge tag 'firewire-fixes-6.8-final' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2024-03-09SEV: disable SEV-ES DebugSwap by defaultGravatar Paolo Bonzini 1-2/+5
2024-03-09Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Gravatar Paolo Bonzini 5-6/+28
2024-03-09Merge tag 'kvm-x86-fixes-6.8-2' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 3-0/+78
2024-03-08Merge tag 'ceph-for-6.8-rc8' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-0/+3
2024-03-08Merge tag 'char-misc-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 15-30/+126
2024-03-08Merge tag 'tty-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 6-15/+57
2024-03-08Merge tag 'usb-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 8-20/+47
2024-03-08Merge tag 'pinctrl-v6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 2-2/+2
2024-03-08Merge tag 'input-for-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-29/+13
2024-03-08Merge tag 'sound-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Gravatar Linus Torvalds 9-14/+69
2024-03-08Merge tag 'drm-fixes-2024-03-08' of https://gitlab.freedesktop.org/drm/kernelGravatar Linus Torvalds 24-74/+141
2024-03-08i2c: aspeed: Fix the dummy irq expected printGravatar Tommy Huang 1-0/+1
2024-03-08i2c: wmt: Fix an error handling path in wmt_i2c_probe()Gravatar Christophe JAILLET 1-1/+5
2024-03-08i2c: i801: Avoid potential double call to gpiod_remove_lookup_tableGravatar Heiner Kallweit 1-1/+3
2024-03-08i2c: i801: Fix using mux_pdev before it's setGravatar Heiner Kallweit 1-1/+1
2024-03-08Merge tag 'asoc-fix-v6.8-rc7' of https://git.kernel.org/pub/scm/linux/kernel/...Gravatar Takashi Iwai 6-12/+47
2024-03-08nouveau: lock the client object tree.Gravatar Dave Airlie 3-6/+22
2024-03-08Merge tag 'drm-misc-fixes-2024-03-07' of https://anongit.freedesktop.org/git/...Gravatar Dave Airlie 4-9/+11
2024-03-08Merge tag 'amd-drm-fixes-6.8-2024-03-07' of https://gitlab.freedesktop.org/ag...Gravatar Dave Airlie 4-10/+30