index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2023-11-19
bpf: task_group_seq_get_next: use __next_thread() rather than next_thread()
Oleg Nesterov
2023-11-18
bpf: emit frameno for PTR_TO_STACK regs if it differs from current one
Andrii Nakryiko
2023-11-18
bpf: smarter verifier log number printing logic
Andrii Nakryiko
2023-11-18
bpf: omit default off=0 and imm=0 in register state log
Andrii Nakryiko
2023-11-18
bpf: emit map name in register state if applicable and available
Andrii Nakryiko
2023-11-18
bpf: print spilled register state in stack slot
Andrii Nakryiko
2023-11-18
bpf: extract register state printing
Andrii Nakryiko
2023-11-18
bpf: move verifier state printing code to kernel/bpf/log.c
Andrii Nakryiko
2023-11-18
bpf: move verbose_linfo() into kernel/bpf/log.c
Andrii Nakryiko
2023-11-17
bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTS
Andrii Nakryiko
2023-11-15
bpf: make __reg{32,64}_deduce_bounds logic more robust
Andrii Nakryiko
2023-11-15
bpf: remove redundant s{32,64} -> u{32,64} deduction logic
Andrii Nakryiko
2023-11-15
bpf: add register bounds sanity checks and sanitization
Andrii Nakryiko
2023-11-15
bpf: enhance BPF_JEQ/BPF_JNE is_branch_taken logic
Andrii Nakryiko
2023-11-15
bpf: generalize is_scalar_branch_taken() logic
Andrii Nakryiko
2023-11-15
bpf: generalize reg_set_min_max() to handle non-const register comparisons
Andrii Nakryiko
2023-11-14
bpf: Add a new kfunc for cgroup1 hierarchy
Yafang Shao
2023-11-10
bpf: Add crosstask check to __bpf_get_stack
Jordan Rome
2023-11-10
Merge branch 'for-6.8-bpf' of https://git.kernel.org/pub/scm/linux/kernel/git...
Alexei Starovoitov
2023-11-09
bpf: Mark direct ld of stashed bpf_{rb,list}_node as non-owning ref
Dave Marchevsky
2023-11-09
bpf: Move GRAPH_{ROOT,NODE}_MASK macros into btf_field_type enum
Dave Marchevsky
2023-11-09
bpf: Use bpf_mem_free_rcu when bpf_obj_dropping non-refcounted nodes
Dave Marchevsky
2023-11-09
bpf: Add KF_RCU flag to bpf_refcount_acquire_impl
Dave Marchevsky
2023-11-09
bpf: replace register_is_const() with is_reg_const()
Shung-Hsi Yu
2023-11-09
bpf: Introduce KF_ARG_PTR_TO_CONST_STR
Song Liu
2023-11-09
bpf: Factor out helper check_reg_const_str()
Song Liu
2023-11-09
bpf: Add __bpf_dynptr_data* for in kernel use
Song Liu
2023-11-09
bpf, lpm: Fix check prefixlen before walking trie
Florian Lehner
2023-11-09
bpf: generalize reg_set_min_max() to handle two sets of two registers
Andrii Nakryiko
2023-11-09
bpf: prepare reg_set_min_max for second set of registers
Andrii Nakryiko
2023-11-09
bpf: unify 32-bit and 64-bit is_branch_taken logic
Andrii Nakryiko
2023-11-09
bpf: generalize is_branch_taken to handle all conditional jumps in one place
Andrii Nakryiko
2023-11-09
bpf: move is_branch_taken() down
Andrii Nakryiko
2023-11-09
bpf: generalize is_branch_taken() to work with two registers
Andrii Nakryiko
2023-11-09
bpf: rename is_branch_taken reg arguments to prepare for the second one
Andrii Nakryiko
2023-11-09
bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logic
Andrii Nakryiko
2023-11-09
bpf: try harder to deduce register bounds from different numeric domains
Andrii Nakryiko
2023-11-09
bpf: improve deduction of 64-bit bounds from 32-bit bounds
Andrii Nakryiko
2023-11-09
bpf: add special smin32/smax32 derivation from 64-bit bounds
Andrii Nakryiko
2023-11-09
bpf: derive subreg bounds from full bounds when upper 32 bits are constant
Andrii Nakryiko
2023-11-09
bpf: derive smin32/smax32 from umin32/umax32 bounds
Andrii Nakryiko
2023-11-09
bpf: derive smin/smax from umin/max bounds
Andrii Nakryiko
2023-11-09
Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-11-09
cgroup: Add a new helper for cgroup1 hierarchy
Yafang Shao
2023-11-09
cgroup: Add annotation for holding namespace_sem in current_cgns_cgroup_from_...
Yafang Shao
2023-11-09
cgroup: Eliminate the need for cgroup_mutex in proc_cgroup_show()
Yafang Shao
2023-11-09
cgroup: Make operations on the cgroup root_list RCU safe
Yafang Shao
2023-11-09
cgroup: Remove unnecessary list_empty()
Yafang Shao
2023-11-08
Merge tag 'rcu-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/f...
Linus Torvalds
2023-11-08
Merge tag 'kgdb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...
Linus Torvalds
[next]