summaryrefslogtreecommitdiff
path: root/arch/x86/boot/pmjump.S
AgeCommit message (Expand)Author
2019-10-18x86/asm: Do not annotate functions with GLOBALJiri Slaby
2019-10-18x86/boot: Annotate local functionsJiri Slaby
2019-10-11x86/asm: Make more symbols localJiri Slaby
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Thomas Gleixner
2009-03-17x86, setup: move 32-bit code to .text32H. Peter Anvin
2009-02-19x86: pmjump - use GLOBAL,ENDPROC macrosCyrill Gorcunov
2008-07-01x86: fix regression: boot failure on AMD Elan TS-5500H. Peter Anvin
2008-04-19x86: remove pointless commentsWANG Cong
2008-01-30x86 setup: use X86_CR0_PE macro instead of hard-coded constantH. Peter Anvin
2008-01-30x86 setup: initialize LDTR and TR to make life easier to Intel VTH. Peter Anvin
2008-01-30x86 setup: make PM transition more paranoid; cleanup 32-bit entryH. Peter Anvin
2007-11-04x86 setup: set %ebx == %ebp == %edi == 0 on protected mode entryH. Peter Anvin
2007-11-04x86 setup: add a near jump to serialize %cr0 on 386/486H. Peter Anvin
2007-10-11i386: move bootThomas Gleixner