summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-03-19iio: chemical: sps30_serial: fix buffer size in sps30_serial_read_meas()Antoniu Miclaus1-1/+1
2026-03-19iio: frequency: adf4377: Fix duplicated soft reset maskSeungJu Cheon1-1/+1
2026-03-19iio: dac: ds4424: reject -128 RAW valueOleksij Rempel1-1/+1
2026-03-19btrfs: abort transaction on failure to update root in the received subvol ioctlFilipe Manana1-1/+2
2026-03-19btrfs: add missing RCU unlock in error path in try_release_subpage_extent_buf...Bart Van Assche1-0/+1
2026-03-19btrfs: fix transaction abort on set received ioctl due to item overflowFilipe Manana3-2/+59
2026-03-19btrfs: fix transaction abort on file creation due to name hash collisionFilipe Manana1-0/+19
2026-03-19btrfs: fix transaction abort when snapshotting received subvolumesFilipe Manana1-0/+16
2026-03-19smb: client: fix iface port assignment in parse_server_interfacesHenrique Carvalho1-2/+12
2026-03-19smb: client: fix in-place encryption corruption in SMB2_write()Bharath SM1-1/+4
2026-03-19smb: client: fix atomic open with O_DIRECT & O_SYNCPaulo Alcantara3-15/+15
2026-03-19lib/bootconfig: check bounds before writing in __xbc_open_brace()Josh Law1-1/+1
2026-03-19lib/bootconfig: fix snprintf truncation check in xbc_node_compose_key_after()Josh Law1-1/+1
2026-03-19kprobes: Remove unneeded warnings from __arm_kprobe_ftrace()Masami Hiramatsu (Google)1-2/+2
2026-03-19x86/apic: Disable x2apic on resume if the kernel expects soShashank Balaji1-0/+6
2026-03-19scsi: core: Fix error handling for scsi_alloc_sdev()Junxiao Bi1-6/+2
2026-03-19lib/bootconfig: fix off-by-one in xbc_verify_tree() unclosed brace errorJosh Law1-1/+1
2026-03-19powerpc64/bpf: fix the address returned by bpf_get_func_ipHari Bathini1-9/+19
2026-03-19powerpc64/bpf: fix kfunc call supportHari Bathini2-9/+94
2026-03-19powerpc/pseries: Correct MSI allocation trackingNam Cao1-1/+1
2026-03-19s390/dasd: Copy detected format information to secondary deviceStefan Haberland1-0/+11
2026-03-19s390/dasd: Move quiesce state with pprc swapStefan Haberland1-0/+5
2026-03-19ublk: fix NULL pointer dereference in ublk_ctrl_set_size()Mehul Rao1-3/+9
2026-03-19dt-bindings: display: msm: Fix reg ranges and clocks on GlymurAbel Vesa2-7/+30
2026-03-19s390/zcrypt: Enable AUTOSEL_DOM for CCA serialnr sysfs attributeHarald Freudenberger2-7/+8
2026-03-19sched_ext: Fix enqueue_task_scx() truncation of upper enqueue flagsTejun Heo1-3/+2
2026-03-19xfs: ensure dquot item is deleted from AIL only after log shutdownLong Li1-1/+7
2026-03-19xfs: fix undersized l_iclog_roundoff valuesDarrick J. Wong1-0/+2
2026-03-19xfs: fix returned valued from xfs_defer_can_appendCarlos Maiolino1-1/+1
2026-03-19xfs: fix integer overflow in bmap intent sort comparatorLong Li1-1/+1
2026-03-19cifs: make default value of retrans as zeroShyam Prasad N1-1/+1
2026-03-19io_uring/kbuf: check if target buffer list is still legacy on recycleJens Axboe1-2/+11
2026-03-19can: dev: keep the max bitrate error at 5%Haibo Chen1-1/+1
2026-03-19qmi_wwan: allow max_mtu above hard_mtu to control rx_urb_sizeLaurent Vivier3-5/+7
2026-03-19net-shapers: don't free reply skb after genlmsg_reply()Paul Moses1-9/+2
2026-03-19tracing: Fix trace_buf_size= cmdline parameter with sizes >= 2GCalvin Owens1-3/+3
2026-03-19tracing: Fix enabling multiple events on the kernel command line and bootconfigAndrei-Alexandru Tachici1-1/+5
2026-03-19drm/i915/vrr: Configure VRR timings after enabling TRANS_DDI_FUNC_CTLVille Syrjälä2-1/+14
2026-03-19drm/msm/dpu: Correct the SA8775P intr_underrun/intr_underrun indexAbhinav Kumar1-2/+2
2026-03-19drm/amd: Fix a few more NULL pointer dereference in device cleanupMario Limonciello1-0/+6
2026-03-19drm/msm: Fix dma_free_attrs() buffer sizeThomas Fourier1-1/+1
2026-03-19drm/i915/psr: Repeat Selective Update area alignmentJouni Högander1-12/+38
2026-03-19drm/i915: Fix potential overflow of shmem scatterlist lengthJanusz Krzysztofik1-3/+9
2026-03-19drm/bridge: ti-sn65dsi83: halve horizontal syncs for dual LVDS outputLuca Ceresoli1-3/+4
2026-03-19drm/bridge: ti-sn65dsi83: fix CHA_DSI_CLK_RANGE roundingLuca Ceresoli1-3/+3
2026-03-19drm/amd: Fix NULL pointer dereference in device cleanupMario Limonciello1-0/+4
2026-03-19drm/amd: Set num IP blocks to 0 if discovery failsMario Limonciello2-2/+4
2026-03-19drm/amdgpu: Fix use-after-free race in VM acquireAlysa Liu1-1/+5
2026-03-19drm/amd/pm: remove invalid gpu_metrics.energy_accumulator on smu v13.0.xYang Wang2-2/+9
2026-03-19net: macb: Shuffle the tx ring before enabling txKevin Hao1-3/+95