summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-08x86, crashdump, /proc/vmcore: remove CONFIG_EXPERIMENTAL from kdumpBernhard Walle2-2/+1
2008-07-08x86 boot: only pick up additional EFI memmap if add_efi_memmap flagPaul Jackson3-2/+21
2008-07-08mm, generic, x86 boot: more tweaks to hex prints of some pfn addressesPaul Jackson2-4/+4
2008-07-08x86: cleanup e820_setup_gap(), add e820_search_gap(), v2Alok Kataria2-15/+30
2008-07-08x86: remove end_pfn in 64bitYinghai Lu14-31/+29
2008-07-08x86: numa 32 using apicid_2_node to get node for logical_apicidYinghai Lu2-1/+5
2008-07-08x86: change size if e820_update/remove_rangeYinghai Lu1-0/+6
2008-07-08x86: add table_top check for alloc_low_page in 64 bitYinghai Lu1-4/+5
2008-07-08x86: get max_pfn_mapped in init_memory_mappingYinghai Lu1-2/+2
2008-07-08x86: fix e820_update_range size when overlappingYinghai Lu1-0/+5
2008-07-08x86: introduce init_memory_mapping for 32bit #3Yinghai Lu3-27/+6
2008-07-08x86: introduce init_memory_mapping for 32bit #2Yinghai Lu3-19/+7
2008-07-08x86: introduce init_memory_mapping for 32bit #1Yinghai Lu3-33/+120
2008-07-08x86: unify mmu_context.hJeremy Fitzhardinge3-46/+32
2008-07-08x86: unify pgd_indexJeremy Fitzhardinge3-23/+20
2008-07-08x86, 64-bit: use __pgd() on mk_kernel_pgd()Eduardo Habkost1-1/+1
2008-07-08x86, 64-bit: add gate_offset() and gate_segment() macrosJeremy Fitzhardinge1-0/+4
2008-07-08x86, 64-bit: unify early_ioremapJeremy Fitzhardinge5-68/+27
2008-07-08x86, 64-bit: use p??_populate() to attach pages to pagetableJeremy Fitzhardinge1-4/+5
2008-07-08x86, 64-bit: use write_gdt_entry in vsyscall_set_cpuJeremy Fitzhardinge1-6/+6
2008-07-08x86: remove open-coded save/load segment operationsJeremy Fitzhardinge2-14/+17
2008-07-08x86: add memory barriers to wrmsrJeremy Fitzhardinge1-2/+3
2008-07-08x86: add memory clobber to save/loadsegmentJeremy Fitzhardinge1-2/+2
2008-07-08x86: asm-x86/pgtable.h: fix compiler warningJeremy Fitzhardinge1-0/+2
2008-07-08x86: nmi_watchdog - introduce nmi_watchdog_active() helperCyrill Gorcunov2-9/+17
2008-07-08x86: nmi_watchdog - use NMI_NONE by defaultCyrill Gorcunov5-30/+3
2008-07-08x86: nmi_watchdog - remove useless checkCyrill Gorcunov1-2/+2
2008-07-08x86: nmi_watchdog - use nmi_watchdog variable for printingCyrill Gorcunov2-2/+2
2008-07-08x86: perfctr-watchdog.c - coding style cleanupCyrill Gorcunov1-90/+112
2008-07-08x86 boot: more consistently use type int for node idsPaul Jackson1-2/+2
2008-07-08x86 boot: show pfn addresses in hex not decimal in some kernel info printksPaul Jackson2-4/+4
2008-07-08x86 boot: allow overlapping early reserve memory rangesPaul Jackson3-10/+133
2008-07-08x86 boot: x86_64 efi compiler warning fixPaul Jackson1-5/+9
2008-07-08x86 boot: e820 code indentation fixPaul Jackson1-4/+4
2008-07-08x86: setup_arch 32bit move kvm_guest_init laterYinghai Lu1-2/+7
2008-07-08x86: setup_arch 32bit move command line copying earlyYinghai Lu1-3/+3
2008-07-08x86: setup_arch 32bit move efi check laterYinghai Lu1-9/+8
2008-07-08x86: move some func calling from setup_arch to paging_initYinghai Lu3-32/+32
2008-07-08x86: numa32 pfn print out using hex insteadYinghai Lu2-26/+34
2008-07-08x86: fix compile warning in init_64.cYinghai Lu1-2/+2
2008-07-08x86: build fixIngo Molnar1-0/+2
2008-07-08x86: clean up min_low_pfnYinghai Lu2-7/+7
2008-07-08x86: clean up using max_low_pfn on 32-bitYinghai Lu5-40/+28
2008-07-08x86: move reservetop and vmalloc parsing to pgtable_32.cYinghai Lu2-34/+34
2008-07-08x86: move find_max_low_pfn to init_32.cYinghai Lu2-78/+88
2008-07-08x86: move boot_params declaring to setup.cYinghai Lu3-12/+6
2008-07-08x86: introduce reserve_initrdYinghai Lu3-10/+14
2008-07-08x86: introduce initmem_init for 32 bitYinghai Lu4-94/+99
2008-07-08x86: introduce initmem_init for 64 bitYinghai Lu4-2/+18
2008-07-08x86: move elfcorehdr parsing to setup.cYinghai Lu2-16/+19