index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-08
bpf: Rework check_func_arg_reg_off
Kumar Kartikeya Dwivedi
2
-2
/
+2
2022-12-08
bpf: Rework process_dynptr_func
Kumar Kartikeya Dwivedi
2
-6
/
+6
2022-12-08
bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_func
Kumar Kartikeya Dwivedi
2
-17
/
+2
2022-12-08
selftests/bpf: Bring test_offload.py back to life
Stanislav Fomichev
1
-3
/
+5
2022-12-07
selftests/bpf: convert dynptr_fail and map_kptr_fail subtests to generic tester
Andrii Nakryiko
5
-155
/
+64
2022-12-07
selftests/bpf: add generic BPF program tester-loader
Andrii Nakryiko
4
-1
/
+272
2022-12-06
bpf: Don't use rcu_users to refcount in task kfuncs
David Vernet
2
-2
/
+12
2022-12-06
selftests/bpf: Use CONFIG_TEST_BPF=m instead of CONFIG_TEST_BPF=y
Daan De Meyer
1
-1
/
+1
2022-12-06
selftests/bpf: Use "is not set" instead of "=n"
Daan De Meyer
1
-1
/
+1
2022-12-06
selftests/bpf: Install all required files to run selftests
Daan De Meyer
1
-2
/
+4
2022-12-06
libbpf: Parse usdt args without offset on x86 (e.g. 8@(%rsp))
Timo Hunziker
1
-0
/
+8
2022-12-06
selftests/bpf: Allow building bpf tests with CONFIG_XFRM_INTERFACE=[m|n]
Martin KaFai Lau
1
-4
/
+9
2022-12-06
bpftool: Fix memory leak in do_build_table_cb
Miaoqian Lin
1
-0
/
+1
2022-12-05
selftests/bpf: add xfrm_info tests
Eyal Birger
5
-0
/
+403
2022-12-05
tools: add IFLA_XFRM_COLLECT_METADATA to uapi/linux/if_link.h
Eyal Birger
1
-0
/
+1
2022-12-04
selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksym
James Hilliard
1
-3
/
+3
2022-12-04
bpf: Add sleepable prog tests for cgrp local storage
Yonghong Song
2
-0
/
+174
2022-12-04
bpf: Do not mark certain LSM hook arguments as trusted
Yonghong Song
2
-0
/
+12
2022-12-04
selftests/bpf: Fix rcu_read_lock test with new MEM_RCU semantics
Yonghong Song
1
-10
/
+45
2022-12-02
libbpf: Improve usability of libbpf Makefile
Xin Liu
1
-0
/
+17
2022-12-02
selftests/bpf: Add GCC compatible builtins to bpf_legacy.h
James Hilliard
1
-6
/
+13
2022-12-01
selftests/bpf: Validate multiple ref release_on_unlock logic
Dave Marchevsky
1
-1
/
+16
2022-12-01
selftests/bpf: Add ingress tests for txmsg with apply_bytes
Pengcheng Yang
1
-0
/
+18
2022-11-30
bpf: Tighten ptr_to_btf_id checks.
Alexei Starovoitov
2
-4
/
+5
2022-12-01
selftests/bpf: Add bench test to arm64 and s390x denylist
Daniel Borkmann
2
-0
/
+2
2022-11-30
selftests/bpf: Make sure enum-less bpf_enable_stats() API works in C++ mode
Andrii Nakryiko
1
-3
/
+10
2022-11-30
libbpf: Avoid enum forward-declarations in public API in C++ mode
Andrii Nakryiko
1
-0
/
+7
2022-11-30
selftests/bpf: Avoid pinning prog when attaching to tc ingress in btf_skc_cls...
Martin KaFai Lau
1
-15
/
+10
2022-11-30
selftests/bpf: Remove serial from tests using {open,close}_netns
Martin KaFai Lau
5
-5
/
+5
2022-11-30
selftests/bpf: Remove the "/sys" mount and umount dance in {open,close}_netns
Martin KaFai Lau
1
-46
/
+5
2022-11-30
selftests/bpf: Avoid pinning bpf prog in the netns_load_bpf() callers
Martin KaFai Lau
1
-56
/
+27
2022-11-30
selftests/bpf: Avoid pinning bpf prog in the tc_redirect_peer_l3 test
Martin KaFai Lau
1
-20
/
+12
2022-11-30
selftests/bpf: Avoid pinning bpf prog in the tc_redirect_dtime test
Martin KaFai Lau
1
-49
/
+100
2022-11-30
selftests/bpf: Use if_nametoindex instead of reading the /sys/net/class/*/ifi...
Martin KaFai Lau
1
-28
/
+18
2022-11-29
selftests/net: add csum offload test
Willem de Bruijn
3
-0
/
+988
2022-11-29
selftests: mptcp: mptfo Initiator/Listener
Dmytro Shytyi
2
-42
/
+150
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
23
-92
/
+244
2022-11-29
Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
6
-28
/
+57
2022-11-28
Daniel Borkmann says:
Jakub Kicinski
61
-195
/
+4845
2022-11-28
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
5
-28
/
+46
2022-11-28
ipv4: Fix route deletion when nexthop info is not specified
Ido Schimmel
1
-0
/
+11
2022-11-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-30
/
+138
2022-11-24
selftests/bpf: Add tests for bpf_rcu_read_lock()
Yonghong Song
4
-0
/
+450
2022-11-24
Merge tag 'net-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
10
-32
/
+47
2022-11-23
selftests: bonding: up/down delay w/ slave link flapping
Jonathan Toppins
5
-2
/
+200
2022-11-23
selftests/bpf: Add selftests for bpf_task_from_pid()
David Vernet
4
-0
/
+91
2022-11-23
bpf: Update bpf_{g,s}etsockopt() documentation
Ji Rongfeng
1
-10
/
+13
2022-11-24
selftests/bpf: Add reproducer for decl_tag in func_proto argument
Stanislav Fomichev
1
-0
/
+14
2022-11-23
selftests/bpf: Mount debugfs in setns_by_fd
Stanislav Fomichev
4
-3
/
+7
2022-11-22
selftests/bpf: Add selftests for bpf_cgroup_ancestor() kfunc
David Vernet
3
-0
/
+47
[next]