aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-08x86: move boot_params back to setup.cYinghai Lu
2008-07-08x86: rename setup_32.c to setup.cYinghai Lu
2008-07-08x86: space to tab in setup_archYinghai Lu
2008-07-08x86: merge 64bit setup_arch into setup_32Yinghai Lu
2008-07-08x86: add extra includes for 64bit supportYinghai Lu
2008-07-08x86: put global variable for 32bit all togetherYinghai Lu
2008-07-08x86: update reserve_initrd to support 64bitYinghai Lu
2008-07-08x86: we can use full bootmem after have init_memory_mappingYinghai Lu
2008-07-08x86: rename setup.c to setup_percpu.cYinghai Lu
2008-07-08x86: fix memory setup bugYinghai Lu
2008-07-08x86, crashdump, /proc/vmcore: remove CONFIG_EXPERIMENTAL from kdumpBernhard Walle
2008-07-08x86 boot: only pick up additional EFI memmap if add_efi_memmap flagPaul Jackson
2008-07-08mm, generic, x86 boot: more tweaks to hex prints of some pfn addressesPaul Jackson
2008-07-08x86: cleanup e820_setup_gap(), add e820_search_gap(), v2Alok Kataria
2008-07-08x86: remove end_pfn in 64bitYinghai Lu
2008-07-08x86: numa 32 using apicid_2_node to get node for logical_apicidYinghai Lu
2008-07-08x86: change size if e820_update/remove_rangeYinghai Lu
2008-07-08x86: add table_top check for alloc_low_page in 64 bitYinghai Lu
2008-07-08x86: get max_pfn_mapped in init_memory_mappingYinghai Lu
2008-07-08x86: fix e820_update_range size when overlappingYinghai Lu
2008-07-08x86: introduce init_memory_mapping for 32bit #3Yinghai Lu
2008-07-08x86: introduce init_memory_mapping for 32bit #2Yinghai Lu
2008-07-08x86: introduce init_memory_mapping for 32bit #1Yinghai Lu
2008-07-08x86: unify mmu_context.hJeremy Fitzhardinge
2008-07-08x86: unify pgd_indexJeremy Fitzhardinge
2008-07-08x86, 64-bit: use __pgd() on mk_kernel_pgd()Eduardo Habkost
2008-07-08x86, 64-bit: add gate_offset() and gate_segment() macrosJeremy Fitzhardinge
2008-07-08x86, 64-bit: unify early_ioremapJeremy Fitzhardinge
2008-07-08x86, 64-bit: use p??_populate() to attach pages to pagetableJeremy Fitzhardinge
2008-07-08x86, 64-bit: use write_gdt_entry in vsyscall_set_cpuJeremy Fitzhardinge
2008-07-08x86: remove open-coded save/load segment operationsJeremy Fitzhardinge
2008-07-08x86: add memory barriers to wrmsrJeremy Fitzhardinge
2008-07-08x86: add memory clobber to save/loadsegmentJeremy Fitzhardinge
2008-07-08x86: asm-x86/pgtable.h: fix compiler warningJeremy Fitzhardinge
2008-07-08x86: nmi_watchdog - introduce nmi_watchdog_active() helperCyrill Gorcunov
2008-07-08x86: nmi_watchdog - use NMI_NONE by defaultCyrill Gorcunov
2008-07-08x86: nmi_watchdog - remove useless checkCyrill Gorcunov
2008-07-08x86: nmi_watchdog - use nmi_watchdog variable for printingCyrill Gorcunov
2008-07-08x86: perfctr-watchdog.c - coding style cleanupCyrill Gorcunov
2008-07-08x86 boot: more consistently use type int for node idsPaul Jackson
2008-07-08x86 boot: show pfn addresses in hex not decimal in some kernel info printksPaul Jackson
2008-07-08x86 boot: allow overlapping early reserve memory rangesPaul Jackson
2008-07-08x86 boot: x86_64 efi compiler warning fixPaul Jackson
2008-07-08x86 boot: e820 code indentation fixPaul Jackson
2008-07-08x86: setup_arch 32bit move kvm_guest_init laterYinghai Lu
2008-07-08x86: setup_arch 32bit move command line copying earlyYinghai Lu
2008-07-08x86: setup_arch 32bit move efi check laterYinghai Lu
2008-07-08x86: move some func calling from setup_arch to paging_initYinghai Lu
2008-07-08x86: numa32 pfn print out using hex insteadYinghai Lu
2008-07-08x86: fix compile warning in init_64.cYinghai Lu