index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
stackmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Iterate through all PT_NOTE sections when looking for build id
Jiri Olsa
2020-08-12
1
-10
/
+14
*
bpf: Fix build on architectures with special bpf_user_pt_regs_t
Song Liu
2020-07-25
1
-5
/
+4
*
bpf: Separate bpf_get_[stack|stackid] for perf events BPF
Song Liu
2020-07-25
1
-18
/
+166
*
bpf: Resolve BTF IDs in vmlinux image
Jiri Olsa
2020-07-13
1
-1
/
+4
*
bpf: Fix build without CONFIG_STACKTRACE
Song Liu
2020-07-02
1
-0
/
+4
*
bpf: Introduce helper bpf_get_task_stack()
Song Liu
2020-07-01
1
-4
/
+73
*
bpf: Remove redundant synchronize_rcu.
Alexei Starovoitov
2020-07-01
1
-3
/
+0
*
bpf: Set map_btf_{name, id} for all map types
Andrey Ignatov
2020-06-22
1
-0
/
+3
*
mmap locking API: add mmap_read_trylock_non_owner()
Michel Lespinasse
2020-06-09
1
-12
/
+5
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-2
/
+2
*
bpf: Implement CAP_BPF
Alexei Starovoitov
2020-05-15
1
-1
/
+1
*
bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabled
David Miller
2020-02-24
1
-3
/
+15
*
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-12-03
1
-1
/
+1
|
\
|
*
irq_work: Convert flags to atomic_t
Frederic Weisbecker
2019-11-11
1
-1
/
+1
*
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-11-26
1
-1
/
+1
|
\
\
|
*
|
locking/lockdep: Remove unused @nested argument from lock_release()
Qian Cai
2019-10-09
1
-1
/
+1
|
|
/
*
/
bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()
Song Liu
2019-10-16
1
-3
/
+4
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-07
1
-4
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Thomas Gleixner
2019-05-30
1
-4
/
+1
*
|
bpf: move memory size checks to bpf_map_charge_init()
Roman Gushchin
2019-05-31
1
-7
/
+1
*
|
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
2019-05-31
1
-13
/
+17
*
|
bpf: group memory related fields in struct bpf_map_memory
Roman Gushchin
2019-05-31
1
-2
/
+2
|
/
*
bpf: fix lockdep false positive in stackmap
Alexei Starovoitov
2019-02-11
1
-1
/
+7
*
bpf: zero out build_id for BPF_STACK_BUILD_ID_IP
Stanislav Fomichev
2019-01-17
1
-0
/
+2
*
bpf: don't assume build-id length is always 20 bytes
Stanislav Fomichev
2019-01-17
1
-2
/
+5
*
bpf: fix panic in stack_map_get_build_id() on i386 and arm32
Song Liu
2019-01-10
1
-1
/
+2
*
bpf: rename stack trace map operations
Mauricio Vasquez B
2018-10-19
1
-1
/
+1
*
bpf: return EOPNOTSUPP when map lookup isn't supported
Prashant Bhole
2018-10-09
1
-1
/
+1
*
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
2018-08-13
1
-0
/
+1
*
bpf: avoid -Wmaybe-uninitialized warning
Arnd Bergmann
2018-05-28
1
-4
/
+3
*
bpf: enable stackmap with build_id in nmi context
Song Liu
2018-05-14
1
-6
/
+53
*
bpf: add bpf_get_stack helper
Yonghong Song
2018-04-29
1
-0
/
+67
*
bpf: change prototype for stack_map_get_build_id_offset
Yonghong Song
2018-04-29
1
-8
/
+5
*
bpf: extend stackmap to save binary_build_id+offset instead of address
Song Liu
2018-03-15
1
-22
/
+235
*
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
2018-01-14
1
-5
/
+1
*
bpf: implement syscall command BPF_MAP_GET_NEXT_KEY for stacktrace map
Yonghong Song
2018-01-06
1
-2
/
+26
*
bpf: Add file mode configuration into bpf maps
Chenbo Feng
2017-10-20
1
-1
/
+4
*
bpf: Allow selecting numa node during map creation
Martin KaFai Lau
2017-08-19
1
-3
/
+5
*
bpf: fix wrong exposure of map_flags into fdinfo for lpm
Daniel Borkmann
2017-05-25
1
-0
/
+1
*
bpf: remove struct bpf_map_type_list
Johannes Berg
2017-04-11
1
-13
/
+1
*
bpf: mark all registered map/prog types as __ro_after_init
Daniel Borkmann
2017-02-17
1
-1
/
+1
*
bpf: don't trigger OOM killer under pressure with map alloc
Daniel Borkmann
2017-01-18
1
-12
/
+8
*
bpf: add BPF_CALL_x macros for declaring helpers
Daniel Borkmann
2016-09-09
1
-3
/
+2
*
Merge branch 'linus' into perf/core, to refresh the branch
Ingo Molnar
2016-06-08
1
-1
/
+1
|
\
|
*
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-05-25
1
-1
/
+2
|
|
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2016-05-17
1
-1
/
+1
|
|
\
\
|
|
*
|
bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...
Alexei Starovoitov
2016-04-07
1
-1
/
+1
*
|
|
|
perf core: Per event callchain limit
Arnaldo Carvalho de Melo
2016-05-30
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
perf core: Pass max stack as a perf_callchain_entry context
Arnaldo Carvalho de Melo
2016-05-16
1
-1
/
+2
|
/
/
*
/
perf core: Allow setting up max frame stack depth via sysctl
Arnaldo Carvalho de Melo
2016-04-27
1
-4
/
+4
|
/
[next]