index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call
Dave Marchevsky
2023-04-03
1
-5
/
+9
|
|
*
|
bpf: compute hashes in bloom filter similar to hashmap
Anton Protopopov
2023-04-02
1
-15
/
+2
|
|
*
|
bpf: optimize hashmap lookups when key_size is divisible by 4
Anton Protopopov
2023-04-01
1
-0
/
+2
|
|
*
|
bpf: Remove now-defunct task kfuncs
David Vernet
2023-04-01
1
-69
/
+0
|
|
*
|
bpf: Make struct task_struct an RCU-safe type
David Vernet
2023-04-01
2
-4
/
+8
|
|
*
|
bpf: Handle PTR_MAYBE_NULL case in PTR_TO_BTF_ID helper call arg
David Vernet
2023-03-30
1
-0
/
+4
|
|
*
|
bpf: Use bpf_mem_cache_alloc/free for bpf_local_storage
Martin KaFai Lau
2023-03-25
1
-15
/
+115
|
|
*
|
bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elem
Martin KaFai Lau
2023-03-25
4
-12
/
+89
|
|
*
|
bpf: Add a few bpf mem allocator functions
Martin KaFai Lau
2023-03-25
1
-9
/
+50
|
|
*
|
bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGS
David Vernet
2023-03-25
2
-2
/
+2
|
|
*
|
bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncs
David Vernet
2023-03-25
2
-9
/
+0
|
|
*
|
bpf: Only invoke kptr dtor following non-NULL xchg
David Vernet
2023-03-25
1
-0
/
+3
|
|
*
|
bpf: Check IS_ERR for the bpf_map_get() return value
Martin KaFai Lau
2023-03-24
2
-4
/
+4
|
|
*
|
bpf: Update the struct_ops of a bpf_link.
Kui-Feng Lee
2023-03-22
2
-1
/
+81
|
|
*
|
bpf: Create links for BPF struct_ops maps.
Kui-Feng Lee
2023-03-22
2
-11
/
+155
|
|
*
|
bpf: Retire the struct_ops map kvalue->refcnt.
Kui-Feng Lee
2023-03-22
2
-35
/
+48
|
|
*
|
bpf: remember meta->iter info only for initialized iters
Andrii Nakryiko
2023-03-22
1
-7
/
+7
|
|
*
|
bpf: Fix __reg_bound_offset 64->32 var_off subreg propagation
Daniel Borkmann
2023-03-22
1
-3
/
+3
|
|
*
|
bpf: return long from bpf_map_ops funcs
JP Kobryn
2023-03-22
16
-89
/
+89
|
|
*
|
bpf: Teach the verifier to recognize rdonly_mem as not null.
Alexei Starovoitov
2023-03-22
1
-5
/
+9
|
|
*
|
bpf: Allow ld_imm64 instruction to point to kfunc.
Alexei Starovoitov
2023-03-17
1
-6
/
+11
|
|
*
|
kallsyms, bpf: Move find_kallsyms_symbol_value out of internal header
Viktor Malik
2023-03-17
2
-7
/
+1
|
|
*
|
bpf: Remove misleading spec_v1 check on var-offset stack read
Luis Gerhorst
2023-03-16
1
-10
/
+6
|
|
*
|
bpf: Remove bpf_cpumask_kptr_get() kfunc
David Vernet
2023-03-16
1
-29
/
+0
|
|
*
|
bpf: Mark struct bpf_cpumask as rcu protected
David Vernet
2023-03-16
1
-0
/
+1
|
|
*
|
bpf: Free struct bpf_cpumask in call_rcu handler
David Vernet
2023-03-16
1
-5
/
+14
|
|
*
|
bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
Viktor Malik
2023-03-15
4
-29
/
+28
|
|
*
|
cgroup: Make current_cgns_cgroup_dfl() safe to call after exit_task_namespace()
Tejun Heo
2023-03-14
1
-2
/
+12
|
|
*
|
bpf: Allow helpers access trusted PTR_TO_BTF_ID.
Alexei Starovoitov
2023-03-13
1
-0
/
+15
|
|
*
|
bpf: Fix bpf_strncmp proto.
Alexei Starovoitov
2023-03-13
1
-1
/
+1
|
|
*
|
bpf: Disable migration when freeing stashed local kptr using obj drop
Dave Marchevsky
2023-03-13
2
-6
/
+8
|
|
*
|
bpf: fix precision propagation verbose logging
Andrii Nakryiko
2023-03-13
1
-2
/
+2
|
|
*
|
bpf: Allow local kptrs to be exchanged via bpf_kptr_xchg
Dave Marchevsky
2023-03-10
1
-1
/
+7
|
|
*
|
bpf: Support __kptr to local kptrs
Dave Marchevsky
2023-03-10
3
-13
/
+49
|
|
*
|
bpf: Change btf_record_find enum parameter to field_mask
Dave Marchevsky
2023-03-10
1
-3
/
+3
|
|
*
|
bpf: btf: Remove unused btf_field_info_type enum
Dave Marchevsky
2023-03-10
1
-6
/
+0
|
|
*
|
bpf: verifier: Rename kernel_type_name helper to btf_type_name
Dave Marchevsky
2023-03-10
1
-8
/
+8
|
|
*
|
bpf: Add bpf_local_storage_free()
Martin KaFai Lau
2023-03-10
1
-9
/
+14
|
|
*
|
bpf: Add bpf_local_storage_rcu callback
Martin KaFai Lau
2023-03-10
1
-6
/
+11
|
|
*
|
bpf: Add bpf_selem_free()
Martin KaFai Lau
2023-03-10
1
-7
/
+14
|
|
*
|
bpf: Add bpf_selem_free_rcu callback
Martin KaFai Lau
2023-03-10
1
-4
/
+9
|
|
*
|
bpf: Remove bpf_selem_free_fields*_rcu
Martin KaFai Lau
2023-03-10
1
-62
/
+5
|
|
*
|
bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storage
Martin KaFai Lau
2023-03-10
4
-15
/
+15
|
|
*
|
bpf: Remember smap in bpf_local_storage
Martin KaFai Lau
2023-03-10
1
-0
/
+4
|
|
*
|
bpf: Remove the preceding __ from __bpf_selem_unlink_storage
Martin KaFai Lau
2023-03-10
1
-3
/
+3
|
|
*
|
bpf: Remove __bpf_local_storage_map_alloc
Martin KaFai Lau
2023-03-10
1
-37
/
+26
|
|
*
|
bpf: Refactor codes into bpf_local_storage_destroy
Martin KaFai Lau
2023-03-10
4
-25
/
+9
|
|
*
|
bpf: Move a few bpf_local_storage functions to static scope
Martin KaFai Lau
2023-03-10
1
-2
/
+2
|
|
*
|
bpf: take into account liveness when propagating precision
Andrii Nakryiko
2023-03-10
1
-2
/
+4
|
|
*
|
bpf: ensure state checkpointing at iter_next() call sites
Andrii Nakryiko
2023-03-10
1
-3
/
+28
[prev]
[next]