Age | Commit message (Expand) | Author | Files | Lines |
2016-08-18 | x86/asm/head: Rename 'stack_start' -> 'initial_stack' | Josh Poimboeuf | 1 | -4/+4 |
2016-04-29 | Merge branch 'x86/urgent' into x86/asm, to refresh the tree | Ingo Molnar | 1 | -6/+0 |
2016-04-26 | Revert "x86/mm/32: Set NX in __supported_pte_mask before enabling paging" | Andy Lutomirski | 1 | -6/+0 |
2016-04-13 | x86/head: Move early exception panic code into early_fixup_exception() | Andy Lutomirski | 1 | -44/+5 |
2016-04-13 | x86/head: Move the early NMI fixup into C | Andy Lutomirski | 1 | -7/+0 |
2016-04-13 | x86/head: Pass a real pt_regs and trapnr to early_fixup_exception() | Andy Lutomirski | 1 | -23/+51 |
2016-03-15 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+6 |
2016-01-30 | x86/cpufeature: Carve out X86_FEATURE_* | Borislav Petkov | 1 | -1/+1 |
2016-01-20 | x86/mm/32: Set NX in __supported_pte_mask before enabling paging | Andy Lutomirski | 1 | -0/+6 |
2015-10-21 | x86/microcode: Merge the early microcode loader | Borislav Petkov | 1 | -3/+2 |
2015-06-23 | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
2015-06-19 | x86/boot: Fix overflow warning with 32-bit binutils | Borislav Petkov | 1 | -3/+10 |
2015-06-02 | x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlers | Andy Lutomirski | 1 | -15/+18 |
2015-05-24 | x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlers | Andy Lutomirski | 1 | -15/+18 |
2015-05-17 | x86/asm/head*.S: Change global labels to local | Borislav Petkov | 1 | -2/+2 |
2015-02-19 | x86/asm/boot: Use already defined KEEP_SEGMENTS macro in head_{32,64}.S | Alexander Kuleshov | 1 | -1/+2 |
2014-03-08 | x86: fix compile error due to X86_TRAP_NMI use in asm files | Linus Torvalds | 1 | -1/+1 |
2014-03-08 | x86: Ignore NMIs that come in during early boot | H. Peter Anvin | 1 | -1/+6 |
2013-09-04 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2013-07-15 | x86: delete __cpuinit usage from all x86 files | Paul Gortmaker | 1 | -1/+0 |
2013-06-29 | x86: Fix override new_cpu_data.x86 with 486 | Wang YanQing | 1 | -1/+1 |
2013-06-07 | x86: Get rid of ->hard_math and all the FPU asm fu | H. Peter Anvin | 1 | -21/+0 |
2013-02-23 | Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+11 |
2013-02-13 | x86, head_32: Give the 6 label a real name | Borislav Petkov | 1 | -6/+6 |
2013-02-13 | x86, head_32: Remove second CPUID detection from default_entry | Borislav Petkov | 1 | -13/+4 |
2013-02-13 | x86: Detect CPUID support early at boot | Borislav Petkov | 1 | -25/+25 |
2013-02-13 | x86, head_32: Remove i386 pieces | Borislav Petkov | 1 | -17/+5 |
2013-02-01 | x86/head_32.S: Early update ucode in 32-bit | Fenghua Yu | 1 | -0/+11 |
2013-01-19 | x86-32: Start out cr0 clean, disable paging before modifying cr3/4 | H. Peter Anvin | 1 | -2/+7 |
2012-12-12 | Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -0/+13 |
2012-11-27 | x86-32: Unbreak booting on some 486 clones | H. Peter Anvin | 1 | -2/+7 |
2012-11-14 | x86-32, hotplug: Add start_cpu0() entry point to head_32.S | Fenghua Yu | 1 | -0/+13 |
2012-09-27 | x86-32: Start out eflags and cr4 clean | H. Peter Anvin | 1 | -15/+16 |
2012-05-30 | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -4/+1 |
2012-05-08 | x86, realmode: Move SMP trampoline to unified realmode code | Jarkko Sakkinen | 1 | -4/+1 |
2012-04-20 | x86-32: Handle exception table entries during early boot | H. Peter Anvin | 1 | -94/+129 |
2011-03-16 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2011-02-26 | x86, asm: Cleanup unnecssary macros in asm-offsets.c | Stratos Psomadakis | 1 | -4/+4 |
2011-02-23 | x86: OLPC: Cleanup config maze completely | Thomas Gleixner | 1 | -1/+1 |
2011-02-05 | x86-32: Make sure the stack is set up before we use it | H. Peter Anvin | 1 | -17/+13 |
2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
2011-01-06 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -38/+39 |
2011-01-06 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+6 |
2011-01-04 | x86, mm: Initialize initial_page_table before paravirt jumps | Rusty Russell | 1 | -38/+39 |
2010-12-22 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -7/+9 |
2010-12-19 | Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.... | Linus Torvalds | 1 | -5/+7 |
2010-12-17 | x86-32: Make sure we can map all of lowmem if we need to | H. Peter Anvin | 1 | -5/+7 |
2010-12-16 | lguest: populate initial_page_table | Rusty Russell | 1 | -2/+2 |
2010-11-11 | x86, cpu: Call verify_cpu during 32bit CPU startup | Kees Cook | 1 | -0/+6 |
2010-11-01 | tree-wide: fix comment/printk typos | Uwe Kleine-König | 1 | -1/+1 |