summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2008-01-30x86: fix ioremap RAM checkThomas Gleixner
2008-01-30x86: fix the missing BIOS area check in page_is_ramThomas Gleixner
2008-01-30x86: move page_is_ram() functionThomas Gleixner
2008-01-30x86: deprecate change_page_attr() for driversArjan van de Ven
2008-01-30x86: convert CPA users to the new set_page_ APIArjan van de Ven
2008-01-30x86: a new API for drivers/etc to control cache and other page attributesArjan van de Ven
2008-01-30x86: cpa: move clflush_cache_range()Ingo Molnar
2008-01-30x86: unify ioremap_32 and _64Thomas Gleixner
2008-01-30x86: unify ioremapThomas Gleixner
2008-01-30x86: use remove_vm_are in ioremap_32 error pathThomas Gleixner
2008-01-30x86: __iomem annotationsThomas Gleixner
2008-01-30x86: switch to change_page_attr_addr in ioremap_32.cThomas Gleixner
2008-01-30x86: make c_p_a unconditional in ioremapThomas Gleixner
2008-01-30x86: introduce max_pfn_mappedThomas Gleixner
2008-01-30x86: cleanup ioremap includesThomas Gleixner
2008-01-30x86: style cleanup of ioremap codeThomas Gleixner
2008-01-30x86: fix ioremap pgprot inconsistencyThomas Gleixner
2008-01-30x86: fix ioremap pgprot inconsistencyThomas Gleixner
2008-01-30x86: turn the check_exec function into function thatArjan van de Ven
2008-01-30x86: cpa: make self-test depend on DEBUG_KERNELIngo Molnar
2008-01-30x86: ioremap_nocache fixHuang, Ying
2008-01-30x86: fix NX bit handling in change_page_attr()Huang, Ying
2008-01-30x86: change cpa to pfn basedIngo Molnar
2008-01-30x86: keep the BIOS area executableIngo Molnar
2008-01-30x86: add PG_LEVEL enumThomas Gleixner
2008-01-30x86: clean up arch/x86/mm/pageattr.cIngo Molnar
2008-01-30x86: re-add clflush_cache_range()Ingo Molnar
2008-01-30x86: unify pageattr_32.c and pageattr_64.cIngo Molnar
2008-01-30x86: prepare for pageattr.c unificationIngo Molnar
2008-01-30x86: backmerge 64-bit details into 32-bit pageattr.cIngo Molnar
2008-01-30x86: enable DEBUG_PAGEALLOC on 64-bitIngo Molnar
2008-01-30x86: add kernel_map_pages() to 64-bitIngo Molnar
2008-01-30x86: return -EINVAL in __change_page_attr(), instead of 0Ingo Molnar
2008-01-30x86: clean up differences between 64-bit and 32-bitIngo Molnar
2008-01-30x86: 64-bit, add the new split_large_page() functionIngo Molnar
2008-01-30x86: 64-bit pageattr.c, prepare for unificationIngo Molnar
2008-01-30x86: change 64-bit pageattr to use set_pte_atomic()Ingo Molnar
2008-01-30x86: change 64-bit __change_page_attr() to struct pageIngo Molnar
2008-01-30x86: simplify __change_page_attr()Ingo Molnar
2008-01-30x86: clean up and simplify 64-bit split_large_page()Ingo Molnar
2008-01-30x86: unify header part of pageattr_64.cIngo Molnar
2008-01-30x86: simplify pageattr_64.cIngo Molnar
2008-01-30x86: prepare for the unification of the cpa codeIngo Molnar
2008-01-30x86: prepare for the unification of the cpa codeIngo Molnar
2008-01-30x86: cpa self-test, WARN_ON()Ingo Molnar
2008-01-30x86: do not PSE on CONFIG_DEBUG_PAGEALLOC=yIngo Molnar
2008-01-30x86: cpa: simplify lockingIngo Molnar
2008-01-30x86: simplify cpa largepage split, #3Ingo Molnar
2008-01-30x86: cpa self-test fixesIngo Molnar
2008-01-30x86: further cpa largepage-split cleanupsIngo Molnar