2008-01-30 |
Ingo Molnar | x86: cpa: make self-test depend on DEBUG_KERNEL Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Huang, Ying | x86: ioremap_nocache fix Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: add PAGE_KERNEL_EXEC_NOCACHE Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Huang, Ying | x86: fix NX bit handling in change_page_attr() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: change cpa to pfn based Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: keep the BIOS area executable Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Thomas Gleixner | x86: add PG_LEVEL enum Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Thomas Gleixner | x86: clean up lookup_address() declarations Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: clean up arch/x86/mm/pageattr.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: re-add clflush_cache_range() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: unify pageattr_32.c and pageattr_64.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: prepare for pageattr.c unification Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: backmerge 64-bit details into 32-bit pageattr.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: enable DEBUG_PAGEALLOC on 64-bit Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: add kernel_map_pages() to 64-bit Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: return -EINVAL in __change_page_attr(), instead... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: clean up differences between 64-bit and 32-bit Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: 64-bit, add the new split_large_page() function Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: 64-bit pageattr.c, prepare for unification Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: change 64-bit pageattr to use set_pte_atomic() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: change 64-bit __change_page_attr() to struct page Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: simplify __change_page_attr() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: introduce native_set_pte_atomic() on 64-bit too Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: clean up and simplify 64-bit split_large_page() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: unify header part of pageattr_64.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: simplify pageattr_64.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: prepare for the unification of the cpa code Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: prepare for the unification of the cpa code Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: cpa self-test, WARN_ON() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: do not PSE on CONFIG_DEBUG_PAGEALLOC=y Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: cpa: simplify locking Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: simplify cpa largepage split, #3 Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: cpa self-test fixes Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: further cpa largepage-split cleanups Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: simplify 32-bit cpa largepage splitting Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: simplify the 32-bit cpa code Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Huang, Ying | x86: fix some bugs about EFI runtime code mapping Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: fix more non-global TLB flushes Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Andi Kleen | x86: fix early_ioremap() on 64-bit Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Andi Kleen | x86: remove set_kernel_exec() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Andi Kleen | x86: introduce canon_pgprot() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Andi Kleen | x86: c_p_a() make it more robust against use of PAT... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Andi Kleen | x86: c_p_a() fix: reorder TLB / cache flushes to follow... [ mingo@elte.hu: decoupled from clflush and ported... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Andi Kleen | x86: fix c_p_a() boot crash Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Andi Kleen | x86: don't drop NX bit in pte modifier functions on... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Andi Kleen | x86: add pte_pgprot to 32-bit Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Andi Kleen | x86: shrink __PAGE_KERNEL/__PAGE_KERNEL_EXEC on non... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Andi Kleen | x86: cpa: remove unnecessary masking of address Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Andi Kleen | x86: cpa: use wbinvd() macro instead of inline assembly... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: early_ioremap_init(), enhance warnings Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: fix EISA ioremap Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: fix early_ioremap()/btmap Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: add early_ioremap() leak detection Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Huang, Ying | x86: make early_ioremap_debug early_param Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: early_ioremap(), debugging Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: add debug warnings to early_ioremap() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: increase the number of boot-mappings Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: enhance early_ioremap() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Huang, Ying | x86: early_ioremap_reset fix Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Huang, Ying | x86 32-bit boot: rename bt_ioremap() to early_ioremap() [ mingo@elte.hu: fix ] Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Huang, Ying | x86: replace boot_ioremap() with enhanced bt_ioremap... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Huang, Ying | i386 boot: replace boot_ioremap with enhanced bt_ioremap... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Siddha, Suresh B | x86: set strong uncacheable where UC is really desired Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Joerg Roedel | x86: use __PAGE_KERNEL_EXEC in ioremap_64.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Thomas Gleixner | x86: cleanup boot_ioremap_32.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: clean up arch/x86/mm/pageattr-test.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Andi Kleen | x86: c_p_a(), add simple self test at boot Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: return the page table level in lookup_address() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Andi Kleen | x86: add pte accessors for the global bit Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Andi Kleen | x86: clean up pte_exec Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Harvey Harrison | x86: add dump_pagetable helper to X86_32 Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Andi Kleen | c_p_a(): do a simple self test at boot Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: clean up arch/x86/mm/pageattr_64.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: clean up arch/x86/mm/pageattr_32.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ingo Molnar | x86: change ioremap() to default to uncached Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Yinghai Lu | x86: fix recursion in arch/x86/kernel/cpu/mcheck/mce_amd_64.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Jeremy Fitzhardinge | x86: allocate and initialize unshared pmds Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Jeremy Fitzhardinge | x86: preallocate pmds at pgd creation time Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Jeremy Fitzhardinge | xen: deal with pmd being allocated/freed Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Jeremy Fitzhardinge | x86: demacro asm-x86/pgalloc_32.h Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Jeremy Fitzhardinge | x86: add mm parameter to paravirt_alloc_pd Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Jeremy Fitzhardinge | xen: fix mismerge in masking pte flags Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Yinghai Lu | x86: change aper valid checking sequence Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Alistair John Strachan | x86: force enable HPET on (some?) ICH9 boards Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Yinghai Lu | x86: not set boot cpu in cpu_online_map in smp_prepare_boot_... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Yinghai Lu | x86: not set boot cpu in cpu_present_map again Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ian Campbell | x86: unify arch/x86/boot/compressed/misc_??.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ian Campbell | x86: unify variable names in arch/x86/boot/compressed... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ian Campbell | x86: unify headers in arch/x86/boot/compressed/misc_??.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ian Campbell | x86: unify whitespace and comments in arch/x86/boot... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ian Campbell | x86: unify strings in arch/x86/boot/compressed/misc_??.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ian Campbell | x86: unify arch/x86/boot/compressed/vmlinux_??.scr Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ian Campbell | x86: switch to .rodata.compressed in arch/x86/boot... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ian Campbell | x86: unify whitespace in arch/x86/boot/compressed/vmlinux_... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Ian Campbell | x86: unify whitespace and comments in arch/x86/boot... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Sam Ravnborg | x86: fix usage of .section .sched.text in assembler... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Sam Ravnborg | x86: fix section mismatch warning in setup_64.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Sam Ravnborg | x86: fix section mismatch warning in topology.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Sam Ravnborg | x86: fix section mismatch warning in srat_64.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-01-30 |
Sam Ravnborg | x86: fix section mismatch warning in early-quirks.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
next |