summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-02-27bpf: Add bpf_for_each_map_elem() helperYonghong Song3-0/+54
2021-02-26skmsg: Remove unused sk_psock_stop() declarationCong Wang1-1/+0
2021-02-26skmsg: Make __sk_psock_purge_ingress_msg() staticCong Wang1-2/+0
2021-02-26sock_map: Make sock_map_prog_update() staticCong Wang1-9/+0
2021-02-26sock_map: Rename skb_parser and skb_verdictCong Wang1-4/+4
2021-02-26skmsg: Move sk_redir from TCP_SKB_CB to skbCong Wang3-19/+41
2021-02-26bpf: Compute data_end dynamically with JIT codeCong Wang1-6/+0
2021-02-26skmsg: Get rid of struct sk_psock_parserCong Wang1-12/+7
2021-02-26bpf: Clean up sockmap related KconfigsCong Wang5-27/+43
2021-02-26bpf: Remove blank line in bpf helper description commentHangbin Liu1-1/+0
2021-02-26bpf: Use MAX_BPF_FUNC_REG_ARGS macroDmitrii Banshchikov1-0/+5
2021-02-26bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu1-1/+2
2021-02-26bpf: Enable task local storage for tracing programsSong Liu4-23/+13
2021-02-25net: Add priv_flags for allow tx skb without linearXuan Zhuo1-0/+4
2021-02-25netdevice: Add missing IFF_PHONY_HEADROOM self-definitionAlexander Lobakin1-0/+1
2021-02-21Merge tag 'perf-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+52
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-62/+376
2021-02-21Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+7
2021-02-21Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-43/+54
2021-02-21Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-28/+213
2021-02-21Merge tag 'for-5.12/io_uring-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2-0/+24
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2-5/+37
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds7-110/+69
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-278/+0
2021-02-21Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+16
2021-02-21Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2-0/+26
2021-02-21Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds8-19/+38
2021-02-21Merge tag 'f2fs-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+3
2021-02-21Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds4-12/+110
2021-02-21Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds3-1/+6
2021-02-21Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+18
2021-02-21Merge tag 'acpi-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds26-115/+91
2021-02-21Merge tag 'pm-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds10-49/+226
2021-02-21Merge tag 'staging-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-26/+243
2021-02-21Merge tag 'usb-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds18-37/+745
2021-02-21Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds9-86/+10
2021-02-21Merge tag 'efi-next-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-17/+2
2021-02-21Merge tag 'arm-drivers-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-46/+104
2021-02-21Merge tag 'arm-dt-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-1/+1
2021-02-21Merge tag 'arm-platform-removal-v5.12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+0
2021-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds112-729/+2996
2021-02-18net: stmmac: Add PCI bus info to ethtool driver query outputWong Vee Khee1-0/+1
2021-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-0/+11
2021-02-18net: mdio: Remove of_phy_attach()Florian Fainelli1-10/+0
2021-02-17entry/kvm: Explicitly flush pending rcuog wakeup before last rescheduling pointFrederic Weisbecker1-0/+14
2021-02-17rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker1-0/+2
2021-02-17sched: Harden PREEMPT_DYNAMICPeter Zijlstra2-2/+2
2021-02-17static_call: Allow module use without exposing static_call_keyJosh Poimboeuf3-5/+49
2021-02-17preempt/dynamic: Provide irqentry_exit_cond_resched() static callPeter Zijlstra (Intel)1-0/+4
2021-02-17preempt/dynamic: Provide cond_resched() and might_resched() static callsPeter Zijlstra (Intel)2-7/+43