aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2008-07-08x86: let setup_arch call init_apic_mappings for 32bitYinghai Lu
2008-07-08x86: early res print out alignment v2Yinghai Lu
2008-07-08x86: move fix mapping page table range earlyYinghai Lu
2008-07-08x86: clean up ARCH_SETUPYinghai Lu
2008-07-08x86: limit E820 map when a user-defined memory map is specifiedBernhard Walle
2008-07-08x86/paravirt, 64-bit: make load_gs_index() a paravirt operationJeremy Fitzhardinge
2008-07-08x86/paravirt, 64-bit: add adjust_exception_frameJeremy Fitzhardinge
2008-07-08x86/paravirt: add sysret/sysexit pvops for returning to 32-bit compatibility ...Jeremy Fitzhardinge
2008-07-08x86/paravirt, 64-bit: don't restore user rsp within sysretJeremy Fitzhardinge
2008-07-08x86/paravirt: split sysret and sysexitJeremy Fitzhardinge
2008-07-08x86: use __KERNEL_DS as SS when returning to a kernel threadJeremy Fitzhardinge
2008-07-08x86: save %fs and %gs before load_TLS() and arch_leave_lazy_cpu_mode()Jeremy Fitzhardinge
2008-07-08x86, 64-bit: __switch_to(): move arch_leave_lazy_cpu_mode() to the right placeJeremy Fitzhardinge
2008-07-08x86, 64-bit: split x86_64_start_kernelJeremy Fitzhardinge
2008-07-08paravirt/x86, 64-bit: move __PAGE_OFFSET to leave a space for hypervisorEduardo Habkost
2008-07-08x86/paravirt: add a pgd_alloc/free hooksJeremy Fitzhardinge
2008-07-08x86: build fixIngo Molnar
2008-07-08x86: remove extra newline from setup.cIngo Molnar
2008-07-08x86: we only have init_pg_tables_end for 32bitYinghai Lu
2008-07-08x86: change some functions in setup.c to staticYinghai Lu
2008-07-08x86: make x86_find_smp_config depends on 64 bit tooYinghai Lu
2008-07-08x86: move parse elfvorehdr back to setup.cYinghai Lu
2008-07-08x86: move reserve_standard_io_resources back to setup.cYinghai Lu
2008-07-08x86: move back crashkernel back to setup.cYinghai Lu
2008-07-08x86: move parse_setup_data back to setup.cYinghai Lu
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 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: change size if e820_update/remove_rangeYinghai Lu
2008-07-08x86: fix e820_update_range size when overlappingYinghai 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, 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: 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