summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-09-25Linux 6.12.49v6.12.49Greg Kroah-Hartman1-1/+1
2025-09-25minmax.h: remove some #defines that are only expanded onceDavid Laight1-8/+6
2025-09-25minmax.h: simplify the variants of clamp()David Laight1-12/+12
2025-09-25minmax.h: move all the clamp() definitions after the min/max() onesDavid Laight1-58/+51
2025-09-25minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()David Laight1-2/+1
2025-09-25minmax.h: reduce the #define expansion of min(), max() and clamp()David Laight1-12/+12
2025-09-25minmax.h: update some commentsDavid Laight1-29/+24
2025-09-25minmax.h: add whitespace around operators and after commasDavid Laight1-17/+17
2025-09-25rtc: pcf2127: fix SPI command byte for PCF2131 backportBruno Thomsen1-5/+5
2025-09-25xhci: dbc: Fix full DbC transfer ring after several reconnectsMathias Nyman1-2/+21
2025-09-25xhci: dbc: decouple endpoint allocation from initializationMathias Nyman1-25/+46
2025-09-25usb: xhci: remove option to change a default ring's TRB cycle bitNiklas Neronin4-33/+27
2025-09-25usb: xhci: introduce macro for ring segment list iterationNiklas Neronin4-33/+19
2025-09-25mptcp: pm: nl: announce deny-join-id0 flagMatthieu Baerts (NGI0)4-4/+13
2025-09-25mm/gup: check ref_count instead of lru before migrationHugh Dickins1-1/+2
2025-09-25mm: add folio_expected_ref_count() for reference count calculationShivank Garg2-18/+59
2025-09-25vmxnet3: unregister xdp rxq info in the reset pathSankararaman Jayaraman1-5/+5
2025-09-25KVM: SVM: Set/clear SRSO's BP_SPEC_REDUCE on 0 <=> 1 VM count transitionsSean Christopherson2-6/+67
2025-09-25x86/bugs: KVM: Add support for SRSO_MSR_FIXBorislav Petkov6-4/+46
2025-09-25x86/bugs: Add SRSO_USER_KERNEL_NO supportBorislav Petkov (AMD)2-0/+5
2025-09-25platform/x86: asus-wmi: Re-add extra keys to ignore_key_wlan quirkAntheas Kapenekakis1-0/+2
2025-09-25platform/x86: asus-wmi: Fix ROG button mapping, tablet mode on ASUS ROG Z13Antheas Kapenekakis2-5/+21
2025-09-25io_uring: fix incorrect io_kiocb reference in io_link_skbYang Xiuwei1-1/+1
2025-09-25smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error pathStefan Metzmacher1-1/+3
2025-09-25crypto: af_alg - Set merge to zero early in af_alg_sendmsgHerbert Xu1-1/+2
2025-09-25smb: client: let smbd_destroy() call disable_work_sync(&info->post_send_credi...Stefan Metzmacher1-0/+3
2025-09-25smb: client: fix filename matching of deferred filesPaulo Alcantara3-27/+21
2025-09-25drm/xe: Fix a NULL vs IS_ERR() in xe_vm_add_compute_exec_queue()Dan Carpenter1-2/+2
2025-09-25drm: bridge: cdns-mhdp8546: Fix missing mutex unlock on error pathQi Xi1-2/+4
2025-09-25drm: bridge: anx7625: Fix NULL pointer dereference with early IRQLoic Poulain1-2/+4
2025-09-25drm/xe/tile: Release kobject for the failure pathShuicheng Lin1-5/+7
2025-09-25ASoC: Intel: catpt: Expose correct bit depth to userspaceAmadeusz Sławiński1-6/+17
2025-09-25ASoC: SOF: Intel: hda-stream: Fix incorrect variable used in error messageColin Ian King1-1/+1
2025-09-25ASoC: wm8974: Correct PLL rate roundingCharles Keepax1-2/+6
2025-09-25ASoC: wm8940: Correct typo in control nameCharles Keepax1-1/+1
2025-09-25ASoC: wm8940: Correct PLL rate roundingCharles Keepax1-1/+6
2025-09-25io_uring/kbuf: drop WARN_ON_ONCE() from incremental length checkJens Axboe1-1/+1
2025-09-25io_uring/msg_ring: kill alloc_cache for io_kiocb allocationsJens Axboe3-30/+2
2025-09-25io_uring: include dying ring in task_work "should cancel" stateJens Axboe5-7/+9
2025-09-25io_uring: backport io_should_terminate_tw()Jens Axboe5-6/+17
2025-09-25io_uring/cmd: let cmds to know about dying taskPavel Begunkov2-1/+6
2025-09-25ALSA: hda/realtek: Fix mute led for HP Laptop 15-dw4xxPraful Adiga1-0/+1
2025-09-25selftests: mptcp: avoid spurious errors on TCP disconnectMatthieu Baerts (NGI0)1-2/+2
2025-09-25selftests: mptcp: connect: catch IO errors on listen sideMatthieu Baerts (NGI0)1-3/+4
2025-09-25mptcp: propagate shutdown to subflows when possibleMatthieu Baerts (NGI0)1-0/+16
2025-09-25rds: ib: Increment i_fastreg_wrs before bailing outHåkon Bugge1-8/+12
2025-09-25net: rfkill: gpio: Fix crash due to dereferencering uninitialized pointerHans de Goede1-2/+2
2025-09-25drm/amd/display: Allow RX6xxx & RX7700 to invoke amdgpu_irq_get/putIvan Lipski1-1/+38
2025-09-25KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC is activeMaciej S. Szmigiero1-2/+1
2025-09-25mmc: mvsdio: Fix dma_unmap_sg() nents valueThomas Fourier1-1/+1