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