Merge branch 'generalize-bpf-ksym'
[platform/kernel/linux-starfive.git] / kernel /
2020-03-13 Alexei StarovoitovMerge branch 'generalize-bpf-ksym'
2020-03-13 Jiri Olsabpf: Remove bpf_image tree
2020-03-13 Jiri Olsabpf: Add dispatchers to kallsyms
2020-03-13 Jiri Olsabpf: Add trampolines to kallsyms
2020-03-13 Jiri Olsabpf: Add bpf_ksym_add/del functions
2020-03-13 Jiri Olsabpf: Add prog flag to struct bpf_ksym object
2020-03-13 Andrii Nakryikobpf: Abstract away entire bpf_link clean up procedure
2020-03-13 Jiri Olsabpf: Add bpf_ksym_find function
2020-03-13 Jiri Olsabpf: Move ksym_tnode to bpf_ksym
2020-03-13 Jiri Olsabpf: Move lnode list node to struct bpf_ksym
2020-03-13 Jiri Olsabpf: Add name to struct bpf_ksym
2020-03-13 Jiri Olsabpf: Add struct bpf_ksym
2020-03-13 Eelco Chaudronbpf: Add bpf_xdp_output() helper
2020-03-13 Alexei StarovoitovMerge branch 'bpf_get_ns_current_pid_tgid'
2020-03-13 Carlos Neirabpf: Added new helper bpf_get_ns_current_pid_tgid
2020-03-11 Andrii Nakryikobpf: Add bpf_link_new_file that doesn't install FD
2020-03-05 KP Singhbpf: Fix bpf_prog_test_run_tracing for !CONFIG_NET
2020-03-05 KP Singhbpf: Remove unnecessary CAP_MAC_ADMIN check
2020-03-04 Alexei StarovoitovMerge branch 'bpf_modify_ret'
2020-03-04 KP Singhbpf: Add test ops for BPF_PROG_TYPE_TRACING
2020-03-04 KP Singhbpf: Attachment verification for BPF_MODIFY_RETURN
2020-03-04 KP Singhbpf: Introduce BPF_MODIFY_RETURN
2020-03-04 KP Singhbpf: Refactor trampoline update code
2020-03-03 Alexei StarovoitovMerge branch 'bpf_link'
2020-03-03 Andrii Nakryikobpf: Introduce pinnable bpf_link abstraction
2020-02-29 David S. MillerMerge git://git./linux/kernel/git/bpf/bpf-next
2020-02-28 David S. MillerMerge tag 'mlx5-updates-2020-02-27' of git://git./linux...
2020-02-28 Alexei StarovoitovMerge branch 'bpf_sk_storage_via_inet_diag'
2020-02-28 Martin KaFai Laubpf: INET_DIAG support in bpf_sk_storage
2020-02-28 David S. MillerMerge git://git./linux/kernel/git/netdev/net
2020-02-28 Linus TorvaldsMerge git://git./linux/kernel/git/netdev/net
2020-02-28 Gustavo A. R. Silvabpf: Replace zero-length array with flexible-array...
2020-02-27 Linus TorvaldsMerge tag 'kbuild-fixes-v5.6-2' of git://git./linux...
2020-02-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2020-02-27 Linus TorvaldsMerge tag 'docs-5.6-fixes' of git://git.lwn.net/linux
2020-02-27 Linus TorvaldsMerge tag 'audit-pr-20200226' of git://git./linux/kerne...
2020-02-26 Linus TorvaldsMerge tag 'tag-chrome-platform-fixes-for-v5.6-rc4'...
2020-02-26 Linus TorvaldsMerge tag 'trace-v5.6-rc2' of git://git./linux/kernel...
2020-02-26 Linus TorvaldsMerge tag 'linux-kselftest-kunit-5.6-rc4' of git:/...
2020-02-26 Linus TorvaldsMerge tag 'linux-kselftest-5.6-rc4' of git://git./linux...
2020-02-26 Linus Torvaldssignal: avoid double atomic counter increments for...
2020-02-26 Pablo Neira AyusoMerge branch 'master' of git://blackhole.kfki.hu/nf
2020-02-26 Masami Hiramatsubootconfig: Fix CONFIG_BOOTTIME_TRACING dependency...
2020-02-25 Linus TorvaldsMerge tag 'riscv-for-linux-5.6-rc4' of git://git./linux...
2020-02-25 Linus TorvaldsMerge branch 'mips-fixes' of git://git./linux/kernel...
2020-02-25 Alexei StarovoitovMerge branch 'BPF_and_RT'
2020-02-25 David Millerbpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT...
2020-02-25 Thomas Gleixnerbpf, lpm: Make locking RT friendly
2020-02-25 Thomas Gleixnerbpf: Prepare hashtab locking for PREEMPT_RT
2020-02-25 Thomas Gleixnerbpf: Factor out hashtab bucket lock operations
2020-02-25 Thomas Gleixnerbpf: Replace open coded recursion prevention in sys_bpf()
2020-02-25 Thomas Gleixnerbpf: Use recursion prevention helpers in hashtab code
2020-02-25 David Millerbpf: Use migrate_disable/enabe() in trampoline code.
2020-02-25 David Millerbpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.
2020-02-25 Thomas Gleixnerbpf: Dont iterate over possible CPUs with interrupts...
2020-02-25 Thomas Gleixnerbpf: Remove recursion prevention from rcu free callback
2020-02-25 Thomas Gleixnerperf/bpf: Remove preempt disable around BPF invocation
2020-02-25 Thomas Gleixnerbpf/trace: Remove redundant preempt_disable from trace_...
2020-02-25 Alexei Starovoitovbpf: disable preemption for bpf progs attached to uprobe
2020-02-25 Thomas Gleixnerbpf/trace: Remove EXPORT from trace_call_bpf()
2020-02-25 Thomas Gleixnerbpf/tracing: Remove redundant preempt_disable() in...
2020-02-25 Thomas Gleixnerbpf: Update locking comment in hashtab code
2020-02-25 Thomas Gleixnerbpf: Enforce preallocation for instrumentation programs...
2020-02-25 Thomas Gleixnerbpf: Tighten the requirements for preallocated hash...
2020-02-24 David S. MillerMerge tag 'mac80211-for-net-2020-02-24' of git://git...
2020-02-24 David S. MillerMerge tag 'mac80211-next-for-net-next-2020-02-24' of...
2020-02-24 Paul Mooreaudit: always check the netlink payload length in audit...
2020-02-24 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2020-02-24 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2020-02-24 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2020-02-23 Linus TorvaldsMerge tag 'for-5.6-rc2-tag' of git://git./linux/kernel...
2020-02-23 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git./linux...
2020-02-23 Linus TorvaldsMerge tag 'csky-for-linus-5.6-rc3' of git://github...
2020-02-23 Linus TorvaldsMerge tag 'ras-urgent-2020-02-22' of git://git./linux...
2020-02-23 Paul Mooreaudit: fix error handling in audit_data_to_entry()
2020-02-23 Linus TorvaldsMerge tag 'irq-urgent-2020-02-22' of git://git./linux...
2020-02-23 Linus TorvaldsMerge tag 'x86-urgent-2020-02-22' of git://git./linux...
2020-02-22 Linus TorvaldsMerge tag 'zonefs-5.6-rc3' of git://git./linux/kernel...
2020-02-22 Linus TorvaldsMerge tag 'io_uring-5.6-2020-02-22' of git://git.kernel...
2020-02-22 Linus TorvaldsMerge tag 'block-5.6-2020-02-22' of git://git.kernel...
2020-02-22 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2020-02-22 Linus TorvaldsMerge tag 'hwmon-for-v5.6-rc3' of git://git./linux...
2020-02-22 Linus TorvaldsMerge tag 'devicetree-fixes-for-5.6-2' of git://git...
2020-02-22 Linus TorvaldsMerge tag 's390-5.6-4' of git://git./linux/kernel/git...
2020-02-22 Alexei StarovoitovMerge tag 'sched-for-bpf-2020-02-20' of git://git....
2020-02-22 Linus TorvaldsMerge tag 'for-linus-5.6-rc3-tag' of git://git./linux...
2020-02-22 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2020-02-21 Linus TorvaldsMerge tag 'powerpc-5.6-3' of git://git./linux/kernel...
2020-02-21 David S. MillerMerge git://git./linux/kernel/git/bpf/bpf-next
2020-02-21 David S. MillerMerge git://git./linux/kernel/git/netdev/net
2020-02-21 Daniel BorkmannMerge branch 'bpf-sockmap-listen'
2020-02-21 Jakub Sitnickinet: Generate reuseport group ID on group creation
2020-02-21 Jakub Sitnickibpf: Allow selecting reuseport socket from a SOCKMAP...
2020-02-21 Linus TorvaldsMerge tag 'linux-watchdog-5.6-rc3' of git://linux-watch...
2020-02-21 Linus TorvaldsMerge tag 'char-misc-5.6-rc3' of git://git./linux/kerne...
2020-02-21 Linus TorvaldsMerge tag 'staging-5.6-rc3' of git://git./linux/kernel...
2020-02-21 Linus TorvaldsMerge tag 'tty-5.6-rc3' of git://git./linux/kernel...
2020-02-21 Linus TorvaldsMerge tag 'usb-5.6-rc3' of git://git./linux/kernel...
2020-02-21 Linus TorvaldsMerge tag 'drm-fixes-2020-02-21' of git://anongit.freed...
2020-02-21 Linus TorvaldsMerge git://git./linux/kernel/git/netdev/net
next