index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
powerpc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/powerpc: Kill child processes on SIGINT
Breno Leitao
2018-08-08
1
-6
/
+12
*
selftests/powerpc/64: Test exception cases in copy_tofrom_user
Michael Ellerman
2018-08-07
6
-21
/
+188
*
selftests/powerpc/64: Test all paths through copy routines
Paul Mackerras
2018-08-07
3
-21
/
+49
*
selftests/powerpc: Add more version checks to alignment_handler test
Michael Ellerman
2018-08-07
1
-8
/
+59
*
selftests/powerpc: Skip earlier in alignment_handler test
Michael Ellerman
2018-08-07
1
-5
/
+35
*
selftests/powerpc: Update strlen() test to test the new assembly function for...
Christophe Leroy
2018-08-07
3
-0
/
+9
*
selftests/powerpc: Add test for strlen()
Christophe Leroy
2018-08-07
3
-1
/
+151
*
selftests/powerpc: Add test for 32 bits memcmp
Christophe Leroy
2018-08-07
2
-3
/
+18
*
selftests/powerpc: Give some tests longer to run
Michael Ellerman
2018-08-07
5
-0
/
+6
*
selftests/powerpc: Only run some tests on ppc64le
Michael Ellerman
2018-08-07
3
-0
/
+3
*
selftests/powerpc: Add a helper for checking if we're on ppc64le
Michael Ellerman
2018-08-07
2
-0
/
+19
*
powerpc: clean inclusions of asm/feature-fixups.h
Christophe Leroy
2018-07-30
2
-0
/
+1
*
powerpc: move ASM_CONST and stringify_in_c() into asm-const.h
Christophe Leroy
2018-07-30
2
-0
/
+1
*
selftests/powerpc: Update memcmp_64 selftest for VMX implementation
Simon Guo
2018-07-24
5
-25
/
+143
*
selftests/powerpc: Fix ptrace-pkey for default execute permission change
Ram Pai
2018-07-24
1
-0
/
+4
*
selftests/powerpc: Fix core-pkey for default execute permission change
Ram Pai
2018-07-24
1
-0
/
+4
*
selftests/powerpc: Consolidate copy/paste test logic
Michael Ellerman
2018-07-20
5
-82
/
+33
*
selftests/powerpc: Remove Power9 paste tests
Michael Ellerman
2018-07-20
4
-90
/
+1
*
selftests/powerpc: Remove Power9 copy_unaligned test
Michael Ellerman
2018-07-20
3
-43
/
+1
*
selftests/powerpc: Fix typos
Breno Leitao
2018-07-02
1
-2
/
+2
*
selftests/powerpc: Fix strncpy usage
Breno Leitao
2018-07-02
1
-2
/
+2
*
selftests/powerpc: Add perf breakpoint test
Michael Neuling
2018-06-03
3
-1
/
+198
*
selftests/powerpc: Add core file test for Protection Key registers
Thiago Jung Bauermann
2018-05-28
2
-3
/
+464
*
selftests/powerpc: Add ptrace tests for Protection Key registers
Thiago Jung Bauermann
2018-05-28
5
-1
/
+509
*
selftests/powerpc: Add ptrace hw breakpoint test
Michael Neuling
2018-05-24
3
-1
/
+344
*
selftests/powerpc: Add missing .gitignores
Michael Neuling
2018-05-24
2
-0
/
+2
*
selftests/powerpc: Remove redundant cp_abort test
Michael Neuling
2018-05-21
4
-117
/
+0
*
selftests/powerpc: fix exec benchmark
Nicholas Piggin
2018-05-14
1
-2
/
+5
*
selftests/powerpc: Fix copyloops build since Power4 assembler change
Michael Ellerman
2018-04-03
1
-2
/
+2
*
Merge branch 'fixes' into next
Michael Ellerman
2018-03-28
3
-1
/
+17
|
\
|
*
selftests/powerpc: Skip the subpage_prot tests if the syscall is unavailable
Michael Ellerman
2018-03-02
1
-0
/
+14
|
*
selftests/powerpc: Fix missing clean of pmu/lib.o
Michael Ellerman
2018-02-28
1
-1
/
+1
|
*
selftests/powerpc: Skip tm-trap if transactional memory is not enabled
Michael Ellerman
2018-02-26
1
-0
/
+2
*
|
selftests/powerpc: Add process creation benchmark
Nicholas Piggin
2018-03-20
4
-1
/
+346
*
|
selftests/powerpc: Skip tm-unavailable if TM is not enabled
Gustavo Romero
2018-03-13
1
-8
/
+16
*
|
selftest/powerpc: Add test for sigreturn in transaction
Laurent Dufour
2018-03-13
2
-1
/
+93
|
/
*
selftests/powerpc: Fix to use ucontext_t instead of struct ucontext
Harish
2018-02-13
1
-1
/
+1
*
powerpc/selftests: Check endianness on trap in TM
Gustavo Romero
2018-01-21
3
-1
/
+332
*
selftests/powerpc: Add alignment handler selftest
Andrew Donnellan
2018-01-21
2
-1
/
+493
*
selftest/powerpc: Add additional option to mmap_bench test
Aneesh Kumar K.V
2018-01-21
1
-3
/
+50
*
selftests/powerpc: Add a test of SEGV error behaviour
Michael Ellerman
2018-01-03
3
-2
/
+81
*
selftests/powerpc: Fix build errors in powerpc ptrace selftests
Simon Guo
2017-12-11
3
-5
/
+4
*
selftests/powerpc: Check for pthread errors in tm-unavailable
Cyril Bur
2017-12-04
1
-9
/
+34
*
Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-11-16
6
-5
/
+398
|
\
|
*
selftests/powerpc: Check FP/VEC on exception in TM
Gustavo Romero
2017-11-09
4
-1
/
+379
|
*
selftests/powerpc: context_switch: Fix pthread errors
Cyril Bur
2017-10-13
1
-3
/
+14
|
*
selftests/powerpc: Use snprintf to construct DSCR sysfs interface paths
Seth Forshee
2017-10-06
1
-1
/
+5
*
|
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-11-07
29
-0
/
+29
|
\
\
|
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
29
-0
/
+29
|
|
/
*
/
locking/atomics, selftests/powerpc: Convert ACCESS_ONCE() to READ_ONCE()/WRIT...
Mark Rutland
2017-10-25
2
-2
/
+2
|
/
[next]