index
:
kernel/linux.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.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
boot
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-04
x86/boot: Move early_setup_gdt() back into head64.c
Ard Biesheuvel
1
-14
/
+1
2025-05-04
Merge branch 'x86/urgent' into x86/boot, to pick up fixes
Ingo Molnar
4
-5
/
+44
2025-05-04
x86/boot/sev: Support memory acceptance in the EFI stub under SVSM
Ard Biesheuvel
3
-4
/
+43
2025-04-24
x86/boot: Work around broken busybox 'truncate' tool
Ard Biesheuvel
1
-1
/
+1
2025-04-24
x86/sev: Share the sev_secrets_pa value again
Tom Lendacky
1
-2
/
+2
2025-04-23
x86/boot: Disable jump tables in PIC code
Ard Biesheuvel
1
-0
/
+1
2025-04-22
x86/boot: Drop RIP_REL_REF() uses from early SEV code
Ard Biesheuvel
2
-28
/
+19
2025-04-22
x86/boot: Move SEV startup code into startup/
Ard Biesheuvel
4
-2
/
+2805
2025-04-22
x86/sev: Split off startup code from core code
Ard Biesheuvel
1
-0
/
+2
2025-04-22
Merge branch 'x86/urgent' into x86/boot, to merge dependent commit and upstre...
Ingo Molnar
3
-53
/
+21
2025-04-18
x86/boot/sev: Avoid shared GHCB page for early memory acceptance
Ard Biesheuvel
3
-53
/
+21
2025-04-18
x86/asm: Replace "REP; NOP" with PAUSE mnemonic
Uros Bizjak
1
-1
/
+1
2025-04-18
x86/boot: Remove semicolon from "rep" prefixes
Uros Bizjak
7
-15
/
+15
2025-04-17
x86/boot/startup: Disable LTO for the startup code
Nathan Chancellor
1
-1
/
+2
2025-04-12
x86/sev: Prepare for splitting off early SEV code
Ard Biesheuvel
1
-5
/
+10
2025-04-12
x86/boot: Drop RIP_REL_REF() uses from SME startup code
Ard Biesheuvel
1
-6
/
+5
2025-04-12
x86/boot: Move early SME init code into startup/
Ard Biesheuvel
2
-0
/
+568
2025-04-12
x86/boot: Drop RIP_REL_REF() uses from early mapping code
Ard Biesheuvel
1
-20
/
+21
2025-04-12
x86/boot: Move early kernel mapping code into startup/
Ard Biesheuvel
2
-1
/
+225
2025-04-12
x86/boot: Move the early GDT/IDT setup code into startup/
Ard Biesheuvel
3
-1
/
+100
2025-04-09
x86/boot/startup: Disable objtool validation for library code
Ard Biesheuvel
1
-0
/
+6
2025-04-06
x86/boot: Move the EFI mixed mode startup code back under arch/x86, into star...
Ard Biesheuvel
2
-0
/
+256
2025-04-06
x86/boot: Move the 5-level paging trampoline into /startup
Ard Biesheuvel
3
-1
/
+4
2025-04-06
x86/boot/compressed: Merge the local pgtable.h include into <asm/boot.h>
Ard Biesheuvel
5
-22
/
+0
2025-04-06
Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2
-5
/
+6
2025-03-29
Merge tag 'efi-next-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-349
/
+0
2025-03-25
x86 boot build: make git ignore stale 'tools' directory
Linus Torvalds
1
-0
/
+1
2025-03-25
Merge tag 'x86-boot-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-121
/
+128
2025-03-25
Merge tag 'x86-build-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-256
/
+9
2025-03-22
x86: drop unnecessary prefix map configuration
Thomas Weißschuh
2
-2
/
+0
2025-03-19
x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headers
Thomas Huth
1
-2
/
+2
2025-03-19
x86/cpufeatures: Generate the <asm/cpufeaturemasks.h> header based on build c...
H. Peter Anvin (Intel)
3
-4
/
+3
2025-03-19
Merge tag 'v6.14-rc7' into x86/core, to pick up fixes
Ingo Molnar
1
-0
/
+2
2025-03-16
x86: Get rid of Makefile.postlink
Ard Biesheuvel
1
-3
/
+6
2025-03-13
x86/boot: Move the LA57 trampoline to separate source file
Ard Biesheuvel
3
-103
/
+113
2025-03-12
x86/boot: Add back some padding for the CRC-32 checksum
Ard Biesheuvel
1
-1
/
+2
2025-03-08
x86/boot: Do not test if AC and ID eflags are changeable on x86_64
Uros Bizjak
2
-18
/
+14
2025-03-08
x86/boot: Drop CRC-32 checksum and the build tool that generates it
Ard Biesheuvel
5
-256
/
+5
2025-03-07
Merge branch 'x86-mixed-mode' into efi/next
Ard Biesheuvel
3
-349
/
+0
2025-03-07
x86/boot: Sanitize boot params before parsing command line
Ard Biesheuvel
1
-0
/
+2
2025-02-26
x86/boot: Add missing has_cpuflag() prototype
Zhou Ding
1
-0
/
+1
2025-02-25
x86/build: Fix broken copy command in genimage.sh when making isoimage
Nir Lichtman
1
-1
/
+4
2025-02-21
x86/efi/mixed: Move mixed mode startup code into libstub
Ard Biesheuvel
2
-254
/
+0
2025-02-21
x86/efi/mixed: Simplify and document thunking logic
Ard Biesheuvel
1
-40
/
+37
2025-02-21
x86/efi/mixed: Remove dependency on legacy startup_32 code
Ard Biesheuvel
2
-169
/
+65
2025-02-21
x86/efi/mixed: Set up 1:1 mapping of lower 4GiB in the stub
Ard Biesheuvel
1
-0
/
+29
2025-02-21
x86/efi/mixed: Factor out and clean up long mode entry
Ard Biesheuvel
1
-14
/
+15
2025-02-21
x86/efi/mixed: Check CPU compatibility without relying on verify_cpu()
Ard Biesheuvel
1
-13
/
+9
2025-02-21
x86/efistub: Merge PE and handover entrypoints
Ard Biesheuvel
1
-15
/
+1
2025-02-18
x86/boot/64: Remove inverse relocations
Brian Gerst
1
-13
/
+1
[prev]
[next]