index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-23
selftests/bpf: make veristat's verifier log parsing faster and more robust
Andrii Nakryiko
1
-9
/
+20
2022-09-23
selftests/bpf: add sign-file to .gitignore
Andrii Nakryiko
1
-0
/
+1
2022-09-23
libbpf: restore memory layout of bpf_object_open_opts
Andrii Nakryiko
1
-1
/
+3
2022-09-23
libbpf: Add pathname_concat() helper
Wang Yufen
1
-47
/
+29
2022-09-23
selftests/bpf: Simplify cgroup_hierarchical_stats selftest
Yosry Ahmed
2
-220
/
+131
2022-09-22
Merge branch 'Fix resource leaks in test_maps'
Martin KaFai Lau
5
-9
/
+22
2022-09-22
selftests/bpf: Free the allocated resources after test case succeeds
Hou Tao
4
-9
/
+21
2022-09-22
selftests/bpf: Destroy the skeleton when CONFIG_PREEMPT is off
Hou Tao
1
-0
/
+1
2022-09-22
selftests/bpf: Add liburandom_read.so to TEST_GEN_FILES
Yauheni Kaliuta
1
-0
/
+1
2022-09-21
Merge branch 'veristat: CSV output, comparison mode, filtering'
Alexei Starovoitov
2
-83
/
+787
2022-09-21
selftests/bpf: add ability to filter programs in veristat
Andrii Nakryiko
2
-2
/
+227
2022-09-21
selftests/bpf: add comparison mode to veristat
Andrii Nakryiko
1
-51
/
+492
2022-09-21
selftests/bpf: add CSV output mode for veristat
Andrii Nakryiko
1
-36
/
+75
2022-09-21
selftests/bpf: fix double bpf_object__close() in veristate
Andrii Nakryiko
1
-1
/
+0
2022-09-21
Merge branch 'Introduce bpf_ct_set_nat_info kfunc helper'
Alexei Starovoitov
6
-17
/
+110
2022-09-21
selftests/bpf: add tests for bpf_ct_set_nat_info kfunc
Lorenzo Bianconi
3
-3
/
+35
2022-09-21
net: netfilter: add bpf_ct_set_nat_info kfunc helper
Lorenzo Bianconi
1
-1
/
+46
2022-09-21
bpf: Tweak definition of KF_TRUSTED_ARGS
Kumar Kartikeya Dwivedi
2
-13
/
+29
2022-09-21
bpf: Always use raw spinlock for hash bucket lock
Hou Tao
1
-52
/
+14
2022-09-21
bpf: Prevent bpf program recursion for raw tracepoint probes
Jiri Olsa
4
-13
/
+25
2022-09-21
Merge branch 'bpf: Add kfuncs for PKCS#7 signature verification'
Alexei Starovoitov
24
-35
/
+1466
2022-09-21
selftests/bpf: Add tests for dynamic pointers parameters in kfuncs
Roberto Sassu
3
-0
/
+259
2022-09-21
selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc
Roberto Sassu
7
-8
/
+610
2022-09-21
selftests/bpf: Add additional tests for bpf_lookup_*_key()
Roberto Sassu
3
-0
/
+159
2022-09-21
selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
Roberto Sassu
3
-1
/
+142
2022-09-21
selftests/bpf: Compile kernel with everything as built-in
Roberto Sassu
2
-14
/
+14
2022-09-21
bpf: Add bpf_verify_pkcs7_signature() kfunc
Roberto Sassu
1
-0
/
+45
2022-09-21
bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
Roberto Sassu
3
-0
/
+151
2022-09-21
KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALL
Roberto Sassu
2
-2
/
+6
2022-09-21
bpf: Export bpf_dynptr_get_size()
Roberto Sassu
2
-1
/
+2
2022-09-21
btf: Allow dynamic pointer parameters in kfuncs
Roberto Sassu
4
-5
/
+52
2022-09-21
bpf: Move dynptr type check to is_dynptr_type_expected()
Roberto Sassu
2
-9
/
+28
2022-09-21
btf: Export bpf_dynptr definition
Roberto Sassu
1
-0
/
+2
2022-09-21
bpf: Allow kfuncs to be used in LSM programs
KP Singh
1
-0
/
+1
2022-09-21
libbpf: Support raw BTF placed in the default search path
Tao Chen
1
-18
/
+12
2022-09-21
selftests: bpf: test_kmod.sh: Pass parameters to the module
Yauheni Kaliuta
1
-3
/
+8
2022-09-21
libbpf: Improve BPF_PROG2 macro code quality and description
Yonghong Song
1
-63
/
+91
2022-09-21
Merge branch 'bpf: Add user-space-publisher ring buffer map type'
Andrii Nakryiko
20
-21
/
+1967
2022-09-21
selftests/bpf: Add selftests validating the user ringbuf
David Vernet
5
-0
/
+1185
2022-09-21
bpf: Add libbpf logic for user-space ring buffer
David Vernet
6
-3
/
+398
2022-09-21
bpf: Add bpf_user_ringbuf_drain() helper
David Vernet
6
-11
/
+320
2022-09-21
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
8
-8
/
+65
2022-09-21
bpf: simplify code in btf_parse_hdr
William Dean
1
-6
/
+1
2022-09-20
libbpf: Fix NULL pointer exception in API btf_dump__dump_type_data
Xin Liu
1
-1
/
+1
2022-09-20
samples/bpf: Replace blk_account_io_done() with __blk_account_io_done()
Rong Tao
3
-3
/
+3
2022-09-20
Merge branch 'bpf: Small nf_conn cleanups'
Martin KaFai Lau
4
-30
/
+18
2022-09-20
bpf: Move nf_conn extern declarations to filter.h
Daniel Xu
3
-7
/
+7
2022-09-20
bpf: Rename nfct_bsa to nfct_btf_struct_access
Daniel Xu
3
-15
/
+15
2022-09-20
bpf: Remove unused btf_struct_access stub
Daniel Xu
1
-12
/
+0
2022-09-20
bpf: Check whether or not node is NULL before free it in free_bulk
Hou Tao
1
-1
/
+2
[next]