aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-10-30x86/microcode: Mark early_parse_cmdline() as __initYu Peng1-1/+1
2025-10-30x86/microcode/AMD: Select which microcode patch to loadBorislav Petkov (AMD)1-38/+69
2025-10-30pidfs: expose coredump signalChristian Brauner2-13/+24
2025-10-30pidfs: drop struct pidfs_exit_infoChristian Brauner1-24/+11
2025-10-30pidfs: prepare to drop exit_info pointerChristian Brauner1-3/+9
2025-10-30pidfd: add a new supported_mask fieldChristian Brauner2-1/+19
2025-10-30pidfs: add missing BUILD_BUG_ON() assert on struct pidfd_infoChristian Brauner1-0/+2
2025-10-30pidfs: add missing PIDFD_INFO_SIZE_VER1Christian Brauner1-0/+1
2025-10-30pidfs: fix PIDFD_INFO_COREDUMP handlingChristian Brauner1-2/+4
2025-10-30pidfs: use guard() for task_lockChristian Brauner1-2/+1
2025-10-30Merge tag 'asoc-fix-v6.18-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai452-2203/+3755
2025-10-30regulator: bd718x7: Fix voltages scaled by resistor dividerMaud Spierings1-0/+2
2025-10-30HID: amd_sfh: Stop sensor before startingMario Limonciello (AMD)1-0/+2
2025-10-30HID: apple: Add SONiX AK870 PRO to non_apple_keyboards quirk listApril Grimoire1-0/+1
2025-10-30xfrm: Prevent locally generated packets from direct output in tunnel modeJianbo Liu1-1/+5
2025-10-30xfrm: Determine inner GSO type from packet inner protocolJianbo Liu3-5/+10
2025-10-30xfrm: Check inner packet family directly from skb_dstJianbo Liu2-2/+2
2025-10-30HID: lenovo: fixup Lenovo Yoga Slim 7x Keyboard rdescLauri Tirkkonen2-0/+18
2025-10-30x86/cpu: Add/fix core comments for {Panther,Nova} LakeTony Luck1-3/+3
2025-10-30x86/CPU/AMD: Extend Zen6 model rangeBorislav Petkov (AMD)1-1/+1
2025-10-30HID: quirks: work around VID/PID conflict for 0x4c4a/0x4155Zhang Heng2-3/+14
2025-10-30net: sctp: fix KMSAN uninit-value in sctp_inq_popRanganath V N1-1/+1
2025-10-30Merge tag 'thunderbolt-for-v6.18-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linusGreg Kroah-Hartman2-0/+3
2025-10-30unwind_user/x86: Fix arch=um buildPeter Zijlstra1-0/+4
2025-10-30wifi: zd1211rw: fix potential memory leak in __zd_usb_enable_rx()Abdun Nihaal1-0/+1
2025-10-30ALSA: hda/realtek: Enable mic on Vaio RPLEdson Juliano Drosdeck1-0/+12
2025-10-29crypto: blake2b - Reimplement using library APIEric Biggers7-320/+117
2025-10-29lib/crypto: arm/blake2b: Migrate optimized code into libraryEric Biggers7-135/+59
2025-10-29lib/crypto: blake2b: Add BLAKE2b library functionsEric Biggers5-13/+330
2025-10-29byteorder: Add le64_to_cpu_array() and cpu_to_le64_array()Eric Biggers1-0/+16
2025-10-29lib/crypto: blake2s: Document the BLAKE2s library APIEric Biggers1-0/+58
2025-10-29lib/crypto: blake2s: Drop excessive const & rename block => dataEric Biggers5-27/+24
2025-10-29lib/crypto: blake2s: Rename blake2s_state to blake2s_ctxEric Biggers9-106/+104
2025-10-29lib/crypto: blake2s: Adjust parameter order of blake2s()Eric Biggers5-17/+17
2025-10-29lib/crypto: Add FIPS self-tests for SHA-1 and SHA-2Eric Biggers5-6/+128
2025-10-29scsi: ufs: core: Fix invalid probe error return valueAdrian Hunter1-2/+2
2025-10-29scsi: ufs: ufs-pci: Set UFSHCD_QUIRK_PERFORM_LINK_STARTUP_ONCE for Intel ADLAdrian Hunter1-1/+2
2025-10-29scsi: ufs: core: Add a quirk to suppress link_startup_againAdrian Hunter2-1/+9
2025-10-29scsi: ufs: ufs-pci: Fix S0ix/S3 for Intel controllersAdrian Hunter1-2/+65
2025-10-29scsi: ufs: core: Revert "Make HID attributes visible"Bart Van Assche3-4/+1
2025-10-29libeth: xdp: Disable generic kCFI pass for libeth_xdp_tx_xmit_bulk()Nathan Chancellor1-1/+1
2025-10-29ARM: Select ARCH_USES_CFI_GENERIC_LLVM_PASSNathan Chancellor1-0/+2
2025-10-29compiler_types: Introduce __nocfi_genericNathan Chancellor2-0/+13
2025-10-29net: devmem: refresh devmem TX dst in case of route invalidationShivaji Kant1-3/+24
2025-10-29Merge branch 'net-stmmac-fixes-for-stmmac-tx-vlan-insert-and-est'Jakub Kicinski3-21/+17
2025-10-29net: stmmac: est: Fix GCL bounds checksRohan G Thomas1-2/+2
2025-10-29net: stmmac: Consider Tx VLAN offload tag length for maxSDURohan G Thomas1-4/+10
2025-10-29net: stmmac: vlan: Disable 802.1AD tag insertion offloadRohan G Thomas2-15/+5
2025-10-29Merge branch 'tls-introduce-and-use-rx-async-resync-request-cancel-function'Jakub Kicinski5-19/+59
2025-10-29net/mlx5e: kTLS, Cancel RX async resync request in error flowsShahar Shitrit3-5/+37