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: Install tempfile so the subpage_prot_file test works
Michael Ellerman
2015-08-17
1
-1
/
+2
*
powerpc/tm: Abort syscalls in active transactions
Sam bobroff
2015-06-19
2
-3
/
+4
*
selftests/powerpc: Add gitignore file for the new DSCR tests
Anshuman Khandual
2015-06-07
1
-0
/
+7
*
selftests/powerpc: Add thread based stress test for DSCR sysfs interfaces
Michael Ellerman
2015-06-07
2
-1
/
+82
*
selftests/powerpc: Add test for all DSCR sysfs interfaces
Anshuman Khandual
2015-06-07
2
-1
/
+98
*
selftests/powerpc: Add test for DSCR inheritence across fork & exec
Anshuman Khandual
2015-06-07
2
-1
/
+118
*
selftests/powerpc: Add test for DSCR value inheritence across fork
Anshuman Khandual
2015-06-07
2
-1
/
+97
*
selftests/powerpc: Add test for DSCR SPR numbers
Anshuman Khandual
2015-06-07
2
-1
/
+62
*
selftests/powerpc: Add test for explicitly changing DSCR value
Anshuman Khandual
2015-06-07
2
-1
/
+72
*
selftests/powerpc: Add test for system wide DSCR default
Anshuman Khandual
2015-06-07
4
-1
/
+267
*
selftests/powerpc: Add install support to more powerpc tests
Michael Ellerman
2015-06-02
2
-18
/
+9
*
selftests/powerpc: Fix the pmu install rule
Michael Ellerman
2015-05-01
1
-1
/
+1
*
Revert "powerpc/tm: Abort syscalls in active transactions"
Michael Ellerman
2015-04-30
1
-1
/
+1
*
Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
2015-04-16
21
-91
/
+852
|
\
|
*
selftests/powerpc: Add transactional syscall test
Sam bobroff
2015-04-11
4
-1
/
+153
|
*
selftests/powerpc: Move get_auxv_entry() to harness.c
Sam bobroff
2015-04-11
4
-49
/
+48
|
*
selftests/powerpc: Add a test of the switch_endian() syscall
Michael Ellerman
2015-03-28
6
-1
/
+214
|
*
selftests/powerpc: Rename TARGETS in powerpc selftests makefile
Michael Ellerman
2015-03-18
1
-6
/
+6
|
*
selftests/powerpc: Add test for VPHN
Greg Kurz
2015-03-18
7
-1
/
+430
|
*
selftests/powerpc: Build the copyloops with -maltivec
Michael Ellerman
2015-03-17
1
-0
/
+1
|
*
powerpc: Change vrX register defines to vX to match gcc and glibc
Anton Blanchard
2015-03-16
1
-33
/
+0
*
|
mm, selftests: test return value of munmap for MAP_HUGETLB memory
David Rientjes
2015-04-16
1
-2
/
+6
*
|
selftests: Set CC using CROSS_COMPILE once in lib.mk
Michael Ellerman
2015-03-19
1
-2
/
+1
*
|
selftests: Add install support for the powerpc tests
Michael Ellerman
2015-03-19
8
-82
/
+73
|
/
*
selftests/powerpc: Add memcmp testcase
Anton Blanchard
2015-01-23
6
-1
/
+133
*
selftests/powerpc: Add subpage protection self test.
Paul Mackerras
2015-01-23
3
-3
/
+228
*
selftests/powerpc: Make git ignore all binaries in powerpc test suite
Anshuman Khandual
2015-01-23
6
-0
/
+32
*
selftests/powerpc: Add test of load_unaligned_zero_pad()
Michael Ellerman
2014-09-30
6
-1
/
+167
*
selftests/powerpc: Add test of per-event excludes
Michael Ellerman
2014-07-28
2
-1
/
+115
*
selftests/powerpc: Add a routine for retrieving an AUXV entry
Michael Ellerman
2014-07-28
2
-0
/
+49
*
selftests/powerpc: Add cycles test with MMCR2 handling
Michael Ellerman
2014-07-28
2
-1
/
+93
*
selftests/powerpc: Dump MMCR2 as part of the EBB HW state
Michael Ellerman
2014-07-28
1
-4
/
+6
*
selftests/powerpc: Count more instructions & use decimal
Michael Ellerman
2014-07-28
1
-8
/
+14
*
selftests/powerpc: Count instructions under scheduler pressure
Michael Ellerman
2014-07-28
2
-2
/
+8
*
selftests/powerpc: Add test of L3 bank handling
Michael Ellerman
2014-07-28
2
-1
/
+49
*
selftests/powerpc: Move core_busy_loop() into asm
Michael Ellerman
2014-07-28
4
-253
/
+272
*
selftests/powerpc: Fix parse_proc_maps()
Michael Ellerman
2014-07-28
1
-1
/
+1
*
selftests/powerpc: Don't ignore errors from sub Makefiles
Michael Ellerman
2014-07-28
2
-14
/
+11
*
selftests/powerpc: Use the test harness for the TM DSCR test
Michael Ellerman
2014-06-24
2
-4
/
+12
*
selftests/powerpc: Add tests of PMU EBBs
Michael Ellerman
2014-06-11
34
-4
/
+3913
*
selftests/powerpc: Add support for skipping tests
Michael Ellerman
2014-06-11
3
-1
/
+21
*
selftests/powerpc: Put the test in a separate process group
Michael Ellerman
2014-06-11
1
-2
/
+8
*
selftests/powerpc: Fix instruction loop for ABIv2 (LE)
Michael Ellerman
2014-06-11
1
-38
/
+35
*
powerpc: Correct DSCR during TM context switch
Sam bobroff
2014-06-11
3
-1
/
+106
*
selftests/powerpc: Test the THP bug we fixed in the previous commit
Michael Ellerman
2014-06-06
3
-1
/
+91
*
selftests/powerpc: Update for ABIv2
Anton Blanchard
2014-04-23
1
-1
/
+4
*
selftests/powerpc: Import Anton's memcpy / copy_tofrom_user tests
Michael Ellerman
2014-03-07
10
-1
/
+222
*
selftests: Add test of PMU instruction counting on powerpc
Michael Ellerman
2013-08-14
6
-1
/
+349
*
selftests: Add support files for powerpc tests
Michael Ellerman
2013-08-14
3
-0
/
+186
*
selftests: Add infrastructure for powerpc selftests
Michael Ellerman
2013-08-14
1
-0
/
+39