- 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
- af2b1c6 x86: add memory barriers to wrmsr by Jeremy Fitzhardinge · 16 years ago
- d338c73 x86: add memory clobber to save/loadsegment by Jeremy Fitzhardinge · 16 years ago
- bea4180 x86: asm-x86/pgtable.h: fix compiler warning by Jeremy Fitzhardinge · 16 years ago
- 4de0043 x86: nmi_watchdog - introduce nmi_watchdog_active() helper by Cyrill Gorcunov · 16 years ago
- c376d45 x86: nmi_watchdog - use NMI_NONE by default by Cyrill Gorcunov · 16 years ago
- 2b6adda x86: nmi_watchdog - remove useless check by Cyrill Gorcunov · 16 years ago
- 116f570 x86: nmi_watchdog - use nmi_watchdog variable for printing by Cyrill Gorcunov · 16 years ago
- 47a486c x86: perfctr-watchdog.c - coding style cleanup by Cyrill Gorcunov · 16 years ago
- 2bc0d26 x86 boot: more consistently use type int for node ids by Paul Jackson · 16 years ago
- e2fc252 x86 boot: show pfn addresses in hex not decimal in some kernel info printks by Paul Jackson · 16 years ago
- c4ba132 x86 boot: allow overlapping early reserve memory ranges by Paul Jackson · 16 years ago
- 05486fa x86 boot: x86_64 efi compiler warning fix by Paul Jackson · 16 years ago
- 157fabf x86 boot: e820 code indentation fix by Paul Jackson · 16 years ago
- 295deae x86: setup_arch 32bit move kvm_guest_init later by Yinghai Lu · 16 years ago
- 9a2e593 x86: setup_arch 32bit move command line copying early by Yinghai Lu · 16 years ago
- 7465252 x86: setup_arch 32bit move efi check later by Yinghai Lu · 16 years ago
- 11cd0bc x86: move some func calling from setup_arch to paging_init by Yinghai Lu · 16 years ago
- c094345 x86: numa32 pfn print out using hex instead by Yinghai Lu · 16 years ago
- 6a07a0e x86: fix compile warning in init_64.c by Yinghai Lu · 16 years ago
- 3eb11ed x86: build fix by Ingo Molnar · 16 years ago
- 346cafe x86: clean up min_low_pfn by Yinghai Lu · 16 years ago
- 2ec65f8 x86: clean up using max_low_pfn on 32-bit by Yinghai Lu · 16 years ago
- bef1568 x86: move reservetop and vmalloc parsing to pgtable_32.c by Yinghai Lu · 16 years ago
- 90d967e x86: move find_max_low_pfn to init_32.c by Yinghai Lu · 16 years ago
- 7f0be02 x86: move boot_params declaring to setup.c by Yinghai Lu · 16 years ago
- 225c37d x86: introduce reserve_initrd by Yinghai Lu · 16 years ago
- b2ac82a x86: introduce initmem_init for 32 bit by Yinghai Lu · 16 years ago
- 1f75d7e x86: introduce initmem_init for 64 bit by Yinghai Lu · 16 years ago
- 17b4cce x86: move elfcorehdr parsing to setup.c by Yinghai Lu · 16 years ago
- ce97c40 x86: move reserve_standard_io_resource to setup.c by Yinghai Lu · 16 years ago
- f81be87 x86: remove two duplicated funcs in setup_32.c by Yinghai Lu · 16 years ago
- 0f0124f x86: merge setup64.c into common_64.c by Yinghai Lu · 16 years ago
- a9c1182 x86: seperate probe_roms into another file by Yinghai Lu · 16 years ago
- 7a1fd98 x86: add e820_remove_range by Yinghai Lu · 16 years ago
- 9a25034 x86: change identify_cpu to static by Yinghai Lu · 16 years ago
- f580366 x86: seperate funcs from setup_64 to cpu common_64.c by Yinghai Lu · 16 years ago
- 0460661 x86: remove some acpi ifdefs in setup_32/64 by Yinghai Lu · 16 years ago
- ce38cc7 x86: clean up init_amd() by Yinghai Lu · 16 years ago
- 3c999f1 x86: check command line when CONFIG_X86_MPPARSE is not set, v2 by Yinghai Lu · 16 years ago
- 88a6846 xen: set max_pfn_mapped by Jeremy Fitzhardinge · 16 years ago
- b792c75 xen: reserve ISA space in e820 map by Jeremy Fitzhardinge · 16 years ago
- be5bf9f xen: reserve Xen-specific memory in e820 map by Jeremy Fitzhardinge · 16 years ago
- d52d53b RFC x86: try to remove arch_get_ram_range by Yinghai Lu · 16 years ago
- 1ea598c x86: fix sleep.c build error by Ingo Molnar · 16 years ago
- 7f6cbc9 x86: take load_sp0 out of smpboot.c by Glauber Costa · 16 years ago
- 1481a3d x86: move cpu_exit_clear to process_32.c by Glauber Costa · 16 years ago
- b553a1e x86: remove cpu from maps by Glauber Costa · 16 years ago
- 78e6227 x86: change naming to match x86_64 by Glauber Costa · 16 years ago
- b584176 x86: provide connect_bsp_APIC for x86_64 by Glauber Costa · 16 years ago
- 3fde690 x86: change __setup_vector_irq with setup_vector_irq by Glauber Costa · 16 years ago
- 86e430e x86: remove ifdef from stepping by Glauber Costa · 16 years ago
- 0f385d1 x86: clearing io_apic harmless for x86_64 by Glauber Costa · 16 years ago
- 3e97047 x86: boot secondary cpus through initial_code by Glauber Costa · 16 years ago
- e3f77ed x86: use initial_code for i386 by Glauber Costa · 16 years ago
- a939098 x86: move x86_64 gdt closer to i386 by Glauber Costa · 16 years ago
- 736f12b x86: don't use gdt_page openly. by Glauber Costa · 16 years ago
- 9cf4f29 x86: use stack_start in x86_64 by Glauber Costa · 16 years ago
- a7bf0bd build: add __page_aligned_data and __page_aligned_bss by Jeremy Fitzhardinge · 16 years ago
- 1ecd276 x86: unify crashkernel reservation for 32 and 64 bit by Bernhard Walle · 16 years ago
- 6236af8 Merge branch 'x86/fixmap' into x86/devel by Ingo Molnar · 16 years ago
- e3ae0ac Merge branch 'x86/uv' into x86/devel by Ingo Molnar · 16 years ago
- e7eb872 x86, SGI UV: uv_ptc_proc_write fix by Cliff Wickman · 16 years ago
- cef5327 x86, SGI UV: TLB shootdown using broadcast assist unit, v6 by Cliff Wickman · 16 years ago
- ab9c0bb x86: increase MAX_APICS for very large x86-64 configs by Jack Steiner · 16 years ago
- b6df1b8 x86: fix stack overflow for large values of MAX_APICS by Jack Steiner · 16 years ago
- d400524 SGI UV: TLB shootdown using broadcast assist unit, fix by Ingo Molnar · 16 years ago
- b4c286e SGI UV: clean up arch/x86/kernel/tlb_uv.c by Ingo Molnar · 16 years ago
- dc163a4 SGI UV: TLB shootdown using broadcast assist unit by Ingo Molnar · 16 years ago
- b194b12 SGI UV: TLB shootdown using broadcast assist unit, cleanups by Cliff Wickman · 16 years ago
- 73e991f x86 atomic operations: atomic_or_long() atomic_inc_short() by Cliff Wickman · 16 years ago
- 1812924 x86, SGI UV: TLB shootdown using broadcast assist unit by Cliff Wickman · 16 years ago
- d98b940 Merge branch 'linus' into x86/irq by Ingo Molnar · 16 years ago
- 4b62ac9 Merge branch 'x86/nmi' into x86/devel by Ingo Molnar · 16 years ago
- 2b4fa85 Merge branch 'x86/numa' into x86/devel by Ingo Molnar · 16 years ago
- 46f68e1 x86: use reserve_bootmem_generic() to reserve crashkernel memory on x86_64 by Bernhard Walle · 16 years ago
- 3fd052b x86: add flags parameter to reserve_bootmem_generic() by Bernhard Walle · 16 years ago
- 053713f x86: fix setup.c printk format warning by Randy Dunlap · 16 years ago
- 03db1f7 x86: don't return invalid pointers from node_to_cpumask() by Vegard Nossum · 16 years ago
- 076ac2a sched, numa: replace MAX_NUMNODES with nr_node_ids in kernel/sched.c by Mike Travis · 17 years ago
- 886533a x86: numa_64.c fix shadowed variable by Thomas Gleixner · 17 years ago
- 864fc31 x86: numa_64.c make local variables static by Thomas Gleixner · 17 years ago
- f307d25 x86: compile error fix for smpboot.c by Jeremy Fitzhardinge · 16 years ago
- 5deb0b2 x86: leave initial __cpu_pda array in place until cpus are booted by Mike Travis · 17 years ago
- 3461b0a x86: remove static boot_cpu_pda array v2 by Mike Travis · 17 years ago
- 9f248bd x86: remove the static 256k node_to_cpumask_map by Mike Travis · 17 years ago
- 7891a24 x86: restore pda nodenumber field by Mike Travis · 17 years ago
- 23ca4bb x86: cleanup early per cpu variables/accesses v4 by Mike Travis · 17 years ago
- 1184dc2 x86: modify Kconfig to allow up to 4096 cpus by Mike Travis · 17 years ago
- 7496b60 x86: fix remove cpu_pda table patch by Mike Travis · 17 years ago
- dbb6152 x86: don't call pxm_to_node again by Yinghai Lu · 17 years ago
- b755de8 x86: make dev_to_node return online node by Yinghai Lu · 17 years ago
- 3de352b Merge branch 'x86/mpparse' into x86/devel by Ingo Molnar · 16 years ago
- 9340e1c x86, ioapic, acpi quirk: disable IRQ 0 through I/O APIC for some HP systems by Matthew Garrett · 16 years ago
- 471694e x86, ioapic, acpi: add a knob to disable IRQ 0 through I/O APIC by Maciej W. Rozycki · 16 years ago
- bad48f4 x86: simplify x86_mpparse dependency check by Yinghai Lu · 16 years ago