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 |
2008-01-30 |
Andi Kleen | x86: c_p_a() make it more robust against use of PAT... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Andi Kleen | x86: c_p_a() fix: reorder TLB / cache flushes to follow... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Andi Kleen | x86: fix c_p_a() boot crash |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Andi Kleen | x86: don't drop NX bit in pte modifier functions on... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Andi Kleen | x86: add pte_pgprot to 32-bit |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Andi Kleen | x86: shrink __PAGE_KERNEL/__PAGE_KERNEL_EXEC on non... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Andi Kleen | x86: cpa: remove unnecessary masking of address |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Andi Kleen | x86: cpa: use wbinvd() macro instead of inline assembly... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Ingo Molnar | x86: early_ioremap_init(), enhance warnings |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Ingo Molnar | x86: fix EISA ioremap |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Ingo Molnar | x86: fix early_ioremap()/btmap |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Ingo Molnar | x86: add early_ioremap() leak detection |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Huang, Ying | x86: make early_ioremap_debug early_param |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Ingo Molnar | x86: early_ioremap(), debugging |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Ingo Molnar | x86: add debug warnings to early_ioremap() |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Ingo Molnar | x86: increase the number of boot-mappings |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Ingo Molnar | x86: enhance early_ioremap() |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Huang, Ying | x86: early_ioremap_reset fix |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Huang, Ying | x86 32-bit boot: rename bt_ioremap() to early_ioremap() |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Huang, Ying | x86: replace boot_ioremap() with enhanced bt_ioremap... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Huang, Ying | i386 boot: replace boot_ioremap with enhanced bt_iorema... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Siddha, Suresh B | x86: set strong uncacheable where UC is really desired |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Joerg Roedel | x86: use __PAGE_KERNEL_EXEC in ioremap_64.c |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Thomas Gleixner | x86: cleanup boot_ioremap_32.c |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Ingo Molnar | x86: clean up arch/x86/mm/pageattr-test.c |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Andi Kleen | x86: c_p_a(), add simple self test at boot |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Ingo Molnar | x86: return the page table level in lookup_address() |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Andi Kleen | x86: add pte accessors for the global bit |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Andi Kleen | x86: clean up pte_exec |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Harvey Harrison | x86: add dump_pagetable helper to X86_32 |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Andi Kleen | c_p_a(): do a simple self test at boot |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Ingo Molnar | x86: clean up arch/x86/mm/pageattr_64.c |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Ingo Molnar | x86: clean up arch/x86/mm/pageattr_32.c |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Ingo Molnar | x86: change ioremap() to default to uncached |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Yinghai Lu | x86: fix recursion in arch/x86/kernel/cpu/mcheck/mce_am... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Jeremy Fitzhardinge | x86: allocate and initialize unshared pmds |
commit | commitdiff | tree | snapshot |
next |