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-10
bpf: Change btf_record_find enum parameter to field_mask
Dave Marchevsky
1
-3
/
+3
2023-03-10
bpf: btf: Remove unused btf_field_info_type enum
Dave Marchevsky
1
-6
/
+0
2023-03-10
bpf: verifier: Rename kernel_type_name helper to btf_type_name
Dave Marchevsky
1
-8
/
+8
2023-03-10
bpf: Add bpf_local_storage_free()
Martin KaFai Lau
1
-9
/
+14
2023-03-10
bpf: Add bpf_local_storage_rcu callback
Martin KaFai Lau
1
-6
/
+11
2023-03-10
bpf: Add bpf_selem_free()
Martin KaFai Lau
1
-7
/
+14
2023-03-10
bpf: Add bpf_selem_free_rcu callback
Martin KaFai Lau
1
-4
/
+9
2023-03-10
bpf: Remove bpf_selem_free_fields*_rcu
Martin KaFai Lau
1
-62
/
+5
2023-03-10
bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storage
Martin KaFai Lau
4
-15
/
+15
2023-03-10
bpf: Remember smap in bpf_local_storage
Martin KaFai Lau
1
-0
/
+4
2023-03-10
bpf: Remove the preceding __ from __bpf_selem_unlink_storage
Martin KaFai Lau
1
-3
/
+3
2023-03-10
bpf: Remove __bpf_local_storage_map_alloc
Martin KaFai Lau
1
-37
/
+26
2023-03-10
bpf: Refactor codes into bpf_local_storage_destroy
Martin KaFai Lau
4
-25
/
+9
2023-03-10
bpf: Move a few bpf_local_storage functions to static scope
Martin KaFai Lau
1
-2
/
+2
2023-03-10
bpf: take into account liveness when propagating precision
Andrii Nakryiko
1
-2
/
+4
2023-03-10
bpf: ensure state checkpointing at iter_next() call sites
Andrii Nakryiko
1
-3
/
+28
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
[next]