Age | Commit message (Expand) | Author | Files | Lines |
2014-06-04 | kernel/printk: use symbolic defines for console loglevels |  Borislav Petkov | 1 | -1/+1 |
2014-05-05 | asmlinkage, x86: Add explicit __visible to arch/x86/* |  Andi Kleen | 1 | -1/+1 |
2013-11-08 | x86, trace: Register exception handler to trace IDT |  Seiji Aguchi | 1 | -1/+1 |
2013-08-06 | x86, asmlinkage: Make _*_start_kernel visible |  Andi Kleen | 1 | -1/+1 |
2013-05-20 | x86: Fix bit corruption at CPU resume time |  Linus Torvalds | 1 | -1/+1 |
2013-05-02 | x86-64, init: Do not set NX bits on non-NX capable hardware |  H. Peter Anvin | 1 | -1/+2 |
2013-04-02 | x86: Drop KERNEL_IMAGE_START |  Borislav Petkov | 1 | -3/+3 |
2013-02-22 | Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+6 |
2013-02-22 | x86-64: don't set the early IDT to point directly to 'early_idt_handler' |  Linus Torvalds | 1 | -6/+1 |
2013-01-31 | x86/head64.c: Early update ucode in 64-bit |  Fenghua Yu | 1 | -0/+6 |
2013-01-29 | x86: Merge early kernel reserve for 32bit and 64bit |  Yinghai Lu | 1 | -9/+0 |
2013-01-29 | x86, boot: Support loading bzImage, boot_params and ramdisk above 4G |  Yinghai Lu | 1 | -0/+2 |
2013-01-29 | x86, boot: Add get_cmd_line_ptr() |  Yinghai Lu | 1 | -2/+11 |
2013-01-29 | x86: Merge early_reserve_initrd for 32bit and 64bit |  Yinghai Lu | 1 | -11/+0 |
2013-01-29 | x86, 64bit: Don't set max_pfn_mapped wrong value early on native path |  Yinghai Lu | 1 | -3/+0 |
2013-01-29 | x86, 64bit: #PF handler set page to cover only 2M per #PF |  Yinghai Lu | 1 | -17/+25 |
2013-01-29 | x86, 64bit: Use a #PF handler to materialize early mappings on demand |  H. Peter Anvin | 1 | -7/+74 |
2013-01-29 | x86, 64bit: Copy struct boot_params early |  Yinghai Lu | 1 | -1/+5 |
2013-01-29 | x86, boot: Sanitize boot_params if not zeroed on creation |  H. Peter Anvin | 1 | -0/+2 |
2012-05-08 | x86, realmode: Move ACPI wakeup to unified realmode code |  Jarkko Sakkinen | 1 | -1/+0 |
2011-12-08 | memblock: Kill memblock_init() |  Tejun Heo | 1 | -2/+0 |
2011-07-14 | memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones |  Tejun Heo | 1 | -2/+3 |
2011-03-19 | x86: Cleanup highmap after brk is concluded |  Yinghai Lu | 1 | -3/+0 |
2010-10-14 | x86-64: Only set max_pfn_mapped to 512 MiB if we enter via head_64.S |  Jeremy Fitzhardinge | 1 | -0/+2 |
2010-08-27 | x86, memblock: Replace e820_/_early string with memblock_ |  Yinghai Lu | 1 | -2/+2 |
2010-08-27 | x86: Use memblock to replace early_res |  Yinghai Lu | 1 | -0/+3 |
2010-03-29 | x86: Make sure free_init_pages() frees pages on page boundary |  Yinghai Lu | 1 | -1/+2 |
2009-12-11 | x86: Use find_e820() instead of hard coded trampoline address |  Yinghai Lu | 1 | -2/+0 |
2009-08-31 | x86: Add early platform detection |  Thomas Gleixner | 1 | -1/+2 |
2009-08-27 | x86: Add reserve_ebda_region to x86_init_ops |  Thomas Gleixner | 1 | -2/+1 |
2009-03-14 | x86: add brk allocation for very, very early allocations |  Jeremy Fitzhardinge | 1 | -1/+1 |
2009-01-20 | x86: remove pda_init() |  Brian Gerst | 1 | -2/+0 |
2009-01-16 | x86: misc clean up after the percpu update |  Tejun Heo | 1 | -6/+1 |
2009-01-16 | x86: make pda a percpu variable |  Tejun Heo | 1 | -10/+0 |
2009-01-16 | x86: merge 64 and 32 SMP percpu handling |  Tejun Heo | 1 | -2/+0 |
2009-01-16 | x86: fold pda into percpu area on SMP |  Tejun Heo | 1 | -1/+7 |
2009-01-16 | x86: use static _cpu_pda array |  Tejun Heo | 1 | -12/+0 |
2009-01-16 | x86: load pointer to pda into %gs while brining up a CPU |  Tejun Heo | 1 | -2/+2 |
2009-01-16 | x86: make percpu symbols zerobased on SMP |  Tejun Heo | 1 | -0/+2 |
2009-01-02 | x86: fix incorrect __read_mostly on _boot_cpu_pda |  Ravikiran G Thirumalai | 1 | -1/+1 |
2008-12-08 | x86: change static allocation of trampoline area |  Rafael J. Wysocki | 1 | -0/+3 |
2008-09-29 | x86_64: be less annoying on boot, v2 |  dcg | 1 | -1/+2 |
2008-09-25 | x86_64: be less annoying on boot |  Bill Nottingham | 1 | -2/+0 |
2008-08-15 | x86-64: fix overlap of modules and fixmap areas |  Jan Beulich | 1 | -0/+1 |
2008-07-16 | x86_64: add workaround for no %gs-based percpu |  Jeremy Fitzhardinge | 1 | -3/+8 |
2008-07-08 | x86: move reserve_setup_data to setup.c |  Yinghai Lu | 1 | -1/+0 |
2008-07-08 | x86, 64-bit: split x86_64_start_kernel |  Jeremy Fitzhardinge | 1 | -0/+5 |
2008-07-08 | Merge branch 'x86/numa' into x86/devel |  Ingo Molnar | 1 | -3/+19 |
2008-07-08 | x86: leave initial __cpu_pda array in place until cpus are booted |  Mike Travis | 1 | -7/+3 |
2008-07-08 | x86: remove static boot_cpu_pda array v2 |  Mike Travis | 1 | -3/+23 |