aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-18af_unix: Refactor unix_next_socket().Kuniyuki Iwashima1-21/+30
2022-01-18selftests/bpf: Add test for race in btf_try_get_moduleKumar Kartikeya Dwivedi7-0/+364
2022-01-18selftests/bpf: Extend kfunc selftestsKumar Kartikeya Dwivedi4-4/+258
2022-01-18selftests/bpf: Add test_verifier support to fixup kfunc call insnsKumar Kartikeya Dwivedi1-0/+28
2022-01-18selftests/bpf: Add test for unstable CT lookup APIKumar Kartikeya Dwivedi3-0/+161
2022-01-18net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPFKumar Kartikeya Dwivedi5-0/+294
2022-01-18bpf: Add reference tracking support to kfuncKumar Kartikeya Dwivedi3-12/+77
2022-01-18bpf: Introduce mem, size argument pair support for kfuncKumar Kartikeya Dwivedi3-48/+126
2022-01-18bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi11-161/+73
2022-01-18bpf: Populate kfunc BTF ID sets in struct btfKumar Kartikeya Dwivedi3-7/+289
2022-01-18bpf: Fix UAF due to race between btf_try_get_module and load_moduleKumar Kartikeya Dwivedi1-2/+24
2022-01-14test: selftests: Remove unused various in sockmap_verdict_prog.cMenglong Dong1-2/+0
2022-01-14tools/resolve_btfids: Build with host flagsConnor O'Brien1-2/+4
2022-01-14bpf/scripts: Raise an exception if the correct number of helpers are not gene...Usama Arif1-2/+48
2022-01-12libbpf: Deprecate bpf_map__def() APIChristy Lee1-1/+2
2022-01-12bpftool: Only set obj->skeleton on complete successWei Fu1-1/+1
2022-01-12selftests/bpf: Stop using bpf_map__def() APIChristy Lee5-28/+26
2022-01-12perf: Stop using bpf_map__def() APIChristy Lee2-51/+41
2022-01-12bpftool: Stop using bpf_map__def() APIChristy Lee2-9/+7
2022-01-12samples/bpf: Stop using bpf_map__def() APIChristy Lee1-5/+5
2022-01-12libbpf: Fix possible NULL pointer dereference when destroying skeletonYafang Shao1-0/+3
2022-01-12selftests/bpf: Change bpf_prog_attach_xattr() to bpf_prog_attach_opts()Christy Lee1-6/+6
2022-01-12libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()Christy Lee3-2/+12
2022-01-12bpftool: Fix error check when calling hashmap__new()Mauricio Vásquez5-5/+7
2022-01-12libbpf: Use IS_ERR_OR_NULL() in hashmap__free()Mauricio Vásquez1-2/+1
2022-01-10netfilter: nf_tables: don't use 'data_size' uninitializedLinus Torvalds1-0/+1
2022-01-10Revert "drm/amd/display: Fix for otg synchronization logic"Linus Torvalds7-99/+14
2022-01-09tcp: tcp_send_challenge_ack delete useless param `skb`Benjamin Yim1-5/+5
2022-01-09net/qla3xxx: Remove useless DMA-32 fallback configurationChristophe JAILLET1-8/+3
2022-01-09rocker: Remove useless DMA-32 fallback configurationChristophe JAILLET1-13/+4
2022-01-09hinic: Remove useless DMA-32 fallback configurationChristophe JAILLET1-6/+2
2022-01-09lan743x: Remove useless DMA-32 fallback configurationChristophe JAILLET1-14/+8
2022-01-09net: enetc: Remove useless DMA-32 fallback configurationChristophe JAILLET2-13/+4
2022-01-09cxgb4vf: Remove useless DMA-32 fallback configurationChristophe JAILLET1-15/+5
2022-01-09cxgb4: Remove useless DMA-32 fallback configurationChristophe JAILLET1-12/+5
2022-01-09cxgb3: Remove useless DMA-32 fallback configurationChristophe JAILLET1-6/+5
2022-01-09bnx2x: Remove useless DMA-32 fallback configurationChristophe JAILLET1-15/+4
2022-01-09et131x: Remove useless DMA-32 fallback configurationChristophe JAILLET1-3/+2
2022-01-09be2net: Remove useless DMA-32 fallback configurationChristophe JAILLET1-9/+5
2022-01-09vmxnet3: Remove useless DMA-32 fallback configurationChristophe JAILLET1-15/+7
2022-01-09bna: Simplify DMA settingChristophe JAILLET1-24/+10
2022-01-09net: alteon: Simplify DMA settingChristophe JAILLET2-8/+2
2022-01-09myri10ge: Simplify DMA settingChristophe JAILLET1-12/+1
2022-01-09qlcnic: Simplify DMA settingChristophe JAILLET6-38/+19
2022-01-09net: allwinner: Fix print formatJakub Kicinski1-2/+2
2022-01-09page_pool: remove spinlock in page_pool_refill_alloc_cache()Yunsheng Lin1-4/+0
2022-01-09amt: fix wrong return type of amt_send_membership_update()Taehee Yoo1-1/+1
2022-01-09net: mcs7830: handle usb read errors properlyPavel Skripkin1-2/+10
2022-01-09net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong3-2/+10
2022-01-09net: skb: use kfree_skb_reason() in tcp_v4_rcv()Menglong Dong3-3/+19