index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-03
bpf: Add function to extract program source info
Kumar Kartikeya Dwivedi
1
-0
/
+47
2025-07-03
bpf: Introduce BPF standard streams
Kumar Kartikeya Dwivedi
6
-1
/
+511
2025-07-03
bpf: Refactor bprintf buffer support
Kumar Kartikeya Dwivedi
1
-15
/
+11
2025-07-03
bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
Tao Chen
1
-1
/
+8
2025-07-03
bpf: Add bpf_dynptr_memset() kfunc
Ihor Solodrai
1
-0
/
+47
2025-07-02
bpf: Avoid warning on multiple referenced args in call
Paul Chaignon
1
-4
/
+4
2025-07-02
bpf: avoid jump misprediction for PTR_TO_MEM | PTR_UNTRUSTED
Eduard Zingerman
1
-1
/
+1
2025-07-02
bpf: Mark cgroup_subsys_state->cgroup RCU safe
Song Liu
1
-0
/
+5
2025-07-02
bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's node
Song Liu
1
-0
/
+3
2025-07-01
bpf: Reject %p% format string in bprintf-like helpers
Paul Chaignon
1
-3
/
+8
2025-07-01
bpf: Warn on internal verifier errors
Paul Chaignon
1
-109
/
+102
2025-06-27
bpf: guard BTF_ID_FLAGS(bpf_cgroup_read_xattr) with CONFIG_BPF_LSM
Eduard Zingerman
1
-1
/
+1
2025-06-27
bpf: Fix string kfuncs names in doc comments
Viktor Malik
1
-3
/
+3
2025-06-26
Merge branch 'vfs-6.17.bpf' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Alexei Starovoitov
2
-0
/
+8
2025-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3
Alexei Starovoitov
4
-7
/
+10
2025-06-26
bpf: Add kfuncs for read-only string operations
Viktor Malik
1
-0
/
+382
2025-06-25
bpf: add btf_type_is_i{32,64} helpers
Anton Protopopov
4
-38
/
+31
2025-06-25
bpf: allow void* cast using bpf_rdonly_cast()
Eduard Zingerman
1
-12
/
+61
2025-06-25
bpf: add bpf_features enum
Eduard Zingerman
1
-0
/
+6
2025-06-25
bpf: Add range tracking for BPF_NEG
Song Liu
2
-1
/
+21
2025-06-24
bpf, verifier: Improve precision for BPF_ADD and BPF_SUB
Harishankar Vishwanathan
1
-20
/
+56
2025-06-23
bpf: Specify access type of bpf_sysctl_get_name args
Jerome Marchand
1
-1
/
+1
2025-06-23
bpf: Make update_prog_stats() always_inline
Menglong Dong
1
-18
/
+23
2025-06-23
bpf: Mark cgroup_subsys_state->cgroup RCU safe
Song Liu
1
-0
/
+5
2025-06-23
bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's node
Song Liu
1
-0
/
+3
2025-06-18
bpf: Adjust free target to avoid global starvation of LRU map
Willem de Bruijn
2
-3
/
+7
2025-06-17
bpf: Get rid of redundant 3rd argument of prepare_seq_file()
Al Viro
1
-6
/
+5
2025-06-17
bpf: Mark dentry->d_inode as trusted_or_null
Song Liu
1
-3
/
+2
2025-06-17
sysfs: treewide: switch back to bin_attribute::read()/write()
Thomas Weißschuh
2
-2
/
+2
2025-06-13
bpf: Remove redundant free_verifier_state()/pop_stack()
Luis Gerhorst
1
-26
/
+10
2025-06-13
bpf: handle jset (if a & b ...) as a jump in CFG computation
Eduard Zingerman
1
-0
/
+1
2025-06-13
bpf: Include verifier memory allocations in memcg statistics
Eduard Zingerman
2
-41
/
+43
2025-06-12
bpf: Initialize used but uninit variable in propagate_liveness()
Song Liu
1
-1
/
+1
2025-06-12
bpf: Fix state use-after-free on push_stack() err
Luis Gerhorst
1
-2
/
+2
2025-06-12
bpf: include backedges in peak_states stat
Eduard Zingerman
1
-1
/
+7
2025-06-12
bpf: remove {update,get}_loop_entry functions
Eduard Zingerman
1
-164
/
+1
2025-06-12
bpf: propagate read/precision marks over state graph backedges
Eduard Zingerman
1
-68
/
+384
2025-06-12
bpf: move REG_LIVE_DONE check to clean_live_states()
Eduard Zingerman
1
-4
/
+3
2025-06-12
bpf: set 'changed' status if propagate_liveness() did any updates
Eduard Zingerman
1
-2
/
+7
2025-06-12
bpf: set 'changed' status if propagate_precision() did any updates
Eduard Zingerman
1
-12
/
+23
2025-06-12
bpf: starting_state parameter for __mark_chain_precision()
Eduard Zingerman
1
-11
/
+13
2025-06-12
bpf: frame_insn_idx() utility function
Eduard Zingerman
1
-3
/
+10
2025-06-12
bpf: compute SCCs in program control flow graph
Eduard Zingerman
1
-0
/
+182
2025-06-12
Revert "bpf: use common instruction history across all states"
Eduard Zingerman
1
-53
/
+56
2025-06-09
bpf: Fall back to nospec for Spectre v1
Luis Gerhorst
1
-4
/
+74
2025-06-09
bpf: Rename sanitize_stack_spill to nospec_result
Luis Gerhorst
1
-2
/
+2
2025-06-09
bpf, arm64, powerpc: Change nospec to include v1 barrier
Luis Gerhorst
1
-8
/
+9
2025-06-09
bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()
Luis Gerhorst
1
-0
/
+15
2025-06-09
bpf: Return -EFAULT on internal errors
Luis Gerhorst
1
-3
/
+3
2025-06-09
bpf: Return -EFAULT on misconfigurations
Luis Gerhorst
1
-18
/
+18
[prev]
[next]