index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2022-09-06
14
-193
/
+1306
|
\
|
*
bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
2
-19
/
+67
|
*
bpf: Remove usage of kmem_cache from bpf_mem_cache.
Alexei Starovoitov
2022-09-05
1
-36
/
+14
|
*
bpf: Remove prealloc-only restriction for sleepable bpf programs.
Alexei Starovoitov
2022-09-05
1
-23
/
+0
|
*
bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs.
Alexei Starovoitov
2022-09-05
1
-1
/
+14
|
*
bpf: Remove tracing program restriction on map types
Alexei Starovoitov
2022-09-05
1
-42
/
+0
|
*
bpf: Convert percpu hash map to per-cpu bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-26
/
+19
|
*
bpf: Add percpu allocation support to bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
2
-6
/
+40
|
*
bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.
Alexei Starovoitov
2022-09-05
2
-4
/
+66
|
*
bpf: Adjust low/high watermarks in bpf_mem_cache
Alexei Starovoitov
2022-09-05
1
-14
/
+36
|
*
bpf: Optimize call_rcu in non-preallocated hash map.
Alexei Starovoitov
2022-09-05
2
-3
/
+7
|
*
bpf: Optimize element count in non-preallocated hash map.
Alexei Starovoitov
2022-09-05
1
-8
/
+62
|
*
bpf: Relax the requirement to use preallocated hash maps in tracing progs.
Alexei Starovoitov
2022-09-05
1
-9
/
+22
|
*
bpf: Convert hash map to bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-5
/
+16
|
*
bpf: Introduce any context BPF specific memory allocator.
Alexei Starovoitov
2022-09-05
2
-1
/
+481
|
*
bpf: Only add BTF IDs for socket security hooks when CONFIG_SECURITY_NETWORK ...
Hou Tao
2022-09-02
1
-0
/
+6
|
*
bpf: Remove useless else if
Jiapeng Chong
2022-09-01
1
-3
/
+1
|
*
bpf: Use this_cpu_{inc_return|dec} for prog->active
Hou Tao
2022-09-01
1
-4
/
+4
|
*
bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busy
Hou Tao
2022-09-01
2
-6
/
+6
|
*
bpf: Propagate error from htab_lock_bucket() to userspace
Hou Tao
2022-08-31
1
-2
/
+5
|
*
bpf: Disable preemption when increasing per-cpu map_locked
Hou Tao
2022-08-31
1
-5
/
+18
|
*
bpf: prepare for more bpf syscall to be used from kernel and user space.
Benjamin Tissoires
2022-08-26
1
-4
/
+6
|
*
bpf: Add CGROUP prefix to cgroup_iter_order
Hao Luo
2022-08-26
1
-16
/
+16
|
*
cgroup: bpf: enable bpf programs to integrate with rstat
Yosry Ahmed
2022-08-25
1
-0
/
+48
|
*
bpf: Introduce cgroup iter
Hao Luo
2022-08-25
2
-0
/
+287
|
*
bpf: Fix reference state management for synchronous callbacks
Kumar Kartikeya Dwivedi
2022-08-25
1
-9
/
+33
|
*
bpf: Move bpf_loop and bpf_for_each_map_elem under CAP_BPF
Kumar Kartikeya Dwivedi
2022-08-24
1
-4
/
+4
|
*
bpf: expose bpf_strtol and bpf_strtoul to all program types
Stanislav Fomichev
2022-08-24
2
-5
/
+5
|
*
bpf: Use cgroup_{common,current}_func_proto in more hooks
Stanislav Fomichev
2022-08-24
2
-11
/
+46
|
*
bpf: Introduce cgroup_{common,current}_func_proto
Stanislav Fomichev
2022-08-24
2
-53
/
+98
|
*
bpf: Initialize the bpf_run_ctx in bpf_iter_run_prog()
Martin KaFai Lau
2022-08-19
1
-0
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-01
7
-12
/
+16
|
\
\
|
*
\
Merge tag 'net-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-09-01
4
-9
/
+12
|
|
\
\
|
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2022-08-26
4
-9
/
+12
|
|
|
\
\
|
|
|
*
|
bpf: Don't use tnum_range on array range checking for poke descriptors
Daniel Borkmann
2022-08-25
1
-6
/
+4
|
|
|
*
|
bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZERO
Kumar Kartikeya Dwivedi
2022-08-25
1
-0
/
+3
|
|
|
*
|
bpf: Fix a data-race around bpf_jit_limit.
Kuniyuki Iwashima
2022-08-24
1
-1
/
+1
|
|
|
*
|
bpf, cgroup: Fix kernel BUG in purge_effective_progs
Pu Lehui
2022-08-18
1
-1
/
+3
|
|
|
*
|
bpf: Restrict bpf_sys_bpf to CAP_PERFMON
YiFei Zhu
2022-08-18
1
-1
/
+1
|
*
|
|
|
Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-08-28
1
-0
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
vmcoreinfo: add kallsyms_num_syms symbol
Stephen Brennan
2022-08-28
1
-0
/
+1
|
|
|
/
/
/
|
*
|
|
|
Merge tag 'audit-pr-20220826' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-08-28
1
-2
/
+2
|
|
\
\
\
\
|
|
*
|
|
|
audit: move audit_return_fixup before the filters
Richard Guy Briggs
2022-08-25
1
-2
/
+2
|
*
|
|
|
|
wait_on_bit: add an acquire memory barrier
Mikulas Patocka
2022-08-26
1
-1
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
genetlink: start to validate reserved header bytes
Jakub Kicinski
2022-08-29
1
-0
/
+1
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-26
13
-105
/
+222
|
\
|
|
|
|
|
*
|
|
|
Merge tag 'cgroup-for-6.0-rc2-fixes-2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-08-25
1
-0
/
+2
|
|
\
\
\
\
|
|
*
|
|
|
cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
Tetsuo Handa
2022-08-25
1
-0
/
+2
|
*
|
|
|
|
Merge tag 'trace-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2022-08-24
1
-46
/
+33
|
|
\
\
\
\
\
|
|
*
|
|
|
|
ftrace: Fix build warning for ops_references_rec() not used
Wang Jingjin
2022-08-22
1
-46
/
+33
[next]