aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head_64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-16x86: Make sure IDT is page alignedKees Cook1-15/+0
2013-06-20x86, trace: Add irq vector tracepointsSeiji Aguchi1-0/+6
2013-06-20x86: Rename variables for debuggingSeiji Aguchi1-1/+1
2013-05-28x86-64, init: Fix a possible wraparound bug in switchover in head_64.SZhang Yanfei1-2/+4
2013-05-02x86-64, init: Do not set NX bits on non-NX capable hardwareH. Peter Anvin1-0/+1
2013-02-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2013-02-25x86, doc: Fix incorrect comment about 64-bit code segment descriptorsKonrad Rzeszutek Wilk1-2/+2
2013-02-22x86-64: don't set the early IDT to point directly to 'early_idt_handler'Linus Torvalds1-0/+2
2013-01-29x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin1-83/+127
2012-11-14x86-64, hotplug: Add start_cpu0() entry point to head_64.SFenghua Yu1-0/+16
2012-05-29Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2012-05-08x86, realmode: Move SMP trampoline to unified realmode codeJarkko Sakkinen1-4/+0
2012-04-19x86-64: Handle exception table entries during early bootH. Peter Anvin1-19/+57
2012-04-19x86, paravirt: Replace GET_CR2_INTO_RCX with GET_CR2_INTO_RAXH. Peter Anvin1-3/+3
2012-04-19x86: Add symbolic constant for exceptions with error codeH. Peter Anvin1-1/+1
2011-12-21x86: Keep current stack in NMI breakpointsSteven Rostedt1-0/+4
2011-02-17x86, trampoline: Common infrastructure for low memory trampolinesH. Peter Anvin1-2/+1
2010-07-21x86-64: Simplify loading initial_gsBrian Gerst1-3/+2
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-12-08Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2009-12-05Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2009-11-26x86, 64-bit: Set data segments to null after switching to 64-bit modeBrian Gerst1-2/+2
2009-10-20x86-64: preserve large page mapping for 1st 2MB kernel txt with CONFIG_DEBUG_RODATASuresh Siddha1-1/+2
2009-09-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-09-21Use macros for .bss.page_aligned section.Tim Abbott1-1/+1
2009-09-18x86: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott1-1/+1
2009-06-17x86: de-assembler-ize asm/desc.hAlexander van Heukelum1-1/+0
2009-02-24x86: head_64.S - use IDT_ENTRIES instead of hardcoded numberCyrill Gorcunov1-1/+1
2009-02-24x86: head_64.S - remove useless balignCyrill Gorcunov1-2/+0
2009-02-09x86: use linker to offset symbols by __per_cpu_loadBrian Gerst1-19/+2
2009-01-20x86: move stack_canary into irq_stackBrian Gerst1-8/+5
2009-01-20x86: rework __per_cpu_load adjustmentsBrian Gerst1-16/+8
2009-01-16x86: make pda a percpu variableTejun Heo1-2/+3
2009-01-16x86: fold pda into percpu area on SMPTejun Heo1-4/+11
2009-01-16x86: load pointer to pda into %gs while brining up a CPUTejun Heo1-5/+10
2009-01-16x86: make percpu symbols zerobased on SMPTejun Heo1-1/+23
2009-01-04x86: fix RIP printout in early_idt_handlerJiri Slaby1-1/+1
2008-10-10x86, cpa: rename PTE attribute macros for kernel direct mapping in early bootSuresh Siddha1-2/+2
2008-07-16Revert "x86_64: there's no need to preallocate level1_fixmap_pgt"Ingo Molnar1-0/+6
2008-07-16xen64: add xen-head code to head_64.SJeremy Fitzhardinge1-0/+1
2008-07-16x86_64: there's no need to preallocate level1_fixmap_pgtJeremy Fitzhardinge1-6/+0
2008-07-08x86: always set _PAGE_GLOBAL in _PAGE_KERNEL* flagsJeremy Fitzhardinge1-2/+2
2008-07-08x86: fix CPA self-test for "x86/paravirt: groundwork for 64-bit Xen support"Jeremy Fitzhardinge1-1/+1
2008-07-08paravirt/x86, 64-bit: move __PAGE_OFFSET to leave a space for hypervisorEduardo Habkost1-5/+12
2008-07-08x86: move x86_64 gdt closer to i386Glauber Costa1-43/+5
2008-07-08x86: use stack_start in x86_64Glauber Costa1-2/+3
2008-07-08Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/thr...Ingo Molnar1-17/+12
2008-07-05x86 ACPI: fix resume from suspend to RAM on uniprocessor x86-64Rafael J. Wysocki1-1/+1
2008-05-25x86: head_64.S cleanup - use PMD_SHIFT instead of numeric constantCyrill Gorcunov1-5/+5
2008-05-25x86: head_64.S cleanup - use straight move to CR4 registerCyrill Gorcunov1-3/+1