summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-08-287-13/+146
|\
| * Merge branches 'pm-devfreq' and 'pm-tools'Rafael J. Wysocki2023-08-257-13/+146
| |\
| | * Merge tag 'linux-cpupower-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki2023-08-017-13/+146
| | |\
| | | * cpupower: Fix cpuidle_set to accept only numeric values for idle-set operation.Likhitha Korrapati2023-07-181-9/+7
| | | * cpupower: Add turbo-boost support in cpupowerWyes Karny2023-07-183-1/+42
| | | * cpupower: Add support for amd_pstate mode changeWyes Karny2023-07-183-2/+43
| | | * cpupower: Add EPP value change supportWyes Karny2023-07-183-1/+46
| | | * cpupower: Add is_valid_path APIWyes Karny2023-07-182-0/+8
| | | * cpupower: Recognise amd-pstate active mode driverWyes Karny2023-07-181-1/+1
| | | * cpupower: Bump soname versionBen Hutchings2023-07-131-1/+1
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-08-2813-124/+485
|\ \ \ \
| * \ \ \ Merge branch 'for-next/selftests' into for-next/coreWill Deacon2023-08-2513-124/+470
| |\ \ \ \
| | * | | | kselftest/arm64: Fix hwcaps selftest buildMark Brown2023-08-181-1/+2
| | * | | | kselftest/arm64: add jscvt feature to hwcap testZeng Heng2023-08-161-0/+13
| | * | | | kselftest/arm64: add pmull feature to hwcap testZeng Heng2023-08-161-0/+13
| | * | | | kselftest/arm64: add AES feature check to hwcap testZeng Heng2023-08-161-0/+13
| | * | | | kselftest/arm64: add SHA1 and related features to hwcap testZeng Heng2023-08-161-0/+39
| | * | | | kselftest/arm64: build BTI tests in output directoryAndre Przywara2023-08-162-27/+20
| | * | | | kselftest/arm64: fix a memleak in zt_regs_run()Ding Xiang2023-08-161-0/+1
| | * | | | kselftest/arm64: Size sycall-abi buffers for the actual maximum VLMark Brown2023-08-111-15/+23
| | * | | | kselftest/arm64: add lse and lse2 features to hwcap testZeng Heng2023-08-111-0/+30
| | * | | | kselftest/arm64: add test item that support to capturing the SIGBUS signalZeng Heng2023-08-111-10/+23
| | * | | | kselftest/arm64: add DEF_SIGHANDLER_FUNC() and DEF_INST_RAISE_SIG() helpersZeng Heng2023-08-111-43/+75
| | * | | | kselftest/arm64: add crc32 feature to hwcap testZeng Heng2023-08-111-0/+12
| | * | | | kselftest/arm64: add float-point feature to hwcap testZeng Heng2023-08-111-0/+12
| | * | | | kselftest/arm64: Use the tools/include compiler.h rather than our ownMark Brown2023-08-044-27/+3
| | * | | | kselftest/arm64: Use shared OPTIMZER_HIDE_VAR() definitonMark Brown2023-08-041-1/+3
| | * | | | kselftest/arm64: Make the tools/include headers availableMark Brown2023-08-041-0/+2
| | * | | | tools include: Add some common function attributesMark Brown2023-08-041-0/+12
| | * | | | tools compiler.h: Add OPTIMIZER_HIDE_VAR()Mark Brown2023-08-041-0/+6
| | * | | | kselftest/arm64: Exit streaming mode after collecting signal contextMark Brown2023-08-041-1/+24
| | * | | | kselftest/arm64: add RCpc load-acquire to hwcap testZeng Heng2023-08-041-0/+26
| | * | | | kselftest/arm64: Validate that changing one VL type does not affect anotherMark Brown2023-07-271-1/+21
| | * | | | kselftest/arm64: Add a test case for SVE VL changes with SME activeMark Brown2023-07-271-3/+102
| * | | | | selftests/arm64: add HWCAP2_HBC testJoey Gouly2023-08-041-0/+15
| |/ / / /
* | | | | Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-281-1/+1
|\ \ \ \ \
| * | | | | x86/cpu: Fix Gracemont uarchPeter Zijlstra2023-08-091-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'scftorture.2023.08.15a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-08-282-1/+5
|\ \ \ \ \
| * | | | | scftorture: Add CONFIG_PREEMPT_DYNAMIC=n to NOPREEMPT scenarioPaul E. McKenney2023-07-141-0/+2
| * | | | | torture: Scale scftorture memory based on number of CPUsPaul E. McKenney2023-07-141-1/+3
| |/ / / /
* | | | | Merge tag 'rcu.2023.08.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-2859-1686/+227
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'doc.2023.07.14b', 'fixes.2023.08.16a', 'rcu-tasks.2023.07.24a...Paul E. McKenney2023-08-1659-1686/+227
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | | | * | | | torture: Cause mkinitrd.sh to indicate failure on compile errorsPaul E. McKenney2023-07-201-0/+8
| | | | * | | | torture: Make init program dump command-line argumentsPaul E. McKenney2023-07-201-1/+5
| | | | * | | | torture: Switch qemu from -nographic to -display nonePaul E. McKenney2023-07-201-4/+4
| | | | * | | | torture: Add init-program support for loongarchPaul E. McKenney2023-07-201-1/+1
| | | | * | | | torture: Avoid torture-test reboot loopsPaul E. McKenney2023-07-201-4/+5
| | | | * | | | torture: Add srcu_lockdep.sh to torture.shPaul E. McKenney2023-07-201-0/+24
| | | | * | | | torture: Loosen .config checks for KCSAN kernelsPaul E. McKenney2023-07-141-0/+7
| | | | * | | | torture: Make torture.sh summarize config and build errorsPaul E. McKenney2023-07-141-1/+13