index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
head_32.S
Age
Commit message (
Expand
)
Author
2025-04-18
x86/asm: Remove semicolon from "rep" prefixes
Uros Bizjak
2024-05-13
Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-03-25
x86/head: Simplify relative include path to xen-head.S
Yuntao Wang
2024-03-21
x86/boot: Simplify boot stack setup
Brian Gerst
2024-01-10
x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...
Breno Leitao
2023-11-04
Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-10-18
x86/microcode/32: Move early loading after paging enable
Thomas Gleixner
2023-10-03
x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>
Masahiro Yamada
2023-05-15
x86/smpboot: Restrict soft_restart_cpu() to SEV
Thomas Gleixner
2023-05-15
x86/smpboot: Rename start_cpu0() to soft_restart_cpu()
Thomas Gleixner
2022-12-02
x86/asm/32: Remove setup_once()
Brian Gerst
2022-07-13
x86/asm/32: Fix ANNOTATE_UNRET_SAFE use on 32-bit
Jiri Slaby
2021-12-08
x86: Prepare asm files for straight-line-speculation
Peter Zijlstra
2021-07-19
printk: Userspace format indexing support
Chris Down
2021-03-08
x86/stackprotector/32: Make the canary into a regular percpu variable
Andy Lutomirski
2020-08-11
x86/xen: remove 32-bit Xen PV guest support
Juergen Gross
2020-02-22
x86/boot: Remove KEEP_SEGMENTS support
Arvind Sankar
2019-11-26
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-11-21
x86/pti/32: Size initial_page_table correctly
Thomas Gleixner
2019-10-18
x86/asm: Replace WEAK uses by SYM_INNER_LABEL_ALIGN
Jiri Slaby
2019-10-18
x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*
Jiri Slaby
2019-10-18
x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*
Jiri Slaby
2019-10-18
x86/asm/head: Annotate data appropriately
Jiri Slaby
2019-10-18
x86/asm: Annotate local pseudo-functions
Jiri Slaby
2019-10-05
x86/asm: Make boot_gdt_descr local
Jiri Slaby
2018-07-20
x86/pgtable/32: Allocate 8k page-tables when PTI is enabled
Joerg Roedel
2018-06-14
Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables
Linus Torvalds
2018-02-15
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
Jia Zhang
2017-12-17
Merge commit 'upstream-x86-entry' into WIP.x86/mm
Ingo Molnar
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
Merge branch 'x86/mpx/prep' into x86/asm
Ingo Molnar
2017-11-01
x86/boot: Relocate definition of the initial state of CR0
Ricardo Neri
2017-10-23
x86/asm: Don't use the confusing '.ifeq' directive
Josh Poimboeuf
2017-08-31
x86/idt: Remove superfluous ALIGNment
Jiri Slaby
2017-08-29
x86/idt: Move early IDT setup out of 32-bit asm
Thomas Gleixner
2017-08-29
x86/idt: Move 32-bit idt_descr to C code
Thomas Gleixner
2017-08-24
x86/lguest: Remove lguest support
Juergen Gross
2017-07-30
x86/traps: Don't clear segment high bits in early_idt_handler_common()
Andy Lutomirski
2017-01-06
x86/boot/32: Convert the 32-bit pgtable setup code from assembly to C
Boris Ostrovsky
2016-12-12
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-11-17
x86/boot: Avoid warning for zero-filling .bss
Arnd Bergmann
2016-10-20
x86/boot: Fix the end of the stack for idle tasks
Josh Poimboeuf
2016-10-20
x86/boot/32: Fix the end of the stack for idle tasks
Josh Poimboeuf
2016-10-20
x86/entry/32, x86/boot/32: Use local labels
Josh Poimboeuf
2016-10-14
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
2016-08-18
x86/asm/head: Rename 'stack_start' -> 'initial_stack'
Josh Poimboeuf
2016-08-07
x86: move exports to actual definitions
Al Viro
2016-04-29
Merge branch 'x86/urgent' into x86/asm, to refresh the tree
Ingo Molnar
2016-04-26
Revert "x86/mm/32: Set NX in __supported_pte_mask before enabling paging"
Andy Lutomirski
2016-04-13
x86/head: Move early exception panic code into early_fixup_exception()
Andy Lutomirski
[next]