summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge branch 'perf/urgent'Ingo Molnar2019-12-1747-250/+936
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge remote-tracking branch 'tpmdd/next'Stephen Rothwell2019-12-193-2/+36
|\ \ \ \ \ \ \ \
| * | | | | | | | tpm: selftest: cleanup after unseal with wrong auth/policy testTadeusz Struk2019-12-171-0/+5
| * | | | | | | | tpm: selftest: add test covering async modeTadeusz Struk2019-12-173-2/+31
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge remote-tracking branch 'drm-misc/for-linux-next'Stephen Rothwell2019-12-191-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | dma-buf: heaps: Use _IOCTL_ for userspace IOCTL identifierAndrew F. Davis2019-12-171-1/+1
* | | | | | | | | Merge remote-tracking branch 'drm/drm-next'Stephen Rothwell2019-12-192-0/+402
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-172-0/+402
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | / / / / / / / | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | kselftests: Add dma-heap testJohn Stultz2019-12-112-0/+402
| | * | | | | | | Revert "kselftests: Add dma-heap test"Sean Paul2019-10-302-247/+0
| | * | | | | | | kselftests: Add dma-heap testJohn Stultz2019-10-252-0/+247
* | | | | | | | | Merge remote-tracking branch 'bpf-next/master'Stephen Rothwell2019-12-1952-1265/+4381
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | bpftool: Add gen subcommand manpageAndrii Nakryiko2019-12-172-1/+306
| * | | | | | | | | libbpf: Remove BPF_EMBED_OBJ macro from libbpf.hAndrii Nakryiko2019-12-171-35/+0
| * | | | | | | | | bpftool, selftests/bpf: Embed object file inside skeletonAndrii Nakryiko2019-12-179-119/+154
| * | | | | | | | | libbpf: Reduce log level for custom section namesAndrii Nakryiko2019-12-171-3/+3
| * | | | | | | | | libbpf: Fix libbpf_common.h when installing libbpf through 'make install'Toke Høiland-Jørgensen2019-12-182-0/+3
| * | | | | | | | | selftests/bpf: More succinct Makefile outputAndrii Nakryiko2019-12-181-0/+36
| * | | | | | | | | libbpf: Add zlib as a dependency in pkg-config templateAndrii Nakryiko2019-12-161-1/+1
| * | | | | | | | | libbpf: Print hint about ulimit when getting permission denied errorToke Høiland-Jørgensen2019-12-161-0/+29
| * | | | | | | | | bpftool: Fix compilation warning on shadowed variablePaul Chaignon2019-12-161-1/+1
| * | | | | | | | | libbpf: Fix build by renaming variablesPrashant Bhole2019-12-161-6/+6
| * | | | | | | | | selftests/bpf: Add flexible array relocation testsAndrii Nakryiko2019-12-156-4/+56
| * | | | | | | | | libbpf: Support flexible arrays in CO-REAndrii Nakryiko2019-12-151-5/+29
| * | | | | | | | | selftests/bpf: Add tests for libbpf-provided externsAndrii Nakryiko2019-12-154-1/+283
| * | | | | | | | | bpftool: Generate externs datasec in BPF skeletonAndrii Nakryiko2019-12-152-5/+9
| * | | | | | | | | libbpf: Support libbpf-provided extern variablesAndrii Nakryiko2019-12-157-65/+727
| * | | | | | | | | libbpf: Extract internal map names into constantsAndrii Nakryiko2019-12-151-9/+14
| * | | | | | | | | bpftool: Add `gen skeleton` BASH completionsAndrii Nakryiko2019-12-151-0/+11
| * | | | | | | | | selftests/bpf: Add test validating data section to struct convertion layoutAndrii Nakryiko2019-12-152-0/+88
| * | | | | | | | | selftests/bpf: Convert few more selftest to skeletonsAndrii Nakryiko2019-12-155-249/+149
| * | | | | | | | | selftests/bpf: Add BPF skeletons selftests and convert attach_probe.cAndrii Nakryiko2019-12-154-133/+74
| * | | | | | | | | bpftool: Add skeleton codegen commandAndrii Nakryiko2019-12-153-1/+554
| * | | | | | | | | libbpf: Add BPF object skeleton supportAndrii Nakryiko2019-12-153-0/+205
| * | | | | | | | | libbpf: Reduce log level of supported section names dumpAndrii Nakryiko2019-12-151-1/+1
| * | | | | | | | | libbpf: Postpone BTF ID finding for TRACING programs to load phaseAndrii Nakryiko2019-12-151-19/+18
| * | | | | | | | | libbpf: Refactor global data map initializationAndrii Nakryiko2019-12-151-38/+59
| * | | | | | | | | libbpf: Expose BPF program's function nameAndrii Nakryiko2019-12-154-14/+36
| * | | | | | | | | libbpf: Expose BTF-to-C type declaration emitting APIAndrii Nakryiko2019-12-153-26/+65
| * | | | | | | | | libbpf: Expose btf__align_of() APIAndrii Nakryiko2019-12-154-41/+47
| * | | | | | | | | libbpf: Extract common user-facing helpersAndrii Nakryiko2019-12-154-34/+44
| * | | | | | | | | libbpf: Add BPF_EMBED_OBJ macro for embedding BPF .o filesAndrii Nakryiko2019-12-152-20/+38
| * | | | | | | | | libbpf: Move non-public APIs from libbpf.h to libbpf_internal.hAndrii Nakryiko2019-12-153-17/+18
| * | | | | | | | | libbpf: Add generic bpf_program__attach()Andrii Nakryiko2019-12-154-38/+153
| * | | | | | | | | libbpf: Don't require root for bpf_object__open()Andrii Nakryiko2019-12-151-42/+41
| * | | | | | | | | libbpf: Fix readelf output parsing for FedoraThadeu Lima de Souza Cascardo2019-12-151-0/+2
| * | | | | | | | | bpftool: Match maps by namePaul Chaignon2019-12-154-88/+439
| * | | | | | | | | bpftool: Match programs by namePaul Chaignon2019-12-155-18/+42
| * | | | | | | | | bpftool: Match several programs with same tagPaul Chaignon2019-12-152-120/+268
| * | | | | | | | | selftests/bpf: Test wire_len/gso_segs in BPF_PROG_TEST_RUNStanislav Fomichev2019-12-132-0/+7