| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: fix compile error due to X86_TRAP_NMI use in asm files | Linus Torvalds | 2014-03-07 | 1 | -1/+1 |
* | x86: Ignore NMIs that come in during early boot | H. Peter Anvin | 2014-03-07 | 1 | -1/+5 |
* | x86: Make sure IDT is page aligned | Kees Cook | 2013-07-16 | 1 | -15/+0 |
* | x86, trace: Add irq vector tracepoints | Seiji Aguchi | 2013-06-20 | 1 | -0/+6 |
* | x86: Rename variables for debugging | Seiji Aguchi | 2013-06-20 | 1 | -1/+1 |
* | x86-64, init: Fix a possible wraparound bug in switchover in head_64.S | Zhang Yanfei | 2013-05-28 | 1 | -2/+4 |
* | x86-64, init: Do not set NX bits on non-NX capable hardware | H. Peter Anvin | 2013-05-02 | 1 | -0/+1 |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-02-27 | 1 | -2/+2 |
|\ |
|
| * | x86, doc: Fix incorrect comment about 64-bit code segment descriptors | Konrad Rzeszutek Wilk | 2013-02-25 | 1 | -2/+2 |
* | | x86-64: don't set the early IDT to point directly to 'early_idt_handler' | Linus Torvalds | 2013-02-22 | 1 | -0/+2 |
* | | x86, 64bit: Use a #PF handler to materialize early mappings on demand | H. Peter Anvin | 2013-01-29 | 1 | -83/+127 |
|/ |
|
* | x86-64, hotplug: Add start_cpu0() entry point to head_64.S | Fenghua Yu | 2012-11-14 | 1 | -0/+16 |
* | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2012-05-29 | 1 | -4/+0 |
|\ |
|
| * | x86, realmode: Move SMP trampoline to unified realmode code | Jarkko Sakkinen | 2012-05-08 | 1 | -4/+0 |
* | | x86-64: Handle exception table entries during early boot | H. Peter Anvin | 2012-04-19 | 1 | -19/+57 |
* | | x86, paravirt: Replace GET_CR2_INTO_RCX with GET_CR2_INTO_RAX | H. Peter Anvin | 2012-04-19 | 1 | -3/+3 |
* | | x86: Add symbolic constant for exceptions with error code | H. Peter Anvin | 2012-04-19 | 1 | -1/+1 |
|/ |
|
* | x86: Keep current stack in NMI breakpoints | Steven Rostedt | 2011-12-21 | 1 | -0/+4 |
* | x86, trampoline: Common infrastructure for low memory trampolines | H. Peter Anvin | 2011-02-17 | 1 | -2/+1 |
* | x86-64: Simplify loading initial_gs | Brian Gerst | 2010-07-21 | 1 | -3/+2 |
* | tree-wide: Assorted spelling fixes | Daniel Mack | 2010-02-09 | 1 | -1/+1 |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-12-08 | 1 | -1/+2 |
|\ |
|
| * | x86-64: preserve large page mapping for 1st 2MB kernel txt with CONFIG_DEBUG_... | Suresh Siddha | 2009-10-20 | 1 | -1/+2 |
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-12-05 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | x86, 64-bit: Set data segments to null after switching to 64-bit mode | Brian Gerst | 2009-11-26 | 1 | -2/+2 |
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-09-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | x86: convert to use __HEAD and HEAD_TEXT macros. | Tim Abbott | 2009-09-18 | 1 | -1/+1 |
* | | Use macros for .bss.page_aligned section. | Tim Abbott | 2009-09-21 | 1 | -1/+1 |
|/ |
|
* | x86: de-assembler-ize asm/desc.h | Alexander van Heukelum | 2009-06-17 | 1 | -1/+0 |
* | x86: head_64.S - use IDT_ENTRIES instead of hardcoded number | Cyrill Gorcunov | 2009-02-24 | 1 | -1/+1 |
* | x86: head_64.S - remove useless balign | Cyrill Gorcunov | 2009-02-24 | 1 | -2/+0 |
* | x86: use linker to offset symbols by __per_cpu_load | Brian Gerst | 2009-02-09 | 1 | -19/+2 |
* | x86: move stack_canary into irq_stack | Brian Gerst | 2009-01-20 | 1 | -8/+5 |
* | x86: rework __per_cpu_load adjustments | Brian Gerst | 2009-01-20 | 1 | -16/+8 |
* | x86: make pda a percpu variable | Tejun Heo | 2009-01-16 | 1 | -2/+3 |
* | x86: fold pda into percpu area on SMP | Tejun Heo | 2009-01-16 | 1 | -4/+11 |
* | x86: load pointer to pda into %gs while brining up a CPU | Tejun Heo | 2009-01-16 | 1 | -5/+10 |
* | x86: make percpu symbols zerobased on SMP | Tejun Heo | 2009-01-16 | 1 | -1/+23 |
* | x86: fix RIP printout in early_idt_handler | Jiri Slaby | 2009-01-04 | 1 | -1/+1 |
* | x86, cpa: rename PTE attribute macros for kernel direct mapping in early boot | Suresh Siddha | 2008-10-10 | 1 | -2/+2 |
* | Revert "x86_64: there's no need to preallocate level1_fixmap_pgt" | Ingo Molnar | 2008-07-16 | 1 | -0/+6 |
* | xen64: add xen-head code to head_64.S | Jeremy Fitzhardinge | 2008-07-16 | 1 | -0/+1 |
* | x86_64: there's no need to preallocate level1_fixmap_pgt | Jeremy Fitzhardinge | 2008-07-16 | 1 | -6/+0 |
* | x86: always set _PAGE_GLOBAL in _PAGE_KERNEL* flags | Jeremy Fitzhardinge | 2008-07-08 | 1 | -2/+2 |
* | x86: fix CPA self-test for "x86/paravirt: groundwork for 64-bit Xen support" | Jeremy Fitzhardinge | 2008-07-08 | 1 | -1/+1 |
* | paravirt/x86, 64-bit: move __PAGE_OFFSET to leave a space for hypervisor | Eduardo Habkost | 2008-07-08 | 1 | -5/+12 |
* | x86: move x86_64 gdt closer to i386 | Glauber Costa | 2008-07-08 | 1 | -43/+5 |
* | x86: use stack_start in x86_64 | Glauber Costa | 2008-07-08 | 1 | -2/+3 |
*-. | Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu... | Ingo Molnar | 2008-07-08 | 1 | -17/+12 |
|\ \ |
|
| | * | x86: head_64.S cleanup - use PMD_SHIFT instead of numeric constant | Cyrill Gorcunov | 2008-05-25 | 1 | -5/+5 |