Age | Commit message (Expand) | Author |
2008-07-08 | x86: let setup_arch call init_apic_mappings for 32bit | Yinghai Lu |
2008-07-08 | x86: early res print out alignment v2 | Yinghai Lu |
2008-07-08 | x86/paravirt: groundwork for 64-bit Xen support, fix #2 | Jeremy Fitzhardinge |
2008-07-08 | x86/paravirt: groundwork for 64-bit Xen support, fix | Jeremy Fitzhardinge |
2008-07-08 | x86: move fix mapping page table range early | Yinghai Lu |
2008-07-08 | x86: clean up ARCH_SETUP | Yinghai Lu |
2008-07-08 | x86: limit E820 map when a user-defined memory map is specified | Bernhard Walle |
2008-07-08 | x86: fix pte allocation in "x86: introduce init_memory_mapping for 32bit" | Jeremy Fitzhardinge |
2008-07-08 | x86/paravirt, 64-bit: make load_gs_index() a paravirt operation | Jeremy Fitzhardinge |
2008-07-08 | x86/paravirt, 64-bit: add adjust_exception_frame | Jeremy Fitzhardinge |
2008-07-08 | x86, 64-bit: ia32entry: replace privileged instructions with pvops | Jeremy Fitzhardinge |
2008-07-08 | x86/paravirt: add sysret/sysexit pvops for returning to 32-bit compatibility ... | Jeremy Fitzhardinge |
2008-07-08 | x86/paravirt, 64-bit: don't restore user rsp within sysret | Jeremy Fitzhardinge |
2008-07-08 | x86/paravirt: split sysret and sysexit | Jeremy Fitzhardinge |
2008-07-08 | x86: use __KERNEL_DS as SS when returning to a kernel thread | Jeremy Fitzhardinge |
2008-07-08 | x86: save %fs and %gs before load_TLS() and arch_leave_lazy_cpu_mode() | Jeremy Fitzhardinge |
2008-07-08 | x86, 64-bit: __switch_to(): move arch_leave_lazy_cpu_mode() to the right place | Jeremy Fitzhardinge |
2008-07-08 | x86, 64-bit: split set_pte_vaddr() | Eduardo Habkost |
2008-07-08 | x86, 64-bit: create small vmemmap mappings if PSE not available | Jeremy Fitzhardinge |
2008-07-08 | x86, 64-bit: adjust mapping of physical pagetables to work with Xen | Jeremy Fitzhardinge |
2008-07-08 | x86, 64-bit: split x86_64_start_kernel | Jeremy Fitzhardinge |
2008-07-08 | paravirt/x86, 64-bit: move __PAGE_OFFSET to leave a space for hypervisor | Eduardo Habkost |
2008-07-08 | x86/paravirt: add debugging for missing operations | Jeremy Fitzhardinge |
2008-07-08 | x86: preallocate and prepopulate separately | Jeremy Fitzhardinge |
2008-07-08 | x86/paravirt: add a pgd_alloc/free hooks | Jeremy Fitzhardinge |
2008-07-08 | x86: simplify vmalloc_sync_all | Jeremy Fitzhardinge |
2008-07-08 | x86: build fix | Ingo Molnar |
2008-07-08 | x86: remove extra newline from setup.c | Ingo Molnar |
2008-07-08 | x86: we only have init_pg_tables_end for 32bit | Yinghai Lu |
2008-07-08 | x86: change some functions in setup.c to static | Yinghai Lu |
2008-07-08 | x86: make x86_find_smp_config depends on 64 bit too | Yinghai Lu |
2008-07-08 | x86: move parse elfvorehdr back to setup.c | Yinghai Lu |
2008-07-08 | x86: move reserve_standard_io_resources back to setup.c | Yinghai Lu |
2008-07-08 | x86: move back crashkernel back to setup.c | Yinghai Lu |
2008-07-08 | x86: move parse_setup_data back to setup.c | Yinghai Lu |
2008-07-08 | x86: move boot_params back to setup.c | Yinghai Lu |
2008-07-08 | x86: rename setup_32.c to setup.c | Yinghai Lu |
2008-07-08 | x86: space to tab in setup_arch | Yinghai Lu |
2008-07-08 | x86: merge 64bit setup_arch into setup_32 | Yinghai Lu |
2008-07-08 | x86: add extra includes for 64bit support | Yinghai Lu |
2008-07-08 | x86: put global variable for 32bit all together | Yinghai Lu |
2008-07-08 | x86: update reserve_initrd to support 64bit | Yinghai Lu |
2008-07-08 | x86: we can use full bootmem after have init_memory_mapping | Yinghai Lu |
2008-07-08 | x86: rename setup.c to setup_percpu.c | Yinghai Lu |
2008-07-08 | x86: fix memory setup bug | Yinghai Lu |
2008-07-08 | x86, crashdump, /proc/vmcore: remove CONFIG_EXPERIMENTAL from kdump | Bernhard Walle |
2008-07-08 | x86 boot: only pick up additional EFI memmap if add_efi_memmap flag | Paul Jackson |
2008-07-08 | mm, generic, x86 boot: more tweaks to hex prints of some pfn addresses | Paul Jackson |
2008-07-08 | x86: cleanup e820_setup_gap(), add e820_search_gap(), v2 | Alok Kataria |
2008-07-08 | x86: remove end_pfn in 64bit | Yinghai Lu |