index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
powerpc
/
include
Age
Commit message (
Expand
)
Author
2023-08-18
selftests/powerpc: add const qualification where possible
Nathan Lynch
2023-06-19
selftests/powerpc/dexcr: Add hashst/hashchk test
Benjamin Gray
2023-06-19
selftests/powerpc: Add more utility macros
Benjamin Gray
2023-04-20
selftests/powerpc: Allow bind_to_cpu() to automatically pick CPU
Benjamin Gray
2023-04-20
selftests/powerpc: Move bind_to_cpu() to utils.h
Benjamin Gray
2023-02-09
selftests/powerpc: Add automatically allocating read_file
Benjamin Gray
2023-02-09
selftests/powerpc: Add {read,write}_{long,ulong}
Benjamin Gray
2023-02-09
selftests/powerpc: Parse long/unsigned long value safely
Benjamin Gray
2023-02-09
selftests/powerpc: Add read/write debugfs file, int
Benjamin Gray
2023-02-09
selftests/powerpc: Add generic read/write file util
Benjamin Gray
2022-11-24
selftests/powerpc: Remove repeated word in comments
Shaomin Deng
2022-07-25
selftests/powerpc/ptrace: Do more of ptrace-gpr in asm
Michael Ellerman
2022-07-25
selftests/powerpc/ptrace: Convert to load/store doubles
Michael Ellerman
2022-07-25
selftests/powerpc/ptrace: Drop unused load_fpr_single_precision()
Michael Ellerman
2022-07-25
selftests/powerpc: Add 32-bit support to asm helpers
Michael Ellerman
2022-07-25
selftests/powerpc: Don't save TOC by default in asm helpers
Michael Ellerman
2022-07-25
selftests/powerpc: Don't save CR by default in asm helpers
Michael Ellerman
2022-07-25
selftests/powerpc: Ensure 16-byte stack pointer alignment
Michael Ellerman
2022-06-29
selftests/powerpc/pmu: Refactor the platform check and add macros to find arr...
Athira Rajeev
2022-06-28
selftests/powerpc: Add support to fetch "platform" and "base platform" from a...
Athira Rajeev
2022-04-27
selftests/powerpc: Add matrix multiply assist (MMA) test
Alistair Popple
2022-03-01
selftests/powerpc/pmu: Add macros to parse event codes
Madhavan Srinivasan
2020-11-19
selftests/powerpc: refactor entry and rfi_flush tests
Daniel Axtens
2020-09-08
selftests/powerpc: Include asm/cputable.h from utils.h
Michael Ellerman
2020-09-08
selftests/powerpc: Move set_dscr() into rfi_flush.c
Michael Ellerman
2020-08-05
selftests/powerpc: Fix pkey syscall redefinitions
Sandipan Das
2020-07-29
selftests/powerpc: Add wrapper for gettid
Sandipan Das
2020-07-29
selftests/powerpc: Add helper to exit on failure
Sandipan Das
2020-07-29
selftests/powerpc: Add pkey helpers for rights
Sandipan Das
2020-07-29
selftests/powerpc: Move pkey helpers to headers
Sandipan Das
2020-06-30
selftests/powerpc: Move Hash MMU check to utilities
Sandipan Das
2020-06-30
selftests/powerpc: Fix pkey access right updates
Sandipan Das
2020-06-22
selftests/powerpc: Add prefixed loads/stores to alignment_handler test
Jordan Niethe
2019-10-30
selftests/powerpc: Add a test of spectre_v2 mitigations
Michael Ellerman
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191
Thomas Gleixner
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-03
selftests/powerpc: Add a signal fuzzer selftest
Breno Leitao
2019-01-15
selftests/powerpc: New TM signal self test
Breno Leitao
2018-11-25
selftests/powerpc: Create a new SKIP_IF macro
Breno Leitao
2018-10-20
selftests/powerpc: Add a test of wild bctr
Michael Ellerman
2018-10-20
selftests/powerpc: Add test to verify rfi flush across a system call
Naveen N. Rao
2018-10-20
selftests/powerpc: Move UCONTEXT_NIA() into utils.h
Naveen N. Rao
2018-08-07
selftests/powerpc: Add a helper for checking if we're on ppc64le
Michael Ellerman
2018-05-28
selftests/powerpc: Add ptrace tests for Protection Key registers
Thiago Jung Bauermann
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-03-20
selftests/powerpc: Refactor the AUXV routines
Michael Ellerman
2017-03-09
selftests/powerpc: Replace stxvx and lxvx with stxvd2x/lxvd2x
Cyril Bur
2016-11-17
selftests/powerpc: Add ptrace tests for GPR/FPR registers
Anshuman Khandual
2016-11-17
selftests/powerpc: Move shared headers into new include dir
Simon Guo