| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/boot: Run reserve_bios_regions() after we initialize the memory map | Andy Lutomirski | 2016-08-11 | 1 | -1/+0 |
* | x86/boot: Reorganize and clean up the BIOS area reservation code | Ingo Molnar | 2016-07-21 | 1 | -1/+1 |
* | x86/rtc: Replace paravirt rtc check with platform legacy quirk | Luis R. Rodriguez | 2016-04-22 | 1 | -0/+1 |
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-15 | 1 | -11/+3 |
|\ |
|
| * | x86/boot: Use proper array element type in memset() size calculation | Alexander Kuleshov | 2016-02-09 | 1 | -2/+2 |
| * | x86/boot: Micro-optimize reset_early_page_tables() | Alexander Kuleshov | 2016-01-30 | 1 | -11/+3 |
* | | x86/platform/intel-mid: Enable 64-bit build | Andy Shevchenko | 2016-01-19 | 1 | -0/+8 |
|/ |
|
* | x86/kasan: Fix KASAN shadow region page tables | Alexander Popov | 2015-07-06 | 1 | -5/+2 |
* | x86/init: Clear 'init_level4_pgt' earlier | Andrey Ryabinin | 2015-07-06 | 1 | -1/+2 |
* | x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlers | Andy Lutomirski | 2015-06-02 | 1 | -1/+1 |
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-13 | 1 | -3/+0 |
|\ |
|
| * | x86/boot/64: Remove pointless early_printk() message | Alexander Kuleshov | 2015-03-17 | 1 | -3/+0 |
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-02-16 | 1 | -0/+2 |
|\ \ |
|
| * | | x86: Store a per-cpu shadow copy of CR4 | Andy Lutomirski | 2015-02-04 | 1 | -0/+2 |
| |/ |
|
* | | x86_64: add KASan support | Andrey Ryabinin | 2015-02-13 | 1 | -2/+7 |
|/ |
|
* | kernel/printk: use symbolic defines for console loglevels | Borislav Petkov | 2014-06-04 | 1 | -1/+1 |
* | asmlinkage, x86: Add explicit __visible to arch/x86/* | Andi Kleen | 2014-05-05 | 1 | -1/+1 |
* | x86, trace: Register exception handler to trace IDT | Seiji Aguchi | 2013-11-08 | 1 | -1/+1 |
* | x86, asmlinkage: Make _*_start_kernel visible | Andi Kleen | 2013-08-06 | 1 | -1/+1 |
* | x86: Fix bit corruption at CPU resume time | Linus Torvalds | 2013-05-20 | 1 | -1/+1 |
* | x86-64, init: Do not set NX bits on non-NX capable hardware | H. Peter Anvin | 2013-05-02 | 1 | -1/+2 |
* | x86: Drop KERNEL_IMAGE_START | Borislav Petkov | 2013-04-02 | 1 | -3/+3 |
* | Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-02-22 | 1 | -0/+6 |
|\ |
|
| * | x86/head64.c: Early update ucode in 64-bit | Fenghua Yu | 2013-01-31 | 1 | -0/+6 |
* | | x86-64: don't set the early IDT to point directly to 'early_idt_handler' | Linus Torvalds | 2013-02-22 | 1 | -6/+1 |
|/ |
|
* | x86: Merge early kernel reserve for 32bit and 64bit | Yinghai Lu | 2013-01-29 | 1 | -9/+0 |
* | x86, boot: Support loading bzImage, boot_params and ramdisk above 4G | Yinghai Lu | 2013-01-29 | 1 | -0/+2 |
* | x86, boot: Add get_cmd_line_ptr() | Yinghai Lu | 2013-01-29 | 1 | -2/+11 |
* | x86: Merge early_reserve_initrd for 32bit and 64bit | Yinghai Lu | 2013-01-29 | 1 | -11/+0 |
* | x86, 64bit: Don't set max_pfn_mapped wrong value early on native path | Yinghai Lu | 2013-01-29 | 1 | -3/+0 |
* | x86, 64bit: #PF handler set page to cover only 2M per #PF | Yinghai Lu | 2013-01-29 | 1 | -17/+25 |
* | x86, 64bit: Use a #PF handler to materialize early mappings on demand | H. Peter Anvin | 2013-01-29 | 1 | -7/+74 |
* | x86, 64bit: Copy struct boot_params early | Yinghai Lu | 2013-01-29 | 1 | -1/+5 |
* | x86, boot: Sanitize boot_params if not zeroed on creation | H. Peter Anvin | 2013-01-29 | 1 | -0/+2 |
* | x86, realmode: Move ACPI wakeup to unified realmode code | Jarkko Sakkinen | 2012-05-08 | 1 | -1/+0 |
* | memblock: Kill memblock_init() | Tejun Heo | 2011-12-08 | 1 | -2/+0 |
* | memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones | Tejun Heo | 2011-07-14 | 1 | -2/+3 |
* | 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 |