summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-07-16sock_map: Relax config dependency to CONFIG_NETCong Wang1-18/+20
2021-07-16bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa1-1/+1
2021-07-16bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa1-0/+7
2021-07-16bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa1-1/+2
2021-07-16bpf, x86: Store caller's ip in trampoline stackJiri Olsa1-0/+5
2021-07-15bpf: Teach stack depth check about async callbacks.Alexei Starovoitov1-0/+1
2021-07-15bpf: Implement verifier support for validation of async callbacks.Alexei Starovoitov1-1/+8
2021-07-15bpf: Prevent pointer mismatch in bpf_timer_init.Alexei Starovoitov1-1/+8
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov2-11/+34
2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov2-0/+76
2021-07-15bpf: Fix a typo of reuseport map in bpf.h.Kuniyuki Iwashima1-1/+1
2021-07-08bpf: devmap: Implement devmap prog execution for generic XDPKumar Kartikeya Dwivedi1-1/+0
2021-07-08bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi2-9/+10
2021-07-08bitops: Add non-atomic bitops for pointersKumar Kartikeya Dwivedi2-0/+59
2021-07-08net: core: Split out code to run generic XDP progKumar Kartikeya Dwivedi1-0/+2
2021-07-08bpf: Support input xdp_md context in BPF_PROG_TEST_RUNZvi Effron1-3/+0
2021-07-08bpf: Add function for XDP meta data length checkZvi Effron1-0/+5
2021-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds137-516/+2887
2021-07-01Merge tag 'audit-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2021-07-01Merge tag 'selinux-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-8/+7
2021-07-01Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-14/+27
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds3-2/+17
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds8-26/+58
2021-06-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2-2/+27
2021-06-30Merge tag 'platform-drivers-x86-v5.14-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds7-5/+133
2021-06-30Merge tag 'mailbox-v5.14' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds2-6/+45
2021-06-30Merge branch 'for-5.14/multitouch' into for-linusJiri Kosina1-0/+18
2021-06-30Merge branch 'for-5.14/intel-ish' into for-linusJiri Kosina1-2/+8
2021-06-30Merge branch 'for-5.14/core' into for-linusJiri Kosina1-0/+1
2021-06-30Merge tag '5.14-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+8
2021-06-30Merge tag 'fs.openat2.unknown_flags.v5.14' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-4/+0
2021-06-30Merge tag 'fs.mount_setattr.nosymfollow.v5.14' of git://git.kernel.org/pub/sc...Linus Torvalds1-0/+1
2021-06-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds39-215/+342
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-20/+50
2021-06-30Merge tag 'devprop-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-6/+6
2021-06-29Merge tag 'acpi-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds9-6/+215
2021-06-29Merge tag 'pm-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-0/+4
2021-06-29Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-2/+10
2021-06-29Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-39/+49
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-2/+43
2021-06-29tcp: change ICSK_CA_PRIV_SIZE definitionEric Dumazet1-1/+1
2021-06-29net: stmmac: option to enable PHY WOL with PMT enabledLing Pei Lee1-0/+1
2021-06-29net: sock: add trace for socket errorsAlexander Aring1-0/+60
2021-06-29net: sock: introduce sk_error_reportAlexander Aring3-2/+4
2021-06-29Merge tag 'hyperv-next-signed-20210629' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-10/+51
2021-06-29mm,hwpoison: send SIGBUS with error virutal addressNaoya Horiguchi1-0/+5
2021-06-29mm/page_alloc: allow high-order pages to be stored on the per-cpu listsMel Gorman1-1/+19
2021-06-29mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEMMike Rapoport1-2/+2
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport4-9/+9
2021-06-29arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport1-2/+2