index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
stackmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2019-05-31
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
1
-13
/
+17
2019-05-31
bpf: group memory related fields in struct bpf_map_memory
Roman Gushchin
1
-2
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Thomas Gleixner
1
-4
/
+1
2019-02-11
bpf: fix lockdep false positive in stackmap
Alexei Starovoitov
1
-1
/
+7
2019-01-17
bpf: zero out build_id for BPF_STACK_BUILD_ID_IP
Stanislav Fomichev
1
-0
/
+2
2019-01-17
bpf: don't assume build-id length is always 20 bytes
Stanislav Fomichev
1
-2
/
+5
2019-01-10
bpf: fix panic in stack_map_get_build_id() on i386 and arm32
Song Liu
1
-1
/
+2
2018-10-19
bpf: rename stack trace map operations
Mauricio Vasquez B
1
-1
/
+1
2018-10-09
bpf: return EOPNOTSUPP when map lookup isn't supported
Prashant Bhole
1
-1
/
+1
2018-08-13
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
1
-0
/
+1
2018-05-28
bpf: avoid -Wmaybe-uninitialized warning
Arnd Bergmann
1
-4
/
+3
2018-05-14
bpf: enable stackmap with build_id in nmi context
Song Liu
1
-6
/
+53
2018-04-29
bpf: add bpf_get_stack helper
Yonghong Song
1
-0
/
+67
2018-04-29
bpf: change prototype for stack_map_get_build_id_offset
Yonghong Song
1
-8
/
+5
2018-03-15
bpf: extend stackmap to save binary_build_id+offset instead of address
Song Liu
1
-22
/
+235
2018-01-14
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
1
-5
/
+1
2018-01-06
bpf: implement syscall command BPF_MAP_GET_NEXT_KEY for stacktrace map
Yonghong Song
1
-2
/
+26
2017-10-20
bpf: Add file mode configuration into bpf maps
Chenbo Feng
1
-1
/
+4
2017-08-19
bpf: Allow selecting numa node during map creation
Martin KaFai Lau
1
-3
/
+5
2017-05-25
bpf: fix wrong exposure of map_flags into fdinfo for lpm
Daniel Borkmann
1
-0
/
+1
2017-04-11
bpf: remove struct bpf_map_type_list
Johannes Berg
1
-13
/
+1
2017-02-17
bpf: mark all registered map/prog types as __ro_after_init
Daniel Borkmann
1
-1
/
+1
2017-01-18
bpf: don't trigger OOM killer under pressure with map alloc
Daniel Borkmann
1
-12
/
+8
2016-09-09
bpf: add BPF_CALL_x macros for declaring helpers
Daniel Borkmann
1
-3
/
+2
2016-06-08
Merge branch 'linus' into perf/core, to refresh the branch
Ingo Molnar
1
-1
/
+1
2016-05-30
perf core: Per event callchain limit
Arnaldo Carvalho de Melo
1
-1
/
+1
[next]