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
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Fix bpf_prog_pack build HPAGE_PMD_SIZE
Song Liu
2022-02-08
1
-1
/
+5
*
bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]
Song Liu
2022-02-07
1
-1
/
+107
*
bpf: Introduce bpf_prog_pack allocator
Song Liu
2022-02-07
1
-0
/
+127
*
bpf: Introduce bpf_arch_text_copy
Song Liu
2022-02-07
1
-0
/
+5
*
bpf: Use prog->jited_len in bpf_prog_ksym_set_addr()
Song Liu
2022-02-07
1
-4
/
+1
*
bpf: Use size instead of pages in bpf_binary_header
Song Liu
2022-02-07
1
-6
/
+5
*
bpf: Use bytes instead of pages for bpf_jit_[charge|uncharge]_modmem
Song Liu
2022-02-07
1
-9
/
+8
*
cgroup/bpf: fast path skb BPF filtering
Pavel Begunkov
2022-01-27
1
-12
/
+4
*
bpf: generalise tail call map compatibility check
Toke Hoiland-Jorgensen
2022-01-21
1
-14
/
+14
*
bpf, docs: Prune all references to "internal BPF"
Christoph Hellwig
2021-11-30
1
-1
/
+1
*
bpf: Remove a redundant comment on bpf_prog_free
Christoph Hellwig
2021-11-30
1
-1
/
+0
*
bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
Tiezhu Yang
2021-11-16
1
-1
/
+2
*
bpf: Stop caching subprog index in the bpf_pseudo_func insn
Martin KaFai Lau
2021-11-06
1
-0
/
+7
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-11-01
1
-0
/
+4
|
\
|
*
bpf: Introduce BPF support for kernel module function calls
Kumar Kartikeya Dwivedi
2021-10-05
1
-0
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-28
1
-8
/
+16
|
\
\
|
|
/
|
/
|
|
*
bpf: Fix potential race in tail call compatibility check
Toke Høiland-Jørgensen
2021-10-26
1
-7
/
+13
|
*
bpf: Prevent increasing bpf_jit_limit above max
Lorenz Bauer
2021-10-22
1
-1
/
+3
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-10-01
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
bpf: Add bpf_trace_vprintk helper
Dave Marchevsky
2021-09-17
1
-0
/
+5
*
|
bpf: Exempt CAP_BPF from checks against bpf_jit_limit
Lorenz Bauer
2021-09-28
1
-1
/
+1
|
/
*
bpf: Undo off-by-one in interpreter tail call count limit
Daniel Borkmann
2021-08-19
1
-1
/
+1
*
bpf: Allow to specify user-provided bpf_cookie for BPF perf links
Andrii Nakryiko
2021-08-17
1
-11
/
+18
*
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
2021-08-17
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-13
1
-1
/
+6
|
\
|
*
bpf, core: Fix kernel-doc notation
Randy Dunlap
2021-08-10
1
-1
/
+6
*
|
bpf: Fix off-by-one in tail call count limiting
Johan Almbladh
2021-08-02
1
-1
/
+1
|
/
*
bpf: Introduce BPF nospec instruction for mitigating Spectre v4
Daniel Borkmann
2021-07-29
1
-1
/
+18
*
bpf: Track subprog poke descriptors correctly and fix use-after-free
John Fastabend
2021-07-09
1
-1
/
+7
*
bpf: Fix up register-based shifts in interpreter to silence KUBSAN
Daniel Borkmann
2021-06-17
1
-18
/
+43
*
bpf: Remove unused parameter from ___bpf_prog_run
He Fengqing
2021-04-03
1
-4
/
+3
*
bpf: Support bpf program calling kernel function
Martin KaFai Lau
2021-03-26
1
-3
/
+15
*
bpf: Simplify freeing logic in linfo and jited_linfo
Martin KaFai Lau
2021-03-26
1
-23
/
+12
*
bpf: Fix fexit trampoline.
Alexei Starovoitov
2021-03-18
1
-2
/
+2
*
bpf: Explicitly zero-extend R0 after 32-bit cmpxchg
Brendan Jackman
2021-03-04
1
-0
/
+4
*
bpf: Clear percpu pointers in bpf_prog_clone_free()
Cong Wang
2021-02-22
1
-0
/
+2
*
bpf: Clear per_cpu pointers during bpf_prog_realloc
Alexei Starovoitov
2021-02-11
1
-0
/
+2
*
bpf: Add per-program recursion prevention mechanism
Alexei Starovoitov
2021-02-11
1
-0
/
+8
*
bpf: Optimize program stats
Alexei Starovoitov
2021-02-11
1
-4
/
+4
*
bpf: Add bitwise atomic instructions
Brendan Jackman
2021-01-14
1
-0
/
+3
*
bpf: Pull out a macro for interpreting atomic ALU operations
Brendan Jackman
2021-01-14
1
-41
/
+39
*
bpf: Add instructions for atomic_[cmp]xchg
Brendan Jackman
2021-01-14
1
-0
/
+20
*
bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
Brendan Jackman
2021-01-14
1
-0
/
+13
*
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
2021-01-14
1
-9
/
+22
*
bpf: Support BPF ksym variables in kernel modules
Andrii Nakryiko
2021-01-12
1
-0
/
+23
*
bpf: Eliminate rlimit-based memory accounting for bpf progs
Roman Gushchin
2020-12-02
1
-10
/
+2
*
bpf: Memcg-based memory accounting for bpf progs
Roman Gushchin
2020-12-02
1
-5
/
+5
*
bpf: Add bpf_ktime_get_coarse_ns helper
Dmitrii Banshchikov
2020-11-18
1
-0
/
+1
*
bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSE
Ard Biesheuvel
2020-10-29
1
-1
/
+1
*
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2020-10-15
1
-8
/
+21
|
\
[next]