summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/powerpc/mm/Makefile (follow)
Commit message (Collapse)AuthorAge
* selftests/powerpc: Install tempfile so the subpage_prot_file test worksMichael Ellerman2015-08-17
| | | | | | | We forgot to install the tempfile, so when the selftests are installed and then run the subpage_prot_file test fails. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
* selftests: Add install support for the powerpc testsMichael Ellerman2015-03-19
| | | | | | | | | | | | | | The bulk of the selftests are actually below the powerpc sub directory. This adds support for installing them, when on a powerpc machine, or if ARCH and CROSS_COMPILE are set appropriately. This is a little more complicated because of the sub directory structure under powerpc, but much of the common logic in lib.mk is still used. The net effect of the patch is still a reduction in code. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
* selftests/powerpc: Add subpage protection self test.Paul Mackerras2015-01-23
| | | | | | | | | Signed-off-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> mpe: Fix compile errors and formatting. Add tempfile logic to Makefile. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
* selftests/powerpc: Test the THP bug we fixed in the previous commitMichael Ellerman2014-06-06
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>