summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-19vDPA: report virtio-block MQ info to user spaceZhu Lingshan
2024-03-19vDPA: report virtio-block max segments in a request to user spaceZhu Lingshan
2024-03-19vDPA: report virtio-block block-size to user spaceZhu Lingshan
2024-03-19vDPA: report virtio-block max segment size to user spaceZhu Lingshan
2024-03-19vDPA: report virtio-block capacity to user spaceZhu Lingshan
2024-03-19virtio: make virtio_bus constRicardo B. Marliere
2024-03-19vdpa: make vdpa_bus constRicardo B. Marliere
2024-03-19vDPA/ifcvf: implement vdpa_config_ops.get_vq_num_minZhu Lingshan
2024-03-19vDPA/ifcvf: get_max_vq_size to return max sizeZhu Lingshan
2024-03-19virtio_vdpa: create vqs with the actual sizeZhu Lingshan
2024-03-19vduse: implement vdpa_config_ops.get_vq_size for vduseZhu Lingshan
2024-03-19vdpa_sim: implement vdpa_config_ops.get_vq_size for vDPA simulatorZhu Lingshan
2024-03-19eni_vdpa: implement vdpa_config_ops.get_vq_sizeZhu Lingshan
2024-03-19vp_vdpa: implement vdpa_config_ops.get_vq_sizeZhu Lingshan
2024-03-19vDPA/ifcvf: implement vdpa_config_ops.get_vq_sizeZhu Lingshan
2024-03-19vDPA: introduce get_vq_size to vdpa_config_opsZhu Lingshan
2024-03-19vhost-vdpa: uapi to support reporting per vq sizeZhu Lingshan
2024-03-19vdpa/pds: fixes for VF vdpa flr-aer handlingShannon Nelson
2024-03-19vduse: implement DMA sync callbacksMaxime Coquelin
2024-03-19vdpa/mlx5: Allow CVQ size changesJonah Palmer
2024-03-19vdpa: skip suspend/resume ops if not DRIVER_OKSteve Sistare
2024-03-19virtio: reenable config if freezing device failedDavid Hildenbrand
2024-03-19vdpa_sim: reset must not runSteve Sistare
2024-03-19virtio: uapi: Drop __packed attribute in linux/virtio_pci.hSuzuki K Poulose
2024-03-19vhost: Added pad cleanup if vnet_hdr is not present.Andrew Melnychenko
2024-03-18bcachefs: Fix lost wakeup on journal shutdownKent Overstreet
2024-03-18bcachefs; Fix deadlock in bch2_btree_update_start()Kent Overstreet
2024-03-18ksmbd: remove module versionNamjae Jeon
2024-03-18ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon
2024-03-18Merge tag 'dlm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2024-03-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2024-03-18Merge tag 'ktest-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2024-03-18Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-03-18x86/hyperv: Use Hyper-V entropy to seed guest random number generatorMichael Kelley
2024-03-18Merge tag 'sysctl-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2024-03-18x86/hyperv: Cosmetic changes for hv_spinlock.cPurna Pavan Chandra Aekkaladevi
2024-03-18Merge tag 'for-linus-6.9-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-18Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-03-18btrfs: do not skip re-registration for the mounted deviceAnand Jain
2024-03-18Merge tag 'ovl-fixes-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-18Merge tag 'vfs-6.9-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-18Merge tag 'irq-urgent-2024-03-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-18Merge tag 'sound-fix-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-18tracing: Add __string_src() helper to help compilers not to get confusedSteven Rostedt (Google)
2024-03-18tracing: Use strcmp() in __assign_str() WARN_ON() checkSteven Rostedt (Google)
2024-03-18tracepoints: Use WARN() and not WARN_ON() for warningsSteven Rostedt (Google)
2024-03-18tracing: Use div64_u64() instead of do_div()Thorsten Blum
2024-03-18tracing: Support to dump instance traces by ftrace_dump_on_oopsHuang Yiwei
2024-03-18tracing: Remove second parameter to __assign_rel_str()Steven Rostedt (Google)
2024-03-18tracing: Add warning if string in __assign_str() does not match __string()Steven Rostedt (Google)