aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-07-08x86: build fixIngo Molnar
2008-07-08x86: clean up min_low_pfnYinghai Lu
2008-07-08x86: clean up using max_low_pfn on 32-bitYinghai Lu
2008-07-08x86: move reservetop and vmalloc parsing to pgtable_32.cYinghai Lu
2008-07-08x86: move find_max_low_pfn to init_32.cYinghai Lu
2008-07-08x86: move boot_params declaring to setup.cYinghai Lu
2008-07-08x86: introduce reserve_initrdYinghai Lu
2008-07-08x86: introduce initmem_init for 32 bitYinghai Lu
2008-07-08x86: introduce initmem_init for 64 bitYinghai Lu
2008-07-08x86: move elfcorehdr parsing to setup.cYinghai Lu
2008-07-08x86: move reserve_standard_io_resource to setup.cYinghai Lu
2008-07-08x86: remove two duplicated funcs in setup_32.cYinghai Lu
2008-07-08x86: merge setup64.c into common_64.cYinghai Lu
2008-07-08x86: seperate probe_roms into another fileYinghai Lu
2008-07-08x86: add e820_remove_rangeYinghai Lu
2008-07-08x86: change identify_cpu to staticYinghai Lu
2008-07-08x86: seperate funcs from setup_64 to cpu common_64.cYinghai Lu
2008-07-08x86: remove some acpi ifdefs in setup_32/64Yinghai Lu
2008-07-08x86: clean up init_amd()Yinghai Lu
2008-07-08x86: check command line when CONFIG_X86_MPPARSE is not set, v2Yinghai Lu
2008-07-08xen: set max_pfn_mappedJeremy Fitzhardinge
2008-07-08xen: reserve ISA space in e820 mapJeremy Fitzhardinge
2008-07-08xen: reserve Xen-specific memory in e820 mapJeremy Fitzhardinge
2008-07-08RFC x86: try to remove arch_get_ram_rangeYinghai Lu