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
/
mm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/powerpc: Skip 4PB test on 4K PAGE_SIZE systems
Michael Ellerman
2022-09-04
1
-0
/
+2
*
selftests/powerpc: Add a test for execute-only memory
Nicholas Miehlbradt
2022-08-26
2
-1
/
+233
*
selftests/powerpc: Add a test of 4PB SLB handling
Michael Ellerman
2022-04-29
3
-1
/
+160
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-05-07
1
-1
/
+0
|
\
|
*
selftests: remove duplicate include
Zhang Yunkai
2021-05-07
1
-1
/
+0
*
|
selftests/powerpc: Test for spurious kernel memory faults on radix
Jordan Niethe
2021-04-08
2
-0
/
+50
|
/
*
selftests/powerpc: Fix exit status of pkey tests
Sandipan Das
2021-01-18
2
-2
/
+2
*
selftests/powerpc: Fix uninitialized variable warning
Harish
2020-12-03
1
-1
/
+1
*
Merge branch 'fixes' into next
Michael Ellerman
2020-09-14
3
-1
/
+52
|
\
|
*
selftests/powerpc: Skip PROT_SAO test in guests/LPARS
Michael Ellerman
2020-09-01
1
-2
/
+7
|
*
selftests/powerpc: Update PROT_SAO test to skip ISA 3.1
Shawn Anastasio
2020-08-24
1
-2
/
+3
|
*
Revert "powerpc/64s: Remove PROT_SAO support"
Shawn Anastasio
2020-08-24
3
-1
/
+46
*
|
selftests/powerpc: Give the bad_accesses test longer to run
Michael Ellerman
2020-09-08
1
-0
/
+1
|
/
*
selftests/powerpc: Remove powerpc special cases from stack expansion test
Michael Ellerman
2020-07-29
1
-36
/
+5
*
selftests/powerpc: Update the stack expansion test
Michael Ellerman
2020-07-29
1
-5
/
+5
*
selftests/powerpc: Add test of stack expansion logic
Michael Ellerman
2020-07-29
4
-1
/
+360
*
selftests/powerpc: Add test for pkey siginfo verification
Sandipan Das
2020-07-29
3
-1
/
+338
*
selftests/powerpc: Harden test for execute-disabled pkeys
Sandipan Das
2020-07-29
1
-43
/
+41
*
selftests/powerpc: Add pkey helpers for rights
Sandipan Das
2020-07-29
1
-16
/
+20
*
selftests/powerpc: Move pkey helpers to headers
Sandipan Das
2020-07-29
1
-98
/
+2
*
powerpc/64s: Remove PROT_SAO support
Nicholas Piggin
2020-07-21
3
-46
/
+1
*
selftests/powerpc: Add test for execute-disabled pkeys
Sandipan Das
2020-06-30
3
-1
/
+391
*
selftests/powerpc: Move Hash MMU check to utilities
Sandipan Das
2020-06-30
2
-29
/
+1
*
Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2020-04-05
1
-0
/
+1
|
\
|
*
selftests/powerpc: Add tlbie_test in .gitignore
Christophe Leroy
2020-03-17
1
-0
/
+1
*
|
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-25
1
-0
/
+1
|
/
*
selftests/powerpc: Add a test of bad (out-of-range) accesses
Michael Ellerman
2020-01-06
3
-1
/
+174
*
selftests/powerpc: Fix compile error on tlbie_test due to newer gcc
Desnes A. Nunes do Rosario
2019-10-09
1
-1
/
+1
*
selftests/powerpc: Add test case for tlbie vs mtpidr ordering issue
Aneesh Kumar K.V
2019-09-25
2
-0
/
+736
*
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-07-14
1
-1
/
+1
|
\
|
*
selftests/powerpc: Add missing newline at end of file
Geert Uytterhoeven
2019-07-03
1
-1
/
+1
*
|
Merge tag 'powerpc-5.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-06-24
3
-2
/
+92
|
\
|
|
*
selftests/powerpc: Add test of fork with mapping above 512TB
Michael Ellerman
2019-06-13
3
-2
/
+92
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191
Thomas Gleixner
2019-05-30
1
-1
/
+1
|
/
*
selftests/powerpc: Adjust wild_bctr to build with old binutils
Gustavo Romero
2018-11-15
1
-2
/
+3
*
selftests/powerpc: Fix wild_bctr test to work on ppc64
Michael Ellerman
2018-11-12
1
-1
/
+15
*
selftests/powerpc: Add a test of wild bctr
Michael Ellerman
2018-10-20
3
-2
/
+160
*
selftests/powerpc: Fix Makefiles for headers_install change
Michael Ellerman
2018-09-28
1
-0
/
+1
*
selftests/powerpc: Skip the subpage_prot tests if the syscall is unavailable
Michael Ellerman
2018-03-02
1
-0
/
+14
*
selftests/powerpc: Add a test of SEGV error behaviour
Michael Ellerman
2018-01-03
3
-2
/
+81
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
2
-0
/
+2
*
selftests: enable O and KBUILD_OUTPUT
bamvor.zhangjian@huawei.com
2017-01-05
1
-3
/
+3
*
selftests: remove duplicated all and clean target
bamvor.zhangjian@huawei.com
2017-01-05
1
-8
/
+4
*
selftests/powerpc: Add a test for PROT_SAO
Michael Ellerman
2016-07-14
3
-1
/
+46
*
selftests/powerpc: Fix subpage_prot test to return !0 on failure
Michael Ellerman
2016-05-11
1
-8
/
+10
*
selftests/powerpc: Install tempfile so the subpage_prot_file test works
Michael Ellerman
2015-08-17
1
-1
/
+2
*
mm, selftests: test return value of munmap for MAP_HUGETLB memory
David Rientjes
2015-04-16
1
-2
/
+6
*
selftests: Add install support for the powerpc tests
Michael Ellerman
2015-03-19
1
-10
/
+5
*
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
1
-0
/
+1
[next]