summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-25Linux 6.12.49v6.12.49Greg Kroah-Hartman
2025-09-25minmax.h: remove some #defines that are only expanded onceDavid Laight
2025-09-25minmax.h: simplify the variants of clamp()David Laight
2025-09-25minmax.h: move all the clamp() definitions after the min/max() onesDavid Laight
2025-09-25minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()David Laight
2025-09-25minmax.h: reduce the #define expansion of min(), max() and clamp()David Laight
2025-09-25minmax.h: update some commentsDavid Laight
2025-09-25minmax.h: add whitespace around operators and after commasDavid Laight
2025-09-25rtc: pcf2127: fix SPI command byte for PCF2131 backportBruno Thomsen
2025-09-25xhci: dbc: Fix full DbC transfer ring after several reconnectsMathias Nyman
2025-09-25xhci: dbc: decouple endpoint allocation from initializationMathias Nyman
2025-09-25usb: xhci: remove option to change a default ring's TRB cycle bitNiklas Neronin
2025-09-25usb: xhci: introduce macro for ring segment list iterationNiklas Neronin
2025-09-25mptcp: pm: nl: announce deny-join-id0 flagMatthieu Baerts (NGI0)
2025-09-25mm/gup: check ref_count instead of lru before migrationHugh Dickins
2025-09-25mm: add folio_expected_ref_count() for reference count calculationShivank Garg
2025-09-25vmxnet3: unregister xdp rxq info in the reset pathSankararaman Jayaraman
2025-09-25KVM: SVM: Set/clear SRSO's BP_SPEC_REDUCE on 0 <=> 1 VM count transitionsSean Christopherson
2025-09-25x86/bugs: KVM: Add support for SRSO_MSR_FIXBorislav Petkov
2025-09-25x86/bugs: Add SRSO_USER_KERNEL_NO supportBorislav Petkov (AMD)
2025-09-25platform/x86: asus-wmi: Re-add extra keys to ignore_key_wlan quirkAntheas Kapenekakis
2025-09-25platform/x86: asus-wmi: Fix ROG button mapping, tablet mode on ASUS ROG Z13Antheas Kapenekakis
2025-09-25io_uring: fix incorrect io_kiocb reference in io_link_skbYang Xiuwei
2025-09-25smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error pathStefan Metzmacher
2025-09-25crypto: af_alg - Set merge to zero early in af_alg_sendmsgHerbert Xu
2025-09-25smb: client: let smbd_destroy() call disable_work_sync(&info->post_send_credi...Stefan Metzmacher
2025-09-25smb: client: fix filename matching of deferred filesPaulo Alcantara
2025-09-25drm/xe: Fix a NULL vs IS_ERR() in xe_vm_add_compute_exec_queue()Dan Carpenter
2025-09-25drm: bridge: cdns-mhdp8546: Fix missing mutex unlock on error pathQi Xi
2025-09-25drm: bridge: anx7625: Fix NULL pointer dereference with early IRQLoic Poulain
2025-09-25drm/xe/tile: Release kobject for the failure pathShuicheng Lin
2025-09-25ASoC: Intel: catpt: Expose correct bit depth to userspaceAmadeusz Sławiński
2025-09-25ASoC: SOF: Intel: hda-stream: Fix incorrect variable used in error messageColin Ian King
2025-09-25ASoC: wm8974: Correct PLL rate roundingCharles Keepax
2025-09-25ASoC: wm8940: Correct typo in control nameCharles Keepax
2025-09-25ASoC: wm8940: Correct PLL rate roundingCharles Keepax
2025-09-25io_uring/kbuf: drop WARN_ON_ONCE() from incremental length checkJens Axboe
2025-09-25io_uring/msg_ring: kill alloc_cache for io_kiocb allocationsJens Axboe
2025-09-25io_uring: include dying ring in task_work "should cancel" stateJens Axboe
2025-09-25io_uring: backport io_should_terminate_tw()Jens Axboe
2025-09-25io_uring/cmd: let cmds to know about dying taskPavel Begunkov
2025-09-25ALSA: hda/realtek: Fix mute led for HP Laptop 15-dw4xxPraful Adiga
2025-09-25selftests: mptcp: avoid spurious errors on TCP disconnectMatthieu Baerts (NGI0)
2025-09-25selftests: mptcp: connect: catch IO errors on listen sideMatthieu Baerts (NGI0)
2025-09-25mptcp: propagate shutdown to subflows when possibleMatthieu Baerts (NGI0)
2025-09-25rds: ib: Increment i_fastreg_wrs before bailing outHåkon Bugge
2025-09-25net: rfkill: gpio: Fix crash due to dereferencering uninitialized pointerHans de Goede
2025-09-25drm/amd/display: Allow RX6xxx & RX7700 to invoke amdgpu_irq_get/putIvan Lipski
2025-09-25KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC is activeMaciej S. Szmigiero
2025-09-25mmc: mvsdio: Fix dma_unmap_sg() nents valueThomas Fourier