aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-11x86/boot: Run reserve_bios_regions() after we initialize the memory mapAndy Lutomirski1-1/+0
2016-07-21x86/boot: Reorganize and clean up the BIOS area reservation codeIngo Molnar1-1/+1
2016-04-22x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez1-0/+1
2016-03-15Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+3
2016-02-09x86/boot: Use proper array element type in memset() size calculationAlexander Kuleshov1-2/+2
2016-01-30x86/boot: Micro-optimize reset_early_page_tables()Alexander Kuleshov1-11/+3
2016-01-19x86/platform/intel-mid: Enable 64-bit buildAndy Shevchenko1-0/+8
2015-07-06x86/kasan: Fix KASAN shadow region page tablesAlexander Popov1-5/+2
2015-07-06x86/init: Clear 'init_level4_pgt' earlierAndrey Ryabinin1-1/+2
2015-06-02x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski1-1/+1
2015-04-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2015-03-17x86/boot/64: Remove pointless early_printk() messageAlexander Kuleshov1-3/+0
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2015-02-13x86_64: add KASan supportAndrey Ryabinin1-2/+7
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski1-0/+2
2014-06-04kernel/printk: use symbolic defines for console loglevelsBorislav Petkov1-1/+1
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen1-1/+1
2013-11-08x86, trace: Register exception handler to trace IDTSeiji Aguchi1-1/+1
2013-08-06x86, asmlinkage: Make _*_start_kernel visibleAndi Kleen1-1/+1
2013-05-20x86: Fix bit corruption at CPU resume timeLinus Torvalds1-1/+1
2013-05-02x86-64, init: Do not set NX bits on non-NX capable hardwareH. Peter Anvin1-1/+2
2013-04-02x86: Drop KERNEL_IMAGE_STARTBorislav Petkov1-3/+3
2013-02-22Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2013-02-22x86-64: don't set the early IDT to point directly to 'early_idt_handler'Linus Torvalds1-6/+1
2013-01-31x86/head64.c: Early update ucode in 64-bitFenghua Yu1-0/+6
2013-01-29x86: Merge early kernel reserve for 32bit and 64bitYinghai Lu1-9/+0
2013-01-29x86, boot: Support loading bzImage, boot_params and ramdisk above 4GYinghai Lu1-0/+2
2013-01-29x86, boot: Add get_cmd_line_ptr()Yinghai Lu1-2/+11
2013-01-29x86: Merge early_reserve_initrd for 32bit and 64bitYinghai Lu1-11/+0
2013-01-29x86, 64bit: Don't set max_pfn_mapped wrong value early on native pathYinghai Lu1-3/+0
2013-01-29x86, 64bit: #PF handler set page to cover only 2M per #PFYinghai Lu1-17/+25
2013-01-29x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin1-7/+74
2013-01-29x86, 64bit: Copy struct boot_params earlyYinghai Lu1-1/+5
2013-01-29x86, boot: Sanitize boot_params if not zeroed on creationH. Peter Anvin1-0/+2
2012-05-08x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen1-1/+0
2011-12-08memblock: Kill memblock_init()Tejun Heo1-2/+0
2011-07-14memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo1-2/+3
2011-03-19x86: Cleanup highmap after brk is concludedYinghai Lu1-3/+0
2010-10-14x86-64: Only set max_pfn_mapped to 512 MiB if we enter via head_64.SJeremy Fitzhardinge1-0/+2
2010-08-27x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu1-2/+2
2010-08-27x86: Use memblock to replace early_resYinghai Lu1-0/+3
2010-03-29x86: Make sure free_init_pages() frees pages on page boundaryYinghai Lu1-1/+2
2009-12-11x86: Use find_e820() instead of hard coded trampoline addressYinghai Lu1-2/+0
2009-08-31x86: Add early platform detectionThomas Gleixner1-1/+2
2009-08-27x86: Add reserve_ebda_region to x86_init_opsThomas Gleixner1-2/+1
2009-03-14x86: add brk allocation for very, very early allocationsJeremy Fitzhardinge1-1/+1
2009-01-20x86: remove pda_init()Brian Gerst1-2/+0
2009-01-16x86: misc clean up after the percpu updateTejun Heo1-6/+1
2009-01-16x86: make pda a percpu variableTejun Heo1-10/+0
2009-01-16x86: merge 64 and 32 SMP percpu handlingTejun Heo1-2/+0