aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/head_32.S
AgeCommit message (Expand)AuthorFilesLines
2024-01-10x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Gravatar Breno Leitao 1-2/+2
2023-11-04Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-10/+0
2023-10-18x86/microcode/32: Move early loading after paging enableGravatar Thomas Gleixner 1-10/+0
2023-10-03x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Gravatar Masahiro Yamada 1-1/+1
2023-05-15x86/smpboot: Restrict soft_restart_cpu() to SEVGravatar Thomas Gleixner 1-14/+0
2023-05-15x86/smpboot: Rename start_cpu0() to soft_restart_cpu()Gravatar Thomas Gleixner 1-5/+5
2022-12-02x86/asm/32: Remove setup_once()Gravatar Brian Gerst 1-22/+0
2022-07-13x86/asm/32: Fix ANNOTATE_UNRET_SAFE use on 32-bitGravatar Jiri Slaby 1-0/+1
2021-12-08x86: Prepare asm files for straight-line-speculationGravatar Peter Zijlstra 1-1/+1
2021-07-19printk: Userspace format indexing supportGravatar Chris Down 1-1/+1
2021-03-08x86/stackprotector/32: Make the canary into a regular percpu variableGravatar Andy Lutomirski 1-16/+2
2020-08-11x86/xen: remove 32-bit Xen PV guest supportGravatar Juergen Gross 1-31/+0
2020-02-22x86/boot: Remove KEEP_SEGMENTS supportGravatar Arvind Sankar 1-6/+0
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-31/+31
2019-11-21x86/pti/32: Size initial_page_table correctlyGravatar Thomas Gleixner 1-0/+10
2019-10-18x86/asm: Replace WEAK uses by SYM_INNER_LABEL_ALIGNGravatar Jiri Slaby 1-1/+1
2019-10-18x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Gravatar Jiri Slaby 1-8/+8
2019-10-18x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*Gravatar Jiri Slaby 1-1/+2
2019-10-18x86/asm/head: Annotate data appropriatelyGravatar Jiri Slaby 1-17/+18
2019-10-18x86/asm: Annotate local pseudo-functionsGravatar Jiri Slaby 1-2/+2
2019-10-05x86/asm: Make boot_gdt_descr localGravatar Jiri Slaby 1-2/+0
2018-07-20x86/pgtable/32: Allocate 8k page-tables when PTI is enabledGravatar Joerg Roedel 1-5/+15
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesGravatar Linus Torvalds 1-1/+1
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingGravatar Jia Zhang 1-2/+2
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmGravatar Ingo Molnar 1-4/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-11-02Merge branch 'x86/mpx/prep' into x86/asmGravatar Ingo Molnar 1-3/+0
2017-11-01x86/boot: Relocate definition of the initial state of CR0Gravatar Ricardo Neri 1-3/+0
2017-10-23x86/asm: Don't use the confusing '.ifeq' directiveGravatar Josh Poimboeuf 1-1/+1
2017-08-31x86/idt: Remove superfluous ALIGNmentGravatar Jiri Slaby 1-1/+1
2017-08-29x86/idt: Move early IDT setup out of 32-bit asmGravatar Thomas Gleixner 1-34/+2
2017-08-29x86/idt: Move 32-bit idt_descr to C codeGravatar Thomas Gleixner 1-6/+0
2017-08-24x86/lguest: Remove lguest supportGravatar Juergen Gross 1-2/+0
2017-07-30x86/traps: Don't clear segment high bits in early_idt_handler_common()Gravatar Andy Lutomirski 1-12/+8
2017-01-06x86/boot/32: Convert the 32-bit pgtable setup code from assembly to CGravatar Boris Ostrovsky 1-114/+7
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-20/+29
2016-11-17x86/boot: Avoid warning for zero-filling .bssGravatar Arnd Bergmann 1-3/+6
2016-10-20x86/boot: Fix the end of the stack for idle tasksGravatar Josh Poimboeuf 1-1/+8
2016-10-20x86/boot/32: Fix the end of the stack for idle tasksGravatar Josh Poimboeuf 1-3/+5
2016-10-20x86/entry/32, x86/boot/32: Use local labelsGravatar Josh Poimboeuf 1-16/+16
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-0/+2
2016-08-18x86/asm/head: Rename 'stack_start' -> 'initial_stack'Gravatar Josh Poimboeuf 1-4/+4
2016-08-07x86: move exports to actual definitionsGravatar Al Viro 1-0/+2
2016-04-29Merge branch 'x86/urgent' into x86/asm, to refresh the treeGravatar Ingo Molnar 1-6/+0
2016-04-26Revert "x86/mm/32: Set NX in __supported_pte_mask before enabling paging"Gravatar Andy Lutomirski 1-6/+0
2016-04-13x86/head: Move early exception panic code into early_fixup_exception()Gravatar Andy Lutomirski 1-44/+5
2016-04-13x86/head: Move the early NMI fixup into CGravatar Andy Lutomirski 1-7/+0
2016-04-13x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()Gravatar Andy Lutomirski 1-23/+51
2016-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+6
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Gravatar Borislav Petkov 1-1/+1