summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* bpf: libbpf: retry map creation without the nameStanislav Fomichev2018-11-201-1/+10
* bpftool: make libbfd optionalStanislav Fomichev2018-11-175-6/+35
* selftest/bpf: Use bpf_sk_lookup_{tcp, udp} in test_sock_addrAndrey Ignatov2018-11-172-21/+78
* bpf: libbpf: Fix bpf_program__next() APIMartin KaFai Lau2018-11-171-14/+11Star
* selftests/bpf: Fix uninitialized duration warningJoe Stringer2018-11-171-1/+1
* selftests/bpf: Test narrow loads with off > 0 for bpf_sock_addrAndrey Ignatov2018-11-111-4/+24
* selftests/bpf: Test narrow loads with off > 0 in test_verifierAndrey Ignatov2018-11-111-10/+38
* bpftool: support loading flow dissectorStanislav Fomichev2018-11-113-51/+74
* bpftool: add pinmaps argument to the load/loadallStanislav Fomichev2018-11-113-3/+28
* bpftool: add loadall commandStanislav Fomichev2018-11-115-43/+81
* libbpf: add internal pin_nameStanislav Fomichev2018-11-111-3/+26
* libbpf: bpf_program__pin: add special case for instances.nr == 1Stanislav Fomichev2018-11-111-0/+10
* libbpf: cleanup after partial failure in bpf_object__pinStanislav Fomichev2018-11-112-23/+319
* selftests/bpf: rename flow dissector section to flow_dissectorStanislav Fomichev2018-11-112-2/+2
* bpftool: Improve handling of ENOENT on map dumpsDavid Ahern2018-11-091-4/+14
* selftests/bpf: add a test case for sock_ops perf-event notificationSowmini Varadhan2018-11-094-1/+303
* tools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loading programs, mapsQuentin Monnet2018-11-074-0/+14
* selftests/bpf: enable (uncomment) all tests in test_libbpf.shQuentin Monnet2018-11-072-10/+14
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-044-10/+38
|\
| * Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar2018-11-03106-1505/+1290Star
| |\
| | * objtool: Support GCC 9 cold subfunction naming schemeJosh Poimboeuf2018-11-011-1/+1
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'x86/early-printk', 'x86/microcode' and 'core/objtool' into x8...Ingo Molnar2018-10-294-9/+37
| |\ \ \ \
| | | | * | objtool: Support per-function rodata sectionsAllan Xavier2018-09-084-9/+37
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-04100-538/+3613
|\ \ \ \ \ \
| * | | | | | perf intel-pt/bts: Calculate cpumode for synthesized samplesAdrian Hunter2018-10-312-14/+25
| * | | | | | perf intel-pt: Insert callchain context into synthesized callchainsAdrian Hunter2018-10-313-12/+40
| * | | | | | perf tools: Don't clone maps from parent when synthesizing forksDavid Miller2018-10-315-10/+27
| * | | | | | perf top: Start display thread earlierDavid Miller2018-10-311-5/+5
| * | | | | | tools headers uapi: Update linux/if_link.h header copyArnaldo Carvalho de Melo2018-10-311-0/+1
| * | | | | | tools headers uapi: Update linux/netlink.h header copyArnaldo Carvalho de Melo2018-10-311-0/+1
| * | | | | | tools headers: Sync the various kvm.h header copiesArnaldo Carvalho de Melo2018-10-314-6/+24
| * | | | | | tools include uapi: Update linux/mmap.h copyArnaldo Carvalho de Melo2018-10-311-0/+2
| * | | | | | perf trace beauty: Use the mmap flags table generated from headersArnaldo Carvalho de Melo2018-10-311-37/+11Star
| * | | | | | perf beauty: Wire up the mmap flags table generator to the MakefileArnaldo Carvalho de Melo2018-10-311-0/+11
| * | | | | | perf beauty: Add a generator for MAP_ mmap's flag constantsArnaldo Carvalho de Melo2018-10-311-0/+32
| * | | | | | tools include uapi: Update asound.h copyArnaldo Carvalho de Melo2018-10-311-1/+1
| * | | | | | tools arch uapi: Update asm-generic/unistd.h and arm64 unistd.h copiesArnaldo Carvalho de Melo2018-10-312-0/+3
| * | | | | | tools include uapi: Update linux/fs.h copyArnaldo Carvalho de Melo2018-10-311-2/+2
| * | | | | | perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}David S. Miller2018-10-311-1/+34
| * | | | | | perf cs-etm: Correct CPU mode for samplesLeo Yan2018-10-311-9/+30
| * | | | | | perf unwind: Take pgoff into account when reporting elf to libdwflMilian Wolff2018-10-311-2/+2
| * | | | | | perf top: Do not use overwrite mode by defaultArnaldo Carvalho de Melo2018-10-312-5/+17
| * | | | | | perf top: Allow disabling the overwrite modeArnaldo Carvalho de Melo2018-10-302-0/+7
| * | | | | | perf trace: Beautify mount's first pathname argArnaldo Carvalho de Melo2018-10-301-1/+2
| * | | | | | perf trace: Beautify the umount's 'name' argumentArnaldo Carvalho de Melo2018-10-301-1/+2
| * | | | | | perf trace: Consider syscall aliases tooArnaldo Carvalho de Melo2018-10-301-1/+21
| * | | | | | perf trace beauty: Beautify mount/umount's 'flags' argumentArnaldo Carvalho de Melo2018-10-305-0/+61
| * | | | | | perf trace beauty: Allow syscalls to mask an argument before considering itArnaldo Carvalho de Melo2018-10-301-0/+19
| * | | | | | perf beauty: Introduce strarray__scnprintf_flags()Arnaldo Carvalho de Melo2018-10-302-11/+17
| * | | | | | perf beauty: Switch from GPL v2.0 to LGPL v2.1Arnaldo Carvalho de Melo2018-10-3035-31/+36