summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Fixes incorrect rx_ring_setup_doneKev Jackson2021-06-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-112-0/+8
|\
| * libbpf: Provide GELF_ST_VISIBILITY() define for older libelfArnaldo Carvalho de Melo2021-05-111-0/+5
| * libbpf: Add NULL check to add_dummy_ksym_varIan Rogers2021-05-051-0/+3
* | Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-081-9/+21
|\|
| * libbpf: Fix signed overflow in ringbuf_process_ringBrendan Jackman2021-05-031-9/+21
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-072-35/+25
|\ \
| * | tools: sync lib/find_bit implementationYury Norov2021-05-061-2/+2
| * | tools: sync find_next_bit implementationYury Norov2021-05-061-31/+21
| * | tools: bitmap: sync function declarations with the kernelYury Norov2021-05-061-2/+2
| |/
* | Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-05-0113-5/+327
|\ \ | |/ |/|
| * perf jit: Let convert_timestamp() to be backwards-compatibleLeo Yan2021-04-291-0/+2
| * perf tools: Change fields type in perf_record_time_convLeo Yan2021-04-291-2/+3
| * perf util: Move bpf_perf definitions to a libperf headerSong Liu2021-04-291-0/+31
| * Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-04-261-2/+3
| |\
| * | libperf xyarray: Add bounds checks to xyarray__entry()Rob Herring2021-04-201-1/+8
| * | libperf: Add support for user space counter accessRob Herring2021-04-204-0/+161
| * | libperf tests: Add support for verbose printingRob Herring2021-04-152-2/+36
| * | libperf: Add evsel mmap supportRob Herring2021-04-155-0/+86
* | | selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macroAndrii Nakryiko2021-04-261-4/+12
* | | libbpf: Support BTF_KIND_FLOAT during type compatibility checks in CO-REAndrii Nakryiko2021-04-261-2/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-258-366/+1433
|\ \ \
| * | | libbpf: Support extern resolution for BTF-defined maps in .maps sectionAndrii Nakryiko2021-04-231-0/+132
| * | | libbpf: Add linker extern resolution support for functions and global variablesAndrii Nakryiko2021-04-231-59/+790
| * | | libbpf: Tighten BTF type ID rewriting with error checkingAndrii Nakryiko2021-04-231-0/+7
| * | | libbpf: Extend sanity checking ELF symbols with externs validationAndrii Nakryiko2021-04-231-9/+40
| * | | libbpf: Make few internal helpers available outside of libbpf.cAndrii Nakryiko2021-04-233-18/+16
| * | | libbpf: Factor out symtab and relos sanity checksAndrii Nakryiko2021-04-231-106/+127
| * | | libbpf: Refactor BTF map definition parsingAndrii Nakryiko2021-04-232-111/+178
| * | | libbpf: Allow gaps in BPF program sections to support overriden weak functionsAndrii Nakryiko2021-04-231-36/+22
| * | | libbpf: Mark BPF subprogs with hidden visibility as static for BPF verifierAndrii Nakryiko2021-04-234-6/+58
| * | | libbpf: Suppress compiler warning when using SEC() macro with externsAndrii Nakryiko2021-04-231-2/+9
| * | | libbpf: Introduce a BPF_SNPRINTF helper macroFlorent Revest2021-04-191-0/+18
| * | | libbpf: Initialize the bpf_seq_printf parameters array field by fieldFlorent Revest2021-04-191-11/+29
| * | | libbpf: Remove unused field.Alexei Starovoitov2021-04-151-14/+1
| * | | libbpf: Add bpf_map__inner_map APIAndrii Nakryiko2021-04-083-0/+12
| * | | libbpf: Fix KERNEL_VERSION macroHengqi Chen2021-04-051-1/+1
| * | | libbpf: Remove redundant semi-colonYang Yingliang2021-04-031-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-2/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | libbpf: Fix potential NULL pointer dereferenceCiara Loftus2021-04-081-2/+3
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-092-21/+38
|\| | | |/ |/|
| * libbpf: Only create rx and tx XDP rings when necessaryCiara Loftus2021-04-011-2/+11
| * libbpf: Restore umem state after socket create failureCiara Loftus2021-04-011-18/+23
| * libbpf: Ensure umem pointer is non-NULL before dereferencingCiara Loftus2021-04-011-0/+3
| * libbpf: Fix bail out from 'ringbuf_process_ring()' on errorPedro Tammela2021-03-251-1/+1
* | libbpf: xsk: Use bpf_linkMaciej Fijalkowski2021-03-301-45/+213
* | libbpf: Fix memory leak when emitting final btf_extAndrii Nakryiko2021-03-301-8/+16
* | libbpf: Support extern kernel functionMartin KaFai Lau2021-03-261-12/+162
* | libbpf: Record extern sym relocation firstMartin KaFai Lau2021-03-261-29/+34
* | libbpf: Rename RELO_EXTERN to RELO_EXTERN_VARMartin KaFai Lau2021-03-261-3/+3