aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-12flow_dissector: fix TTL and TOS dissection on IPv4 fragmentsDavide Caratti1-1/+37
2021-02-11selftests/bpf: Convert test_xdp_redirect.sh to bashBjörn Töpel1-7/+3
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-9/+14
2021-02-09selftests/vm: rename file run_vmtests to run_vmtests.shRong Chen1-0/+0
2021-02-07Merge tag 'libnvdimm-fixes-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds4-2/+1245
2021-02-07Merge tag 'dma-mapping-5.11-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+3
2021-02-07Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-9/+13
2021-02-07Merge tag 'x86_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+9
2021-02-06entry: Use different define for selector variable in SUDGabriel Krisman Bertazi2-9/+13
2021-02-05dma-mapping: benchmark: use u8 for reserved field in uAPI structureBarry Song1-1/+3
2021-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski1-1/+1
2021-02-04selftests: txtimestamp: fix compilation issueVadim Fedorenko1-3/+3
2021-02-03selftests/tls: fix selftest with CHACHA20-POLY1305Vadim Fedorenko1-5/+10
2021-02-04selftests: netfilter: fix current yearFabian Frederick1-1/+1
2021-02-03tools/power/turbostat: Fallback to an MSR read for EPBBorislav Petkov1-1/+9
2021-01-28Merge tag 'net-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-3/+46
2021-01-28selftests: forwarding: Specify interface when invoking mausezahnDanielle Ratson2-2/+2
2021-01-28ndtest: Add papr health related flagsSantosh Sivaraj2-0/+72
2021-01-28ndtest: Add nvdimm control functionsSantosh Sivaraj1-0/+51
2021-01-28ndtest: Add regions and mappings to the test busesSantosh Sivaraj2-0/+378
2021-01-28ndtest: Add dimm attributesSantosh Sivaraj1-2/+200
2021-01-28ndtest: Add dimms to the two busesSantosh Sivaraj2-0/+294
2021-01-28ndtest: Add compatability string to treat it as PAPR familySantosh Sivaraj1-0/+23
2021-01-28testing/nvdimm: Add test module for non-nfit platformsSantosh Sivaraj4-2/+229
2021-01-24Merge tag 'objtool_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-11/+17
2021-01-24Merge tag 'powerpc-5.11-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-3/+6
2021-01-23Merge tag 'linux-kselftest-kunit-fixes-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds5-94/+84
2021-01-22Merge tag 'perf-tools-fixes-v5.11-2-2021-01-22' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds3-19/+32
2021-01-22Merge tag 'platform-drivers-x86-v5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds1-0/+32
2021-01-21objtool: Don't fail on missing symbol tableJosh Poimboeuf1-2/+5
2021-01-21objtool: Don't fail the kernel build on fatal errorsJosh Poimboeuf1-9/+5
2021-01-21perf script: Fix overrun issue for dynamically-allocated PMU type numberJin Yao1-1/+17
2021-01-21perf metricgroup: Fix system PMU metricsJohn Garry1-3/+2
2021-01-21perf metricgroup: Fix for metrics containing duration_timeJohn Garry1-2/+9
2021-01-21perf evlist: Fix id index for heterogeneous systemsAdrian Hunter1-13/+4
2021-01-21Merge tag 'gpio-fixes-for-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds2-4/+5
2021-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecJakub Kicinski1-1/+44
2021-01-20Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-104/+102
2021-01-19selftests: net: fib_tests: remove duplicate log testHangbin Liu1-1/+0
2021-01-20selftests/powerpc: Only test lwm/stmw on big endianMichael Ellerman1-1/+4
2021-01-19selftests/powerpc: Fix exit status of pkey testsSandipan Das2-2/+2
2021-01-18tools: gpio: fix %llu warning in gpio-watch.cKent Gibson1-2/+3
2021-01-18tools: gpio: fix %llu warning in gpio-event-mon.cKent Gibson1-2/+2
2021-01-17Merge tag 'perf-tools-fixes-2021-01-17' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds12-208/+224
2021-01-15kunit: tool: move kunitconfig parsing into __init__, make it optionalDaniel Latypov2-28/+17
2021-01-15kunit: tool: fix minor typing issue with None statusDaniel Latypov1-9/+8
2021-01-15kunit: tool: surface and address more typing issuesDaniel Latypov5-52/+54
2021-01-15kunit: tool: Fix spelling of "diagnostic" in kunit_parserDavid Gow1-12/+12
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski5-103/+102
2021-01-15Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-2/+2