summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * | torture: Make kvm.sh return failure upon build failurePaul E. McKenney2021-01-041-1/+7
| | | | | | * | torture: Print run duration at end of kvm.sh executionPaul E. McKenney2021-01-042-0/+39
| | | | | | * | torture: Make kvm.sh arguments accumulatePaul E. McKenney2021-01-041-6/+6
| | | | | | * | torture: Make kvm.sh "Test Summary" date be end of testPaul E. McKenney2021-01-041-1/+3
| | | | | | * | tools/rcutorture: Make identify_qemu_vcpus() independent of local languageFrederic Weisbecker2021-01-041-1/+1
| | | | | | * | torture: Add config2csv.sh script to compare torture scenariosPaul E. McKenney2021-01-041-0/+67
| | | | | | * | torture: Prepare for splitting qemu execution from kvm-test-1-run.shPaul E. McKenney2021-01-041-1/+3
| | | | | | * | torture: Allow kvm.sh --datestamp to specify subdirectoriesPaul E. McKenney2021-01-041-2/+2
| | | | | | * | torture: Make kvm.sh "--dryrun sched" summarize number of buildsPaul E. McKenney2021-01-041-0/+4
| | | | | | * | torture: Make kvm.sh "--dryrun sched" summarize number of batchesPaul E. McKenney2021-01-041-0/+2
| | | | | | * | torture: Make --kcsan specify lockdepPaul E. McKenney2021-01-041-1/+1
| | | |_|_|/ / | | |/| | | |
| | | | | * | rcutorture: Add rcutree.use_softirq=0 to RUDE01 and TASKS01Paul E. McKenney2021-01-122-0/+2
| | | |_|/ / | | |/| | |
| | | | * | tools/rcutorture: Support nocb toggle in TREE01Frederic Weisbecker2021-01-061-1/+3
| | | |/ / | | |/| |
* | | | | Merge tag 'acpi-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-02-2010-10/+10
|\ \ \ \ \
| * \ \ \ \ Merge back ACPICA material for v5.12.Rafael J. Wysocki2021-02-1010-10/+10
| |\ \ \ \ \
| | * | | | | ACPICA: Updated all copyrights to 2021Bob Moore2021-01-2210-10/+10
* | | | | | | Merge tag 'pm-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-02-207-59/+62
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'linux-cpupower-5.12-rc1' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki2021-02-087-59/+62
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | cpupower: Add cpuid cap flag for MSR_AMD_HWCR supportNathan Fontenot2021-01-263-7/+7
| | * | | | | | cpupower: Remove family arg to decode_pstates()Nathan Fontenot2021-01-263-17/+14
| | * | | | | | cpupower: Condense pstate enabled bit checks in decode_pstates()Nathan Fontenot2021-01-261-3/+3
| | * | | | | | cpupower: Update family checks when decoding HW pstatesNathan Fontenot2021-01-263-5/+10
| | * | | | | | cpupower: Remove unused pscur variable.Nathan Fontenot2021-01-261-8/+1
| | * | | | | | cpupower: Add CPUPOWER_CAP_AMD_HW_PSTATE cpuid caps flagNathan Fontenot2021-01-263-8/+14
| | * | | | | | cpupower: Correct macro name for CPB caps flagRobert Richter2021-01-263-3/+3
| | * | | | | | cpupower: Update msr_pstate union struct namingNathan Fontenot2021-01-261-12/+14
| | * | | | | | cpupower: add Makefile dependencies for install targetsIvan Babrou2021-01-052-5/+5
* | | | | | | | Merge tag 'x86_cpu_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-202-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/cpufeatures: Assign dedicated feature word for CPUID_0x8000001F[EAX]Sean Christopherson2021-01-282-2/+4
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge tag 'x86_misc_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-201-20/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | selftests/x86: Use __builtin_ia32_read/writeeflagsAndy Lutomirski2021-01-121-20/+4
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | net: re-solve some conflicts after net -> net-next mergeJakub Kicinski2021-02-161-1/+2
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-162-8/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | flow_dissector: fix TTL and TOS dissection on IPv4 fragmentsDavide Caratti2021-02-121-1/+37
| * | | | | | | | selftests/bpf: Convert test_xdp_redirect.sh to bashBjörn Töpel2021-02-111-7/+3
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-16101-839/+3390
|\ \ \ \ \ \ \ \
| * | | | | | | | selftests/bpf: Add unit tests for pointers in global functionsDmitrii Banshchikov2021-02-1211-0/+449
| * | | | | | | | selftests/bpf: Tests using bpf_check_mtu BPF-helperJesper Dangaard Brouer2021-02-132-0/+414
| * | | | | | | | selftests/bpf: Use bpf_check_mtu in selftest test_cls_redirectJesper Dangaard Brouer2021-02-131-0/+7
| * | | | | | | | bpf: Add BPF-helper for MTU checkingJesper Dangaard Brouer2021-02-131-0/+75
| * | | | | | | | bpf: bpf_fib_lookup return MTU value as output when looked upJesper Dangaard Brouer2021-02-131-2/+9
| * | | | | | | | tools/resolve_btfids: Add /libbpf to .gitignoreStanislav Fomichev2021-02-121-0/+1
| * | | | | | | | selftests/bpf: Add test for bpf_iter_task_vmaSong Liu2021-02-123-10/+174
| * | | | | | | | bpf: selftests: Add non function pointer test to struct_opsMartin KaFai Lau2021-02-121-0/+1
| * | | | | | | | libbpf: Ignore non function pointer member in struct_opsMartin KaFai Lau2021-02-121-11/+11
| * | | | | | | | libbpf: Use AF_LOCAL instead of AF_INET in xsk.cStanislav Fomichev2021-02-121-1/+1
| * | | | | | | | selftests/bpf: Add a selftest for the tracing bpf_get_socket_cookieFlorent Revest2021-02-112-6/+41
| * | | | | | | | selftests/bpf: Use vmlinux.h in socket_cookie_prog.cFlorent Revest2021-02-111-5/+6
| * | | | | | | | selftests/bpf: Integrate the socket_cookie test to test_progsFlorent Revest2021-02-115-213/+72
| * | | | | | | | bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest2021-02-111-0/+8