index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
stackmap.c
Age
Commit message (
Expand
)
Author
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
2018-08-13
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
2018-05-28
bpf: avoid -Wmaybe-uninitialized warning
Arnd Bergmann
2018-05-14
bpf: enable stackmap with build_id in nmi context
Song Liu
2018-04-29
bpf: add bpf_get_stack helper
Yonghong Song
2018-04-29
bpf: change prototype for stack_map_get_build_id_offset
Yonghong Song
2018-03-15
bpf: extend stackmap to save binary_build_id+offset instead of address
Song Liu
2018-01-14
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
2018-01-06
bpf: implement syscall command BPF_MAP_GET_NEXT_KEY for stacktrace map
Yonghong Song
2017-10-20
bpf: Add file mode configuration into bpf maps
Chenbo Feng
2017-08-19
bpf: Allow selecting numa node during map creation
Martin KaFai Lau
2017-05-25
bpf: fix wrong exposure of map_flags into fdinfo for lpm
Daniel Borkmann
2017-04-11
bpf: remove struct bpf_map_type_list
Johannes Berg
2017-02-17
bpf: mark all registered map/prog types as __ro_after_init
Daniel Borkmann
2017-01-18
bpf: don't trigger OOM killer under pressure with map alloc
Daniel Borkmann
2016-09-09
bpf: add BPF_CALL_x macros for declaring helpers
Daniel Borkmann
2016-06-08
Merge branch 'linus' into perf/core, to refresh the branch
Ingo Molnar
2016-05-30
perf core: Per event callchain limit
Arnaldo Carvalho de Melo
2016-05-25
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-05-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2016-05-16
perf core: Pass max stack as a perf_callchain_entry context
Arnaldo Carvalho de Melo
2016-04-27
perf core: Allow setting up max frame stack depth via sysctl
Arnaldo Carvalho de Melo
2016-04-07
bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...
Alexei Starovoitov
2016-03-08
bpf: convert stackmap to pre-allocation
Alexei Starovoitov
2016-03-08
bpf: check for reserved flag bits in array and stack maps
Alexei Starovoitov
2016-02-20
bpf: introduce BPF_MAP_TYPE_STACK_TRACE
Alexei Starovoitov