index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
boot
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-02
Merge tag 'x86_mm_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+7
2025-12-02
Merge tag 'x86_sev_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-52
/
+16
2025-12-02
Merge tag 'x86_cleanups_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-7
/
+5
2025-12-01
Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+1
2025-12-01
Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2025-11-28
x86/boot: Clean up whitespace in a20.c
Harry Fellowes
1
-5
/
+5
2025-11-22
x86/{boot,mtrr}: Remove unused function declarations
Yue Haibing
1
-2
/
+0
2025-11-20
x86/boot: Drop unused sev_enable() fallback
Ard Biesheuvel
1
-11
/
+0
2025-11-18
objtool/klp: Only enable --checksum when needed
Josh Poimboeuf
1
-1
/
+1
2025-11-11
x86/coco/sev: Convert has_cpuflag() to use cpu_feature_enabled()
Borislav Petkov (AMD)
1
-1
/
+1
2025-11-05
x86/boot: Fix page table access in 5-level to 4-level paging transition
Usama Arif
1
-4
/
+7
2025-10-30
kbuild: Add '-fms-extensions' to areas with dedicated CFLAGS
Nathan Chancellor
1
-2
/
+5
2025-10-30
x86/boot: Move boot_*msr helpers to asm/shared/msr.h
John Allen
4
-40
/
+15
2025-10-16
x86/insn: Simplify for_each_insn_prefix()
Peter Zijlstra
1
-2
/
+1
2025-10-11
Merge tag 'x86_cleanups_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-7
/
+7
2025-09-24
x86/boot: Drop erroneous __init annotation from early_set_pages_state()
Ard Biesheuvel
1
-1
/
+1
2025-09-10
x86/startup/sev: Document the CPUID flow in the boot #VC handler
Tom Lendacky
1
-0
/
+11
2025-09-08
x86/asm: Remove code depending on __GCC_ASM_FLAG_OUTPUTS__
Uros Bizjak
3
-7
/
+7
2025-09-05
Merge branch 'x86/apic' into x86/sev, to resolve conflict
Ingo Molnar
1
-1
/
+9
2025-09-04
x86/sev: Zap snp_abort()
Borislav Petkov (AMD)
2
-7
/
+2
2025-09-03
x86/boot: Move startup code out of __head section
Ard Biesheuvel
6
-45
/
+42
2025-09-03
efistub/x86: Remap inittext read-execute when needed
Ard Biesheuvel
2
-1
/
+3
2025-09-03
x86/boot: Create a confined code area for startup code
Ard Biesheuvel
3
-2
/
+14
2025-09-03
x86/boot: Check startup code for absence of absolute relocations
Ard Biesheuvel
1
-0
/
+8
2025-09-03
x86/sev: Export startup routines for later use
Ard Biesheuvel
1
-0
/
+14
2025-09-03
x86/sev: Move __sev_[get|put]_ghcb() into separate noinstr object
Ard Biesheuvel
1
-74
/
+0
2025-09-03
x86/sev: Provide PIC aliases for SEV related data objects
Ard Biesheuvel
3
-28
/
+3
2025-09-03
x86/boot: Drop redundant RMPADJUST in SEV SVSM presence check
Ard Biesheuvel
1
-17
/
+3
2025-09-03
x86/sev: Use boot SVSM CA for all startup and init code
Ard Biesheuvel
2
-18
/
+6
2025-09-03
x86/sev: Pass SVSM calling area down to early page state change API
Ard Biesheuvel
3
-18
/
+45
2025-09-03
x86/sev: Share implementation of MSR-based page state change
Ard Biesheuvel
3
-65
/
+39
2025-09-03
x86/sev: Avoid global variable to store virtual address of SVSM area
Ard Biesheuvel
3
-13
/
+8
2025-09-03
x86/sev: Move GHCB page based HV communication out of startup code
Ard Biesheuvel
6
-194
/
+12
2025-09-01
x86/sev: Indicate the SEV-SNP guest supports Secure AVIC
Neeraj Upadhyay
1
-1
/
+8
2025-08-31
x86/sev: Run RMPADJUST on SVSM calling area page to test VMPL
Ard Biesheuvel
3
-4
/
+5
2025-08-31
x86/sev: Use MSR protocol only for early SVSM PVALIDATE call
Ard Biesheuvel
2
-23
/
+6
2025-08-31
x86/sev: Use MSR protocol for remapping SVSM calling area
Ard Biesheuvel
2
-3
/
+13
2025-08-28
x86/apic: Add new driver for Secure AVIC
Neeraj Upadhyay
1
-0
/
+1
2025-08-28
x86/sev: Separate MSR and GHCB based snp_cpuid() via a callback
Ard Biesheuvel
1
-48
/
+11
2025-08-17
Merge tag 'x86_urgent_for_v6.17_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2025-08-15
x86/sev: Ensure SVSM reserved fields in a page validation entry are initializ...
Tom Lendacky
1
-0
/
+1
2025-08-06
x86/sev: Evict cache lines during SNP memory validation
Tom Lendacky
2
-0
/
+20
2025-06-21
x86/efi: Implement support for embedding SBAT data for x86
Vitaly Kuznetsov
5
-10
/
+43
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+49
2025-05-30
Merge tag 'efi-next-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-5
/
+5
2025-05-21
include: pe.h: Fix PE definitions
Pali Rohár
1
-5
/
+5
2025-05-17
x86/mm/64: Make 5-level paging support unconditional
Kirill A. Shutemov
3
-17
/
+3
2025-05-15
x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID header
Ahmed S. Darwish
2
-2
/
+2
2025-05-14
x86/boot: Defer initialization of VM space related global variables
Ard Biesheuvel
1
-3
/
+0
2025-05-13
Merge branch 'x86/msr' into x86/core, to resolve conflicts
Ingo Molnar
1
-2
/
+2
[next]