summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head_32.S
Commit message (Expand)AuthorAgeFilesLines
* x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski2021-03-081-16/+2
* x86/xen: remove 32-bit Xen PV guest supportJuergen Gross2020-08-111-31/+0
* x86/boot: Remove KEEP_SEGMENTS supportArvind Sankar2020-02-221-6/+0
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-31/+31
|\
| * x86/asm: Replace WEAK uses by SYM_INNER_LABEL_ALIGNJiri Slaby2019-10-181-1/+1
| * x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-181-8/+8
| * x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby2019-10-181-1/+2
| * x86/asm/head: Annotate data appropriatelyJiri Slaby2019-10-181-17/+18
| * x86/asm: Annotate local pseudo-functionsJiri Slaby2019-10-181-2/+2
| * x86/asm: Make boot_gdt_descr localJiri Slaby2019-10-051-2/+0
* | x86/pti/32: Size initial_page_table correctlyThomas Gleixner2019-11-211-0/+10
|/
* x86/pgtable/32: Allocate 8k page-tables when PTI is enabledJoerg Roedel2018-07-201-5/+15
* Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-141-1/+1
* x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-151-2/+2
* Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-171-4/+1
|\
| * Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar2017-11-021-3/+0
| |\
| | * x86/boot: Relocate definition of the initial state of CR0Ricardo Neri2017-11-011-3/+0
| * | x86/asm: Don't use the confusing '.ifeq' directiveJosh Poimboeuf2017-10-231-1/+1
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* x86/idt: Remove superfluous ALIGNmentJiri Slaby2017-08-311-1/+1
* x86/idt: Move early IDT setup out of 32-bit asmThomas Gleixner2017-08-291-34/+2
* x86/idt: Move 32-bit idt_descr to C codeThomas Gleixner2017-08-291-6/+0
* x86/lguest: Remove lguest supportJuergen Gross2017-08-241-2/+0
* x86/traps: Don't clear segment high bits in early_idt_handler_common()Andy Lutomirski2017-07-301-12/+8
* x86/boot/32: Convert the 32-bit pgtable setup code from assembly to CBoris Ostrovsky2017-01-061-114/+7
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-121-20/+29
|\
| * x86/boot: Fix the end of the stack for idle tasksJosh Poimboeuf2016-10-201-1/+8
| * x86/boot/32: Fix the end of the stack for idle tasksJosh Poimboeuf2016-10-201-3/+5
| * x86/entry/32, x86/boot/32: Use local labelsJosh Poimboeuf2016-10-201-16/+16
* | x86/boot: Avoid warning for zero-filling .bssArnd Bergmann2016-11-171-3/+6
|/
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-141-0/+2
|\
| * x86: move exports to actual definitionsAl Viro2016-08-071-0/+2
* | x86/asm/head: Rename 'stack_start' -> 'initial_stack'Josh Poimboeuf2016-08-181-4/+4
|/
* Merge branch 'x86/urgent' into x86/asm, to refresh the treeIngo Molnar2016-04-291-6/+0
|\
| * Revert "x86/mm/32: Set NX in __supported_pte_mask before enabling paging"Andy Lutomirski2016-04-261-6/+0
* | x86/head: Move early exception panic code into early_fixup_exception()Andy Lutomirski2016-04-131-44/+5
* | x86/head: Move the early NMI fixup into CAndy Lutomirski2016-04-131-7/+0
* | x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()Andy Lutomirski2016-04-131-23/+51
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-03-151-0/+6
|\
| * x86/mm/32: Set NX in __supported_pte_mask before enabling pagingAndy Lutomirski2016-01-201-0/+6
* | x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-301-1/+1
|/
* x86/microcode: Merge the early microcode loaderBorislav Petkov2015-10-211-3/+2
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-221-2/+2
|\
| * x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski2015-05-241-15/+18
| * x86/asm/head*.S: Change global labels to localBorislav Petkov2015-05-171-2/+2
* | x86/boot: Fix overflow warning with 32-bit binutilsBorislav Petkov2015-06-191-3/+10
* | x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski2015-06-021-15/+18
|/
* x86/asm/boot: Use already defined KEEP_SEGMENTS macro in head_{32,64}.SAlexander Kuleshov2015-02-191-1/+2
* x86: fix compile error due to X86_TRAP_NMI use in asm filesLinus Torvalds2014-03-071-1/+1
* x86: Ignore NMIs that come in during early bootH. Peter Anvin2014-03-071-1/+6