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
/
coco
/
sev
/
core.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-05
Merge branch 'x86/apic' into x86/sev, to resolve conflict
Ingo Molnar
1
-0
/
+103
2025-09-04
x86/apic/savic: Do not use snp_abort()
Borislav Petkov (AMD)
1
-2
/
+2
2025-09-03
x86/boot: Create a confined code area for startup code
Ard Biesheuvel
1
-1
/
+1
2025-09-03
x86/sev: Provide PIC aliases for SEV related data objects
Ard Biesheuvel
1
-0
/
+34
2025-09-03
x86/sev: Use boot SVSM CA for all startup and init code
Ard Biesheuvel
1
-25
/
+22
2025-09-03
x86/sev: Pass SVSM calling area down to early page state change API
Ard Biesheuvel
1
-2
/
+5
2025-09-03
x86/sev: Avoid global variable to store virtual address of SVSM area
Ard Biesheuvel
1
-9
/
+0
2025-09-03
x86/sev: Move GHCB page based HV communication out of startup code
Ard Biesheuvel
1
-0
/
+76
2025-09-01
x86/apic: Add kexec support for Secure AVIC
Neeraj Upadhyay
1
-0
/
+23
2025-09-01
x86/sev: Enable NMI support for Secure AVIC
Kishon Vijay Abraham I
1
-1
/
+1
2025-09-01
x86/sev: Initialize VGIF for secondary vCPUs for Secure AVIC
Kishon Vijay Abraham I
1
-0
/
+3
2025-09-01
x86/apic: Support LAPIC timer for Secure AVIC
Neeraj Upadhyay
1
-0
/
+26
2025-09-01
x86/apic: Add support to send IPI for Secure AVIC
Neeraj Upadhyay
1
-0
/
+28
2025-08-31
x86/apic: Initialize Secure AVIC APIC backing page
Neeraj Upadhyay
1
-0
/
+22
2025-08-28
x86/apic: Add new driver for Secure AVIC
Neeraj Upadhyay
1
-0
/
+1
2025-08-17
Merge tag 'x86_urgent_for_v6.17_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+2
2025-08-15
x86/sev: Ensure SVSM reserved fields in a page validation entry are initializ...
Tom Lendacky
1
-0
/
+2
2025-08-06
x86/sev: Evict cache lines during SNP memory validation
Tom Lendacky
1
-0
/
+21
2025-07-29
Merge tag 'x86_sev_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-41
/
+48
2025-07-01
x86/sev: Use TSC_FACTOR for Secure TSC frequency calculation
Nikunj A Dadhania
1
-3
/
+19
2025-06-27
x86/sev: Let sev_es_efi_map_ghcbs() map the CA pages too
Gerd Hoffmann
1
-2
/
+15
2025-06-18
x86/sev: Drop unnecessary parameter in snp_issue_guest_request()
Alexey Kardashevskiy
1
-2
/
+3
2025-06-18
x86/sev: Document requirement for linear mapping of guest request buffers
Alexey Kardashevskiy
1
-0
/
+9
2025-06-18
x86/sev: Allocate request in TSC_INFO_REQ on stack
Alexey Kardashevskiy
1
-18
/
+12
2025-06-18
virt: sev-guest: Contain snp_guest_request_ioctl in sev-guest
Alexey Kardashevskiy
1
-23
/
+13
2025-06-03
Merge tag 'hyperv-next-signed-20250602' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-11
/
+2
2025-05-27
Merge tag 'x86_sev_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+68
2025-05-23
arch/x86: Provide the CPU number in the wakeup AP callback
Roman Kisel
1
-11
/
+2
2025-05-21
Merge tag 'v6.15-rc7' into x86/core, to pick up fixes
Ingo Molnar
1
-90
/
+165
2025-05-15
x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID header
Ahmed S. Darwish
1
-1
/
+1
2025-05-13
x86/sev: Make sure pages are not skipped during kdump
Ashish Kalra
1
-4
/
+7
2025-05-13
x86/sev: Do not touch VMSA pages during SNP guest memory kdump
Ashish Kalra
1
-86
/
+158
2025-05-13
Merge branch 'x86/msr' into x86/core, to resolve conflicts
Ingo Molnar
1
-1
/
+2
2025-05-02
x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
Xin Li (Intel)
1
-1
/
+1
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
1
-0
/
+1
2025-04-24
x86/sev: Share the sev_secrets_pa value again
Tom Lendacky
1
-5
/
+2
2025-04-22
x86/sev: Split off startup code from core code
Ard Biesheuvel
1
-1305
/
+240
2025-04-22
x86/sev: Move noinstr NMI handling code into separate source file
Ard Biesheuvel
1
-89
/
+0
2025-04-12
x86/sev: Prepare for splitting off early SEV code
Ard Biesheuvel
1
-95
/
+13
2025-04-12
x86/asm: Make rip_rel_ptr() usable from fPIC code
Ard Biesheuvel
1
-1
/
+1
2025-04-10
x86/sev: Register tpm-svsm platform device
Stefano Garzarella
1
-1
/
+10
2025-04-10
x86/sev: Add SVSM vTPM probe/send_command functions
Stefano Garzarella
1
-0
/
+58
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
1
-1
/
+1
2025-03-24
Merge tag 'x86-sev-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+1
2025-03-22
tracing: Disable branch profiling in noinstr code
Josh Poimboeuf
1
-2
/
+0
2025-03-17
x86/sev: Simplify the code by removing unnecessary 'else' statement
Peng Hao
1
-2
/
+1
2025-03-07
virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutex
Alexey Kardashevskiy
1
-15
/
+8
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+1
2025-01-25
mm/memblock: add memblock_alloc_or_panic interface
Guo Weikang
1
-3
/
+1
2025-01-24
Merge tag 'x86-boot-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-9
/
+6
[next]