Commit Graph

23529 Commits (c535b6a1a685eb23f96e2c221777d6c1e05080d5)

Author SHA1 Message Date
Yinghai Lu 28bb223795 x86: move reserve_setup_data to setup.c 17 years ago
Jeremy Fitzhardinge 102d0a4b56 x86, paravirt, 64-bit: fix compile errors with IA32_EMULATION off 17 years ago
Jeremy Fitzhardinge 1a98fd14f4 x86: setup_arch() && early_ioremap_init() 17 years ago
Yinghai Lu 914bebfad4 x86: use disable_apic in 32bit 17 years ago
Yinghai Lu a04ad82d0b x86: fix init_memory_mapping over boundary, v4 17 years ago
Yinghai Lu b4df32f4ae x86: fix warning in e820_reserve_resources with 32bit 17 years ago
Yinghai Lu 7482b0e962 x86: fix init_memory_mapping over boundary v3 17 years ago
Yinghai Lu f3294a33e7 x86: let setup_arch call init_apic_mappings for 32bit 17 years ago
Yinghai Lu ab67715c72 x86: early res print out alignment v2 17 years ago
Jeremy Fitzhardinge 22b45144f6 x86/paravirt: groundwork for 64-bit Xen support, fix #2 17 years ago
Jeremy Fitzhardinge 457da70ec0 x86/paravirt: groundwork for 64-bit Xen support, fix 17 years ago
Yinghai Lu e7b3789524 x86: move fix mapping page table range early 17 years ago
Yinghai Lu 042623bbab x86: clean up ARCH_SETUP 17 years ago
Bernhard Walle 611dfd7819 x86: limit E820 map when a user-defined memory map is specified 17 years ago
Jeremy Fitzhardinge 8207c2570a x86: fix pte allocation in "x86: introduce init_memory_mapping for 32bit" 17 years ago
Jeremy Fitzhardinge 9f9d489a3e x86/paravirt, 64-bit: make load_gs_index() a paravirt operation 17 years ago
Jeremy Fitzhardinge fab58420ac x86/paravirt, 64-bit: add adjust_exception_frame 17 years ago
Jeremy Fitzhardinge 6680415481 x86, 64-bit: ia32entry: replace privileged instructions with pvops 17 years ago
Jeremy Fitzhardinge 2be29982a0 x86/paravirt: add sysret/sysexit pvops for returning to 32-bit compatibility userspace 17 years ago
Jeremy Fitzhardinge c7245da6ae x86/paravirt, 64-bit: don't restore user rsp within sysret 17 years ago
Jeremy Fitzhardinge d75cd22fdd x86/paravirt: split sysret and sysexit 17 years ago
Jeremy Fitzhardinge e04e0a630d x86: use __KERNEL_DS as SS when returning to a kernel thread 17 years ago
Jeremy Fitzhardinge 478de5a9d6 x86: save %fs and %gs before load_TLS() and arch_leave_lazy_cpu_mode() 17 years ago
Jeremy Fitzhardinge 3fe0a63efd x86, 64-bit: __switch_to(): move arch_leave_lazy_cpu_mode() to the right place 17 years ago
Eduardo Habkost 0814e0bace x86, 64-bit: split set_pte_vaddr() 17 years ago
Jeremy Fitzhardinge 7c934d3990 x86, 64-bit: create small vmemmap mappings if PSE not available 17 years ago
Jeremy Fitzhardinge 4f9c11dd49 x86, 64-bit: adjust mapping of physical pagetables to work with Xen 17 years ago
Jeremy Fitzhardinge f97013fd8f x86, 64-bit: split x86_64_start_kernel 17 years ago
Eduardo Habkost a6523748bd paravirt/x86, 64-bit: move __PAGE_OFFSET to leave a space for hypervisor 17 years ago
Jeremy Fitzhardinge 97349135fe x86/paravirt: add debugging for missing operations 17 years ago
Jeremy Fitzhardinge d8d5900ef8 x86: preallocate and prepopulate separately 17 years ago
Jeremy Fitzhardinge eba0045ff8 x86/paravirt: add a pgd_alloc/free hooks 17 years ago
Jeremy Fitzhardinge 67350a5c45 x86: simplify vmalloc_sync_all 17 years ago
Ingo Molnar 330ddd2089 x86: build fix 17 years ago
Ingo Molnar 3442682a54 x86: remove extra newline from setup.c 17 years ago
Yinghai Lu 5092301c72 x86: we only have init_pg_tables_end for 32bit 17 years ago
Yinghai Lu 29f784e369 x86: change some functions in setup.c to static 17 years ago
Yinghai Lu d1b20afec3 x86: make x86_find_smp_config depends on 64 bit too 17 years ago
Yinghai Lu 0196bcbb15 x86: move parse elfvorehdr back to setup.c 17 years ago
Yinghai Lu bdba0e700c x86: move reserve_standard_io_resources back to setup.c 17 years ago
Yinghai Lu ccb4defa71 x86: move back crashkernel back to setup.c 17 years ago
Yinghai Lu 257b0fde99 x86: move parse_setup_data back to setup.c 17 years ago
Yinghai Lu 217b8ce890 x86: move boot_params back to setup.c 17 years ago
Yinghai Lu 55f262391a x86: rename setup_32.c to setup.c 17 years ago
Yinghai Lu f2f865fe6e x86: space to tab in setup_arch 17 years ago
Yinghai Lu 76934ed4b3 x86: merge 64bit setup_arch into setup_32 17 years ago
Yinghai Lu 46d671b525 x86: add extra includes for 64bit support 17 years ago
Yinghai Lu 7dea23ecd1 x86: put global variable for 32bit all together 17 years ago
Yinghai Lu eb1379cb29 x86: update reserve_initrd to support 64bit 17 years ago
Yinghai Lu 08afc7c0dd x86: we can use full bootmem after have init_memory_mapping 17 years ago