summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2021-02-15selftests: gpio: add CONFIG_GPIO_CDEV to configKent Gibson-0/+1
2021-02-15selftests: gpio: port to GPIO uAPI v2Kent Gibson-10/+76
2021-02-15tools: gpio: remove uAPI v1 code no longer used by selftestsKent Gibson-95/+0
2021-02-15selftests: remove obsolete gpio references from kselftest_deps.shKent Gibson-3/+1
2021-02-15selftests: remove obsolete build restriction for gpioKent Gibson-9/+0
2021-02-15selftests: gpio: remove obsolete gpio-mockup-chardev.cKent Gibson-323/+0
2021-02-15selftests: gpio: rework and simplify test implementationKent Gibson-288/+535
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-9/+14
2021-02-09selftests/vm: rename file run_vmtests to run_vmtests.shRong Chen-0/+0
2021-02-07Merge tag 'libnvdimm-fixes-5.11-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+1245
2021-02-07Merge tag 'dma-mapping-5.11-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-1/+3
2021-02-07Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-9/+13
2021-02-07Merge tag 'x86_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+9
2021-02-06entry: Use different define for selector variable in SUDGabriel Krisman Bertazi-9/+13
2021-02-05dma-mapping: benchmark: use u8 for reserved field in uAPI structureBarry Song-1/+3
2021-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski-1/+1
2021-02-04selftests: txtimestamp: fix compilation issueVadim Fedorenko-3/+3
2021-02-03selftests/tls: fix selftest with CHACHA20-POLY1305Vadim Fedorenko-5/+10
2021-02-04selftests: netfilter: fix current yearFabian Frederick-1/+1
2021-02-03tools/power/turbostat: Fallback to an MSR read for EPBBorislav Petkov-1/+9
2021-01-28Merge tag 'net-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-3/+46
2021-01-28selftests: forwarding: Specify interface when invoking mausezahnDanielle Ratson-2/+2
2021-01-28ndtest: Add papr health related flagsSantosh Sivaraj-0/+72
2021-01-28ndtest: Add nvdimm control functionsSantosh Sivaraj-0/+51
2021-01-28ndtest: Add regions and mappings to the test busesSantosh Sivaraj-0/+378
2021-01-28ndtest: Add dimm attributesSantosh Sivaraj-2/+200
2021-01-28ndtest: Add dimms to the two busesSantosh Sivaraj-0/+294
2021-01-28ndtest: Add compatability string to treat it as PAPR familySantosh Sivaraj-0/+23
2021-01-28testing/nvdimm: Add test module for non-nfit platformsSantosh Sivaraj-2/+229
2021-01-24Merge tag 'objtool_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-11/+17
2021-01-24Merge tag 'powerpc-5.11-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-3/+6
2021-01-23Merge tag 'linux-kselftest-kunit-fixes-5.11-rc5' of git://git.kernel.org/pub/...Linus Torvalds-94/+84
2021-01-22Merge tag 'perf-tools-fixes-v5.11-2-2021-01-22' of git://git.kernel.org/pub/s...Linus Torvalds-19/+32
2021-01-22Merge tag 'platform-drivers-x86-v5.11-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-0/+32
2021-01-21objtool: Don't fail on missing symbol tableJosh Poimboeuf-2/+5
2021-01-21objtool: Don't fail the kernel build on fatal errorsJosh Poimboeuf-9/+5
2021-01-21perf script: Fix overrun issue for dynamically-allocated PMU type numberJin Yao-1/+17
2021-01-21perf metricgroup: Fix system PMU metricsJohn Garry-3/+2
2021-01-21perf metricgroup: Fix for metrics containing duration_timeJohn Garry-2/+9
2021-01-21perf evlist: Fix id index for heterogeneous systemsAdrian Hunter-13/+4
2021-01-21Merge tag 'gpio-fixes-for-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+5
2021-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski-1/+44
2021-01-20Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-104/+102
2021-01-19selftests: net: fib_tests: remove duplicate log testHangbin Liu-1/+0
2021-01-20selftests/powerpc: Only test lwm/stmw on big endianMichael Ellerman-1/+4
2021-01-19selftests/powerpc: Fix exit status of pkey testsSandipan Das-2/+2
2021-01-18tools: gpio: fix %llu warning in gpio-watch.cKent Gibson-2/+3
2021-01-18tools: gpio: fix %llu warning in gpio-event-mon.cKent Gibson-2/+2
2021-01-17Merge tag 'perf-tools-fixes-2021-01-17' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-208/+224
2021-01-15kunit: tool: move kunitconfig parsing into __init__, make it optionalDaniel Latypov-28/+17