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
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
2016-05-25
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+2
2016-05-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+1
2016-05-16
perf core: Pass max stack as a perf_callchain_entry context
Arnaldo Carvalho de Melo
1
-1
/
+2
2016-04-27
perf core: Allow setting up max frame stack depth via sysctl
Arnaldo Carvalho de Melo
1
-4
/
+4
2016-04-07
bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...
Alexei Starovoitov
1
-1
/
+1
2016-03-08
bpf: convert stackmap to pre-allocation
Alexei Starovoitov
1
-18
/
+68
2016-03-08
bpf: check for reserved flag bits in array and stack maps
Alexei Starovoitov
1
-0
/
+3
2016-02-20
bpf: introduce BPF_MAP_TYPE_STACK_TRACE
Alexei Starovoitov
1
-0
/
+237