| 2008-01-30 | Harvey Harrison | x86: unify fault_32|64.c with ifdefs | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Harvey Harrison | x86: unify fault_32|64.c by ifdef'd function bodies | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: arch/x86/mm/init_32.c printk fixes | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: arch/x86/mm/init_32.c cleanup | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: arch/x86/mm/init_64.c printk fixes | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: unify ioremap | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Huang, Ying | x86: fixes some bugs about EFI memory map handling | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Huang, Ying | x86: use reboot_type on EFI 32 | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Harvey Harrison | x86: unify page fault oops printing | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Harvey Harrison | x86: introduce show_fault_oops helper to fault_32|64.c | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Harvey Harrison | x86: add is_errata100 helper to fault_32|64.c | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Harvey Harrison | x86: add is_f00f_bug helper to fault_32|64.c | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: make ioremap() UC by default | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: cpa cleanup the 64-bit alias math | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: cpa: fix the self-test | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: rodata config hookup | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: enable CONFIG_DEBUG_PAGEALLOC more widely | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: init memory debugging | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Arjan van de Ven | x86: move misplaced rodata check call | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: fix clflush_page_range logic | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: optimize clflush | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: clflush_page_range needs mfence | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: cpa: rename global_flush_tlb() to cpa_flush_all() | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: cpa: implement clflush optimization | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: cpa use the new set_clr function | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: cpa create set_and_clr function | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: cpa move the flush into set and clear functions | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Arjan van de Ven | x86: add testcases for RODATA and NX protections/attributes | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: ioremap KERN_INFO | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: cpa: clean up change_page_attr_set/clear() | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: cpa: fix loop | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: cpa: fix split thinko | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Arjan van de Ven | x86: make sure initmem is writable | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Arjan van de Ven | x86: fix pageattr-selftest | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: remove flush_agp_mappings() | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: cpa: move flush to cpa | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Arjan van de Ven | x86: make various pageattr.c functions static | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: cpa: set_memory_notpresent() | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: cpa: convert ioremap to new API | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: fix ioremap API | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: fix ioremap RAM check | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: fix the missing BIOS area check in page_is_ram | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: move page_is_ram() function | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Arjan van de Ven | x86: deprecate change_page_attr() for drivers | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Arjan van de Ven | x86: convert CPA users to the new set_page_ API | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Arjan van de Ven | x86: a new API for drivers/etc to control cache and... | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: cpa: move clflush_cache_range() | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: unify ioremap_32 and _64 | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: unify ioremap | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: use remove_vm_are in ioremap_32 error path | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: __iomem annotations | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: switch to change_page_attr_addr in ioremap_32.c | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: make c_p_a unconditional in ioremap | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: introduce max_pfn_mapped | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: cleanup ioremap includes | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: style cleanup of ioremap code | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: fix ioremap pgprot inconsistency | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: fix ioremap pgprot inconsistency | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Arjan van de Ven | x86: turn the check_exec function into function that | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: cpa: make self-test depend on DEBUG_KERNEL | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Huang, Ying | x86: ioremap_nocache fix | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: add PAGE_KERNEL_EXEC_NOCACHE | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Huang, Ying | x86: fix NX bit handling in change_page_attr() | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: change cpa to pfn based | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: keep the BIOS area executable | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: add PG_LEVEL enum | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Thomas Gleixner | x86: clean up lookup_address() declarations | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: clean up arch/x86/mm/pageattr.c | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: re-add clflush_cache_range() | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: unify pageattr_32.c and pageattr_64.c | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: prepare for pageattr.c unification | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: backmerge 64-bit details into 32-bit pageattr.c | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: enable DEBUG_PAGEALLOC on 64-bit | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: add kernel_map_pages() to 64-bit | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: return -EINVAL in __change_page_attr(), instead... | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: clean up differences between 64-bit and 32-bit | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: 64-bit, add the new split_large_page() function | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: 64-bit pageattr.c, prepare for unification | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: change 64-bit pageattr to use set_pte_atomic() | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: change 64-bit __change_page_attr() to struct page | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: simplify __change_page_attr() | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: introduce native_set_pte_atomic() on 64-bit too | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: clean up and simplify 64-bit split_large_page() | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: unify header part of pageattr_64.c | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: simplify pageattr_64.c | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: prepare for the unification of the cpa code | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: prepare for the unification of the cpa code | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: cpa self-test, WARN_ON() | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: do not PSE on CONFIG_DEBUG_PAGEALLOC=y | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: cpa: simplify locking | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: simplify cpa largepage split, #3 | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: cpa self-test fixes | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: further cpa largepage-split cleanups | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: simplify 32-bit cpa largepage splitting | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: simplify the 32-bit cpa code | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Huang, Ying | x86: fix some bugs about EFI runtime code mapping | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Ingo Molnar | x86: fix more non-global TLB flushes | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Andi Kleen | x86: fix early_ioremap() on 64-bit | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Andi Kleen | x86: remove set_kernel_exec() | commit | commitdiff | tree | snapshot | 
| 2008-01-30 | Andi Kleen | x86: introduce canon_pgprot() | commit | commitdiff | tree | snapshot | 
| next |