index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
bpf: Introduce BPF support for kernel module function calls
Kumar Kartikeya Dwivedi
2021-10-05
2
-27
/
+179
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-28
3
-12
/
+24
|
|
\
\
\
|
*
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-07
1
-1
/
+2
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-10-01
5
-60
/
+99
|
|
\
\
\
\
|
|
*
|
|
|
bpf: Replace callers of BPF_CAST_CALL with proper function typedef
Kees Cook
2021-09-28
3
-11
/
+8
|
|
*
|
|
|
bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMM
Kees Cook
2021-09-28
2
-20
/
+12
|
|
*
|
|
|
bpf: Support <8-byte scalar spill and refill
Martin KaFai Lau
2021-09-26
1
-15
/
+52
|
|
*
|
|
|
bpf: Check the other end of slot_type for STACK_SPILL
Martin KaFai Lau
2021-09-26
1
-11
/
+19
|
|
*
|
|
|
bpf: Add bpf_trace_vprintk helper
Dave Marchevsky
2021-09-17
2
-0
/
+7
|
|
*
|
|
|
bpf: Merge printk and seq_printf VARARG max macros
Dave Marchevsky
2021-09-17
1
-3
/
+1
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-09-30
2
-3
/
+6
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-09-17
2
-1
/
+130
|
|
\
\
\
\
\
|
|
*
|
|
|
|
bpf: Support for new btf kind BTF_KIND_TAG
Yonghong Song
2021-09-14
1
-0
/
+128
|
|
*
|
|
|
|
libbpf: Make libbpf_version.h non-auto-generated
Andrii Nakryiko
2021-09-13
1
-5
/
+2
|
|
*
|
|
|
|
bpf: Introduce helper bpf_get_branch_snapshot
Song Liu
2021-09-13
1
-1
/
+2
|
|
*
|
|
|
|
libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
Quentin Monnet
2021-09-09
1
-2
/
+5
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
|
|
Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2021-11-01
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
mm/filemap: Add filemap_add_folio()
Matthew Wilcox (Oracle)
2021-10-18
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
bpf: Fix potential race in tail call compatibility check
Toke Høiland-Jørgensen
2021-10-26
3
-9
/
+18
*
|
|
|
|
bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch()
Xu Kuohai
2021-10-22
1
-2
/
+3
*
|
|
|
|
bpf: Prevent increasing bpf_jit_limit above max
Lorenz Bauer
2021-10-22
1
-1
/
+3
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
bpf: Fix integer overflow in prealloc_elems_and_freelist()
Tatsuhiko Yasumatsu
2021-09-30
1
-1
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
bpf: Exempt CAP_BPF from checks against bpf_jit_limit
Lorenz Bauer
2021-09-28
1
-1
/
+1
*
|
|
bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS prog
Hou Tao
2021-09-14
1
-2
/
+5
|
/
/
*
|
bpf: Add oversize check before call kvcalloc()
Bixuan Cui
2021-09-13
1
-0
/
+2
*
|
bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset()
Yonghong Song
2021-09-10
1
-2
/
+8
*
|
bpf: Relicense disassembler as GPL-2.0-only OR BSD-2-Clause
Daniel Borkmann
2021-09-02
2
-2
/
+2
|
/
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-08-30
12
-142
/
+331
|
\
|
*
bpf: Fix bpf-next builds without CONFIG_BPF_EVENTS
Daniel Xu
2021-08-25
1
-0
/
+2
|
*
bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockopt
Martin KaFai Lau
2021-08-25
1
-1
/
+21
|
*
bpf: Add bpf_task_pt_regs() helper
Daniel Xu
2021-08-25
1
-0
/
+3
|
*
bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()
Daniel Xu
2021-08-25
1
-0
/
+3
|
*
bpf: Consolidate task_struct BTF_ID declarations
Daniel Xu
2021-08-25
3
-13
/
+8
|
*
bpf: Fix possible out of bound write in narrow load handling
Andrey Ignatov
2021-08-24
1
-0
/
+4
|
*
bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum
Dave Marchevsky
2021-08-23
1
-63
/
+93
|
*
bpf: Add support for {set|get} socket options from setsockopt BPF
Prankur Gupta
2021-08-20
1
-0
/
+8
|
*
bpf: Use kvmalloc for map keys in syscalls
Stanislav Fomichev
2021-08-20
1
-17
/
+17
|
*
bpf: Use kvmalloc for map values in syscall
Stanislav Fomichev
2021-08-20
1
-17
/
+11
|
*
bpf: Undo off-by-one in interpreter tail call count limit
Daniel Borkmann
2021-08-19
1
-1
/
+1
|
*
bpf: Remove redundant initialization of variable allow
Colin Ian King
2021-08-17
1
-1
/
+1
|
*
bpf: Allow to specify user-provided bpf_cookie for BPF perf links
Andrii Nakryiko
2021-08-17
2
-12
/
+19
|
*
bpf: Implement minimal BPF perf link
Andrii Nakryiko
2021-08-17
1
-7
/
+98
|
*
bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functions
Andrii Nakryiko
2021-08-17
1
-16
/
+16
|
*
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
2021-08-17
5
-12
/
+12
|
*
bpf: Support "%c" in bpf_bprintf_prepare().
Kuniyuki Iwashima
2021-08-15
1
-0
/
+14
|
*
bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPT
Stanislav Fomichev
2021-08-13
1
-0
/
+18
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-26
1
-2
/
+6
|
\
\
|
*
|
bpf: Fix ringbuf helper function compatibility
Daniel Borkmann
2021-08-23
1
-2
/
+6
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-19
2
-6
/
+17
|
\
|
|
|
|
/
|
/
|
|
*
bpf: Clear zext_dst of dead insns
Ilya Leoshkevich
2021-08-13
1
-0
/
+1
[prev]
[next]