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
2023-03-04
bpf: generalize dynptr_get_spi to be usable for iters
Andrii Nakryiko
1
-6
/
+12
2023-03-04
bpf: mark PTR_TO_MEM as non-null register type
Andrii Nakryiko
1
-1
/
+2
2023-03-04
bpf: move kfunc_call_arg_meta higher in the file
Andrii Nakryiko
1
-35
/
+35
2023-03-04
bpf: ensure that r0 is marked scratched after any function call
Andrii Nakryiko
1
-0
/
+2
2023-03-04
bpf: fix visit_insn()'s detection of BPF_FUNC_timer_set_callback helper
Andrii Nakryiko
1
-1
/
+1
2023-03-04
bpf: clean up visit_insn()'s instruction processing
Andrii Nakryiko
1
-13
/
+12
2023-03-04
selftests/bpf: adjust log_fixup's buffer size for proper truncation
Andrii Nakryiko
1
-1
/
+1
2023-03-04
bpf: honor env->test_state_freq flag in is_state_visited()
Andrii Nakryiko
1
-1
/
+2
2023-03-04
selftests/bpf: enhance align selftest's expected log matching
Andrii Nakryiko
1
-6
/
+12
2023-03-04
bpf: improve regsafe() checks for PTR_TO_{MEM,BUF,TP_BUFFER}
Andrii Nakryiko
1
-1
/
+5
2023-03-04
bpf: improve stack slot state printing
Andrii Nakryiko
1
-26
/
+49
2023-03-03
Merge branch 'bpf: allow ctx writes using BPF_ST_MEM instruction'
Alexei Starovoitov
9
-124
/
+1069
2023-03-03
selftests/bpf: Disassembler tests for verifier.c:convert_ctx_access()
Eduard Zingerman
4
-1
/
+920
2023-03-03
selftests/bpf: test if pointer type is tracked for BPF_ST_MEM
Eduard Zingerman
1
-0
/
+23
2023-03-03
bpf: allow ctx writes using BPF_ST_MEM instruction
Eduard Zingerman
4
-123
/
+126
2023-03-03
bpf: Use separate RCU callbacks for freeing selem
Kumar Kartikeya Dwivedi
2
-36
/
+49
2023-03-03
Merge branch 'bpf-kptr-rcu'
Daniel Borkmann
31
-151
/
+284
2023-03-03
bpf: Refactor RCU enforcement in the verifier.
Alexei Starovoitov
12
-110
/
+173
2023-03-03
selftests/bpf: Tweak cgroup kfunc test.
Alexei Starovoitov
1
-1
/
+11
2023-03-03
selftests/bpf: Add a test case for kptr_rcu.
Alexei Starovoitov
1
-0
/
+12
2023-03-03
bpf: Introduce kptr_rcu.
Alexei Starovoitov
9
-23
/
+65
2023-03-03
bpf: Mark cgroups and dfl_cgrp fields as trusted.
Alexei Starovoitov
1
-0
/
+6
2023-03-03
bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted.
Alexei Starovoitov
14
-30
/
+30
2023-03-02
selftests/bpf: Add absolute timer test
Tero Kristo
2
-0
/
+48
2023-03-02
bpf: Add support for absolute value BPF timers
Tero Kristo
3
-2
/
+39
2023-03-02
selftests/bpf: Add -Wuninitialized flag to bpf prog flags
Dave Marchevsky
6
-11
/
+14
2023-03-02
bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program types
Tejun Heo
4
-14
/
+4
2023-03-02
bpf, docs: Fix final bpf docs build failure
David Vernet
1
-3
/
+4
2023-03-02
bpf, docs: Fix link to netdev-FAQ target
David Vernet
1
-7
/
+7
2023-03-01
bpf: Fix bpf_dynptr_slice{_rdwr} to return NULL instead of 0
Joanne Koong
1
-4
/
+4
2023-03-01
Merge branch 'Make uprobe attachment APK aware'
Andrii Nakryiko
4
-28
/
+495
2023-03-01
libbpf: Add support for attaching uprobes to shared objects in APKs
Daniel Müller
1
-7
/
+84
2023-03-01
libbpf: Introduce elf_find_func_offset_from_file() function
Daniel Müller
1
-21
/
+36
2023-03-01
libbpf: Implement basic zip archive parsing support
Daniel Müller
3
-1
/
+376
2023-03-01
bpf, docs: Fix __uninit kfunc doc section
David Vernet
1
-1
/
+1
2023-03-01
bpf: Fix doxygen comments for dynptr slice kfuncs
David Vernet
1
-16
/
+14
2023-03-01
Merge branch 'selftests/bpf: support custom per-test flags and multiple expec...
Andrii Nakryiko
3
-9
/
+84
2023-03-01
selftests/bpf: Support custom per-test flags and multiple expected messages
Andrii Nakryiko
3
-9
/
+84
2023-03-01
Merge branch 'libbpf: fix several issues reported by static analysers'
Andrii Nakryiko
4
-16
/
+3
2023-03-01
libbpf: Cleanup linker_append_elf_relos
Viktor Malik
1
-9
/
+2
2023-03-01
libbpf: Remove several dead assignments
Viktor Malik
3
-6
/
+0
2023-03-01
libbpf: Remove unnecessary ternary operator
Viktor Malik
1
-1
/
+1
2023-03-01
selftests/bpf: Set __BITS_PER_LONG if target is bpf for LoongArch
Tiezhu Yang
1
-1
/
+2
2023-03-01
Merge branch 'Add support for kptrs in more BPF maps'
Alexei Starovoitov
8
-96
/
+553
2023-03-01
selftests/bpf: Add more tests for kptrs in maps
Kumar Kartikeya Dwivedi
3
-65
/
+451
2023-03-01
bpf: Support kptrs in local storage maps
Kumar Kartikeya Dwivedi
4
-9
/
+63
2023-03-01
bpf: Support kptrs in percpu hashmap and percpu LRU hashmap
Kumar Kartikeya Dwivedi
2
-22
/
+39
2023-03-01
Merge branch 'Add skb + xdp dynptrs'
Alexei Starovoitov
25
-186
/
+3322
2023-03-01
selftests/bpf: tests for using dynptrs to parse skb and xdp buffers
Joanne Koong
15
-23
/
+2522
2023-03-01
bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
Joanne Koong
6
-7
/
+288
[next]