summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-0611-102/+382
|\
| * objtool: Add Direction Flag validationPeter Zijlstra2019-04-034-2/+37
| * objtool: Add UACCESS validationPeter Zijlstra2019-04-039-21/+223
| * objtool: Fix sibling call detectionPeter Zijlstra2019-04-031-31/+55
| * objtool: Rewrite alt->skip_origPeter Zijlstra2019-04-031-6/+10
| * objtool: Add --backtrace supportPeter Zijlstra2019-04-034-6/+25
| * objtool: Rewrite add_ignores()Peter Zijlstra2019-04-032-32/+20
| * objtool: Handle function aliasesPeter Zijlstra2019-04-032-5/+12
| * objtool: Set insn->func for alternativesPeter Zijlstra2019-04-031-0/+1
| * x86/nospec, objtool: Introduce ANNOTATE_IGNORE_ALTERNATIVEPeter Zijlstra2019-04-031-4/+4
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-0512-21/+154
|\ \
| * | perf tools: Remove needless asm/unistd.h include fixing build in some placesArnaldo Carvalho de Melo2019-05-021-1/+0
| * | tools arch uapi: Copy missing unistd.h headers for arc, hexagon and riscvArnaldo Carvalho de Melo2019-05-023-0/+133
| * | tools build: Add -ldl to the disassembler-four-args feature testArnaldo Carvalho de Melo2019-05-021-1/+1
| * | perf cs-etm: Always allocate memory for cs_etm_queue::prev_packetLeo Yan2019-05-021-5/+3
| * | perf cs-etm: Don't check cs_etm_queue::prev_packet validityLeo Yan2019-05-021-5/+1
| * | perf report: Report OOM in status line in the GTK UIThomas Richter2019-05-021-3/+5
| * | perf bench numa: Add define for RUSAGE_THREAD if not presentArnaldo Carvalho de Melo2019-05-021-0/+4
| * | tools lib traceevent: Change tag string for errorLeo Yan2019-05-021-1/+1
| * | perf annotate: Fix build on 32 bit for BPF annotationThadeu Lima de Souza Cascardo2019-05-021-4/+4
| * | tools uapi x86: Sync vmx.h with the kernelArnaldo Carvalho de Melo2019-05-021-0/+1
| * | perf bpf: Return value with unlocking in perf_env__find_btf()Bo YU2019-05-021-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-032-4/+14
|\ \ \
| * | | KVM: selftests: make hyperv_cpuid test pass on AMDVitaly Kuznetsov2019-04-301-1/+8
| * | | KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned sizePaolo Bonzini2019-04-301-3/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-025-2/+59
|\ \ \ \ | |_|/ / |/| | |
| * | | selftests: fib_rule_tests: print the result and return 1 if any tests failedHangbin Liu2019-05-011-0/+6
| * | | selftests: fib_rule_tests: Fix icmp proto with ipv6David Ahern2019-05-011-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-04-264-0/+51
| |\ \ \
| | * | | selftests/bpf: test cases for pkt/null checks in subprogsPaul Chaignon2019-04-252-0/+47
| | * | | libbpf: add binary to gitignoreMatteo Croce2019-04-251-0/+1
| | * | | tools: bpftool: fix infinite loop in map createAlban Crequy2019-04-251-0/+3
* | | | | Merge tag 'seccomp-v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-04-291-9/+25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | selftests/seccomp: Prepare for exclusive seccomp flagsKees Cook2019-04-251-9/+25
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-245-11/+317
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-04-223-10/+311
| |\ \ \ \ \
| | * | | | | netfilter: nat: fix icmp id randomizationFlorian Westphal2019-04-151-9/+27
| | * | | | | selftests: netfilter: check icmp pkttoobig errors are set as relatedFlorian Westphal2019-04-132-1/+284
| * | | | | | selftests/net: correct the return value for run_afpackettestsPo-Hsu Lin2019-04-201-0/+5
| * | | | | | selftests/net: correct the return value for run_netsocktestsPo-Hsu Lin2019-04-191-1/+1
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-04-2011-28/+59
|\ \ \ \ \ \ \
| * | | | | | | perf bpf: Return NULL when RB tree lookup fails in perf_env__find_btf()Jiri Olsa2019-04-171-1/+3
| * | | | | | | perf tools: Fix map reference countingJiri Olsa2019-04-171-3/+1
| * | | | | | | perf evlist: Fix side band thread drainingJiri Olsa2019-04-171-5/+9
| * | | | | | | perf tools: Check maps for bpf programsSong Liu2019-04-172-1/+19
| * | | | | | | perf bpf: Return NULL when RB tree lookup fails in perf_env__find_bpf_prog_in...Jiri Olsa2019-04-171-1/+3
| * | | | | | | tools include uapi: Sync sound/asound.h copyArnaldo Carvalho de Melo2019-04-161-0/+1
| * | | | | | | perf top: Always sample time to satisfy needs of use of ordered queuingJiri Olsa2019-04-161-0/+1
| * | | | | | | perf evsel: Use hweight64() instead of hweight_long(attr.sample_regs_user)Mao Han2019-04-161-6/+6
| * | | | | | | tools lib traceevent: Fix missing equality check for strcmpRikard Falkeborn2019-04-161-1/+1