summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-29rust: rbtree: add RBTree::is_emptyAlice Ryhl
2025-06-24rust: io: avoid mentioning private fields in `IoMem`Sai Vishnu M
2025-06-24rust: Use consistent "# Examples" heading style in rustdocViresh Kumar
2025-06-24rust: macros: remove `module!`'s deprecated `author` keyGuilherme Giacomo Simoes
2025-06-24rust: list: replace unwrap() with ? in doctest examplesAlbin Babu Varghese
2025-06-24rust: kunit: use crate-level mapping for `c_void`Jesung Yang
2025-06-22rust: enable `clippy::ref_as_ptr` lintTamir Duberstein
2025-06-22rust: enable `clippy::cast_lossless` lintTamir Duberstein
2025-06-22rust: enable `clippy::as_underscore` lintTamir Duberstein
2025-06-22rust: enable `clippy::as_ptr_cast_mut` lintTamir Duberstein
2025-06-22rust: enable `clippy::ptr_cast_constness` lintTamir Duberstein
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein
2025-06-22Linux 6.16-rc3v6.16-rc3Linus Torvalds
2025-06-22Merge tag 'i2c-for-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-06-22Merge tag 'x86_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-06-22Merge tag 'irq_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-06-22Merge tag 'perf_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-06-22Merge tag 'locking_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-06-22Merge tag 'edac_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-06-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-06-22Merge tag 'v6.16-rc2-smb3-client-fixes-v2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2025-06-21i2c: k1: check for transfer errorAlex Elder
2025-06-21Merge tag 'nfsd-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-06-21Merge tag 'erofs-for-6.16-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-06-21smb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for auth_key sizeBharath SM
2025-06-21smb: minor fix to use sizeof to initialize flags_string bufferBharath SM
2025-06-21smb: Use loff_t for directory position in cached_direntsBharath SM
2025-06-21smb: Log an error when close_all_cached_dirs failsPaul Aurich
2025-06-21cifs: Fix prepare_write to negotiate wsize if neededDavid Howells
2025-06-21smb: client: fix max_sge overflow in smb_extract_folioq_to_rdma()Stefan Metzmacher
2025-06-21smb: client: fix first command failure during re-negotiationzhangjian
2025-06-21Merge tag 'io_uring-6.16-20250621' of git://git.kernel.dk/linuxLinus Torvalds
2025-06-21Merge tag 'acpi-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2025-06-21Merge tag 'pci-v6.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-06-21Merge tag 'rcu/fixes-for-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-06-21Merge tag 'perf-tools-fixes-for-v6.16-1-2025-06-20' of git://git.kernel.org/p...Linus Torvalds
2025-06-20Merge tag 'mtd/fixes-for-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-06-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2025-06-20irqchip/ath79-misc: Fix missing prototypes warningsShiji Yang
2025-06-20rcu: Return early if callback is not specifiedUladzislau Rezki (Sony)
2025-06-20KVM: TDX: Exit to userspace for GetTdVmCallInfoBinbin Wu
2025-06-20KVM: TDX: Handle TDG.VP.VMCALL<GetQuote>Binbin Wu
2025-06-20KVM: TDX: Add new TDVMCALL status code for unsupported subfuncsBinbin Wu
2025-06-20Merge tag 'gpio-fixes-for-v6.16-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-06-20Merge tag 'kvm-riscv-fixes-6.16-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini
2025-06-20Merge tag 'kvmarm-fixes-6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2025-06-20Merge tag 'sound-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2025-06-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2025-06-20erofs: remove a superfluous check for encoded extentsGao Xiang
2025-06-20io_uring/net: always use current transfer count for buffer putJens Axboe