index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
boot
Age
Commit message (
Expand
)
Author
Files
Lines
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-05
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-24
x86 boot build: make git ignore stale 'tools' directory
Linus Torvalds
1
-0
/
+1
2025-03-24
Merge tag 'x86-boot-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-121
/
+128
2025-03-24
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-17
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-07
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-06
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
-166
/
+62
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
2025-01-30
x86/boot: Use '-std=gnu11' to fix build with GCC 15
Nathan Chancellor
1
-0
/
+1
2025-01-21
Merge tag 'x86-cleanups-2025-01-21' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+0
2025-01-09
x86/sev: Add the Secure TSC feature for SNP guests
Nikunj A Dadhania
1
-1
/
+2
2024-12-02
x86/boot/compressed: Remove unused header includes from kaslr.c
Borislav Petkov (AMD)
1
-4
/
+0
2024-11-19
Merge tag 'x86-cleanups-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-10
/
+0
2024-11-07
x86/boot: Remove unused function atou()
Dr. David Alan Gilbert
3
-10
/
+0
2024-10-28
x86/boot: Skip video memory access in the decompressor for SEV-ES/SNP
Ashish Kalra
1
-0
/
+15
2024-09-01
mm: rework accept memory helpers
Kirill A. Shutemov
2
-2
/
+2
2024-07-23
Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-0
/
+2
2024-07-20
kbuild: Abort make on install failures
Zhang Bingwu
1
-0
/
+2
2024-07-16
Merge tag 'efi-next-for-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-34
/
+9
2024-07-16
Merge tag 'x86_sev_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-16
/
+70
2024-07-15
Merge tag 'x86_cpu_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
[prev]
[next]