summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/stackmap.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski2018-01-141-5/+1
* bpf: implement syscall command BPF_MAP_GET_NEXT_KEY for stacktrace mapYonghong Song2018-01-061-2/+26
* bpf: Add file mode configuration into bpf mapsChenbo Feng2017-10-201-1/+4
* bpf: Allow selecting numa node during map creationMartin KaFai Lau2017-08-191-3/+5
* bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann2017-05-251-0/+1
* bpf: remove struct bpf_map_type_listJohannes Berg2017-04-111-13/+1
* bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann2017-02-171-1/+1
* bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann2017-01-181-12/+8
* bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann2016-09-091-3/+2
* Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar2016-06-081-1/+1
|\
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-251-1/+2
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-171-1/+1
| |\ \
| | * | bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Alexei Starovoitov2016-04-071-1/+1
* | | | perf core: Per event callchain limitArnaldo Carvalho de Melo2016-05-301-1/+1
| |_|/ |/| |
* | | perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo2016-05-161-1/+2
|/ /
* | perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo2016-04-271-4/+4
|/
* bpf: convert stackmap to pre-allocationAlexei Starovoitov2016-03-081-18/+68
* bpf: check for reserved flag bits in array and stack mapsAlexei Starovoitov2016-03-081-0/+3
* bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov2016-02-201-0/+237
OpenPOWER on IntegriCloud