summaryrefslogtreecommitdiff
path: root/arch/x86/mm/pageattr_64.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-30x86: unify pageattr_32.c and pageattr_64.cIngo Molnar1-284/+0
2008-01-30x86: prepare for pageattr.c unificationIngo Molnar1-8/+0
2008-01-30x86: add kernel_map_pages() to 64-bitIngo Molnar1-0/+30
2008-01-30x86: return -EINVAL in __change_page_attr(), instead of 0Ingo Molnar1-1/+1
2008-01-30x86: clean up differences between 64-bit and 32-bitIngo Molnar1-5/+11
2008-01-30x86: 64-bit, add the new split_large_page() functionIngo Molnar1-24/+71
2008-01-30x86: 64-bit pageattr.c, prepare for unificationIngo Molnar1-4/+8
2008-01-30x86: change 64-bit pageattr to use set_pte_atomic()Ingo Molnar1-2/+2
2008-01-30x86: change 64-bit __change_page_attr() to struct pageIngo Molnar1-4/+4
2008-01-30x86: simplify __change_page_attr()Ingo Molnar1-29/+18
2008-01-30x86: clean up and simplify 64-bit split_large_page()Ingo Molnar1-7/+7
2008-01-30x86: unify header part of pageattr_64.cIngo Molnar1-1/+2
2008-01-30x86: simplify pageattr_64.cIngo Molnar1-113/+55
2008-01-30x86: prepare for the unification of the cpa codeIngo Molnar1-8/+3
2008-01-30x86: c_p_a() make it more robust against use of PAT bitsAndi Kleen1-2/+2
2008-01-30x86: c_p_a() fix: reorder TLB / cache flushes to follow Intel recommendationAndi Kleen1-1/+2
2008-01-30x86: cpa: remove unnecessary masking of addressAndi Kleen1-1/+1
2008-01-30x86: cpa: use wbinvd() macro instead of inline assembly in 64bit c_p_a()Andi Kleen1-1/+1
2008-01-30x86: return the page table level in lookup_address()Ingo Molnar1-2/+5
2008-01-30x86: clean up arch/x86/mm/pageattr_64.cIngo Molnar1-62/+81
2007-10-22Intel IOMMU: clflush_cache_range now takes size paramKeshavamurthy, Anil S1-3/+3
2007-10-19x86: fix global_flush_tlb() bugIngo Molnar1-2/+7
2007-10-17x86: Create clflush() inline, remove hardcoded wbinvdH. Peter Anvin1-1/+1
2007-10-17x86: NX bit handling in change_page_attr()Huang, Ying1-0/+1
2007-10-11x86_64: move mmThomas Gleixner1-0/+249