sfrench/cifs-2.6.git
2008-01-30 Harvey Harrisonx86: introduce show_fault_oops helper to fault_32|64.c
2008-01-30 Harvey Harrisonx86: add is_errata100 helper to fault_32|64.c
2008-01-30 Harvey Harrisonx86: add is_f00f_bug helper to fault_32|64.c
2008-01-30 Ingo Molnarx86: make ioremap() UC by default
2008-01-30 Thomas Gleixnerx86: cpa cleanup the 64-bit alias math
2008-01-30 Ingo Molnarx86: cpa: fix the self-test
2008-01-30 Ingo Molnarx86: rodata config hookup
2008-01-30 Ingo Molnarx86: enable CONFIG_DEBUG_PAGEALLOC more widely
2008-01-30 Ingo Molnarx86: init memory debugging
2008-01-30 Arjan van de Venx86: move misplaced rodata check call
2008-01-30 Ingo Molnarx86: fix clflush_page_range logic
2008-01-30 Thomas Gleixnerx86: optimize clflush
2008-01-30 Thomas Gleixnerx86: clflush_page_range needs mfence
2008-01-30 Thomas Gleixnerx86: cpa: rename global_flush_tlb() to cpa_flush_all()
2008-01-30 Thomas Gleixnerx86: cpa: implement clflush optimization
2008-01-30 Thomas Gleixnerx86: cpa use the new set_clr function
2008-01-30 Thomas Gleixnerx86: cpa create set_and_clr function
2008-01-30 Thomas Gleixnerx86: cpa move the flush into set and clear functions
2008-01-30 Arjan van de Venx86: add testcases for RODATA and NX protections/attributes
2008-01-30 Ingo Molnarx86: ioremap KERN_INFO
2008-01-30 Thomas Gleixnerx86: cpa: clean up change_page_attr_set/clear()
2008-01-30 Ingo Molnarx86: cpa: fix loop
2008-01-30 Thomas Gleixnerx86: cpa: fix split thinko
2008-01-30 Arjan van de Venx86: make sure initmem is writable
2008-01-30 Arjan van de Venx86: fix pageattr-selftest
2008-01-30 Ingo Molnarx86: remove flush_agp_mappings()
2008-01-30 Thomas Gleixnerx86: cpa: move flush to cpa
2008-01-30 Arjan van de Venx86: make various pageattr.c functions static
2008-01-30 Ingo Molnarx86: cpa: set_memory_notpresent()
2008-01-30 Thomas Gleixnerx86: cpa: convert ioremap to new API
2008-01-30 Thomas Gleixnerx86: fix ioremap API
2008-01-30 Thomas Gleixnerx86: fix ioremap RAM check
2008-01-30 Thomas Gleixnerx86: fix the missing BIOS area check in page_is_ram
2008-01-30 Thomas Gleixnerx86: move page_is_ram() function
2008-01-30 Arjan van de Venx86: deprecate change_page_attr() for drivers
2008-01-30 Arjan van de Venx86: convert CPA users to the new set_page_ API
2008-01-30 Arjan van de Venx86: a new API for drivers/etc to control cache and...
2008-01-30 Ingo Molnarx86: cpa: move clflush_cache_range()
2008-01-30 Thomas Gleixnerx86: unify ioremap_32 and _64
2008-01-30 Thomas Gleixnerx86: unify ioremap
2008-01-30 Thomas Gleixnerx86: use remove_vm_are in ioremap_32 error path
2008-01-30 Thomas Gleixnerx86: __iomem annotations
2008-01-30 Thomas Gleixnerx86: switch to change_page_attr_addr in ioremap_32.c
2008-01-30 Thomas Gleixnerx86: make c_p_a unconditional in ioremap
2008-01-30 Thomas Gleixnerx86: introduce max_pfn_mapped
2008-01-30 Thomas Gleixnerx86: cleanup ioremap includes
2008-01-30 Thomas Gleixnerx86: style cleanup of ioremap code
2008-01-30 Thomas Gleixnerx86: fix ioremap pgprot inconsistency
2008-01-30 Thomas Gleixnerx86: fix ioremap pgprot inconsistency
2008-01-30 Arjan van de Venx86: turn the check_exec function into function that
2008-01-30 Ingo Molnarx86: cpa: make self-test depend on DEBUG_KERNEL
2008-01-30 Huang, Yingx86: ioremap_nocache fix
2008-01-30 Ingo Molnarx86: add PAGE_KERNEL_EXEC_NOCACHE
2008-01-30 Huang, Yingx86: fix NX bit handling in change_page_attr()
2008-01-30 Ingo Molnarx86: change cpa to pfn based
2008-01-30 Ingo Molnarx86: keep the BIOS area executable
2008-01-30 Thomas Gleixnerx86: add PG_LEVEL enum
2008-01-30 Thomas Gleixnerx86: clean up lookup_address() declarations
2008-01-30 Ingo Molnarx86: clean up arch/x86/mm/pageattr.c
2008-01-30 Ingo Molnarx86: re-add clflush_cache_range()
2008-01-30 Ingo Molnarx86: unify pageattr_32.c and pageattr_64.c
2008-01-30 Ingo Molnarx86: prepare for pageattr.c unification
2008-01-30 Ingo Molnarx86: backmerge 64-bit details into 32-bit pageattr.c
2008-01-30 Ingo Molnarx86: enable DEBUG_PAGEALLOC on 64-bit
2008-01-30 Ingo Molnarx86: add kernel_map_pages() to 64-bit
2008-01-30 Ingo Molnarx86: return -EINVAL in __change_page_attr(), instead...
2008-01-30 Ingo Molnarx86: clean up differences between 64-bit and 32-bit
2008-01-30 Ingo Molnarx86: 64-bit, add the new split_large_page() function
2008-01-30 Ingo Molnarx86: 64-bit pageattr.c, prepare for unification
2008-01-30 Ingo Molnarx86: change 64-bit pageattr to use set_pte_atomic()
2008-01-30 Ingo Molnarx86: change 64-bit __change_page_attr() to struct page
2008-01-30 Ingo Molnarx86: simplify __change_page_attr()
2008-01-30 Ingo Molnarx86: introduce native_set_pte_atomic() on 64-bit too
2008-01-30 Ingo Molnarx86: clean up and simplify 64-bit split_large_page()
2008-01-30 Ingo Molnarx86: unify header part of pageattr_64.c
2008-01-30 Ingo Molnarx86: simplify pageattr_64.c
2008-01-30 Ingo Molnarx86: prepare for the unification of the cpa code
2008-01-30 Ingo Molnarx86: prepare for the unification of the cpa code
2008-01-30 Ingo Molnarx86: cpa self-test, WARN_ON()
2008-01-30 Ingo Molnarx86: do not PSE on CONFIG_DEBUG_PAGEALLOC=y
2008-01-30 Ingo Molnarx86: cpa: simplify locking
2008-01-30 Ingo Molnarx86: simplify cpa largepage split, #3
2008-01-30 Ingo Molnarx86: cpa self-test fixes
2008-01-30 Ingo Molnarx86: further cpa largepage-split cleanups
2008-01-30 Ingo Molnarx86: simplify 32-bit cpa largepage splitting
2008-01-30 Ingo Molnarx86: simplify the 32-bit cpa code
2008-01-30 Huang, Yingx86: fix some bugs about EFI runtime code mapping
2008-01-30 Ingo Molnarx86: fix more non-global TLB flushes
2008-01-30 Andi Kleenx86: fix early_ioremap() on 64-bit
2008-01-30 Andi Kleenx86: remove set_kernel_exec()
2008-01-30 Andi Kleenx86: introduce canon_pgprot()
2008-01-30 Andi Kleenx86: c_p_a() make it more robust against use of PAT...
2008-01-30 Andi Kleenx86: c_p_a() fix: reorder TLB / cache flushes to follow...
2008-01-30 Andi Kleenx86: fix c_p_a() boot crash
2008-01-30 Andi Kleenx86: don't drop NX bit in pte modifier functions on...
2008-01-30 Andi Kleenx86: add pte_pgprot to 32-bit
2008-01-30 Andi Kleenx86: shrink __PAGE_KERNEL/__PAGE_KERNEL_EXEC on non...
2008-01-30 Andi Kleenx86: cpa: remove unnecessary masking of address
2008-01-30 Andi Kleenx86: cpa: use wbinvd() macro instead of inline assembly...
2008-01-30 Ingo Molnarx86: early_ioremap_init(), enhance warnings
next