aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-21net: Introduce skb_copy_datagram_from_iter_full()Will Deacon1-0/+2
2025-08-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-1/+12
2025-08-21Merge tag 'v6.17-rc2' into HEADDmitry Torokhov377-3346/+17891
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-13/+24
2025-08-21uprobes/x86: Add support to optimize uprobesJiri Olsa1-2/+4
2025-08-21uprobes/x86: Add uprobe syscall to speed up uprobeJiri Olsa2-0/+3
2025-08-21uprobes/x86: Add mapping for optimized uprobe trampolinesJiri Olsa1-0/+6
2025-08-21uprobes: Add do_ref_ctr argument to uprobe_write functionJiri Olsa1-1/+1
2025-08-21uprobes: Add is_register argument to uprobe_write and uprobe_write_opcodeJiri Olsa1-2/+3
2025-08-21uprobes: Add nbytes argument to uprobe_writeJiri Olsa1-2/+2
2025-08-21uprobes: Add uprobe_write functionJiri Olsa1-0/+5
2025-08-21uprobes: Make copy_from_page globalJiri Olsa1-0/+1
2025-08-21uprobes: Rename arch_uretprobe_trampoline functionJiri Olsa1-1/+1
2025-08-21Merge tag 'loongarch-fixes-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds1-0/+1
2025-08-21block: avoid cpu_hotplug_lock depedency on freeze_lockNilay Shroff1-0/+1
2025-08-21fsverity: check IS_VERITY() in fsverity_cleanup_inode()Eric Biggers1-1/+8
2025-08-21fs: remove inode::i_verity_infoEric Biggers2-7/+8
2025-08-21fsverity: add support for info in fs-specific part of inodeEric Biggers1-10/+34
2025-08-21fs: remove inode::i_crypt_infoEric Biggers2-7/+6
2025-08-21fscrypt: add support for info in fs-specific part of inodeEric Biggers1-4/+18
2025-08-21fscrypt: replace raw loads of info pointer with helper functionEric Biggers1-0/+16
2025-08-21net: phy: micrel: Add support for lan8842Horatiu Vultur1-0/+1
2025-08-21Merge tag 'mlx5-next-vhca-id' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxPaolo Abeni2-4/+131
2025-08-20bnxt_en: hsi: Update FW interface to 1.10.3.133Michael Chan1-62/+253
2025-08-20f2fs: fix to detect potential corrupted nid in free_nid_listChao Yu1-0/+1
2025-08-20LoongArch: Add cpuhotplug hooks to fix high cpu usage of vCPU threadsXianglai Li1-0/+1
2025-08-20Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard3-13/+25
2025-08-20fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availabilityChristoph Hellwig1-1/+2
2025-08-19net-memcg: Pass struct sock to mem_cgroup_sk_under_memory_pressure().Kuniyuki Iwashima1-18/+0
2025-08-19net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge().Kuniyuki Iwashima1-5/+24
2025-08-19mptcp: Fix up subflow's memcg when CONFIG_SOCK_CGROUP_DATA=n.Kuniyuki Iwashima1-0/+6
2025-08-19net: Add skb_dst_check_unsetStanislav Fomichev1-0/+9
2025-08-19net: Add skb_dstref_steal and skb_dstref_restoreStanislav Fomichev1-0/+32
2025-08-19mm/migrate: fix NULL movable_ops if CONFIG_ZSMALLOC=mHuacai Chen1-0/+5
2025-08-19iov_iter: iterate_folioq: fix handling of offset >= folio sizeDominique Martinet1-9/+11
2025-08-19NFS: Fix a race when updating an existing writeTrond Myklebust1-0/+1
2025-08-19Merge tag 'vfs-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-1/+2
2025-08-19mmc: core: add mmc_read_tuningBenoît Monin1-0/+1
2025-08-19misc: rtsx: usb card reader: add OCP supportRicky Wu1-0/+11
2025-08-19mmc: tmio: Add 64-bit read/write support for SD_BUF0 in polling modeBiju Das1-0/+3
2025-08-19sysfs: remove attribute_group::bin_attrs_newThomas Weißschuh1-5/+2
2025-08-19sysfs: remove bin_attribute::read_new/write_new()Thomas Weißschuh1-4/+0
2025-08-19char: misc: Register fixed minor EISA_EEPROM_MINOR in linux/miscdevice.hZijun Hu1-0/+1
2025-08-19char: misc: Disallow registering miscdevice whose minor > MISC_DYNAMIC_MINORZijun Hu1-0/+8
2025-08-19misc: rtsx_pci: Add separate CD/WP pin polarity reversal supportRicky Wu1-0/+2
2025-08-18Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'Martin KaFai Lau2-1/+12
2025-08-18Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/net'Martin KaFai Lau2-1/+12
2025-08-19Merge tag 'drm-misc-next-2025-08-14' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie1-0/+7
2025-08-18bpf: Enable read/write access to skb metadata through a dynptrJakub Sitnicki1-0/+6
2025-08-18bpf: Add dynptr type for skb metadataJakub Sitnicki1-1/+6