summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-07-23tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2-3/+30
2022-07-23tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+4
2022-07-23x86/speculation: Disable RRSBA behaviorPawan Gupta1-0/+9
2022-07-23x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra3-4/+10
2022-07-23objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf3-11/+54
2022-07-23objtool: Add entry UNRET validationThadeu Lima de Souza Cascardo5-13/+183
2022-07-23objtool: Update Retpoline validationPeter Zijlstra1-6/+13
2022-07-23x86: Add magic AMD return-thunkThadeu Lima de Souza Cascardo1-3/+18
2022-07-23objtool: Treat .text.__x86.* as noinstrPeter Zijlstra1-1/+2
2022-07-23objtool: skip non-text sections when adding return-thunk sitesThadeu Lima de Souza Cascardo1-1/+3
2022-07-23x86,objtool: Create .return_sitesPeter Zijlstra6-0/+83
2022-07-22wireguard: selftests: always call kernel makefileJason A. Donenfeld1-3/+2
2022-07-22wireguard: selftests: set fake real time in initJason A. Donenfeld8-0/+18
2022-07-12selftests: forwarding: fix error message in learning_testVladimir Oltean1-1/+1
2022-07-12selftests: forwarding: fix learning_test when h1 supports IFF_UNICAST_FLTVladimir Oltean1-0/+2
2022-07-12selftests: forwarding: fix flood_unicast_test when h2 supports IFF_UNICAST_FLTVladimir Oltean1-0/+2
2022-07-12selftests/net: fix section name when using xdp_dummy.oHangbin Liu5-7/+7
2022-07-07selftests net: fix kselftest net fatal errorColeman Dietsch1-1/+1
2022-07-07selftests: mptcp: Initialize variables to quiet gcc 12 warningsMat Martineau3-3/+3
2022-07-07selftests: mptcp: more stable diag testsPaolo Abeni1-8/+40
2022-07-07selftests/net: pass ipv6_args to udpgso_bench's IPv6 TCP testDimitris Michailidis1-1/+1
2022-06-29perf build-id: Fix caching files with a wrong build IDAdrian Hunter1-0/+28
2022-06-29selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.shJie2x Zhou1-1/+1
2022-06-29ipv4: fix bind address validity regression testsRiccardo Paolo Bestetti1-9/+27
2022-06-29perf arm-spe: Don't set data source if it's not a memory operationLeo Yan1-14/+8
2022-06-29perf test topology: Use !strncmp(right platform) to fix guest PPC comparision...Athira Rajeev1-1/+1
2022-06-29perf test: Record only user callchains on the "Check Arm64 callgraphs are com...Michael Petlan1-1/+1
2022-06-29selftests dma: fix compile error for dma_map_benchmarkYu Liao2-1/+2
2022-06-29ipv4: ping: fix bind address validity checkRiccardo Paolo Bestetti1-0/+33
2022-06-25selftests/bpf: Add selftest for calling global functions from freplaceToke Høiland-Jørgensen2-0/+32
2022-06-22x86/ftrace: Remove OBJECT_FILES_NON_STANDARD usageJosh Poimboeuf1-0/+6
2022-06-16KVM: x86/speculation: Disable Fill buffer clear within guestsPawan Gupta1-0/+6
2022-06-16x86/speculation/mmio: Enumerate Processor MMIO Stale Data bugPawan Gupta2-0/+20
2022-06-14objtool: Mark __ubsan_handle_builtin_unreachable() as noreturnPeter Zijlstra1-1/+2
2022-06-14selftests net: fix bpf build errorLina Wang1-2/+2
2022-06-14netfilter: nat: really support inet nat without l3 addressFlorian Westphal1-0/+43
2022-06-14rtla/Makefile: Properly handle dependenciesDaniel Bristot de Oliveira1-0/+35
2022-06-14perf c2c: Fix sorting in percent_rmt_hitm_cmp()Leo Yan1-2/+2
2022-06-14perf record: Support sample-read topdown metric group for hybrid platformsZhengjun Xing3-18/+13
2022-06-14perf parse-events: Move slots event for the hybrid platform tooKan Liang3-2/+35
2022-06-14perf evsel: Fixes topdown events in a weak group for the hybrid platformKan Liang1-2/+21
2022-06-14selftests/bpf: fix stacktrace_build_id with missing kprobe/urandom_readSong Liu1-1/+1
2022-06-09perf evlist: Extend arch_evsel__must_be_in_group to support hybrid systemsZhengjun Xing1-1/+1
2022-06-09kseltest/cgroup: Make test_stress.sh work if run interactivelyWaiman Long1-1/+1
2022-06-09landlock: Fix same-layer rule unionsMickaël Salaün1-0/+107
2022-06-09landlock: Reduce the maximum number of layers to 16Mickaël Salaün1-1/+1
2022-06-09selftests/landlock: Test landlock_create_ruleset(2) argument check orderingMickaël Salaün1-1/+20
2022-06-09landlock: Change landlock_restrict_self(2) check orderingMickaël Salaün1-10/+37
2022-06-09landlock: Change landlock_add_rule(2) argument check orderingMickaël Salaün1-2/+32
2022-06-09selftests/landlock: Add tests for O_PATHMickaël Salaün1-2/+8