summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-07-24selftests/bpf: Add simple strscpy() implementationIhor Solodrai3-14/+37
2026-07-24tools/testing: add linux/args.h header and fix radix, VMA testsLorenzo Stoakes2-0/+32
2026-07-24dpll: fix NULL pointer dereference in dpll_msg_add_pin_ref_sync()Ivan Vecera1-0/+3
2026-07-24Bluetooth: L2CAP: fix tx ident leak for commands without a responseStig Hornang1-2/+13
2026-07-24Bluetooth: 6lowpan: Fix using chan->conn as indication to no remote netdevLuiz Augusto von Dentz1-15/+3
2026-07-24Bluetooth: L2CAP: Fix regressions caused by reusing identLuiz Augusto von Dentz2-3/+27
2026-07-24crypto: ccp - Fix leaking the same page twiceGuenter Roeck1-3/+1
2026-07-24ice: drop udp_tunnel_get_rx_info() call from ndo_open()Mohammad Heib1-3/+0
2026-07-24i40e: drop udp_tunnel_get_rx_info() call from i40e_open()Mohammad Heib1-1/+0
2026-07-24crypto: ccp - Always pass in an error pointer to __sev_platform_shutdown_lock...Borislav Petkov (AMD)1-1/+1
2026-07-24Bluetooth: hci_sync: Fix attempting to send HCI_Disconnect to BIS handleLuiz Augusto von Dentz1-1/+1
2026-07-24Bluetooth: hci_core: Remove check of BDADDR_ANY in hci_conn_hash_lookup_big_s...Luiz Augusto von Dentz1-2/+1
2026-07-24udp_tunnel: fix deadlock in udp_tunnel_nic_set_port_priv()Paolo Abeni1-2/+1
2026-07-24crypto: ccp - Fix SNP panic notifier unregistrationAshish Kalra1-2/+8
2026-07-24crypto: ccp - Fix dereferencing uninitialized error pointerAshish Kalra1-3/+5
2026-07-24crypto: ccp - Fix __sev_snp_shutdown_lockedAshish Kalra1-1/+1
2026-07-24afs: Fix afs_dynroot_readdir() to not use the RCU read lockDavid Howells1-2/+2
2026-07-24afs: Fix afs_atcell_get_link() to check if ws_cell is unset firstDavid Howells1-3/+3
2026-07-24jiffies: Cast to unsigned long in secs_to_jiffies() conversionEaswar Hariharan1-1/+1
2026-07-24net: airoha: Fix channel configuration for ETS QdiscLorenzo Bianconi1-1/+4
2026-07-24rtnetlink: Make per-netns RTNL dereference helpers to macro.Kuniyuki Iwashima1-15/+6
2026-07-24ksmbd: fix durable reconnect double-bind race in ksmbd_reopen_durable_fdGil Portnoy1-3/+9
2026-07-24seqlock: fix scoped_seqlock_read kernel-docRandy Dunlap1-9/+8
2026-07-24dibs: loopback: validate offset and size in move_data()Dust Li1-0/+5
2026-07-24perf/x86/amd/brs: Fix kernel address leakageSandipan Das1-5/+5
2026-07-24bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski3-0/+16
2026-07-24KVM: arm64: Fix propagation of TLBI level in kvm_pgtable_stage2_relax_perms()Marc Zyngier1-2/+3
2026-07-24KVM: arm64: Ensure level is always initialized when relaxing permsOliver Upton1-1/+1
2026-07-24KVM: Move kvm_io_bus_get_dev() locking responsibilities to callersMarc Zyngier2-11/+7
2026-07-24mm/damon/core: always put unsuccessfully committed target pidsSeongJae Park1-6/+43
2026-07-24selftests/fs/statmount: build with tools include dirAmir Goldstein4-1/+318
2026-07-24fscrypt: Replace mk_users keyring with simple listEric Biggers2-135/+113
2026-07-24fscrypt: Fix key setup in edge case with multiple data unit sizesEric Biggers4-80/+125
2026-07-24slab: recognize @GFP parameter as optional in kernel-docRandy Dunlap1-3/+3
2026-07-24default_gfp(): avoid using the "newfangled" __VA_OPT__ trickLinus Torvalds1-2/+2
2026-07-24add default_gfp() helper macro and use it in the new *alloc_obj() helpersLinus Torvalds2-24/+28
2026-07-24slab: Introduce kmalloc_flex() and familyKees Cook2-0/+49
2026-07-24slab: Introduce kmalloc_obj() and familyKees Cook2-0/+82
2026-07-24btrfs: fix incorrect buffered IO fallback for append direct writesQu Wenruo1-1/+42
2026-07-24btrfs: fix false IO failure after falling back to buffered writeQu Wenruo4-8/+29
2026-07-24exfat: preserve benign secondary entries during rename and moveRochan Avlur3-28/+116
2026-07-24exfat: fix incorrect directory checksum after rename to shorter nameChi Zhiling1-0/+1
2026-07-24exfat: move exfat_chain_set() out of __exfat_resolve_path()Yuezhang Mo1-34/+26
2026-07-24exfat: add exfat_get_dentry_set_by_ei() helperYuezhang Mo3-36/+21
2026-07-24exfat: rename argument name for exfat_move_file and exfat_rename_fileYuezhang Mo1-12/+12
2026-07-24exfat: remove unnecessary read entry in __exfat_rename()Yuezhang Mo1-16/+4
2026-07-24crypto: qat - fix restarting state leak on allocation failureAhsan Atta1-3/+4
2026-07-24crypto: ccp - Do not initialize SNP for ioctl(SNP_CONFIG)Tycho Andersen (AMD)1-29/+4
2026-07-24crypto: ccp - Fix a case where SNP_SHUTDOWN is missedTom Lendacky1-23/+23
2026-07-24crypto: ccp - Move SEV/SNP Platform initialization to KVMAshish Kalra1-13/+0