- 657bd90 Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
- 9eef023 Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
- d089f48 Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
- 3c8f504 Merge tag 'acpi-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 11 months ago
- 02f9fc2 Merge tag 'pm-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 11 months ago
- 0570b69 Merge tag 'x86_cpu_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
- 317d4f4 Merge tag 'x86_misc_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
- 73f44fe static_call: Allow module use without exposing static_call_key by Josh Poimboeuf · 4 years ago
- 880cfed static_call: Pull some static_call declarations to the type headers by Peter Zijlstra · 4 years ago
- 2d24dd5 rbtree: Add generic add and find helpers by Peter Zijlstra · 4 years, 8 months ago
- b646acd5 net: re-solve some conflicts after net -> net-next merge by Jakub Kicinski · 3 years, 11 months ago
- d489ded Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 11 months ago
- b8af417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 11 months ago
- 8b08807 selftests/bpf: Add unit tests for pointers in global functions by Dmitrii Banshchikov · 3 years, 11 months ago
- c09bfd9 selftests: tc: Add generic mpls matching support for tc-flower by Guillaume Nault · 4 years ago
- 203ee5c selftests: tc: Add basic mpls_* matching support for tc-flower by Guillaume Nault · 4 years ago
- d212683 flow_dissector: fix TTL and TOS dissection on IPv4 fragments by Davide Caratti · 4 years ago
- 5f88117 selftests: mptcp: fail if not enough SYN/3rd ACK by Matthieu Baerts · 3 years, 11 months ago
- 45759a8 selftests: mptcp: display warnings on one line by Matthieu Baerts · 3 years, 11 months ago
- f384221 selftests: mptcp: fix ACKRX debug message by Matthieu Baerts · 3 years, 11 months ago
- 767389c selftests: mptcp: dump more info on errors by Paolo Abeni · 3 years, 11 months ago
- b62eba5 selftests/bpf: Tests using bpf_check_mtu BPF-helper by Jesper Dangaard Brouer · 4 years ago
- 6b8838b selftests/bpf: Use bpf_check_mtu in selftest test_cls_redirect by Jesper Dangaard Brouer · 4 years ago
- 34b2021 bpf: Add BPF-helper for MTU checking by Jesper Dangaard Brouer · 4 years ago
- e1850ea bpf: bpf_fib_lookup return MTU value as output when looked up by Jesper Dangaard Brouer · 4 years ago
- 90a82b1 tools/resolve_btfids: Add /libbpf to .gitignore by Stanislav Fomichev · 4 years ago
- e816884 selftests/bpf: Add test for bpf_iter_task_vma by Song Liu · 4 years ago
- a79e88dd bpf: selftests: Add non function pointer test to struct_ops by Martin KaFai Lau · 4 years ago
- d2836dd libbpf: Ignore non function pointer member in struct_ops by Martin KaFai Lau · 4 years ago
- 1e0aa3f libbpf: Use AF_LOCAL instead of AF_INET in xsk.c by Stanislav Fomichev · 4 years ago
- 2b392cb Merge branch 'for-mingo-nolibc' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 4 years ago
- 85e853c Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 4 years ago
- 3765d01 Merge branch 'for-mingo-lkmm' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/core by Ingo Molnar · 4 years ago
- 6fdd671 selftests/bpf: Add a selftest for the tracing bpf_get_socket_cookie by Florent Revest · 4 years ago
- 6cd4dcc selftests/bpf: Use vmlinux.h in socket_cookie_prog.c by Florent Revest · 4 years ago
- 61f8c9c selftests/bpf: Integrate the socket_cookie test to test_progs by Florent Revest · 4 years ago
- c5dbb89 bpf: Expose bpf_get_socket_cookie to tracing programs by Florent Revest · 4 years ago
- 07881cc bpf: Be less specific about socket cookies guarantees by Florent Revest · 4 years ago
- 732fa32 selftests/bpf: Convert test_xdp_redirect.sh to bash by Björn Töpel · 4 years ago
- 750e5d7 selftests/bpf: Add a test for map-in-map and per-cpu maps in sleepable progs by Alexei Starovoitov · 4 years ago
- dcf33b6 selftests/bpf: Improve recursion selftest by Alexei Starovoitov · 4 years ago
- 9ed9e9b bpf: Count the number of times recursion was prevented by Alexei Starovoitov · 4 years ago
- 406c557 selftest/bpf: Add a recursion test by Alexei Starovoitov · 4 years ago
- ca06f55 bpf: Add per-program recursion prevention mechanism by Alexei Starovoitov · 4 years ago
- dc9d875 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years ago
- bd2d4e6 selftests/bpf: Simplify the calculation of variables by Jiapeng Chong · 4 years ago
- 45df305 selftests/bpf: Fix endianness issues in atomic tests by Ilya Leoshkevich · 4 years ago
- 6016bf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years ago
- 0fd7562 selftest/bpf: Add test for var-offset stack access by Andrei Matei · 4 years ago
- 7a22930 selftest/bpf: Verifier tests for var-off access by Andrei Matei · 4 years ago
- a680cb3 selftest/bpf: Adjust expected verifier errors by Andrei Matei · 4 years ago
- 938bdd1 Merge back ACPICA material for v5.12. by Rafael J. Wysocki · 4 years ago
- d52db80 selftests/vm: rename file run_vmtests to run_vmtests.sh by Rong Chen · 4 years ago
- 7962cb9 tools/resolve_btfids: Set srctree variable unconditionally by Jiri Olsa · 4 years ago
- f231309 tools/resolve_btfids: Check objects before removing by Jiri Olsa · 4 years ago
- fc6b48f tools/resolve_btfids: Build libbpf and libsubcmd in separate directories by Jiri Olsa · 4 years ago
- 0a1b0fd bpf: Simplify bool comparison by Jiapeng Chong · 4 years ago
- 1589a1f selftests/bpf: Add missing cleanup in atomic_bounds test by Brendan Jackman · 4 years ago
- 11da9f0 selftests/bpf: Remove unneeded semicolon by Yang Li · 4 years ago
- 9ee53e3 selftests: netdevsim: Test route offload failure notifications by Amit Cohen · 4 years ago
- 373e13b selftests: tc-testing: u32: Add tests covering sample option by Phil Sutter · 4 years ago
- c85b3bb selftests/net: so_txtime: remove unneeded semicolon by Yang Li · 4 years ago
- 215cb7d bpf/benchs/bench_ringbufs: Remove unneeded semicolon by Yang Li · 4 years ago
- a51d185 Merge tag 'linux-cpupower-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux by Rafael J. Wysocki · 4 years ago
- b75dba7 Merge tag 'libnvdimm-fixes-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years ago
- ff92acb Merge tag 'dma-mapping-5.11-2' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years ago
- c6792d4 Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
- e24f9c5 Merge tag 'x86_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
- 1002b89 selftests: mptcp: add command line arguments for mptcp_join.sh by Geliang Tang · 4 years ago
- 36a6c84 entry: Use different define for selector variable in SUD by Gabriel Krisman Bertazi · 4 years ago
- 9f5f8ec dma-mapping: benchmark: use u8 for reserved field in uAPI structure by Barry Song · 4 years ago
- b3d2c7b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 4 years ago
- 647b8dd selftests: txtimestamp: fix compilation issue by Vadim Fedorenko · 4 years ago
- f446b57 bpf/selftests: Update the IMA test to use BPF ring buffer by KP Singh · 4 years ago
- 881949f bpf/selftests: Add a short note about vmtest.sh in README.rst by KP Singh · 4 years ago
- c9709f5 bpf: Helper script for running BPF presubmit tests by KP Singh · 4 years ago
- 49ecc58 Revert "GTP: add support for flow based tunneling API" by Jonas Bonn · 4 years ago
- d795cc0 selftests/tls: fix selftest with CHACHA20-POLY1305 by Vadim Fedorenko · 4 years ago
- f72e2f4 net: selftests: Add lanes setting test by Danielle Ratson · 4 years ago
- 5f10c1a libbpf: Stop using feature-detection Makefiles by Andrii Nakryiko · 4 years ago
- a3005b0 selftests: netfilter: fix current year by Fabian Frederick · 4 years ago
- 060fd10 selftest/bpf: Testing for multiple logs on REJECT by Andrei Matei · 4 years ago
- 7f1b11b tools/power/turbostat: Fallback to an MSR read for EPB by Borislav Petkov · 4 years ago
- 15075bb selftests/bpf: Fix a compiler warning in local_storage test by KP Singh · 4 years ago
- 8a127bf selftests: mptcp: add testcases for ADD_ADDR with port by Geliang Tang · 4 years ago
- d4a7726 selftests: mptcp: add port argument for pm_nl_ctl by Geliang Tang · 4 years ago
- 6208fd8 selftests: mptcp: add testcases for newly added addresses by Geliang Tang · 4 years ago
- 2e8cbf4 selftests: mptcp: use minus values for removing address numbers by Geliang Tang · 4 years ago
- 37086bf bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCH by Brendan Jackman · 4 years ago
- 19d36d2 selftests: netdevsim: Add fib_notifications test by Amit Cohen · 4 years ago
- d1a7a48 selftests: Extend fib tests to run with and without flags notifications by Amit Cohen · 4 years ago
- f595cf1 selftests: Add nci suite by Bongsu Jeon · 4 years ago
- c358f95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
- 4c3384d bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_RECVMSG by Stanislav Fomichev · 4 years ago
- 3574906 selftests/bpf: Rewrite recvmsg{4,6} asm progs to c in test_sock_addr by Stanislav Fomichev · 4 years ago
- 073f4ec bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_INET{4,6}_GET{PEER,SOCK}NAME by Stanislav Fomichev · 4 years ago
- 62476cc bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_SENDMSG by Stanislav Fomichev · 4 years ago
- 211a741 tools: Factor Clang, LLC and LLVM utils definitions by Sedat Dilek · 4 years ago
- 909b447 Merge tag 'net-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years ago
- 11df27f selftests: forwarding: Specify interface when invoking mausezahn by Danielle Ratson · 4 years ago