summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-08-21net: Introduce skb_copy_datagram_from_iter_full()Will Deacon
2025-08-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-08-21Merge tag 'v6.17-rc2' into HEADDmitry Torokhov
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-21uprobes/x86: Add support to optimize uprobesJiri Olsa
2025-08-21uprobes/x86: Add uprobe syscall to speed up uprobeJiri Olsa
2025-08-21uprobes/x86: Add mapping for optimized uprobe trampolinesJiri Olsa
2025-08-21uprobes: Add do_ref_ctr argument to uprobe_write functionJiri Olsa
2025-08-21uprobes: Add is_register argument to uprobe_write and uprobe_write_opcodeJiri Olsa
2025-08-21uprobes: Add nbytes argument to uprobe_writeJiri Olsa
2025-08-21uprobes: Add uprobe_write functionJiri Olsa
2025-08-21uprobes: Make copy_from_page globalJiri Olsa
2025-08-21uprobes: Rename arch_uretprobe_trampoline functionJiri Olsa
2025-08-21Merge tag 'loongarch-fixes-6.17-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-08-21block: avoid cpu_hotplug_lock depedency on freeze_lockNilay Shroff
2025-08-21fsverity: check IS_VERITY() in fsverity_cleanup_inode()Eric Biggers
2025-08-21fs: remove inode::i_verity_infoEric Biggers
2025-08-21fsverity: add support for info in fs-specific part of inodeEric Biggers
2025-08-21fs: remove inode::i_crypt_infoEric Biggers
2025-08-21fscrypt: add support for info in fs-specific part of inodeEric Biggers
2025-08-21fscrypt: replace raw loads of info pointer with helper functionEric Biggers
2025-08-21net: phy: micrel: Add support for lan8842Horatiu Vultur
2025-08-21Merge tag 'mlx5-next-vhca-id' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Abeni
2025-08-20bnxt_en: hsi: Update FW interface to 1.10.3.133Michael Chan
2025-08-20f2fs: fix to detect potential corrupted nid in free_nid_listChao Yu
2025-08-20LoongArch: Add cpuhotplug hooks to fix high cpu usage of vCPU threadsXianglai Li
2025-08-20Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard
2025-08-20fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availabilityChristoph Hellwig
2025-08-19net-memcg: Pass struct sock to mem_cgroup_sk_under_memory_pressure().Kuniyuki Iwashima
2025-08-19net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge().Kuniyuki Iwashima
2025-08-19mptcp: Fix up subflow's memcg when CONFIG_SOCK_CGROUP_DATA=n.Kuniyuki Iwashima
2025-08-19net: Add skb_dst_check_unsetStanislav Fomichev
2025-08-19net: Add skb_dstref_steal and skb_dstref_restoreStanislav Fomichev
2025-08-19mm/migrate: fix NULL movable_ops if CONFIG_ZSMALLOC=mHuacai Chen
2025-08-19iov_iter: iterate_folioq: fix handling of offset >= folio sizeDominique Martinet
2025-08-19NFS: Fix a race when updating an existing writeTrond Myklebust
2025-08-19Merge tag 'vfs-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-08-19mmc: core: add mmc_read_tuningBenoît Monin
2025-08-19misc: rtsx: usb card reader: add OCP supportRicky Wu
2025-08-19mmc: tmio: Add 64-bit read/write support for SD_BUF0 in polling modeBiju Das
2025-08-19sysfs: remove attribute_group::bin_attrs_newThomas Weißschuh
2025-08-19sysfs: remove bin_attribute::read_new/write_new()Thomas Weißschuh
2025-08-19char: misc: Register fixed minor EISA_EEPROM_MINOR in linux/miscdevice.hZijun Hu
2025-08-19char: misc: Disallow registering miscdevice whose minor > MISC_DYNAMIC_MINORZijun Hu
2025-08-19misc: rtsx_pci: Add separate CD/WP pin polarity reversal supportRicky Wu
2025-08-18Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'Martin KaFai Lau
2025-08-18Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/net'Martin KaFai Lau
2025-08-19Merge tag 'drm-misc-next-2025-08-14' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2025-08-18bpf: Enable read/write access to skb metadata through a dynptrJakub Sitnicki
2025-08-18bpf: Add dynptr type for skb metadataJakub Sitnicki