| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Cleanup highmap after brk is concluded | Yinghai Lu | 2011-03-19 | 1 | -3/+0 |
* | x86-64: Only set max_pfn_mapped to 512 MiB if we enter via head_64.S | Jeremy Fitzhardinge | 2010-10-14 | 1 | -0/+2 |
* | x86, memblock: Replace e820_/_early string with memblock_ | Yinghai Lu | 2010-08-27 | 1 | -2/+2 |
* | x86: Use memblock to replace early_res | Yinghai Lu | 2010-08-27 | 1 | -0/+3 |
* | x86: Make sure free_init_pages() frees pages on page boundary | Yinghai Lu | 2010-03-29 | 1 | -1/+2 |
* | x86: Use find_e820() instead of hard coded trampoline address | Yinghai Lu | 2009-12-11 | 1 | -2/+0 |
* | x86: Add early platform detection | Thomas Gleixner | 2009-08-31 | 1 | -1/+2 |
* | x86: Add reserve_ebda_region to x86_init_ops | Thomas Gleixner | 2009-08-27 | 1 | -2/+1 |
* | x86: add brk allocation for very, very early allocations | Jeremy Fitzhardinge | 2009-03-14 | 1 | -1/+1 |
* | x86: remove pda_init() | Brian Gerst | 2009-01-20 | 1 | -2/+0 |
* | x86: misc clean up after the percpu update | Tejun Heo | 2009-01-16 | 1 | -6/+1 |
* | x86: make pda a percpu variable | Tejun Heo | 2009-01-16 | 1 | -10/+0 |
* | x86: merge 64 and 32 SMP percpu handling | Tejun Heo | 2009-01-16 | 1 | -2/+0 |
* | x86: fold pda into percpu area on SMP | Tejun Heo | 2009-01-16 | 1 | -1/+7 |
* | x86: use static _cpu_pda array | Tejun Heo | 2009-01-16 | 1 | -12/+0 |
* | x86: load pointer to pda into %gs while brining up a CPU | Tejun Heo | 2009-01-16 | 1 | -2/+2 |
* | x86: make percpu symbols zerobased on SMP | Tejun Heo | 2009-01-16 | 1 | -0/+2 |
* | x86: fix incorrect __read_mostly on _boot_cpu_pda | Ravikiran G Thirumalai | 2009-01-02 | 1 | -1/+1 |
* | x86: change static allocation of trampoline area | Rafael J. Wysocki | 2008-12-08 | 1 | -0/+3 |
* | x86_64: be less annoying on boot, v2 | dcg | 2008-09-29 | 1 | -1/+2 |
* | x86_64: be less annoying on boot | Bill Nottingham | 2008-09-25 | 1 | -2/+0 |
* | x86-64: fix overlap of modules and fixmap areas | Jan Beulich | 2008-08-15 | 1 | -0/+1 |
* | x86_64: add workaround for no %gs-based percpu | Jeremy Fitzhardinge | 2008-07-16 | 1 | -3/+8 |
* | x86: move reserve_setup_data to setup.c | Yinghai Lu | 2008-07-08 | 1 | -1/+0 |
* | x86, 64-bit: split x86_64_start_kernel | Jeremy Fitzhardinge | 2008-07-08 | 1 | -0/+5 |
* | Merge branch 'x86/numa' into x86/devel | Ingo Molnar | 2008-07-08 | 1 | -3/+19 |
|\ |
|
| * | x86: leave initial __cpu_pda array in place until cpus are booted | Mike Travis | 2008-07-08 | 1 | -7/+3 |
| * | x86: remove static boot_cpu_pda array v2 | Mike Travis | 2008-07-08 | 1 | -3/+23 |
* | | x86: linked list of setup_data for i386 | Huang, Ying | 2008-06-05 | 1 | -18/+0 |
* | | x86: extract common part of head32.c and head64.c into head.c | Huang, Ying | 2008-06-05 | 1 | -50/+0 |
|/ |
|
* | x86, boot: add linked list of struct setup_data | Huang, Ying | 2008-04-26 | 1 | -0/+20 |
* | x86: use get_bios_ebda() | Akinobu Mita | 2008-04-26 | 1 | -3/+2 |
* | x86_64: do not reserve ramdisk two times | Yinghai Lu | 2008-04-19 | 1 | -0/+2 |
* | x86: don't set up early exception handlers for external interrupts | Andi Kleen | 2008-04-17 | 1 | -1/+1 |
* | x86: reserve end-of-conventional-memory to 1MB, 64-bit, use paravirt_enabled | Alexander van Heukelum | 2008-04-17 | 1 | -5/+1 |
* | x86: reserve end-of-conventional-memory to 1MB, 64-bit | Alexander van Heukelum | 2008-04-17 | 1 | -5/+23 |
* | x86: reserve_early end-of-conventional-memory to 1MB, 64-bit | Alexander van Heukelum | 2008-04-17 | 1 | -18/+27 |
* | x86: check vmlinux limits, 64-bit | Ingo Molnar | 2008-04-17 | 1 | -0/+13 |
* | x86: zap invalid and unused pmds in early boot | Thomas Gleixner | 2008-02-18 | 1 | -0/+3 |
* | x86_64: add debug name for early_res | Yinghai Lu | 2008-02-01 | 1 | -3/+3 |
* | x86: fix more non-global TLB flushes | Ingo Molnar | 2008-01-30 | 1 | -1/+1 |
* | x86: replace hard coded reservations in 64-bit early boot code with dynamic t... | Andi Kleen | 2008-01-30 | 1 | -0/+48 |
* | x86: make early printk selectable on 64-bit as well | Ingo Molnar | 2008-01-30 | 1 | -1/+6 |
* | x86: early_idt_handler improvements, 64-bit | Roland McGrath | 2008-01-30 | 1 | -1/+1 |
* | x86: do not set boot cpu in cpu_online_map at x86_64_start_kernel() | Yinghai Lu | 2008-01-30 | 1 | -3/+1 |
* | x86: remove duplicate start_kernel declaration | Thomas Gleixner | 2008-01-30 | 1 | -0/+1 |
* | x86: move debug related declarations to kdebug.h | Thomas Gleixner | 2008-01-30 | 1 | -0/+1 |
* | x86: use descriptor's functions instead of inline assembly | Glauber de Oliveira Costa | 2007-10-19 | 1 | -1/+1 |
* | [x86] remove uses of magic macros for boot_params access | H. Peter Anvin | 2007-10-16 | 1 | -16/+4 |
* | Delete filenames in comments. | Dave Jones | 2007-10-13 | 1 | -1/+1 |