index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
coco
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/cc: Add cc_platform_set/_clear() helpers
Borislav Petkov (AMD)
2024-04-04
1
-0
/
+52
*
x86/coco: Require seeding RNG with RDRAND on CoCo systems
Jason A. Donenfeld
2024-04-04
1
-0
/
+41
*
x86/sev: Fix position dependent variable references in startup code
Ard Biesheuvel
2024-02-06
1
-6
/
+1
*
Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-01-18
1
-3
/
+3
|
\
|
*
x86/virt/tdx: Define TDX supported page sizes as macros
Kai Huang
2023-12-08
1
-3
/
+3
*
|
Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-01-09
1
-1
/
+1
|
\
\
|
*
|
arch/x86: Fix typos
Bjorn Helgaas
2024-01-03
1
-1
/
+1
|
|
/
*
|
x86/tdx: Allow 32-bit emulation by default
Kirill A. Shutemov
2023-12-07
1
-9
/
+0
*
|
x86/coco: Disable 32-bit emulation by default on TDX and SEV
Kirill A. Shutemov
2023-12-07
1
-0
/
+10
|
/
*
Merge tag 'tsm-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...
Linus Torvalds
2023-11-05
1
-0
/
+21
|
\
|
*
virt: tdx-guest: Add Quote generation support using TSM_REPORTS
Kuppuswamy Sathyanarayanan
2023-10-20
1
-0
/
+21
*
|
Merge tag 'x86_tdx_for_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-11-01
3
-253
/
+147
|
\
\
|
*
|
x86/tdx: Mark TSC reliable
Kirill A. Shutemov
2023-10-06
1
-0
/
+3
|
*
|
x86/tdx: Remove 'struct tdx_hypercall_args'
Kai Huang
2023-09-13
2
-39
/
+16
|
*
|
x86/tdx: Reimplement __tdx_hypercall() using TDX_MODULE_CALL asm
Kai Huang
2023-09-13
2
-127
/
+10
|
*
|
x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALL
Kai Huang
2023-09-13
3
-106
/
+100
|
*
|
x86/tdx: Extend TDX_MODULE_CALL to support more TDCALL/SEAMCALL leafs
Kai Huang
2023-09-12
1
-0
/
+4
|
*
|
x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structure
Kai Huang
2023-09-12
3
-51
/
+46
|
*
|
x86/tdx: Rename __tdx_module_call() to __tdcall()
Kai Huang
2023-09-12
3
-15
/
+15
|
*
|
x86/tdx: Make macros of TDCALLs consistent with the spec
Kai Huang
2023-09-12
2
-6
/
+6
|
*
|
x86/tdx: Skip saving output regs when SEAMCALL fails with VMFailInvalid
Kai Huang
2023-09-12
1
-3
/
+0
|
*
|
x86/tdx: Zero out the missing RSI in TDX_HYPERCALL macro
Kai Huang
2023-09-12
1
-0
/
+1
|
*
|
x86/tdx: Retry partially-completed page conversion hypercalls
Dexuan Cui
2023-09-12
1
-12
/
+52
|
|
/
*
/
x86/tdx: Replace deprecated strncpy() with strtomem_pad()
Justin Stitt
2023-10-04
1
-1
/
+1
|
/
*
Merge tag 'x86_sev_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-06-27
2
-6
/
+6
|
\
|
*
x86/coco: Get rid of accessor functions
Borislav Petkov (AMD)
2023-05-09
2
-2
/
+2
|
*
x86/coco: Mark cc_platform_has() and descendants noinstr
Borislav Petkov (AMD)
2023-05-08
1
-4
/
+4
*
|
Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-06-27
1
-14
/
+48
|
\
\
|
*
|
x86/tdx: Fix race between set_memory_encrypted() and load_unaligned_zeropad()
Kirill A. Shutemov
2023-06-07
1
-3
/
+48
|
*
|
x86/tdx: Wrap exit reason with hcall_func()
Nikolay Borisov
2023-05-23
1
-11
/
+0
|
|
/
*
|
Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-06-27
3
-100
/
+75
|
\
\
|
*
|
x86/tdx: Add unaccepted memory support
Kirill A. Shutemov
2023-06-06
3
-68
/
+75
|
*
|
x86/tdx: Refactor try_accept_one()
Kirill A. Shutemov
2023-06-06
1
-19
/
+19
|
*
|
x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stub
Kirill A. Shutemov
2023-06-06
1
-32
/
+0
|
|
/
*
/
x86/smpboot: Fix the parallel bringup decision
Thomas Gleixner
2023-05-31
1
-0
/
+11
|
/
*
Merge tag 'x86_tdx_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-04-28
2
-37
/
+47
|
\
|
*
x86/tdx: Drop flags from __tdx_hypercall()
Kirill A. Shutemov
2023-03-22
2
-37
/
+47
*
|
Merge tag 'x86-apic-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-25
1
-9
/
+4
|
\
\
|
*
|
x86/coco: Export cc_vendor
Borislav Petkov (AMD)
2023-03-30
1
-9
/
+4
|
|
/
*
/
x86/hyperv: Change vTOM handling to use standard coco mechanisms
Michael Kelley
2023-03-27
1
-10
/
+30
|
/
*
Merge tag 'x86_tdx_for_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-02-25
2
-25
/
+118
|
\
|
*
x86/tdx: Do not corrupt frame-pointer in __tdx_hypercall()
Kirill A. Shutemov
2023-02-03
1
-6
/
+6
|
*
x86/tdx: Disable NOTIFY_ENABLES
Kirill A. Shutemov
2023-01-27
1
-0
/
+7
|
*
x86/tdx: Relax SEPT_VE_DISABLE check for debug TD
Kirill A. Shutemov
2023-01-27
1
-2
/
+17
|
*
x86/tdx: Use ReportFatalError to report missing SEPT_VE_DISABLE
Kirill A. Shutemov
2023-01-27
1
-1
/
+37
|
*
x86/tdx: Expand __tdx_hypercall() to handle more arguments
Kirill A. Shutemov
2023-01-27
1
-5
/
+30
|
*
x86/tdx: Refactor __tdx_hypercall() to allow pass down more arguments
Kirill A. Shutemov
2023-01-27
1
-18
/
+28
|
*
x86/tdx: Fix typo in comment in __tdx_hypercall()
Kirill A. Shutemov
2023-01-27
1
-1
/
+1
*
|
Merge tag 'v6.2-rc6' into sched/core, to pick up fixes
Ingo Molnar
2023-01-31
1
-13
/
+13
|
\
|
|
*
x86/insn: Avoid namespace clash by separating instruction decoder MMIO type f...
Jason A. Donenfeld
2023-01-03
1
-13
/
+13
[next]