summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-03-19Linux 6.19.9v6.19.9Greg Kroah-Hartman1-1/+1
2026-03-19sched_ext: Use WRITE_ONCE() for the write side of scx_enable helper pointerzhidao su1-4/+5
2026-03-19bpf: drop kthread_exit from noreturn_denyChristian Loehle1-1/+0
2026-03-19cxl/acpi: Fix CXL_ACPI and CXL_PMEM Kconfig tristate mismatchKeith Busch1-0/+1
2026-03-19io_uring/eventfd: use ctx->rings_rcu for flags checkingJens Axboe1-3/+7
2026-03-19io_uring: ensure ctx->rings is stable for task work flags manipulationJens Axboe3-2/+35
2026-03-19KVM: arm64: Eagerly init vgic dist/redist on vgic creationMarc Zyngier1-16/+16
2026-03-19KVM: arm64: gic: Set vgic_model before initing private IRQsSascha Bischoff1-4/+4
2026-03-19mm/damon/core: disallow non-power of two min_region_szSeongJae Park1-0/+3
2026-03-19mm/damon: rename min_sz_region of damon_ctx to min_region_szSeongJae Park6-47/+49
2026-03-19mm/damon: rename DAMON_MIN_REGION to DAMON_MIN_REGION_SZSeongJae Park7-18/+18
2026-03-19i3c: mipi-i3c-hci: Correct RING_CTRL_ABORT handling in DMA dequeueAdrian Hunter1-9/+16
2026-03-19i3c: mipi-i3c-hci: Fix race in DMA ring dequeueAdrian Hunter3-0/+4
2026-03-19i3c: mipi-i3c-hci: Add missing TID field to no-op command descriptorAdrian Hunter2-1/+2
2026-03-19i3c: mipi-i3c-hci: Restart DMA ring correctly after dequeue abortAdrian Hunter1-0/+2
2026-03-19i3c: mipi-i3c-hci: Consolidate spinlocksAdrian Hunter4-17/+16
2026-03-19i3c: mipi-i3c-hci: Factor out DMA mapping from queuing pathAdrian Hunter1-16/+33
2026-03-19i3c: mipi-i3c-hci: Use ETIMEDOUT instead of ETIME for timeout errorsAdrian Hunter3-5/+5
2026-03-19iio: proximity: hx9023s: Protect against division by zero in set_samp_freqYasin Lee1-0/+3
2026-03-19iio: proximity: hx9023s: fix assignment order for __counted_byYasin Lee1-2/+1
2026-03-19iio: imu: inv_icm42600: fix odr switch when turning buffer offJean-Baptiste Maneyrol1-0/+4
2026-03-19iio: imu: inv_icm42600: fix odr switch to the same valueJean-Baptiste Maneyrol2-0/+4
2026-03-19iio: imu: inv_icm45600: fix INT1 drive bit invertedJean-Baptiste Maneyrol2-3/+3
2026-03-19iio: light: bh1780: fix PM runtime leak on error pathAntoniu Miclaus1-1/+1
2026-03-19iio: imu: inv_icm45600: fix regulator put warning when probe failsJean-Baptiste Maneyrol1-1/+6
2026-03-19iio: gyro: mpu3050-i2c: fix pm_runtime error handlingAntoniu Miclaus1-2/+1
2026-03-19iio: imu: adis: Fix NULL pointer dereference in adis_initRadu Sabau1-1/+1
2026-03-19iio: gyro: mpu3050-core: fix pm_runtime error handlingAntoniu Miclaus1-5/+13
2026-03-19iio: buffer: Fix wait_queue not being removedNuno Sá1-2/+4
2026-03-19iio: chemical: bme680: Fix measurement wait duration calculationChris Spencer1-1/+1
2026-03-19iio: potentiometer: mcp4131: fix double application of wiper shiftLukas Schmid1-1/+1
2026-03-19iio: magnetometer: tlv493d: remove erroneous shift in X-axis dataAntoniu Miclaus1-1/+1
2026-03-19iio: chemical: sps30_i2c: fix buffer size in sps30_i2c_read_meas()Antoniu Miclaus1-1/+1
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