aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pageattr-test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-10x86/mm/pat: Move the memtype related files to arch/x86/mm/pat/Ingo Molnar1-278/+0
2018-12-17x86/mm/cpa: Simplify the code after making cpa->vaddr invariantPeter Zijlstra1-5/+2
2018-12-17x86/mm/cpa: Add ARRAY and PAGES_ARRAY selftestsPeter Zijlstra1-4/+24
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-08-25x86/mm/pat: Make mm/pageattr[-test].c explicitly non-modularPaul Gortmaker1-2/+2
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell1-0/+1
2014-06-04x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman1-1/+1
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-04-29x86: rename random32() to prandom_u32()Akinobu Mita1-2/+2
2013-04-29x86: pageattr-test: remove srandom32 callAkinobu Mita1-1/+0
2013-04-12x86/mm/cpa/selftest: Fix false positive in CPA self testAndrea Arcangeli1-1/+1
2011-05-28x86: Convert vmalloc()+memset() to vzalloc()Joe Perches1-2/+1
2008-09-05x86: make sure the CPA test code's use of _PAGE_UNUSED1 is obviousJeremy Fitzhardinge1-3/+3
2008-08-22Merge branch 'x86/urgent' into x86/patIngo Molnar1-2/+1
2008-08-21x86: fix pageattr-testShaohua Li1-2/+5
2008-08-13x86: use WARN() in arch/x86/mm/pageattr.cArjan van de Ven1-2/+1
2008-07-08x86/cpa: use an undefined PTE bit for testing CPAJeremy Fitzhardinge1-8/+13
2008-02-11x86: remove over noisy debug printkThomas Gleixner1-7/+0
2008-02-06x86: delay CPA self-test and repeat itIngo Molnar1-14/+51
2008-02-04x86: cpa selftest, skip non present entriesThomas Gleixner1-1/+2
2008-02-01x86: fixes for lookup_address argsHarvey Harrison1-2/+2
2008-01-30x86: cpa: fix the self-testIngo Molnar1-9/+6
2008-01-30x86: cpa: rename global_flush_tlb() to cpa_flush_all()Thomas Gleixner1-2/+2
2008-01-30x86: cpa move the flush into set and clear functionsThomas Gleixner1-4/+4
2008-01-30x86: fix pageattr-selftestArjan van de Ven1-4/+4
2008-01-30x86: introduce max_pfn_mappedThomas Gleixner1-14/+7
2008-01-30x86: add PG_LEVEL enumThomas Gleixner1-3/+1
2008-01-30x86: prepare for the unification of the cpa codeIngo Molnar1-2/+2
2008-01-30x86: cpa self-test, WARN_ON()Ingo Molnar1-2/+4
2008-01-30x86: cpa self-test fixesIngo Molnar1-8/+0
2008-01-30x86: fix c_p_a() boot crashAndi Kleen1-2/+2
2008-01-30x86: clean up arch/x86/mm/pageattr-test.cIngo Molnar1-52/+61
2008-01-30x86: c_p_a(), add simple self test at bootAndi Kleen1-0/+233