summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/stackmap.c
AgeCommit message (Expand)Author
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-12-02bpf: Eliminate rlimit-based memory accounting for stackmap mapsRoman Gushchin
2020-11-24irq_work: CleanupPeter Zijlstra
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau
2020-08-12bpf: Iterate through all PT_NOTE sections when looking for build idJiri Olsa
2020-07-25bpf: Fix build on architectures with special bpf_user_pt_regs_tSong Liu
2020-07-25bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu
2020-07-13bpf: Resolve BTF IDs in vmlinux imageJiri Olsa
2020-07-02bpf: Fix build without CONFIG_STACKTRACESong Liu
2020-07-01bpf: Introduce helper bpf_get_task_stack()Song Liu
2020-07-01bpf: Remove redundant synchronize_rcu.Alexei Starovoitov
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov
2020-06-09mmap locking API: add mmap_read_trylock_non_owner()Michel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov
2020-02-24bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabledDavid Miller
2019-12-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-11-11irq_work: Convert flags to atomic_tFrederic Weisbecker
2019-10-16bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()Song Liu
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2019-02-11bpf: fix lockdep false positive in stackmapAlexei Starovoitov
2019-01-17bpf: zero out build_id for BPF_STACK_BUILD_ID_IPStanislav Fomichev
2019-01-17bpf: don't assume build-id length is always 20 bytesStanislav Fomichev
2019-01-10bpf: fix panic in stack_map_get_build_id() on i386 and arm32Song Liu
2018-10-19bpf: rename stack trace map operationsMauricio Vasquez B
2018-10-09bpf: return EOPNOTSUPP when map lookup isn't supportedPrashant Bhole
2018-08-13bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann
2018-05-28bpf: avoid -Wmaybe-uninitialized warningArnd Bergmann
2018-05-14bpf: enable stackmap with build_id in nmi contextSong Liu
2018-04-29bpf: add bpf_get_stack helperYonghong Song
2018-04-29bpf: change prototype for stack_map_get_build_id_offsetYonghong Song
2018-03-15bpf: extend stackmap to save binary_build_id+offset instead of addressSong Liu
2018-01-14bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski
2018-01-06bpf: implement syscall command BPF_MAP_GET_NEXT_KEY for stacktrace mapYonghong Song
2017-10-20bpf: Add file mode configuration into bpf mapsChenbo Feng
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau
2017-05-25bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann
2017-04-11bpf: remove struct bpf_map_type_listJohannes Berg
2017-02-17bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann
2017-01-18bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann
2016-09-09bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann
2016-06-08Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar
2016-05-30perf core: Per event callchain limitArnaldo Carvalho de Melo