summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head64.c
Commit message (Expand)AuthorAgeFilesLines
* x86/boot: Run reserve_bios_regions() after we initialize the memory mapAndy Lutomirski2016-08-111-1/+0
* x86/boot: Reorganize and clean up the BIOS area reservation codeIngo Molnar2016-07-211-1/+1
* x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez2016-04-221-0/+1
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-151-11/+3
|\
| * x86/boot: Use proper array element type in memset() size calculationAlexander Kuleshov2016-02-091-2/+2
| * x86/boot: Micro-optimize reset_early_page_tables()Alexander Kuleshov2016-01-301-11/+3
* | x86/platform/intel-mid: Enable 64-bit buildAndy Shevchenko2016-01-191-0/+8
|/
* x86/kasan: Fix KASAN shadow region page tablesAlexander Popov2015-07-061-5/+2
* x86/init: Clear 'init_level4_pgt' earlierAndrey Ryabinin2015-07-061-1/+2
* x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski2015-06-021-1/+1
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-131-3/+0
|\
| * x86/boot/64: Remove pointless early_printk() messageAlexander Kuleshov2015-03-171-3/+0
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-161-0/+2
|\ \
| * | x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-02-041-0/+2
| |/
* | x86_64: add KASan supportAndrey Ryabinin2015-02-131-2/+7
|/
* kernel/printk: use symbolic defines for console loglevelsBorislav Petkov2014-06-041-1/+1
* asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen2014-05-051-1/+1
* x86, trace: Register exception handler to trace IDTSeiji Aguchi2013-11-081-1/+1
* x86, asmlinkage: Make _*_start_kernel visibleAndi Kleen2013-08-061-1/+1
* x86: Fix bit corruption at CPU resume timeLinus Torvalds2013-05-201-1/+1
* x86-64, init: Do not set NX bits on non-NX capable hardwareH. Peter Anvin2013-05-021-1/+2
* x86: Drop KERNEL_IMAGE_STARTBorislav Petkov2013-04-021-3/+3
* Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-221-0/+6
|\
| * x86/head64.c: Early update ucode in 64-bitFenghua Yu2013-01-311-0/+6
* | x86-64: don't set the early IDT to point directly to 'early_idt_handler'Linus Torvalds2013-02-221-6/+1
|/
* x86: Merge early kernel reserve for 32bit and 64bitYinghai Lu2013-01-291-9/+0
* x86, boot: Support loading bzImage, boot_params and ramdisk above 4GYinghai Lu2013-01-291-0/+2
* x86, boot: Add get_cmd_line_ptr()Yinghai Lu2013-01-291-2/+11
* x86: Merge early_reserve_initrd for 32bit and 64bitYinghai Lu2013-01-291-11/+0
* x86, 64bit: Don't set max_pfn_mapped wrong value early on native pathYinghai Lu2013-01-291-3/+0
* x86, 64bit: #PF handler set page to cover only 2M per #PFYinghai Lu2013-01-291-17/+25
* x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin2013-01-291-7/+74
* x86, 64bit: Copy struct boot_params earlyYinghai Lu2013-01-291-1/+5
* x86, boot: Sanitize boot_params if not zeroed on creationH. Peter Anvin2013-01-291-0/+2
* x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen2012-05-081-1/+0
* memblock: Kill memblock_init()Tejun Heo2011-12-081-2/+0
* memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo2011-07-141-2/+3
* x86: Cleanup highmap after brk is concludedYinghai Lu2011-03-191-3/+0
* x86-64: Only set max_pfn_mapped to 512 MiB if we enter via head_64.SJeremy Fitzhardinge2010-10-141-0/+2
* x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu2010-08-271-2/+2
* x86: Use memblock to replace early_resYinghai Lu2010-08-271-0/+3
* x86: Make sure free_init_pages() frees pages on page boundaryYinghai Lu2010-03-291-1/+2
* x86: Use find_e820() instead of hard coded trampoline addressYinghai Lu2009-12-111-2/+0
* x86: Add early platform detectionThomas Gleixner2009-08-311-1/+2
* x86: Add reserve_ebda_region to x86_init_opsThomas Gleixner2009-08-271-2/+1
* x86: add brk allocation for very, very early allocationsJeremy Fitzhardinge2009-03-141-1/+1
* x86: remove pda_init()Brian Gerst2009-01-201-2/+0
* x86: misc clean up after the percpu updateTejun Heo2009-01-161-6/+1
* x86: make pda a percpu variableTejun Heo2009-01-161-10/+0
* x86: merge 64 and 32 SMP percpu handlingTejun Heo2009-01-161-2/+0
OpenPOWER on IntegriCloud