index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
selftests/bpf: Skip module_fentry_shadow test when bpf_testmod is not available
Artem Savkov
2023-09-14
1
-0
/
+5
|
*
Merge branch 'seltests-xsk-various-improvements-to-xskxceiver'
Alexei Starovoitov
2023-09-14
4
-261
/
+368
|
|
\
|
|
*
selftests/xsk: display command line options with -h
Magnus Karlsson
2023-09-14
2
-2
/
+14
|
|
*
selftests/xsk: fail single test instead of all tests
Magnus Karlsson
2023-09-14
1
-24
/
+46
|
|
*
selftests/xsk: use ksft_print_msg uniformly
Magnus Karlsson
2023-09-14
1
-12
/
+13
|
|
*
selftests/xsk: add option to run single test
Magnus Karlsson
2023-09-14
3
-21
/
+48
|
|
*
selftests/xsk: add option that lists all tests
Magnus Karlsson
2023-09-14
3
-7
/
+42
|
|
*
selftests/xsk: declare test names in struct
Magnus Karlsson
2023-09-14
2
-171
/
+57
|
|
*
selftests/xsk: move all tests to separate functions
Magnus Karlsson
2023-09-14
1
-55
/
+115
|
|
*
selftests/xsk: add option to only run tests in a single mode
Magnus Karlsson
2023-09-14
3
-8
/
+47
|
|
*
selftests/xsk: add timeout for Tx thread
Magnus Karlsson
2023-09-14
1
-4
/
+22
|
|
*
selftests/xsk: print per packet info in verbose mode
Magnus Karlsson
2023-09-14
1
-3
/
+10
|
|
/
|
*
docs/bpf: update out-of-date doc in BPF flow dissector
Quan Tian
2023-09-13
1
-1
/
+1
|
*
Merge branch 'bpf-x64-fix-tailcall-infinite-loop'
Alexei Starovoitov
2023-09-12
7
-12
/
+305
|
|
\
|
|
*
selftests/bpf: Add testcases for tailcall infinite loop fixing
Leon Hwang
2023-09-12
3
-4
/
+269
|
|
*
bpf, x64: Fix tailcall infinite loop
Leon Hwang
2023-09-12
4
-8
/
+32
|
|
*
bpf, x64: Comment tail_call_cnt initialisation
Leon Hwang
2023-09-12
1
-0
/
+4
|
|
/
|
*
selftests/bpf: Correct map_fd to data_fd in tailcalls
Leon Hwang
2023-09-12
1
-16
/
+16
|
*
bpftool: Fix -Wcast-qual warning
Denys Zagorui
2023-09-09
1
-1
/
+1
|
*
Merge branch 'selftests/bpf: Optimize kallsyms cache'
Andrii Nakryiko
2023-09-09
5
-46
/
+122
|
|
\
|
|
*
selftests/bpf: trace_helpers.c: Add a global ksyms initialization mutex
Rong Tao
2023-09-09
1
-0
/
+4
|
|
*
selftests/bpf: trace_helpers.c: Optimize kallsyms cache
Rong Tao
2023-09-09
5
-46
/
+118
|
|
/
|
*
Merge branch 'bpf-task_group_seq_get_next-misc-cleanups'
Alexei Starovoitov
2023-09-08
1
-30
/
+10
|
|
\
|
|
*
bpf: task_group_seq_get_next: simplify the "next tid" logic
Oleg Nesterov
2023-09-08
1
-7
/
+4
|
|
*
bpf: task_group_seq_get_next: kill next_task
Oleg Nesterov
2023-09-08
1
-8
/
+6
|
|
*
bpf: task_group_seq_get_next: fix the skip_if_dup_files check
Oleg Nesterov
2023-09-08
1
-1
/
+1
|
|
*
bpf: task_group_seq_get_next: cleanup the usage of get/put_task_struct
Oleg Nesterov
2023-09-08
1
-10
/
+2
|
|
*
bpf: task_group_seq_get_next: cleanup the usage of next_thread()
Oleg Nesterov
2023-09-08
1
-7
/
+0
|
|
/
|
*
Merge branch 'bpf-enable-irq-after-irq_work_raise-completes'
Alexei Starovoitov
2023-09-08
3
-3
/
+208
|
|
\
|
|
*
selftests/bpf: Test preemption between bpf_obj_new() and bpf_obj_drop()
Hou Tao
2023-09-08
2
-0
/
+195
|
|
*
bpf: Enable IRQ after irq_work_raise() completes in unit_free{_rcu}()
Hou Tao
2023-09-08
1
-2
/
+7
|
|
*
bpf: Enable IRQ after irq_work_raise() completes in unit_alloc()
Hou Tao
2023-09-08
1
-1
/
+6
|
|
/
|
*
Merge branch 'bpf-add-support-for-local-percpu-kptr'
Alexei Starovoitov
2023-09-08
19
-54
/
+853
|
|
\
|
|
*
bpf: Mark BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE deprecated
Yonghong Song
2023-09-08
4
-3
/
+30
|
|
*
selftests/bpf: Add some negative tests
Yonghong Song
2023-09-08
2
-0
/
+171
|
|
*
selftests/bpf: Add tests for cgrp_local_storage with local percpu kptr
Yonghong Song
2023-09-08
2
-0
/
+145
|
|
*
selftests/bpf: Remove unnecessary direct read of local percpu kptr
Yonghong Song
2023-09-08
1
-4
/
+0
|
|
*
bpf: Mark OBJ_RELEASE argument as MEM_RCU when possible
Yonghong Song
2023-09-08
1
-0
/
+20
|
|
*
selftests/bpf: Add tests for array map with local percpu kptr
Yonghong Song
2023-09-08
2
-0
/
+265
|
|
*
selftests/bpf: Add bpf_percpu_obj_{new,drop}() macro in bpf_experimental.h
Yonghong Song
2023-09-08
1
-0
/
+31
|
|
*
libbpf: Add __percpu_kptr macro definition
Yonghong Song
2023-09-08
1
-0
/
+1
|
|
*
selftests/bpf: Update error message in negative linked_list test
Yonghong Song
2023-09-08
1
-2
/
+2
|
|
*
bpf: Add bpf_this_cpu_ptr/bpf_per_cpu_ptr support for allocated percpu obj
Yonghong Song
2023-09-08
2
-8
/
+52
|
|
*
bpf: Add alloc/xchg/direct_access support for local percpu kptr
Yonghong Song
2023-09-08
2
-22
/
+106
|
|
*
bpf: Add BPF_KPTR_PERCPU as a field type
Yonghong Song
2023-09-08
3
-6
/
+21
|
|
*
bpf: Add support for non-fix-size percpu mem allocation
Yonghong Song
2023-09-08
3
-13
/
+13
|
|
/
|
*
libbpf: Add basic BTF sanity validation
Andrii Nakryiko
2023-09-08
2
-2
/
+162
*
|
Merge branch 'phy-stopping-race'
David S. Miller
2023-09-17
1
-94
/
+110
|
\
\
|
*
|
net: phy: convert phy_stop() to use split state machine
Russell King (Oracle)
2023-09-17
1
-1
/
+3
|
*
|
net: phy: split locked and unlocked section of phy_state_machine()
Russell King (Oracle)
2023-09-17
1
-26
/
+42
[prev]
[next]