index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
sev-es.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-27
Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-24
/
+39
2021-03-19
x86/sev-es: Optimize __sev_es_ist_enter() for better readability
Joerg Roedel
1
-12
/
+24
2021-03-18
Merge tag 'v5.12-rc3' into x86/seves
Borislav Petkov
1
-5
/
+17
2021-03-15
x86/sev-es: Convert to insn_decode()
Borislav Petkov
1
-12
/
+10
2021-03-15
x86/sev-es: Split vc_decode_insn()
Borislav Petkov
1
-21
/
+38
2021-03-15
x86/insn: Rename insn_decode() to insn_decode_from_regs()
Borislav Petkov
1
-1
/
+1
2021-03-15
Merge 'x86/seves' into x86/core
Borislav Petkov
1
-1
/
+1
2021-03-09
x86/sev-es: Use __copy_from_user_inatomic()
Joerg Roedel
1
-1
/
+1
2021-03-09
x86/sev-es: Correctly track IRQ states in runtime #VC handler
Joerg Roedel
1
-2
/
+4
2021-03-09
x86/sev-es: Check regs->sp is trusted before adjusting #VC IST stack
Joerg Roedel
1
-2
/
+12
2021-03-06
x86/sev-es: Remove subtraction of res variable
Borislav Petkov
1
-1
/
+1
2021-01-12
x86/sev: Fix nonistr violation
Peter Zijlstra
1
-1
/
+1
2021-01-11
x86/sev-es: Handle string port IO to kernel memory properly
Hyunwook (Wooky) Baek
1
-0
/
+12
2020-10-29
x86/sev-es: Do not support MMIO to/from encrypted memory
Joerg Roedel
1
-7
/
+13
2020-09-25
x86/sev-es: Use GHCB accessor for setting the MMIO scratch buffer
Tom Lendacky
1
-1
/
+1
2020-09-10
x86/sev-es: Check required CPU features for SEV-ES
Martin Radev
1
-0
/
+3
2020-09-10
x86/efi: Add GHCB mappings when SEV-ES is active
Tom Lendacky
1
-0
/
+30
2020-09-09
x86/sev-es: Handle NMI State
Joerg Roedel
1
-0
/
+18
2020-09-09
x86/sev-es: Support CPU offline/online
Joerg Roedel
1
-0
/
+63
2020-09-09
x86/realmode: Setup AP jump table
Tom Lendacky
1
-0
/
+69
2020-09-09
x86/paravirt: Allow hypervisor-specific VMMCALL handling under SEV-ES
Joerg Roedel
1
-0
/
+12
2020-09-09
x86/sev-es: Handle #DB Events
Joerg Roedel
1
-0
/
+17
2020-09-09
x86/sev-es: Handle #AC Events
Joerg Roedel
1
-0
/
+19
2020-09-09
x86/sev-es: Handle VMMCALL Events
Tom Lendacky
1
-0
/
+23
2020-09-09
x86/sev-es: Handle MWAIT/MWAITX Events
Tom Lendacky
1
-0
/
+10
2020-09-09
x86/sev-es: Handle MONITOR/MONITORX Events
Tom Lendacky
1
-0
/
+13
2020-09-09
x86/sev-es: Handle INVD Events
Tom Lendacky
1
-0
/
+4
2020-09-09
x86/sev-es: Handle RDPMC Events
Tom Lendacky
1
-0
/
+22
2020-09-09
x86/sev-es: Handle RDTSC(P) Events
Tom Lendacky
1
-0
/
+4
2020-09-09
x86/sev-es: Handle WBINVD Events
Tom Lendacky
1
-0
/
+9
2020-09-09
x86/sev-es: Handle DR7 read/write events
Tom Lendacky
1
-0
/
+85
2020-09-09
x86/sev-es: Handle MSR events
Tom Lendacky
1
-0
/
+28
2020-09-09
x86/sev-es: Handle MMIO String Instructions
Joerg Roedel
1
-0
/
+77
2020-09-09
x86/sev-es: Handle MMIO events
Tom Lendacky
1
-0
/
+222
2020-09-09
x86/sev-es: Handle instruction fetches from user-space
Joerg Roedel
1
-9
/
+22
2020-09-09
x86/sev-es: Wire up existing #VC exit-code handlers
Joerg Roedel
1
-0
/
+6
2020-09-09
x86/sev-es: Add a Runtime #VC Exception Handler
Tom Lendacky
1
-4
/
+242
2020-09-09
x86/sev-es: Adjust #VC IST Stack on entering NMI handler
Joerg Roedel
1
-0
/
+53
2020-09-09
x86/sev-es: Allocate and map an IST stack for #VC handler
Joerg Roedel
1
-0
/
+33
2020-09-09
x86/sev-es: Setup per-CPU GHCBs for the runtime handler
Tom Lendacky
1
-1
/
+55
2020-09-09
x86/sev-es: Setup GHCB-based boot #VC handler
Joerg Roedel
1
-0
/
+116
2020-09-09
x86/sev-es: Compile early handler code into kernel image
Joerg Roedel
1
-0
/
+163