index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
stackmap.c
Age
Commit message (
Expand
)
Author
2022-09-13
perf/bpf: Always use perf callchains if exist
Namhyung Kim
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
2022-04-09
bpf: Fix excessive memory allocation in stack_map_alloc()
Yuntao Wang
2022-04-01
bpf: Remove redundant assignment to smap->map.value_size
Yuntao Wang
2022-03-20
bpf: Adjust BPF stack helper functions to accommodate skip > 0
Namhyung Kim
2022-02-28
bpf: Cache the last valid build_id
Hao Luo
2022-01-15
bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()
Naveen N. Rao
2021-11-12
bpf: Introduce btf_tracing_ids
Song Liu
2021-11-07
bpf: Introduce helper bpf_find_vma
Song Liu
2021-09-30
bpf: Fix integer overflow in prealloc_elems_and_freelist()
Tatsuhiko Yasumatsu
2021-09-10
bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset()
Yonghong Song
2021-08-25
bpf: Consolidate task_struct BTF_ID declarations
Daniel Xu
2021-04-01
bpf: Refcount task stack in bpf_get_task_stack
Dave Marchevsky
2021-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-02-03
bpf: Check for integer overflow when using roundup_pow_of_two()
Bui Quang Minh
2021-01-14
bpf: Add size arg to build_id_parse function
Jiri Olsa
2021-01-14
bpf: Move stack_map_get_build_id into lib
Jiri Olsa
2020-12-15
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2020-12-02
bpf: Eliminate rlimit-based memory accounting for stackmap maps
Roman Gushchin
2020-11-24
irq_work: Cleanup
Peter Zijlstra
2020-09-21
bpf: Allow specifying a BTF ID per argument in function protos
Lorenz Bauer
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
2020-08-12
bpf: Iterate through all PT_NOTE sections when looking for build id
Jiri Olsa
2020-07-25
bpf: Fix build on architectures with special bpf_user_pt_regs_t
Song Liu
2020-07-25
bpf: Separate bpf_get_[stack|stackid] for perf events BPF
Song Liu
2020-07-13
bpf: Resolve BTF IDs in vmlinux image
Jiri Olsa
2020-07-02
bpf: Fix build without CONFIG_STACKTRACE
Song Liu
2020-07-01
bpf: Introduce helper bpf_get_task_stack()
Song Liu
2020-07-01
bpf: Remove redundant synchronize_rcu.
Alexei Starovoitov
2020-06-22
bpf: Set map_btf_{name, id} for all map types
Andrey Ignatov
2020-06-09
mmap locking API: add mmap_read_trylock_non_owner()
Michel Lespinasse
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-05-15
bpf: Implement CAP_BPF
Alexei Starovoitov
2020-02-24
bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabled
David Miller
2019-12-03
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-11-26
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-11-11
irq_work: Convert flags to atomic_t
Frederic Weisbecker
2019-10-16
bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()
Song Liu
2019-10-09
locking/lockdep: Remove unused @nested argument from lock_release()
Qian Cai
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-31
bpf: move memory size checks to bpf_map_charge_init()
Roman Gushchin
2019-05-31
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
2019-05-31
bpf: group memory related fields in struct bpf_map_memory
Roman Gushchin
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Thomas Gleixner
2019-02-11
bpf: fix lockdep false positive in stackmap
Alexei Starovoitov
2019-01-17
bpf: zero out build_id for BPF_STACK_BUILD_ID_IP
Stanislav Fomichev
2019-01-17
bpf: don't assume build-id length is always 20 bytes
Stanislav Fomichev
2019-01-10
bpf: fix panic in stack_map_get_build_id() on i386 and arm32
Song Liu
2018-10-19
bpf: rename stack trace map operations
Mauricio Vasquez B
2018-10-09
bpf: return EOPNOTSUPP when map lookup isn't supported
Prashant Bhole
[next]