summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2019-05-07rseq/selftests: arm: use udf instruction for RSEQ_SIGMathieu Desnoyers-2/+50
2019-05-07rseq/selftests: s390: use trap4 for RSEQ_SIGMartin Schwidefsky-1/+8
2019-05-07rseq/selftests: x86: use ud1 instruction as RSEQ_SIG opcodeMathieu Desnoyers-4/+11
2019-05-07rseq/selftests: s390: use jg instruction for jumps outside of the asmMathieu Desnoyers-2/+2
2019-05-07rseq/selftests: Use __rseq_handled symbol to coexist with glibcMathieu Desnoyers-8/+48
2019-05-07rseq/selftests: Introduce __rseq_cs_ptr_array, rename __rseq_table to __rseq_csMathieu Desnoyers-51/+81
2019-05-07rseq/selftests: Add __rseq_exit_point_array section for debuggersMathieu Desnoyers-0/+372
2019-05-07rseq/selftests: x86: Work-around bogus gcc-8 optimisationMathieu Desnoyers-74/+70
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+2
2019-05-07Merge tag 'ktest-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-8/+37
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-91/+100
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-0/+19
2019-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds-1/+2
2019-05-06Merge tag 'linux-kselftest-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-186/+782
2019-05-06Merge tag 'acpi-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-32/+32
2019-05-06Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-1/+8
2019-05-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-7786/+12083
2019-05-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-475/+292
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-102/+382
2019-05-06libbpf: remove unnecessary cast-to-voidBjörn Töpel-14/+10
2019-05-06Merge branch 'acpica'Rafael J. Wysocki-32/+32
2019-05-05selftests: Add loopback testJiri Pirko-0/+94
2019-05-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-21/+154
2019-05-05libbpf: add libbpf_util.h to header install.William Tu-0/+1
2019-05-05tools/bpf: fix perf build error with uClibc (seen on ARC)Vineet Gupta-0/+2
2019-05-04bpftool: exclude bash-completion/bpftool from .gitignore patternMasahiro Yamada-1/+1
2019-05-04libbpf: proper XSKMAP cleanupBjörn Töpel-55/+60
2019-05-04libbpf: fix invalid munmap callBjörn Töpel-37/+40
2019-05-04selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.cYonghong Song-0/+2
2019-05-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-4/+14
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-11/+84
2019-05-02perf tools: Remove needless asm/unistd.h include fixing build in some placesArnaldo Carvalho de Melo-1/+0
2019-05-02tools arch uapi: Copy missing unistd.h headers for arc, hexagon and riscvArnaldo Carvalho de Melo-0/+133
2019-05-02tools build: Add -ldl to the disassembler-four-args feature testArnaldo Carvalho de Melo-1/+1
2019-05-02perf cs-etm: Always allocate memory for cs_etm_queue::prev_packetLeo Yan-5/+3
2019-05-02perf cs-etm: Don't check cs_etm_queue::prev_packet validityLeo Yan-5/+1
2019-05-02perf report: Report OOM in status line in the GTK UIThomas Richter-3/+5
2019-05-02perf bench numa: Add define for RUSAGE_THREAD if not presentArnaldo Carvalho de Melo-0/+4
2019-05-02tools lib traceevent: Change tag string for errorLeo Yan-1/+1
2019-05-02perf annotate: Fix build on 32 bit for BPF annotationThadeu Lima de Souza Cascardo-4/+4
2019-05-02tools uapi x86: Sync vmx.h with the kernelArnaldo Carvalho de Melo-0/+1
2019-05-02perf bpf: Return value with unlocking in perf_env__find_btf()Bo YU-1/+1
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-2/+59
2019-05-03selftests/powerpc: Add a signal fuzzer selftestBreno Leitao-3/+334
2019-05-03powerpc: prepare string/mem functions for KASANChristophe Leroy-0/+2
2019-05-03powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64Christophe Leroy-2/+2
2019-05-01bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}Wang YanQing-0/+19
2019-05-01selftests: fib_rule_tests: print the result and return 1 if any tests failedHangbin Liu-0/+6
2019-05-01selftests: fib_rule_tests: Fix icmp proto with ipv6David Ahern-2/+2
2019-04-30KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned sizePaolo Bonzini-2/+2