| Commit message (Expand) | Author | Files | Lines |
2008-07-08 | x86, 64-bit: PSE no longer a hard requirement | Jeremy Fitzhardinge | 1 | -1/+1 |
2008-07-08 | x86, 64-bit: create small vmemmap mappings if PSE not available | Jeremy Fitzhardinge | 1 | -22/+40 |
2008-07-08 | x86, 64-bit: adjust mapping of physical pagetables to work with Xen | Jeremy Fitzhardinge | 2 | -13/+83 |
2008-07-08 | x86, 64-bit: split x86_64_start_kernel | Jeremy Fitzhardinge | 2 | -0/+7 |
2008-07-08 | x86, 64-bit: add FIX_PARAVIRT_BOOTMAP fixmap slot | Jeremy Fitzhardinge | 1 | -0/+3 |
2008-07-08 | paravirt/x86, 64-bit: move __PAGE_OFFSET to leave a space for hypervisor | Eduardo Habkost | 2 | -6/+19 |
2008-07-08 | x86/paravirt: define PARA_INDIRECT for indirect asm calls | Jeremy Fitzhardinge | 1 | -13/+15 |
2008-07-08 | x86/paravirt: add debugging for missing operations | Jeremy Fitzhardinge | 2 | -0/+15 |
2008-07-08 | x86: preallocate and prepopulate separately | Jeremy Fitzhardinge | 1 | -68/+101 |
2008-07-08 | x86/paravirt: add a pgd_alloc/free hooks | Jeremy Fitzhardinge | 5 | -6/+38 |
2008-07-08 | x86: simplify vmalloc_sync_all | Jeremy Fitzhardinge | 1 | -51/+26 |
2008-07-08 | x86, 64-bit: add sync_cmpxchg | Jeremy Fitzhardinge | 1 | -0/+37 |
2008-07-08 | x86, 64-bit: add prototype for x86_64_start_kernel() | Jeremy Fitzhardinge | 1 | -0/+2 |
2008-07-08 | x86: build fix | Ingo Molnar | 1 | -3/+0 |
2008-07-08 | x86: remove extra newline from setup.c | Ingo Molnar | 1 | -1/+0 |
2008-07-08 | x86: we only have init_pg_tables_end for 32bit | Yinghai Lu | 1 | -6/+6 |
2008-07-08 | x86: change some functions in setup.c to static | Yinghai Lu | 3 | -10/+4 |
2008-07-08 | x86: make x86_find_smp_config depends on 64 bit too | Yinghai Lu | 2 | -3/+1 |
2008-07-08 | x86: move parse elfvorehdr back to setup.c | Yinghai Lu | 2 | -19/+16 |
2008-07-08 | x86: move reserve_standard_io_resources back to setup.c | Yinghai Lu | 2 | -32/+33 |
2008-07-08 | x86: move back crashkernel back to setup.c | Yinghai Lu | 2 | -57/+58 |
2008-07-08 | x86: move parse_setup_data back to setup.c | Yinghai Lu | 2 | -25/+25 |
2008-07-08 | x86: move boot_params back to setup.c | Yinghai Lu | 2 | -6/+6 |
2008-07-08 | x86: rename setup_32.c to setup.c | Yinghai Lu | 2 | -4/+5 |
2008-07-08 | x86: space to tab in setup_arch | Yinghai Lu | 1 | -4/+4 |
2008-07-08 | x86: merge 64bit setup_arch into setup_32 | Yinghai Lu | 1 | -8/+91 |
2008-07-08 | x86: add extra includes for 64bit support | Yinghai Lu | 1 | -3/+47 |
2008-07-08 | x86: put global variable for 32bit all together | Yinghai Lu | 1 | -24/+33 |
2008-07-08 | x86: update reserve_initrd to support 64bit | Yinghai Lu | 1 | -54/+55 |
2008-07-08 | x86: we can use full bootmem after have init_memory_mapping | Yinghai Lu | 1 | -9/+0 |
2008-07-08 | x86: rename setup.c to setup_percpu.c | Yinghai Lu | 2 | -1/+1 |
2008-07-08 | x86: fix memory setup bug | Yinghai Lu | 1 | -1/+1 |
2008-07-08 | x86, crashdump, /proc/vmcore: remove CONFIG_EXPERIMENTAL from kdump | Bernhard Walle | 2 | -2/+1 |
2008-07-08 | x86 boot: only pick up additional EFI memmap if add_efi_memmap flag | Paul Jackson | 3 | -2/+21 |
2008-07-08 | mm, generic, x86 boot: more tweaks to hex prints of some pfn addresses | Paul Jackson | 2 | -4/+4 |
2008-07-08 | x86: cleanup e820_setup_gap(), add e820_search_gap(), v2 | Alok Kataria | 2 | -15/+30 |
2008-07-08 | x86: remove end_pfn in 64bit | Yinghai Lu | 14 | -31/+29 |
2008-07-08 | x86: numa 32 using apicid_2_node to get node for logical_apicid | Yinghai Lu | 2 | -1/+5 |
2008-07-08 | x86: change size if e820_update/remove_range | Yinghai Lu | 1 | -0/+6 |
2008-07-08 | x86: add table_top check for alloc_low_page in 64 bit | Yinghai Lu | 1 | -4/+5 |
2008-07-08 | x86: get max_pfn_mapped in init_memory_mapping | Yinghai Lu | 1 | -2/+2 |
2008-07-08 | x86: fix e820_update_range size when overlapping | Yinghai Lu | 1 | -0/+5 |
2008-07-08 | x86: introduce init_memory_mapping for 32bit #3 | Yinghai Lu | 3 | -27/+6 |
2008-07-08 | x86: introduce init_memory_mapping for 32bit #2 | Yinghai Lu | 3 | -19/+7 |
2008-07-08 | x86: introduce init_memory_mapping for 32bit #1 | Yinghai Lu | 3 | -33/+120 |
2008-07-08 | x86: unify mmu_context.h | Jeremy Fitzhardinge | 3 | -46/+32 |
2008-07-08 | x86: unify pgd_index | Jeremy Fitzhardinge | 3 | -23/+20 |
2008-07-08 | x86, 64-bit: use __pgd() on mk_kernel_pgd() | Eduardo Habkost | 1 | -1/+1 |
2008-07-08 | x86, 64-bit: add gate_offset() and gate_segment() macros | Jeremy Fitzhardinge | 1 | -0/+4 |
2008-07-08 | x86, 64-bit: unify early_ioremap | Jeremy Fitzhardinge | 5 | -68/+27 |