summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: bpf: notification about privilege required to run test_kmod.sh tes...Jeffrin Jose T2018-08-241-0/+9
* selftests: sync: add config fragment for testing sync frameworkFathi Boudra2018-08-241-0/+4
* selftests: vm: return Kselftest Skip code for skipped testsShuah Khan (Samsung OSG)2018-08-244-8/+17
* selftests: zram: return Kselftest Skip code for skipped testsShuah Khan (Samsung OSG)2018-08-242-2/+8
* selftests: user: return Kselftest Skip code for skipped testsShuah Khan (Samsung OSG)2018-08-241-0/+7
* selftests: sysctl: return Kselftest Skip code for skipped testsShuah Khan (Samsung OSG)2018-08-241-7/+13
* selftests: static_keys: return Kselftest Skip code for skipped testsShuah Khan (Samsung OSG)2018-08-241-0/+13
* selftests: pstore: return Kselftest Skip code for skipped testsShuah Khan (Samsung OSG)2018-08-241-1/+4
* perf tools: Fix error index for pmu event parserJiri Olsa2018-08-241-0/+5
* tools headers: Synchronise x86 cpufeatures.h for L1TF additionsDavid Woodhouse2018-08-151-0/+3
* selftests: intel_pstate: return Kselftest Skip code for skipped testsShuah Khan (Samsung OSG)2018-08-031-1/+4
* selftests: memfd: return Kselftest Skip code for skipped testsShuah Khan (Samsung OSG)2018-08-031-5/+9
* selftests/intel_pstate: Improve test, minor fixesDaniel Díaz2018-08-031-14/+10
* usbip: dynamically allocate idev by nports found in sysfsMichael Grzeschik2018-08-032-15/+20
* usbip: usbip_detach: Fix memory, udev context and udev leakShuah Khan (Samsung OSG)2018-08-031-3/+6
* perf tools: Fix pmu events parsing ruleJiri Olsa2018-08-031-1/+13
* tools build: fix # escaping in .cmd files for future MakePaul Menzel2018-07-171-2/+2
* Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes2018-07-113-3/+6
* perf bpf: Fix NULL return handling in bpf__prepare_load()YueHaibing2018-07-081-3/+3
* perf test: "Session topology" dumps core on s390Thomas Richter2018-07-081-6/+24
* perf vendor events: Add Goldmont Plus V1 event fileKan Liang2018-07-037-0/+2414
* perf intel-pt: Fix packet decoding of CYC packetsAdrian Hunter2018-07-031-1/+1
* perf intel-pt: Fix "Unexpected indirect branch" errorAdrian Hunter2018-07-033-2/+28
* perf intel-pt: Fix MTC timing after overflowAdrian Hunter2018-07-031-1/+0
* perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIPAdrian Hunter2018-07-031-1/+4
* perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACINGAdrian Hunter2018-07-031-0/+1
* perf tools: Fix symbol and object code resolution for vdso32 and vdsox32Adrian Hunter2018-07-031-0/+2
* ftrace/selftest: Have the reset_trigger code be a bit more carefulSteven Rostedt (VMware)2018-07-031-3/+18
* x86/pkeys/selftests: Add a test for pkey 0Dave Hansen2018-06-211-0/+30
* x86/pkeys/selftests: Save off 'prot' for allocationsDave Hansen2018-06-211-5/+9
* x86/pkeys/selftests: Fix pointer mathDave Hansen2018-06-211-7/+7
* x86/pkeys/selftests: Fix pkey exhaustion test off-by-oneDave Hansen2018-06-211-5/+8
* x86/pkeys/selftests: Add PROT_EXEC testDave Hansen2018-06-211-0/+44
* x86/pkeys/selftests: Factor out "instruction page"Dave Hansen2018-06-211-4/+17
* x86/pkeys/selftests: Allow faults on unknown keysDave Hansen2018-06-211-1/+9
* x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signalDave Hansen2018-06-211-16/+0
* x86/pkeys/selftests: Stop using assert()Dave Hansen2018-06-211-4/+8
* x86/pkeys/selftests: Give better unexpected fault error messagesDave Hansen2018-06-211-6/+7
* x86/selftests: Add mov_to_ss testAndy Lutomirski2018-06-212-1/+286
* x86/mpx/selftests: Adjust the self-test to fresh distros that export the MPX ABIIngo Molnar2018-06-211-2/+5
* x86/pkeys/selftests: Adjust the self-test to fresh distros that export the pk...Ingo Molnar2018-06-211-26/+41
* objtool, kprobes/x86: Sync the latest <asm/insn.h> header with tools/objtool/...Ingo Molnar2018-06-211-0/+18
* bpf: fix uninitialized variable in bpf toolsJohn Fastabend2018-06-211-2/+5
* selftests: ftrace: Add a testcase for multiple actions on triggerMasami Hiramatsu2018-06-211-0/+44
* perf report: Fix switching to another perf.data fileArnaldo Carvalho de Melo2018-06-211-5/+3
* objtool: Fix "noreturn" detection for recursive sibling callsJosh Poimboeuf2018-06-051-3/+7
* objtool: Detect RIP-relative switch table references, part 2Josh Poimboeuf2018-06-051-25/+12
* objtool: Detect RIP-relative switch table referencesJosh Poimboeuf2018-06-051-15/+18
* objtool: Support GCC 8 switch tablesJosh Poimboeuf2018-06-051-2/+22
* objtool: Support GCC 8's cold subfunctionsJosh Poimboeuf2018-06-053-44/+93