summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* bpf: add test for the verifier equal logic bugJosef Bacik2016-11-301-0/+23
* bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann2016-11-284-6/+49
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-225-34/+53
|\
| * Merge tag 'acpi-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-11-195-34/+53
| |\
| | * tools/power/acpi: Remove direct kernel source include referenceLv Zheng2016-11-165-34/+53
* | | bpf: Add tests for the LRU bpf_htabMartin KaFai Lau2016-11-152-3/+586
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-1510-111/+94Star
|\| |
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-11-142-17/+43
| |\ \ | | |/ | |/|
| | * Merge tag 'perf-hists-hierarchy-fixes-for-mingo-20161111' of git://git.kernel...Ingo Molnar2016-11-122-17/+43
| | |\
| | | * perf hists: Fix column length on --hierarchyNamhyung Kim2016-11-091-6/+6
| | | * perf hists browser: Fix column indentation on --hierarchyNamhyung Kim2016-11-091-6/+13
| | | * perf hists browser: Show folded sign properly on --hierarchyNamhyung Kim2016-11-091-1/+7
| | | * perf hists browser: Fix indentation of folded sign on --hierarchyNamhyung Kim2016-11-091-3/+3
| | | * perf hist browser: Fix hierarchy column countsNamhyung Kim2016-11-091-1/+14
| | | |
| | \ \
| *-. \ \ Merge branches 'pm-tools-fixes' and 'pm-sleep-fixes'Rafael J. Wysocki2016-11-111-5/+2Star
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | cpupower: Correct return type of cpu_power_is_cpu_online() in cpufreq-setLaura Abbott2016-11-011-5/+2Star
| | |/ /
| * | | ringtest: poll for new buffers once before updating event indexPaolo Bonzini2016-10-301-2/+2
| * | | ringtest: commonize implementation of poll_avail/poll_usedPaolo Bonzini2016-10-306-83/+43Star
| * | | ringtest: use link-time optimizationPaolo Bonzini2016-10-302-4/+4
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-3053-43/+3836
|\| |
| * | objtool: Fix rare switch jump table pattern detectionJosh Poimboeuf2016-10-271-1/+1
| * | x86/cpufeature: Add AVX512_4VNNIW and AVX512_4FMAPS featuresPiotr Luc2016-10-191-0/+2
| |/
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-184-5/+6
| |\
| | * Merge tag 'perf-urgent-for-mingo-20161017' of git://git.kernel.org/pub/scm/li...Ingo Molnar2016-10-174-5/+6
| | |\
| | | * perf jit: Fix build issue on UbuntuAnton Blanchard2016-10-171-1/+1
| | | * perf jevents: Handle events including .c and .oWang Nan2016-10-171-2/+2
| | | * perf header: Set nr_numa_nodes only when we parsed all the dataJiri Olsa2016-10-131-1/+1
| | | * perf top: Fix refreshing hierarchy entries on TUINamhyung Kim2016-10-131-1/+2
| * | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-182-33/+44
| |\ \ \ | | |/ / | |/| |
| | * | objtool: Skip all "unreachable instruction" warnings for gcov kernelsJosh Poimboeuf2016-10-161-31/+26Star
| | * | objtool: Improve rare switch jump table pattern detectionJosh Poimboeuf2016-10-161-2/+9
| | * | objtool: Support '-mtune=atom' stack frame setup instructionJosh Poimboeuf2016-10-111-0/+9
| * | | Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/li...Linus Torvalds2016-10-1541-5/+3775
| |\ \ \
| | * | | selftests/futex: Check ANSI terminal color supportSeongJae Park2016-10-112-2/+2
| | * | | tools: move pcmcia crc32hash tool from DocumentationShuah Khan2016-09-233-0/+42
| | * | | tools: move laptops dslm tool from DocumentationShuah Khan2016-09-233-0/+176
| | * | | tools: move accounting tool from DocumentationShuah Khan2016-09-233-0/+560
| | * | | selftests: Move networking/timestamping from DocumentationShuah Khan2016-09-205-0/+1222
| | * | | selftests: move watchdog tests from Documentation/watchdogShuah Khan2016-09-203-0/+114
| | * | | selftests: move ia64 tests from Documentation/ia64Shuah Khan2016-09-203-0/+272
| | * | | selftests: move vDSO tests from Documentation/vDSOShuah Khan2016-09-205-0/+471
| | * | | selftests: move ptp tests from Documentation/ptpShuah Khan2016-09-204-0/+565
| | * | | selftests: move prctl tests from Documentation/prctlShuah Khan2016-09-205-0/+306
| | * | | selftests: move dnotify_test from Documentation/filesystemsShuah Khan2016-09-203-0/+42
| | * | | selftests/timers: Add missing error code assignment before testChristophe JAILLET2016-09-201-2/+2
| | * | | selftests/zram: replace ZRAM_LZ4_COMPRESSFabian Frederick2016-09-201-1/+1
| * | | | Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-145-0/+9
| |\ \ \ \
| | * | | | selftests/powerpc: Fix build break caused by EXPORT_SYMBOL changesMichael Ellerman2016-10-062-0/+2
| | * | | | selftests/powerpc: Add missing binaries to .gitignoresMichael Ellerman2016-10-063-0/+7
* | | | | | reuseport, bpf: add test case for bpf_get_numa_node_idDaniel Borkmann2016-10-223-4/+263