index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
stackmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-11
bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers
Andrii Nakryiko
1
-18
/
+72
2024-09-11
bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry
Andrii Nakryiko
1
-16
/
+33
2024-09-11
lib/buildid: rename build_id_parse() into build_id_parse_nofault()
Andrii Nakryiko
1
-1
/
+1
2024-03-07
bpf: Fix stackmap overflow check on 32-bit arches
Toke Høiland-Jørgensen
1
-3
/
+6
2023-11-10
bpf: Add crosstask check to __bpf_get_stack
Jordan Rome
1
-1
/
+10
2023-10-06
bpf: Annotate struct bpf_stack_map with __counted_by
Kees Cook
1
-1
/
+1
2023-06-19
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
1
-3
/
+0
2023-03-22
bpf: return long from bpf_map_ops funcs
JP Kobryn
1
-3
/
+3
2023-03-07
bpf: stackmap memory usage
Yafang Shao
1
-0
/
+14
2022-09-13
perf/bpf: Always use perf callchains if exist
Namhyung Kim
1
-2
/
+2
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
1
-3
/
+2
2022-04-09
bpf: Fix excessive memory allocation in stack_map_alloc()
Yuntao Wang
1
-1
/
+0
2022-04-01
bpf: Remove redundant assignment to smap->map.value_size
Yuntao Wang
1
-1
/
+0
2022-03-20
bpf: Adjust BPF stack helper functions to accommodate skip > 0
Namhyung Kim
1
-32
/
+24
2022-02-28
bpf: Cache the last valid build_id
Hao Luo
1
-1
/
+11
2022-01-15
bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()
Naveen N. Rao
1
-2
/
+3
2021-11-12
bpf: Introduce btf_tracing_ids
Song Liu
1
-1
/
+1
2021-11-07
bpf: Introduce helper bpf_find_vma
Song Liu
1
-73
/
+7
2021-09-30
bpf: Fix integer overflow in prealloc_elems_and_freelist()
Tatsuhiko Yasumatsu
1
-1
/
+2
2021-09-10
bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset()
Yonghong Song
1
-2
/
+8
2021-08-25
bpf: Consolidate task_struct BTF_ID declarations
Daniel Xu
1
-3
/
+1
2021-04-01
bpf: Refcount task stack in bpf_get_task_stack
Dave Marchevsky
1
-2
/
+10
2021-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+2
2021-02-03
bpf: Check for integer overflow when using roundup_pow_of_two()
Bui Quang Minh
1
-0
/
+2
2021-01-14
bpf: Add size arg to build_id_parse function
Jiri Olsa
1
-1
/
+1
2021-01-14
bpf: Move stack_map_get_build_id into lib
Jiri Olsa
1
-139
/
+4
2020-12-15
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-13
/
+3
2020-12-02
bpf: Eliminate rlimit-based memory accounting for stackmap maps
Roman Gushchin
1
-13
/
+3
2020-11-24
irq_work: Cleanup
Peter Zijlstra
1
-1
/
+1
2020-09-21
bpf: Allow specifying a BTF ID per argument in function protos
Lorenz Bauer
1
-3
/
+2
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
1
-0
/
+1
2020-08-12
bpf: Iterate through all PT_NOTE sections when looking for build id
Jiri Olsa
1
-10
/
+14
2020-07-25
bpf: Fix build on architectures with special bpf_user_pt_regs_t
Song Liu
1
-5
/
+4
2020-07-25
bpf: Separate bpf_get_[stack|stackid] for perf events BPF
Song Liu
1
-18
/
+166
2020-07-13
bpf: Resolve BTF IDs in vmlinux image
Jiri Olsa
1
-1
/
+4
2020-07-02
bpf: Fix build without CONFIG_STACKTRACE
Song Liu
1
-0
/
+4
2020-07-01
bpf: Introduce helper bpf_get_task_stack()
Song Liu
1
-4
/
+73
2020-07-01
bpf: Remove redundant synchronize_rcu.
Alexei Starovoitov
1
-3
/
+0
2020-06-22
bpf: Set map_btf_{name, id} for all map types
Andrey Ignatov
1
-0
/
+3
2020-06-09
mmap locking API: add mmap_read_trylock_non_owner()
Michel Lespinasse
1
-12
/
+5
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-2
/
+2
2020-05-15
bpf: Implement CAP_BPF
Alexei Starovoitov
1
-1
/
+1
2020-02-24
bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabled
David Miller
1
-3
/
+15
2019-12-03
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2019-11-26
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2019-11-11
irq_work: Convert flags to atomic_t
Frederic Weisbecker
1
-1
/
+1
2019-10-16
bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()
Song Liu
1
-3
/
+4
2019-10-09
locking/lockdep: Remove unused @nested argument from lock_release()
Qian Cai
1
-1
/
+1
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+1
2019-05-31
bpf: move memory size checks to bpf_map_charge_init()
Roman Gushchin
1
-7
/
+1
[next]