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
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-08
bpf: implement numbers iterator
Andrii Nakryiko
2
-0
/
+73
2023-03-08
bpf: add support for open-coded iterator loops
Andrii Nakryiko
1
-8
/
+587
2023-03-08
bpf: add iterator kfuncs registration and validation logic
Andrii Nakryiko
1
-1
/
+111
2023-03-08
bpf: factor out fetching basic kfunc metadata
Andrii Nakryiko
1
-33
/
+59
2023-03-07
bpf: enforce all maps having memory usage callback
Yafang Shao
1
-7
/
+3
2023-03-07
bpf: offload map memory usage
Yafang Shao
2
-0
/
+7
2023-03-07
bpf, net: bpf_local_storage memory usage
Yafang Shao
4
-0
/
+13
2023-03-07
bpf: local_storage memory usage
Yafang Shao
1
-0
/
+7
2023-03-07
bpf: bpf_struct_ops memory usage
Yafang Shao
1
-0
/
+16
2023-03-07
bpf: queue_stack_maps memory usage
Yafang Shao
1
-0
/
+10
2023-03-07
bpf: devmap memory usage
Yafang Shao
1
-2
/
+24
2023-03-07
bpf: cpumap memory usage
Yafang Shao
1
-0
/
+10
2023-03-07
bpf: bloom_filter memory usage
Yafang Shao
1
-0
/
+12
2023-03-07
bpf: ringbuf memory usage
Yafang Shao
1
-1
/
+19
2023-03-07
bpf: reuseport_array memory usage
Yafang Shao
1
-0
/
+8
2023-03-07
bpf: stackmap memory usage
Yafang Shao
1
-0
/
+14
2023-03-07
bpf: arraymap memory usage
Yafang Shao
1
-0
/
+28
2023-03-07
bpf: hashtab memory usage
Yafang Shao
1
-0
/
+43
2023-03-07
bpf: lpm_trie memory usage
Yafang Shao
1
-0
/
+11
2023-03-07
bpf: add new map ops ->map_mem_usage
Yafang Shao
1
-8
/
+7
2023-03-06
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
9
-404
/
+1124
2023-03-04
bpf: add support for fixed-size memory pointer returns for kfuncs
Andrii Nakryiko
1
-0
/
+8
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
bpf: honor env->test_state_freq flag in is_state_visited()
Andrii Nakryiko
1
-1
/
+2
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
bpf: allow ctx writes using BPF_ST_MEM instruction
Eduard Zingerman
2
-77
/
+82
2023-03-03
bpf: Use separate RCU callbacks for freeing selem
Kumar Kartikeya Dwivedi
1
-30
/
+49
2023-03-03
bpf: Refactor RCU enforcement in the verifier.
Alexei Starovoitov
3
-80
/
+154
2023-03-03
bpf: Introduce kptr_rcu.
Alexei Starovoitov
2
-11
/
+50
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
1
-2
/
+2
2023-03-02
bpf: Add support for absolute value BPF timers
Tero Kristo
1
-2
/
+9
2023-03-02
bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program types
Tejun Heo
3
-8
/
+4
2023-03-01
bpf: Fix bpf_dynptr_slice{_rdwr} to return NULL instead of 0
Joanne Koong
1
-4
/
+4
2023-03-01
bpf: Fix doxygen comments for dynptr slice kfuncs
David Vernet
1
-16
/
+14
2023-03-01
bpf: Support kptrs in local storage maps
Kumar Kartikeya Dwivedi
3
-9
/
+57
2023-03-01
bpf: Support kptrs in percpu hashmap and percpu LRU hashmap
Kumar Kartikeya Dwivedi
2
-22
/
+39
2023-03-01
bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
Joanne Koong
2
-4
/
+261
2023-03-01
bpf: Add xdp dynptrs
Joanne Koong
2
-1
/
+18
2023-03-01
bpf: Add skb dynptrs
Joanne Koong
3
-14
/
+141
2023-03-01
bpf: Add __uninit kfunc annotation
Joanne Koong
1
-2
/
+16
2023-03-01
bpf: Refactor verifier dynptr into get_dynptr_arg_reg
Joanne Koong
1
-30
/
+50
2023-03-01
bpf: Allow initializing dynptrs in kfuncs
Joanne Koong
1
-45
/
+22
2023-03-01
bpf: Refactor process_dynptr_func
Joanne Koong
1
-31
/
+31
[next]