summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-06-23sunrpc: fix loop in gss seqno cacheNikhil Jha1-1/+1
2025-06-23Bluetooth: hci_core: Fix use-after-free in vhci_flush()Kuniyuki Iwashima2-4/+32
2025-06-23interconnect: exynos: handle node name allocation failureJohan Hovold1-0/+5
2025-06-23io_uring: make fallocate be hashed workFengnan Chang1-0/+1
2025-06-23interconnect: qcom: sc7280: Add missing num_links to xm_pcie3_1 nodeXilin Wu1-0/+1
2025-06-23dm-raid: fix variable in journal device checkHeinz Mauelshagen1-1/+1
2025-06-23smb: client: fix regression with native SMB symlinksPaulo Alcantara1-16/+4
2025-06-23net: qed: reduce stack usage for TLV processingArnd Bergmann1-4/+4
2025-06-23ASoC: amd: ps: fix for soundwire failures during hibernation exit sequenceVijendar Mukunda2-0/+22
2025-06-23drm/dp: Change AUX DPCD probe address from DPCD_REV to LANE0_1_STATUSImre Deak1-1/+1
2025-06-23futex: Initialize futex_phash_new during fork().Sebastian Andrzej Siewior1-0/+1
2025-06-23drm/i915/snps_hdmi_pll: Fix 64-bit divisor truncation by using div64_u64Ankit Nautiyal1-2/+2
2025-06-23dm-crypt: Extend state buffer size in crypt_iv_lmk_oneHerbert Xu3-4/+13
2025-06-23fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypassShivank Garg3-13/+21
2025-06-23selftests/coredump: Fix "socket_detect_userspace_client" test failureNam Cao1-0/+5
2025-06-23thunderbolt: Fix bit masking in tb_dp_port_set_hops()Alok Tiwari1-1/+1
2025-06-23thunderbolt: Fix wake on connect at runtimeMario Limonciello3-12/+10
2025-06-23crypto: wp512 - Use API partial block handlingHerbert Xu1-76/+45
2025-06-23drm: writeback: Fix drm_writeback_connector_cleanup signatureLouis Chauvet1-3/+4
2025-06-23ASoC: amd: yc: Add DMI quirk for Lenovo IdeaPad Slim 5 15Oliver Schramm1-0/+7
2025-06-23ASoC: amd: yc: add quirk for Acer Nitro ANV15-41 internal micYuzuru101-0/+7
2025-06-23ASoC: qcom: sm8250: Fix possibly undefined referenceLuca Weiss1-0/+1
2025-06-22Linux 6.16-rc3v6.16-rc3Linus Torvalds1-1/+1
2025-06-22atm: clip: prevent NULL deref in clip_push()Eric Dumazet1-6/+5
2025-06-22Merge tag 'i2c-for-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds45-103/+125
2025-06-22Merge tag 'x86_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-18/+32
2025-06-22Merge tag 'irq_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-26/+11
2025-06-22Fix typo in marvell octeontx2 documentationFaisal Bukhari1-1/+1
2025-06-22Merge tag 'perf_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-53/+124
2025-06-22Merge tag 'locking_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-6/+20
2025-06-22Merge tag 'edac_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-11/+14
2025-06-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds14-283/+376
2025-06-22Merge tag 'v6.16-rc2-smb3-client-fixes-v2' of git://git.samba.org/sfrench/cif...Linus Torvalds10-13/+27
2025-06-22ALSA: hda/realtek - Enable mute LED on HP Pavilion Laptop 15-eg100Yasmin Fitzgerald1-0/+1
2025-06-22ALSA: hda/realtek: Add quirks for some Clevo laptopsTim Crawford1-0/+5
2025-06-22bcachefs: Fix range in bch2_lookup_indirect_extent() error pathKent Overstreet1-5/+7
2025-06-22bcachefs: fix spurious error_throwKent Overstreet1-1/+1
2025-06-22bcachefs: Add missing bch2_err_class() to fileattr_set()Kent Overstreet1-1/+2
2025-06-21i2c: k1: check for transfer errorAlex Elder1-1/+1
2025-06-21Merge tag 'nfsd-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds3-17/+6
2025-06-21Merge tag 'erofs-for-6.16-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-24/+7
2025-06-21smb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for auth_key sizeBharath SM2-2/+2
2025-06-21smb: minor fix to use sizeof to initialize flags_string bufferBharath SM1-1/+1
2025-06-21smb: Use loff_t for directory position in cached_direntsBharath SM1-1/+1
2025-06-21smb: Log an error when close_all_cached_dirs failsPaul Aurich1-2/+12
2025-06-21cifs: Fix prepare_write to negotiate wsize if neededDavid Howells1-2/+6
2025-06-21smb: client: fix max_sge overflow in smb_extract_folioq_to_rdma()Stefan Metzmacher1-2/+3
2025-06-21smb: client: fix first command failure during re-negotiationzhangjian1-0/+1
2025-06-21Merge tag 'io_uring-6.16-20250621' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-06-21Merge tag 'acpi-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-0/+7