sfrench/cifs-2.6.git
2024-03-19 Linus TorvaldsMerge tag 'for_linus' of git://git./linux/kernel/git...
2024-03-19 Linus TorvaldsMerge tag 'for-linus-6.9-rc1-tag' of git://git./linux...
2024-03-19 Xuan Zhuovirtio_net: rename free_old_xmit_skbs to free_old_xmit
2024-03-19 Xuan Zhuovirtio_net: unify the code for recycling the xmit ptr
2024-03-19 Jason Wangvirtio-net: add cond_resched() to the command waiting...
2024-03-19 Jason Wangvirtio-net: convert rx mode setting to use workqueue
2024-03-19 Xuan Zhuovirtio: packed: fix unmap leak for indirect desc table
2024-03-19 Zhu LingshanvDPA: report virtio-blk flush info to user space
2024-03-19 Zhu LingshanvDPA: report virtio-block read-only info to user space
2024-03-19 Zhu LingshanvDPA: report virtio-block write zeroes configuration...
2024-03-19 Zhu LingshanvDPA: report virtio-block discarding configuration...
2024-03-19 Zhu LingshanvDPA: report virtio-block topology info to user space
2024-03-19 Zhu LingshanvDPA: report virtio-block MQ info to user space
2024-03-19 Zhu LingshanvDPA: report virtio-block max segments in a request...
2024-03-19 Zhu LingshanvDPA: report virtio-block block-size to user space
2024-03-19 Zhu LingshanvDPA: report virtio-block max segment size to user...
2024-03-19 Zhu LingshanvDPA: report virtio-block capacity to user space
2024-03-19 Ricardo B.... virtio: make virtio_bus const
2024-03-19 Ricardo B.... vdpa: make vdpa_bus const
2024-03-19 Zhu LingshanvDPA/ifcvf: implement vdpa_config_ops.get_vq_num_min
2024-03-19 Zhu LingshanvDPA/ifcvf: get_max_vq_size to return max size
2024-03-19 Zhu Lingshanvirtio_vdpa: create vqs with the actual size
2024-03-19 Zhu Lingshanvduse: implement vdpa_config_ops.get_vq_size for vduse
2024-03-19 Zhu Lingshanvdpa_sim: implement vdpa_config_ops.get_vq_size for...
2024-03-19 Zhu Lingshaneni_vdpa: implement vdpa_config_ops.get_vq_size
2024-03-19 Zhu Lingshanvp_vdpa: implement vdpa_config_ops.get_vq_size
2024-03-19 Zhu LingshanvDPA/ifcvf: implement vdpa_config_ops.get_vq_size
2024-03-19 Zhu LingshanvDPA: introduce get_vq_size to vdpa_config_ops
2024-03-19 Zhu Lingshanvhost-vdpa: uapi to support reporting per vq size
2024-03-19 Shannon Nelsonvdpa/pds: fixes for VF vdpa flr-aer handling
2024-03-19 Maxime Coquelinvduse: implement DMA sync callbacks
2024-03-19 Jonah Palmervdpa/mlx5: Allow CVQ size changes
2024-03-19 Steve Sistarevdpa: skip suspend/resume ops if not DRIVER_OK
2024-03-19 David Hildenbrandvirtio: reenable config if freezing device failed
2024-03-19 Steve Sistarevdpa_sim: reset must not run
2024-03-19 Suzuki K Poulosevirtio: uapi: Drop __packed attribute in linux/virtio_pci.h
2024-03-19 Andrew Melnychenkovhost: Added pad cleanup if vnet_hdr is not present.
2024-03-18 Linus TorvaldsMerge tag 'dlm-6.9' of git://git./linux/kernel/git...
2024-03-18 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2024-03-18 Linus TorvaldsMerge tag 'ktest-v6.9' of git://git./linux/kernel/git...
2024-03-18 Linus TorvaldsMerge tag 'trace-v6.9-2' of git://git./linux/kernel...
2024-03-18 Linus TorvaldsMerge tag 'sysctl-6.9-rc1' of git://git./linux/kernel...
2024-03-18 Linus TorvaldsMerge tag 'for-linus-6.9-ofs1' of git://git./linux...
2024-03-18 Linus TorvaldsMerge tag 'f2fs-for-6.9-rc1' of git://git./linux/kernel...
2024-03-18 Linus TorvaldsMerge tag 'ovl-fixes-6.9-rc1' of git://git./linux/kerne...
2024-03-18 Linus TorvaldsMerge tag 'vfs-6.9-rc1.fixes' of git://git./linux/kerne...
2024-03-18 Linus TorvaldsMerge tag 'irq-urgent-2024-03-17' of git://git./linux...
2024-03-18 Linus TorvaldsMerge tag 'sound-fix-6.9-rc1' of git://git./linux/kerne...
2024-03-18 Steven Rostedt... tracing: Add __string_src() helper to help compilers...
2024-03-18 Steven Rostedt... tracing: Use strcmp() in __assign_str() WARN_ON() check
2024-03-18 Steven Rostedt... tracepoints: Use WARN() and not WARN_ON() for warnings
2024-03-18 Thorsten Blumtracing: Use div64_u64() instead of do_div()
2024-03-18 Huang Yiweitracing: Support to dump instance traces by ftrace_dump...
2024-03-18 Steven Rostedt... tracing: Remove second parameter to __assign_rel_str()
2024-03-18 Steven Rostedt... tracing: Add warning if string in __assign_str() does...
2024-03-18 Steven Rostedt... tracing: Add __string_len() example
2024-03-18 Steven Rostedt... tracing: Remove __assign_str_len()
2024-03-18 Randy Dunlapftrace: Fix most kernel-doc warnings
2024-03-18 Steven Rostedt... tracing: Decrement the snapshot if the snapshot trigger...
2024-03-18 Steven Rostedt... tracing: Fix snapshot counter going between two tracers...
2024-03-18 Steven Rostedt... tracing: Use EVENT_NULL_STR macro instead of open codin...
2024-03-18 Steven Rostedt... tracing: Use ? : shortcut in trace macros
2024-03-18 Steven Rostedt... tracing: Do not calculate strlen() twice for __string...
2024-03-18 Steven Rostedt... tracing: Rework __assign_str() and __string() to not...
2024-03-18 Alison Schofieldcxl/trace: Properly initialize cxl_poison region name
2024-03-18 Steven Rostedt... net: hns3: tracing: fix hclgevf trace event strings
2024-03-18 Steven Rostedt... drm/i915: Add missing ; to __assign_str() macros in...
2024-03-18 Steven Rostedt... NFSD: Fix nfsd_clid_class use of __string_len() macro
2024-03-18 John Garrytracing: Use init_utsname()->release
2024-03-18 Beau Belgravetracing/user_events: Document multi-format flag
2024-03-18 Beau Belgraveselftests/user_events: Test multi-format events
2024-03-18 Beau Belgravetracing/user_events: Introduce multi-format events
2024-03-18 Beau Belgravetracing/user_events: Prepare find/delete for same name...
2024-03-18 Vincent Donneforttracing: Add snapshot refcount
2024-03-18 Steven Rostedt... ring-buffer: Make wake once of ring_buffer_wait() more...
2024-03-18 David Howellsfscache: Fix error handling in fscache_begin_operation()
2024-03-18 Christian Braunerfs,block: get holder during claim
2024-03-17 Linus TorvaldsMerge tag 'i3c/for-6.9' of git://git./linux/kernel...
2024-03-17 Linus TorvaldsMerge tag 'efi-fixes-for-v6.9-1' of git://git./linux...
2024-03-17 Linus TorvaldsMerge tag 'timers-urgent-2024-03-17' of git://git....
2024-03-17 Linus TorvaldsMerge tag 'perf-urgent-2024-03-17' of git://git./linux...
2024-03-17 Linus TorvaldsMerge tag 'linux-watchdog-6.9-rc1' of git://linux-watch...
2024-03-17 Linus TorvaldsMerge tag 'pcmcia-6.9-rc1' of git://git./linux/kernel...
2024-03-17 Linus TorvaldsMerge tag 'input-for-v6.9-rc0' of git://git./linux...
2024-03-17 Juergen Grossxen/events: increment refcnt only if event channel...
2024-03-17 Juergen Grossxen/evtchn: avoid WARN() when unbinding an event channel
2024-03-17 Amir Goldsteinovl: relax WARN_ON in ovl_verify_area()
2024-03-17 linke liring-buffer: use READ_ONCE() to read cpu_buffer->commit...
2024-03-17 Vincent Donnefortring-buffer: Zero ring-buffer sub-buffers
2024-03-17 Steven Rostedt... tracing: Move saved_cmdline code into trace_sched_switch.c
2024-03-17 Steven Rostedt... tracing: Move open coded processing of tgid_map into...
2024-03-17 Steven Rostedt... tracing: Have saved_cmdlines arrays all in one allocation
2024-03-17 Steven Rostedt... eventfs: Create eventfs_root_inode to store dentry
2024-03-17 Steven Rostedt... eventfs: Add WARN_ON_ONCE() to checks in eventfs_root_l...
2024-03-17 Amir GoldsteinMAINTAINERS: update overlayfs git tree
2024-03-17 Takashi SakamotoALSA: core: add kunitconfig
2024-03-17 Ian MurphyALSA: hda/realtek: add in quirk for Acer Swift Go 16...
2024-03-17 Takashi IwaiRevert "ALSA: usb-audio: Name feature ctl using output...
2024-03-16 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2024-03-16 Linus TorvaldsMerge tag 'parisc-for-6.9-rc1' of git://git./linux...
next