- ef5e94a x86_32: remove __PAGE_KERNEL(_EXEC) by Jeremy Fitzhardinge · 16 years ago
- 8490638 x86: always set _PAGE_GLOBAL in _PAGE_KERNEL* flags by Jeremy Fitzhardinge · 16 years ago
- 574977a x86_64/setup: unconditionally populate the pgd by Jeremy Fitzhardinge · 16 years ago
- aea5f9f x86: fix "x86: let setup_arch call init_apic_mappings for 32bit" by Ingo Molnar · 16 years ago
- 4a70173 x86: move prefill_possible_map calling early, fix by Ingo Molnar · 16 years ago
- 329513a x86: move prefill_possible_map calling early by Yinghai Lu · 16 years ago
- 5f4765f x86: move init_cpu_to_node after get_smp_config by Yinghai Lu · 16 years ago
- cb95a13 x86: merge zones_sizes_init for numa and non numa on 32-bit by Yinghai Lu · 16 years ago
- d9a81b4 x86: do not printout if we do not find setup_data by Yinghai Lu · 16 years ago
- 4fcc545 x86: make early_res_to_bootmem print out less 80 width chars by Yinghai Lu · 16 years ago
- dc8e812 x86: change copy_e820_map to append_e820_map by Yinghai Lu · 16 years ago
- 068b453 x86: fix documentation bug about relocatability by Bernhard Walle · 16 years ago
- 32105f7 x86: find offset for crashkernel reservation automatically by Bernhard Walle · 16 years ago
- fd6493e x86: cleanup e820_setup_gap(), v2 by Alok Kataria · 16 years ago
- 6a2f47c x86: add check for node passed to node_to_cpumask, v3 by Mike Travis · 16 years ago
- cd5dce2 x86: fix CPA self-test for "x86/paravirt: groundwork for 64-bit Xen support" by Jeremy Fitzhardinge · 16 years ago
- 996cf44 x86: don't reallocate pgt for node0 by Yinghai Lu · 16 years ago
- 28bb223 x86: move reserve_setup_data to setup.c by Yinghai Lu · 16 years ago
- 102d0a4 x86, paravirt, 64-bit: fix compile errors with IA32_EMULATION off by Jeremy Fitzhardinge · 16 years ago
- 3ae960a - x86: move early_ioremap prototypes to io.h by Ingo Molnar · 16 years ago
- 1a98fd1 x86: setup_arch() && early_ioremap_init() by Jeremy Fitzhardinge · 16 years ago
- 1bb3a02 x86: nmi_watchdog - documentation fix - v2 by Ingo Molnar · 16 years ago
- afda335 x86: nmi_watchdog - documentation fix by Cyrill Gorcunov · 16 years ago
- 914bebfa x86: use disable_apic in 32bit by Yinghai Lu · 16 years ago
- a04ad82 x86: fix init_memory_mapping over boundary, v4 by Yinghai Lu · 16 years ago
- b4df32f x86: fix warning in e820_reserve_resources with 32bit by Yinghai Lu · 16 years ago
- 7482b0e x86: fix init_memory_mapping over boundary v3 by Yinghai Lu · 16 years ago
- df366e9 x86_64: fix non-paravirt compilation by Jeremy Fitzhardinge · 16 years ago
- f3294a3 x86: let setup_arch call init_apic_mappings for 32bit by Yinghai Lu · 16 years ago
- ab67715 x86: early res print out alignment v2 by Yinghai Lu · 16 years ago
- 22b4514 x86/paravirt: groundwork for 64-bit Xen support, fix #2 by Jeremy Fitzhardinge · 16 years ago
- 457da70 x86/paravirt: groundwork for 64-bit Xen support, fix by Jeremy Fitzhardinge · 16 years ago
- e7b3789 x86: move fix mapping page table range early by Yinghai Lu · 16 years ago
- 042623b x86: clean up ARCH_SETUP by Yinghai Lu · 16 years ago
- 611dfd7 x86: limit E820 map when a user-defined memory map is specified by Bernhard Walle · 16 years ago
- 8207c25 x86: fix pte allocation in "x86: introduce init_memory_mapping for 32bit" by Jeremy Fitzhardinge · 16 years ago
- 9f9d489 x86/paravirt, 64-bit: make load_gs_index() a paravirt operation by Jeremy Fitzhardinge · 16 years ago
- fab5842 x86/paravirt, 64-bit: add adjust_exception_frame by Jeremy Fitzhardinge · 16 years ago
- a00394f x86, 64-bit: swapgs pvop with a user-stack can never be called by Jeremy Fitzhardinge · 16 years ago
- 6680415 x86, 64-bit: ia32entry: replace privileged instructions with pvops by Jeremy Fitzhardinge · 16 years ago
- 2be2998 x86/paravirt: add sysret/sysexit pvops for returning to 32-bit compatibility userspace by Jeremy Fitzhardinge · 16 years ago
- c7245da x86/paravirt, 64-bit: don't restore user rsp within sysret by Jeremy Fitzhardinge · 16 years ago
- d75cd22 x86/paravirt: split sysret and sysexit by Jeremy Fitzhardinge · 16 years ago
- e04e0a6 x86: use __KERNEL_DS as SS when returning to a kernel thread by Jeremy Fitzhardinge · 16 years ago
- 478de5a x86: save %fs and %gs before load_TLS() and arch_leave_lazy_cpu_mode() by Jeremy Fitzhardinge · 16 years ago
- 3fe0a63 x86, 64-bit: __switch_to(): move arch_leave_lazy_cpu_mode() to the right place by Jeremy Fitzhardinge · 16 years ago
- 0814e0b x86, 64-bit: split set_pte_vaddr() by Eduardo Habkost · 16 years ago
- 4f30cb0 x86, 64-bit: PSE no longer a hard requirement by Jeremy Fitzhardinge · 16 years ago
- 7c934d3 x86, 64-bit: create small vmemmap mappings if PSE not available by Jeremy Fitzhardinge · 16 years ago
- 4f9c11d x86, 64-bit: adjust mapping of physical pagetables to work with Xen by Jeremy Fitzhardinge · 16 years ago
- f97013f x86, 64-bit: split x86_64_start_kernel by Jeremy Fitzhardinge · 16 years ago
- 4080117 x86, 64-bit: add FIX_PARAVIRT_BOOTMAP fixmap slot by Jeremy Fitzhardinge · 16 years ago
- a652374 paravirt/x86, 64-bit: move __PAGE_OFFSET to leave a space for hypervisor by Eduardo Habkost · 16 years ago
- 491eccb x86/paravirt: define PARA_INDIRECT for indirect asm calls by Jeremy Fitzhardinge · 16 years ago
- 9734913 x86/paravirt: add debugging for missing operations by Jeremy Fitzhardinge · 16 years ago
- d8d5900 x86: preallocate and prepopulate separately by Jeremy Fitzhardinge · 16 years ago
- eba0045 x86/paravirt: add a pgd_alloc/free hooks by Jeremy Fitzhardinge · 16 years ago
- 67350a5 x86: simplify vmalloc_sync_all by Jeremy Fitzhardinge · 16 years ago
- 15878c0 x86, 64-bit: add sync_cmpxchg by Jeremy Fitzhardinge · 16 years ago
- 102e3b8 x86, 64-bit: add prototype for x86_64_start_kernel() by Jeremy Fitzhardinge · 16 years ago
- 330ddd2 x86: build fix by Ingo Molnar · 16 years ago
- 3442682 x86: remove extra newline from setup.c by Ingo Molnar · 16 years ago
- 5092301 x86: we only have init_pg_tables_end for 32bit by Yinghai Lu · 16 years ago
- 29f784e x86: change some functions in setup.c to static by Yinghai Lu · 16 years ago
- d1b20af x86: make x86_find_smp_config depends on 64 bit too by Yinghai Lu · 16 years ago
- 0196bcb x86: move parse elfvorehdr back to setup.c by Yinghai Lu · 16 years ago
- bdba0e7 x86: move reserve_standard_io_resources back to setup.c by Yinghai Lu · 16 years ago
- ccb4def x86: move back crashkernel back to setup.c by Yinghai Lu · 16 years ago
- 257b0fd x86: move parse_setup_data back to setup.c by Yinghai Lu · 16 years ago
- 217b8ce x86: move boot_params back to setup.c by Yinghai Lu · 16 years ago
- 55f2623 x86: rename setup_32.c to setup.c by Yinghai Lu · 16 years ago
- f2f865f x86: space to tab in setup_arch by Yinghai Lu · 16 years ago
- 76934ed x86: merge 64bit setup_arch into setup_32 by Yinghai Lu · 16 years ago
- 46d671b x86: add extra includes for 64bit support by Yinghai Lu · 16 years ago
- 7dea23e x86: put global variable for 32bit all together by Yinghai Lu · 16 years ago
- eb1379c x86: update reserve_initrd to support 64bit by Yinghai Lu · 16 years ago
- 08afc7c x86: we can use full bootmem after have init_memory_mapping by Yinghai Lu · 16 years ago
- 378b39a x86: rename setup.c to setup_percpu.c by Yinghai Lu · 16 years ago
- b9d19f4 x86: fix memory setup bug by Yinghai Lu · 16 years ago
- 383bc5c x86, crashdump, /proc/vmcore: remove CONFIG_EXPERIMENTAL from kdump by Bernhard Walle · 16 years ago
- 200001e x86 boot: only pick up additional EFI memmap if add_efi_memmap flag by Paul Jackson · 16 years ago
- 5dab8ec mm, generic, x86 boot: more tweaks to hex prints of some pfn addresses by Paul Jackson · 16 years ago
- 3381959 x86: cleanup e820_setup_gap(), add e820_search_gap(), v2 by Alok Kataria · 16 years ago
- c987d12 x86: remove end_pfn in 64bit by Yinghai Lu · 16 years ago
- f47f9d5 x86: numa 32 using apicid_2_node to get node for logical_apicid by Yinghai Lu · 16 years ago
- 232b957 x86: change size if e820_update/remove_range by Yinghai Lu · 16 years ago
- d86623a x86: add table_top check for alloc_low_page in 64 bit by Yinghai Lu · 16 years ago
- 1a0db38 x86: get max_pfn_mapped in init_memory_mapping by Yinghai Lu · 16 years ago
- 976dd4d x86: fix e820_update_range size when overlapping by Yinghai Lu · 16 years ago
- 3a58a2a6 x86: introduce init_memory_mapping for 32bit #3 by Yinghai Lu · 16 years ago
- cfb0e53 x86: introduce init_memory_mapping for 32bit #2 by Yinghai Lu · 16 years ago
- 4e29684 x86: introduce init_memory_mapping for 32bit #1 by Yinghai Lu · 16 years ago
- c3c2fee x86: unify mmu_context.h by Jeremy Fitzhardinge · 16 years ago
- fb15a9b x86: unify pgd_index by Jeremy Fitzhardinge · 16 years ago
- e7a9b0b x86, 64-bit: use __pgd() on mk_kernel_pgd() by Eduardo Habkost · 16 years ago
- 43adfc2 x86, 64-bit: add gate_offset() and gate_segment() macros by Jeremy Fitzhardinge · 16 years ago
- 4583ed5 x86, 64-bit: unify early_ioremap by Jeremy Fitzhardinge · 16 years ago
- bb23e40 x86, 64-bit: use p??_populate() to attach pages to pagetable by Jeremy Fitzhardinge · 16 years ago
- fc8b8a6 x86, 64-bit: use write_gdt_entry in vsyscall_set_cpu by Jeremy Fitzhardinge · 16 years ago
- ada8570 x86: remove open-coded save/load segment operations by Jeremy Fitzhardinge · 16 years ago