summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-07-08x86/paravirt: split sysret and sysexitJeremy Fitzhardinge9-18/+24
2008-07-08x86: use __KERNEL_DS as SS when returning to a kernel threadJeremy Fitzhardinge1-1/+1
2008-07-08x86: save %fs and %gs before load_TLS() and arch_leave_lazy_cpu_mode()Jeremy Fitzhardinge1-6/+11
2008-07-08x86, 64-bit: __switch_to(): move arch_leave_lazy_cpu_mode() to the right placeJeremy Fitzhardinge1-0/+9
2008-07-08x86, 64-bit: split set_pte_vaddr()Eduardo Habkost1-11/+20
2008-07-08x86, 64-bit: create small vmemmap mappings if PSE not availableJeremy Fitzhardinge1-22/+40
2008-07-08x86, 64-bit: adjust mapping of physical pagetables to work with XenJeremy Fitzhardinge2-13/+83
2008-07-08x86, 64-bit: split x86_64_start_kernelJeremy Fitzhardinge1-0/+5
2008-07-08paravirt/x86, 64-bit: move __PAGE_OFFSET to leave a space for hypervisorEduardo Habkost1-5/+12
2008-07-08x86/paravirt: add debugging for missing operationsJeremy Fitzhardinge1-0/+7
2008-07-08x86: preallocate and prepopulate separatelyJeremy Fitzhardinge1-68/+101
2008-07-08x86/paravirt: add a pgd_alloc/free hooksJeremy Fitzhardinge3-5/+16
2008-07-08x86: simplify vmalloc_sync_allJeremy Fitzhardinge1-51/+26
2008-07-08x86: build fixIngo Molnar1-3/+0
2008-07-08x86: remove extra newline from setup.cIngo Molnar1-1/+0
2008-07-08x86: we only have init_pg_tables_end for 32bitYinghai Lu1-6/+6
2008-07-08x86: change some functions in setup.c to staticYinghai Lu1-4/+4
2008-07-08x86: make x86_find_smp_config depends on 64 bit tooYinghai Lu2-3/+1
2008-07-08x86: move parse elfvorehdr back to setup.cYinghai Lu2-19/+16
2008-07-08x86: move reserve_standard_io_resources back to setup.cYinghai Lu2-32/+33
2008-07-08x86: move back crashkernel back to setup.cYinghai Lu2-57/+58
2008-07-08x86: move parse_setup_data back to setup.cYinghai Lu2-25/+25
2008-07-08x86: move boot_params back to setup.cYinghai Lu2-6/+6
2008-07-08x86: rename setup_32.c to setup.cYinghai Lu2-4/+5
2008-07-08x86: space to tab in setup_archYinghai Lu1-4/+4
2008-07-08x86: merge 64bit setup_arch into setup_32Yinghai Lu1-8/+91
2008-07-08x86: add extra includes for 64bit supportYinghai Lu1-3/+47
2008-07-08x86: put global variable for 32bit all togetherYinghai Lu1-24/+33
2008-07-08x86: update reserve_initrd to support 64bitYinghai Lu1-54/+55
2008-07-08x86: we can use full bootmem after have init_memory_mappingYinghai Lu1-9/+0
2008-07-08x86: rename setup.c to setup_percpu.cYinghai Lu2-1/+1
2008-07-08x86: fix memory setup bugYinghai Lu1-1/+1
2008-07-08x86, crashdump, /proc/vmcore: remove CONFIG_EXPERIMENTAL from kdumpBernhard Walle1-1/+0
2008-07-08x86 boot: only pick up additional EFI memmap if add_efi_memmap flagPaul Jackson1-2/+14
2008-07-08mm, generic, x86 boot: more tweaks to hex prints of some pfn addressesPaul Jackson1-1/+1
2008-07-08x86: cleanup e820_setup_gap(), add e820_search_gap(), v2Alok Kataria1-15/+28
2008-07-08x86: remove end_pfn in 64bitYinghai Lu13-29/+26
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 Lu2-22/+6
2008-07-08x86: introduce init_memory_mapping for 32bit #2Yinghai Lu2-18/+7
2008-07-08x86: introduce init_memory_mapping for 32bit #1Yinghai Lu2-33/+118
2008-07-08x86, 64-bit: unify early_ioremapJeremy Fitzhardinge2-56/+1
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: nmi_watchdog - introduce nmi_watchdog_active() helperCyrill Gorcunov1-9/+4
2008-07-08x86: nmi_watchdog - use NMI_NONE by defaultCyrill Gorcunov4-27/+3