summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head_32.S
AgeCommit message (Expand)AuthorLines
2022-07-13x86/asm/32: Fix ANNOTATE_UNRET_SAFE use on 32-bitJiri Slaby-0/+1
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra-1/+1
2021-07-19printk: Userspace format indexing supportChris Down-1/+1
2021-03-08x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski-16/+2
2020-08-11x86/xen: remove 32-bit Xen PV guest supportJuergen Gross-31/+0
2020-02-22x86/boot: Remove KEEP_SEGMENTS supportArvind Sankar-6/+0
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-31/+31
2019-11-21x86/pti/32: Size initial_page_table correctlyThomas Gleixner-0/+10
2019-10-18x86/asm: Replace WEAK uses by SYM_INNER_LABEL_ALIGNJiri Slaby-1/+1
2019-10-18x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby-8/+8
2019-10-18x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby-1/+2
2019-10-18x86/asm/head: Annotate data appropriatelyJiri Slaby-17/+18
2019-10-18x86/asm: Annotate local pseudo-functionsJiri Slaby-2/+2
2019-10-05x86/asm: Make boot_gdt_descr localJiri Slaby-2/+0
2018-07-20x86/pgtable/32: Allocate 8k page-tables when PTI is enabledJoerg Roedel-5/+15
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds-1/+1
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang-2/+2
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar-4/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-11-02Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar-3/+0
2017-11-01x86/boot: Relocate definition of the initial state of CR0Ricardo Neri-3/+0
2017-10-23x86/asm: Don't use the confusing '.ifeq' directiveJosh Poimboeuf-1/+1
2017-08-31x86/idt: Remove superfluous ALIGNmentJiri Slaby-1/+1
2017-08-29x86/idt: Move early IDT setup out of 32-bit asmThomas Gleixner-34/+2
2017-08-29x86/idt: Move 32-bit idt_descr to C codeThomas Gleixner-6/+0
2017-08-24x86/lguest: Remove lguest supportJuergen Gross-2/+0
2017-07-30x86/traps: Don't clear segment high bits in early_idt_handler_common()Andy Lutomirski-12/+8
2017-01-06x86/boot/32: Convert the 32-bit pgtable setup code from assembly to CBoris Ostrovsky-114/+7
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-20/+29
2016-11-17x86/boot: Avoid warning for zero-filling .bssArnd Bergmann-3/+6
2016-10-20x86/boot: Fix the end of the stack for idle tasksJosh Poimboeuf-1/+8
2016-10-20x86/boot/32: Fix the end of the stack for idle tasksJosh Poimboeuf-3/+5
2016-10-20x86/entry/32, x86/boot/32: Use local labelsJosh Poimboeuf-16/+16
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-0/+2
2016-08-18x86/asm/head: Rename 'stack_start' -> 'initial_stack'Josh Poimboeuf-4/+4
2016-08-07x86: move exports to actual definitionsAl Viro-0/+2
2016-04-29Merge branch 'x86/urgent' into x86/asm, to refresh the treeIngo Molnar-6/+0
2016-04-26Revert "x86/mm/32: Set NX in __supported_pte_mask before enabling paging"Andy Lutomirski-6/+0
2016-04-13x86/head: Move early exception panic code into early_fixup_exception()Andy Lutomirski-44/+5
2016-04-13x86/head: Move the early NMI fixup into CAndy Lutomirski-7/+0
2016-04-13x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()Andy Lutomirski-23/+51
2016-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+6
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov-1/+1
2016-01-20x86/mm/32: Set NX in __supported_pte_mask before enabling pagingAndy Lutomirski-0/+6
2015-10-21x86/microcode: Merge the early microcode loaderBorislav Petkov-3/+2
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2015-06-19x86/boot: Fix overflow warning with 32-bit binutilsBorislav Petkov-3/+10
2015-06-02x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski-15/+18
2015-05-24x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski-15/+18
2015-05-17x86/asm/head*.S: Change global labels to localBorislav Petkov-2/+2