index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2022-09-07
bpf/verifier: allow all functions to read user provided context
Benjamin Tissoires
2022-09-07
bpf: split btf_check_subprog_arg_match in two
Benjamin Tissoires
2022-09-06
bpf: Allow struct argument in trampoline based programs
Yonghong Song
2022-09-06
bpf: Replace __ksize with ksize.
Alexei Starovoitov
2022-09-06
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2022-09-05
bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
bpf: Remove usage of kmem_cache from bpf_mem_cache.
Alexei Starovoitov
2022-09-05
bpf: Remove prealloc-only restriction for sleepable bpf programs.
Alexei Starovoitov
2022-09-05
bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs.
Alexei Starovoitov
2022-09-05
bpf: Remove tracing program restriction on map types
Alexei Starovoitov
2022-09-05
bpf: Convert percpu hash map to per-cpu bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
bpf: Add percpu allocation support to bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.
Alexei Starovoitov
2022-09-05
bpf: Adjust low/high watermarks in bpf_mem_cache
Alexei Starovoitov
2022-09-05
bpf: Optimize call_rcu in non-preallocated hash map.
Alexei Starovoitov
2022-09-05
bpf: Optimize element count in non-preallocated hash map.
Alexei Starovoitov
2022-09-05
bpf: Relax the requirement to use preallocated hash maps in tracing progs.
Alexei Starovoitov
2022-09-05
bpf: Convert hash map to bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
bpf: Introduce any context BPF specific memory allocator.
Alexei Starovoitov
2022-09-01
bpf: Only add BTF IDs for socket security hooks when CONFIG_SECURITY_NETWORK ...
Hou Tao
2022-09-01
bpf: Remove useless else if
Jiapeng Chong
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-01
bpf: Use this_cpu_{inc_return|dec} for prog->active
Hou Tao
2022-09-01
bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busy
Hou Tao
2022-09-01
Merge tag 'net-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-08-31
bpf: Propagate error from htab_lock_bucket() to userspace
Hou Tao
2022-08-31
bpf: Disable preemption when increasing per-cpu map_locked
Hou Tao
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
2022-08-28
Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-08-28
vmcoreinfo: add kallsyms_num_syms symbol
Stephen Brennan
2022-08-27
Merge tag 'audit-pr-20220826' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-08-26
wait_on_bit: add an acquire memory barrier
Mikulas Patocka
2022-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2022-08-25
bpf: prepare for more bpf syscall to be used from kernel and user space.
Benjamin Tissoires
2022-08-25
bpf: Add CGROUP prefix to cgroup_iter_order
Hao Luo
2022-08-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-25
bpf: Don't use tnum_range on array range checking for poke descriptors
Daniel Borkmann
2022-08-25
audit: move audit_return_fixup before the filters
Richard Guy Briggs
2022-08-25
bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZERO
Kumar Kartikeya Dwivedi
2022-08-25
cgroup: bpf: enable bpf programs to integrate with rstat
Yosry Ahmed
2022-08-25
bpf: Introduce cgroup iter
Hao Luo
2022-08-25
Merge tag 'cgroup-for-6.0-rc2-fixes-2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-08-25
cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
Tetsuo Handa
2022-08-24
bpf: Fix reference state management for synchronous callbacks
Kumar Kartikeya Dwivedi
2022-08-24
Merge tag 'trace-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2022-08-23
Merge tag 'cgroup-for-6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-08-23
Merge tag 'audit-pr-20220823' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-08-23
bpf: Move bpf_loop and bpf_for_each_map_elem under CAP_BPF
Kumar Kartikeya Dwivedi
2022-08-23
bpf: expose bpf_strtol and bpf_strtoul to all program types
Stanislav Fomichev
2022-08-23
bpf: Use cgroup_{common,current}_func_proto in more hooks
Stanislav Fomichev
[next]