- fe091c2 memblock: Kill memblock_init() by Tejun Heo · 13 years ago
- 24aa078 memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones by Tejun Heo · 14 years ago
- e5f15b4 x86: Cleanup highmap after brk is concluded by Yinghai Lu · 14 years ago
- 67e87f0 x86-64: Only set max_pfn_mapped to 512 MiB if we enter via head_64.S by Jeremy Fitzhardinge · 14 years ago
- a9ce6bc x86, memblock: Replace e820_/_early string with memblock_ by Yinghai Lu · 14 years ago
- 72d7c3b x86: Use memblock to replace early_res by Yinghai Lu · 14 years ago
- c967da6 x86: Make sure free_init_pages() frees pages on page boundary by Yinghai Lu · 15 years ago
- 893f38d x86: Use find_e820() instead of hard coded trampoline address by Yinghai Lu · 15 years ago
- 47a3d5d x86: Add early platform detection by Thomas Gleixner · 15 years ago
- 816c25e x86: Add reserve_ebda_region to x86_init_ops by Thomas Gleixner · 15 years ago
- 93dbda7 x86: add brk allocation for very, very early allocations by Jeremy Fitzhardinge · 16 years ago
- 8ce0319 x86: remove pda_init() by Brian Gerst · 16 years ago
- 004aa32 x86: misc clean up after the percpu update by Tejun Heo · 16 years ago
- b12d8db x86: make pda a percpu variable by Tejun Heo · 16 years ago
- 9939dda x86: merge 64 and 32 SMP percpu handling by Tejun Heo · 16 years ago
- 1a51e3a x86: fold pda into percpu area on SMP by Tejun Heo · 16 years ago
- c8f3329 x86: use static _cpu_pda array by Tejun Heo · 16 years ago
- f32ff53 x86: load pointer to pda into %gs while brining up a CPU by Tejun Heo · 16 years ago
- 3e5d8f9 x86: make percpu symbols zerobased on SMP by Tejun Heo · 16 years ago
- 26799a6 x86: fix incorrect __read_mostly on _boot_cpu_pda by Ravikiran G Thirumalai · 16 years ago
- 3e1e900 x86: change static allocation of trampoline area by Rafael J. Wysocki · 16 years ago
- 1254469 x86_64: be less annoying on boot, v2 by dcg · 16 years ago
- f647677 x86_64: be less annoying on boot by Bill Nottingham · 16 years ago
- 66d4bdf x86-64: fix overlap of modules and fixmap areas by Jan Beulich · 16 years ago
- 5b09b28 x86_64: add workaround for no %gs-based percpu by Jeremy Fitzhardinge · 17 years ago
- 28bb223 x86: move reserve_setup_data to setup.c by Yinghai Lu · 17 years ago
- f97013f x86, 64-bit: split x86_64_start_kernel by Jeremy Fitzhardinge · 17 years ago
- 2b4fa85 Merge branch 'x86/numa' into x86/devel by Ingo Molnar · 17 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
- c45a707 x86: linked list of setup_data for i386 by Huang, Ying · 17 years ago
- 0c51a96 x86: extract common part of head32.c and head64.c into head.c by Huang, Ying · 17 years ago
- 8b664aa x86, boot: add linked list of struct setup_data by Huang, Ying · 17 years ago
- 356fa0c x86: use get_bios_ebda() by Akinobu Mita · 17 years ago
- 2b8106a x86_64: do not reserve ramdisk two times by Yinghai Lu · 17 years ago
- 5524ea3 x86: don't set up early exception handlers for external interrupts by Andi Kleen · 17 years ago
- ecd94c0 x86: reserve end-of-conventional-memory to 1MB, 64-bit, use paravirt_enabled by Alexander van Heukelum · 17 years ago
- 320a6b2 x86: reserve end-of-conventional-memory to 1MB, 64-bit by Alexander van Heukelum · 17 years ago
- f6eb62b x86: reserve_early end-of-conventional-memory to 1MB, 64-bit by Alexander van Heukelum · 17 years ago
- b4e0409 x86: check vmlinux limits, 64-bit by Ingo Molnar · 17 years ago
- 31eedd8 x86: zap invalid and unused pmds in early boot by Thomas Gleixner · 17 years ago
- 25eff8d x86_64: add debug name for early_res by Yinghai Lu · 17 years ago
- cd58289 x86: fix more non-global TLB flushes by Ingo Molnar · 17 years ago
- 7517527 x86: replace hard coded reservations in 64-bit early boot code with dynamic table by Andi Kleen · 17 years ago
- 076f977 x86: make early printk selectable on 64-bit as well by Ingo Molnar · 17 years ago
- 8866cd9 x86: early_idt_handler improvements, 64-bit by Roland McGrath · 17 years ago
- 9de819f x86: do not set boot cpu in cpu_online_map at x86_64_start_kernel() by Yinghai Lu · 17 years ago
- eaf76e8 x86: remove duplicate start_kernel declaration by Thomas Gleixner · 17 years ago
- 718fc13 x86: move debug related declarations to kdebug.h by Thomas Gleixner · 17 years ago
- 9d1c6e7 x86: use descriptor's functions instead of inline assembly by Glauber de Oliveira Costa · 17 years ago
- 30c8264 [x86] remove uses of magic macros for boot_params access by H. Peter Anvin · 17 years ago
- 835c34a Delete filenames in comments. by Dave Jones · 17 years ago
- 250c227 x86_64: move kernel by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/kernel/head64.c]
- 069f11f x86_64: display more intuitive error message if kernel is not 2MB aligned by Vivek Goyal · 18 years ago
- 6a50a66 [PATCH] x86-64: build-time checking by Vivek Goyal · 18 years ago
- cfd243d [PATCH] x86-64: Remove the identity mapping as early as possible by Vivek Goyal · 18 years ago
- 278c0eb [PATCH] x86-64: modify copy_bootdata to use virtual addresses by Vivek Goyal · 18 years ago
- 7a3a06d0 [PATCH] Dynamic kernel command-line: fixups by Alon Bar-Lev · 18 years ago
- adf4885 [PATCH] Dynamic kernel command-line: x86_64 by Alon Bar-Lev · 18 years ago
- 3df0af0 [PATCH] x86_64: clear_bss before set_intr_gate with early_idt_handler by Yinghai Lu · 18 years ago
- 43c85c9 [PATCH] Remove need for early lockdep init by Andi Kleen · 18 years ago
- 2c8c0e6 [PATCH] Convert x86-64 to early param by Andi Kleen · 18 years ago
- 9ca33eb [PATCH] Use early CPU identify before early command line parsing by Andi Kleen · 18 years ago
- 7f11d8a [PATCH] Remove all ifdefs for local/io apic by Andi Kleen · 18 years ago
- 2148270 [PATCH] lockdep: x86_64 early init by Ingo Molnar · 19 years ago
- 5c0f80f [PATCH] x86_64: Remove long obsolete CVS by Andi Kleen · 19 years ago
- 2a2d592 [PATCH] i386/x86-64: make setup_early_printk() usage consistent by Jan Beulich · 19 years ago
- 365ba91 [PATCH] x86_64: Allocate PDAs in the local node by Ravikiran G Thirumalai · 19 years ago
- 2bc0414 [PATCH] x86_64: Only use asm/sections.h to declare section symbols by Andi Kleen · 19 years ago
- f6c2e33 [PATCH] x86_64: Unmap NULL during early bootup by Siddha, Suresh B · 19 years ago
- 2b97690 [PATCH] reorganize x86-64 NUMA and DISCONTIGMEM config options by Matt Tolentino · 20 years ago
- 429e9c5 [PATCH] x86_64: saved_command_line overflow fix by Alexander Nyberg · 20 years ago
- f9ba705 [PATCH] Increase number of e820 entries hard limit from 32 to 128 by Venkatesh Pallipadi · 20 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago