summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-03-20bpf: Add struct_ops context information to struct bpf_prog_auxJuntong Deng
2025-03-18bpf: Make perf_event_read_output accessible in all program types.Emil Tsalapatis
2025-03-15security: Propagate caller information in bpf hooksBlaise Boscaccy
2025-03-15bpf: simple DFA-based live registers analysisEduard Zingerman
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye
2025-03-15bpf: Add verifier support for timed may_gotoKumar Kartikeya Dwivedi
2025-03-15bpf: Summarize sleepable global subprogsKumar Kartikeya Dwivedi
2025-03-15bpf: Allow pre-ordering for bpf cgroup progsYonghong Song
2025-02-25selftests/bpf: Test gen_pro/epilogue that generate kfuncsAmery Hung
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4Alexei Starovoitov
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-02-20Merge tag 'net-6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-02-20Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni
2025-02-19net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao
2025-02-19mm: Add copy_remote_vm_str() for readng C strings from remote VMJordan Rome
2025-02-18bpf: fix env->peak_states computationEduard Zingerman
2025-02-18bpf: free verifier states when they are no longer referencedEduard Zingerman
2025-02-18bpf: use list_head to track explored states and free listEduard Zingerman
2025-02-18Merge tag 'sound-6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2025-02-17bpf: Support getting referenced kptr from struct_ops argumentAmery Hung
2025-02-17bpf: Make every prog keep a copy of ctx_arg_infoAmery Hung
2025-02-17Merge tag 'vfs-6.14-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-02-16Merge tag 'driver-core-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-02-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-02-14Merge tag 'kvm-x86-fixes-6.14-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-02-14crypto: ccp: Add external API interface for PSP module initializationSean Christopherson
2025-02-14Merge tag 'efi-fixes-for-v6.14-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-02-14Merge tag 'block-6.14-20250214' of git://git.kernel.dk/linuxLinus Torvalds
2025-02-14Merge tag 'cgroup-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-02-13bpf: fs/xattr: Add BPF kfuncs to set and remove xattrsSong Liu
2025-02-13Merge tag 'net-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-02-13Reapply "net: skb: introduce and use a single page frag cache"Jakub Kicinski
2025-02-13driver core: add a faux bus for use when a simple device/bus is neededGreg Kroah-Hartman
2025-02-13block: cleanup and fix batch completion adding conditionsJens Axboe
2025-02-13netfs: Fix a number of read-retry hangsDavid Howells
2025-02-10PCI: pci_ids: add INTEL_HDA_PTL_HPierre-Louis Bossart
2025-02-09Merge tag 'kbuild-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-02-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-02-08Merge tag 'hardening-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-02-08Merge tag 'i2c-for-6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-02-07bpf: define KF_ARENA_* flags for bpf_arena kfuncsIhor Solodrai
2025-02-07Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni
2025-02-07Merge tag 'vfs-6.14-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-02-07vfs: sanity check the length passed to inode_set_cached_link()Mateusz Guzik
2025-02-07fsnotify: use accessor to set FMODE_NONOTIFY_*Amir Goldstein
2025-02-07lockref: remove count argument of lockref_initAndreas Gruenbacher
2025-02-06string.h: Use ARRAY_SIZE() for memtostr*()/strtomem*()Kees Cook
2025-02-06compiler.h: Introduce __must_be_byte_array()Kees Cook
2025-02-06compiler.h: Move C string helpers into C-only kernel sectionKees Cook
2025-02-06net: add dev_net_rcu() helperEric Dumazet