summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: introduce max_pfn_mappedThomas Gleixner2008-01-302-16/+9
* x86: cleanup ioremap includesThomas Gleixner2008-01-302-15/+13
* x86: style cleanup of ioremap codeThomas Gleixner2008-01-302-75/+70
* x86: fix ioremap pgprot inconsistencyThomas Gleixner2008-01-301-2/+2
* x86: fix ioremap pgprot inconsistencyThomas Gleixner2008-01-301-2/+1
* x86: turn the check_exec function into function thatArjan van de Ven2008-01-301-10/+37
* x86: cpa: make self-test depend on DEBUG_KERNELIngo Molnar2008-01-301-0/+1
* x86: ioremap_nocache fixHuang, Ying2008-01-301-0/+7
* x86: fix NX bit handling in change_page_attr()Huang, Ying2008-01-301-1/+6
* x86: change cpa to pfn basedIngo Molnar2008-01-301-5/+8
* x86: keep the BIOS area executableIngo Molnar2008-01-301-7/+22
* x86: add PG_LEVEL enumThomas Gleixner2008-01-302-6/+7
* x86: clean up arch/x86/mm/pageattr.cIngo Molnar2008-01-301-8/+5
* x86: re-add clflush_cache_range()Ingo Molnar2008-01-301-0/+8
* x86: unify pageattr_32.c and pageattr_64.cIngo Molnar2008-01-304-286/+2
* x86: prepare for pageattr.c unificationIngo Molnar2008-01-301-8/+0
* x86: backmerge 64-bit details into 32-bit pageattr.cIngo Molnar2008-01-301-47/+87
* x86: enable DEBUG_PAGEALLOC on 64-bitIngo Molnar2008-01-301-1/+0
* x86: add kernel_map_pages() to 64-bitIngo Molnar2008-01-301-0/+30
* x86: return -EINVAL in __change_page_attr(), instead of 0Ingo Molnar2008-01-301-1/+1
* x86: clean up differences between 64-bit and 32-bitIngo Molnar2008-01-301-5/+11
* x86: 64-bit, add the new split_large_page() functionIngo Molnar2008-01-301-24/+71
* x86: 64-bit pageattr.c, prepare for unificationIngo Molnar2008-01-301-4/+8
* x86: change 64-bit pageattr to use set_pte_atomic()Ingo Molnar2008-01-301-2/+2
* x86: change 64-bit __change_page_attr() to struct pageIngo Molnar2008-01-301-4/+4
* x86: simplify __change_page_attr()Ingo Molnar2008-01-301-29/+18
* x86: clean up and simplify 64-bit split_large_page()Ingo Molnar2008-01-301-7/+7
* x86: unify header part of pageattr_64.cIngo Molnar2008-01-301-1/+2
* x86: simplify pageattr_64.cIngo Molnar2008-01-301-113/+55
* x86: prepare for the unification of the cpa codeIngo Molnar2008-01-301-8/+3
* x86: prepare for the unification of the cpa codeIngo Molnar2008-01-302-5/+5
* x86: cpa self-test, WARN_ON()Ingo Molnar2008-01-301-2/+4
* x86: do not PSE on CONFIG_DEBUG_PAGEALLOC=yIngo Molnar2008-01-302-8/+11
* x86: cpa: simplify lockingIngo Molnar2008-01-301-7/+5
* x86: simplify cpa largepage split, #3Ingo Molnar2008-01-301-14/+5
* x86: cpa self-test fixesIngo Molnar2008-01-302-11/+7
* x86: further cpa largepage-split cleanupsIngo Molnar2008-01-301-40/+49
* x86: simplify 32-bit cpa largepage splittingIngo Molnar2008-01-301-6/+8
* x86: simplify the 32-bit cpa codeIngo Molnar2008-01-301-123/+56
* x86: fix some bugs about EFI runtime code mappingHuang, Ying2008-01-302-25/+36
* x86: fix more non-global TLB flushesIngo Molnar2008-01-301-1/+1
* x86: fix early_ioremap() on 64-bitAndi Kleen2008-01-301-3/+3
* x86: remove set_kernel_exec()Andi Kleen2008-01-302-40/+0
* x86: c_p_a() make it more robust against use of PAT bitsAndi Kleen2008-01-302-4/+4
* x86: c_p_a() fix: reorder TLB / cache flushes to follow Intel recommendationAndi Kleen2008-01-302-7/+8
* x86: fix c_p_a() boot crashAndi Kleen2008-01-301-2/+2
* x86: shrink __PAGE_KERNEL/__PAGE_KERNEL_EXEC on non PAE kernelsAndi Kleen2008-01-301-2/+2
* x86: cpa: remove unnecessary masking of addressAndi Kleen2008-01-301-1/+1
* x86: cpa: use wbinvd() macro instead of inline assembly in 64bit c_p_a()Andi Kleen2008-01-301-1/+1
* x86: early_ioremap_init(), enhance warningsIngo Molnar2008-01-301-1/+16
OpenPOWER on IntegriCloud