index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2023-06-19
bpf: Inline map creation logic in map_create() function
Andrii Nakryiko
2023-06-19
bpf: Move unprivileged checks into map_create() and bpf_prog_load()
Andrii Nakryiko
2023-06-16
bpf: Remove in_atomic() from bpf_link_put().
Sebastian Andrzej Siewior
2023-06-13
bpf: Verify scalar ids mapping in regsafe() using check_ids()
Eduard Zingerman
2023-06-13
bpf: Use scalar ids in mark_chain_precision()
Eduard Zingerman
2023-06-12
bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*
David Vernet
2023-06-12
bpf: Add bpf_cpumask_first_and() kfunc
David Vernet
2023-06-12
bpf: Hide unused bpf_patch_call_args
Arnd Bergmann
2023-06-06
bpf: Factor out a common helper free_all()
Hou Tao
2023-06-05
bpf: Teach verifier that trusted PTR_TO_BTF_ID pointers are non-NULL
David Vernet
2023-06-05
bpf: Replace open code with for allocated object check
Daniel T. Lee
2023-06-05
bpf: Make bpf_refcount_acquire fallible for non-owning refs
Dave Marchevsky
2023-06-05
bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculation
Dave Marchevsky
2023-06-05
bpf: Set kptr_struct_meta for node param to list and rbtree insert funcs
Dave Marchevsky
2023-05-31
bpf: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-30
bpf: Silence a warning in btf_type_id_size()
Yonghong Song
2023-05-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-05-26
bpf: Fix bad unlock balance on freeze_mutex
Daniel Borkmann
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-25
Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-05-25
bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE command
Andrii Nakryiko
2023-05-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-05-23
bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
Andrii Nakryiko
2023-05-23
bpf: Validate BPF object in BPF_OBJ_PIN before calling LSM
Andrii Nakryiko
2023-05-22
module: Fix use-after-free bug in read_file_mod_stats()
Harshit Mogalapalli
2023-05-22
bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps
Anton Protopopov
2023-05-19
bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'
Aditi Ghag
2023-05-19
bpf: Show target_{obj,btf}_id in tracing link fdinfo
Yafang Shao
2023-05-19
bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
Will Deacon
2023-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-18
Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-05-18
fprobe: add recursion detection in fprobe_exit_handler
Ze Gao
2023-05-18
fprobe: make fprobe_kprobe_handler recursion free
Ze Gao
2023-05-18
rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler
Ze Gao
2023-05-17
tracing: fprobe: Initialize ret valiable to fix smatch error
Masami Hiramatsu (Google)
2023-05-16
bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl log
Andrii Nakryiko
2023-05-16
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-05-15
bpf: Fix memleak due to fentry attach failure
Yafang Shao
2023-05-15
bpf: Remove bpf trampoline selector
Yafang Shao
2023-05-15
bpf: fix calculation of subseq_idx during precision backtracking
Andrii Nakryiko
2023-05-15
bpf: Remove anonymous union in bpf_kfunc_call_arg_meta
Dave Marchevsky
2023-05-15
bpf: netdev: init the offload table earlier
Jakub Kicinski
2023-05-14
Merge tag 'locking_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2023-05-14
Merge tag 'perf_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2023-05-14
Merge tag 'sched_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2023-05-13
bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen
Stanislav Fomichev
2023-05-12
bpf: Address KCSAN report on bpf_lru_list
Martin KaFai Lau
2023-05-08
tick/broadcast: Make broadcast device replacement work correctly
Thomas Gleixner
2023-05-08
sched: fix cid_lock kernel-doc warnings
Randy Dunlap
[next]