index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
coco
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-25
Merge tag 'x86_tdx_for_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-25
/
+118
2023-02-02
x86/tdx: Do not corrupt frame-pointer in __tdx_hypercall()
Kirill A. Shutemov
1
-6
/
+6
2023-01-31
Merge tag 'v6.2-rc6' into sched/core, to pick up fixes
Ingo Molnar
1
-13
/
+13
2023-01-27
x86/tdx: Disable NOTIFY_ENABLES
Kirill A. Shutemov
1
-0
/
+7
2023-01-27
x86/tdx: Relax SEPT_VE_DISABLE check for debug TD
Kirill A. Shutemov
1
-2
/
+17
2023-01-27
x86/tdx: Use ReportFatalError to report missing SEPT_VE_DISABLE
Kirill A. Shutemov
1
-1
/
+37
2023-01-27
x86/tdx: Expand __tdx_hypercall() to handle more arguments
Kirill A. Shutemov
1
-5
/
+30
2023-01-27
x86/tdx: Refactor __tdx_hypercall() to allow pass down more arguments
Kirill A. Shutemov
1
-18
/
+28
2023-01-27
x86/tdx: Fix typo in comment in __tdx_hypercall()
Kirill A. Shutemov
1
-1
/
+1
2023-01-13
cpuidle, tdx: Make TDX code noinstr clean
Peter Zijlstra
2
-2
/
+5
2023-01-13
x86/tdx: Remove TDX_HCALL_ISSUE_STI
Peter Zijlstra
2
-32
/
+4
2023-01-13
arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled
Peter Zijlstra
1
-0
/
+3
2023-01-03
x86/insn: Avoid namespace clash by separating instruction decoder MMIO type f...
Jason A. Donenfeld
1
-13
/
+13
2022-11-17
x86/tdx: Add a wrapper to get TDREPORT0 from the TDX Module
Kuppuswamy Sathyanarayanan
1
-0
/
+40
2022-11-01
x86/tdx: Panic on bad configs that #VE on "private" memory access
Kirill A. Shutemov
1
-5
/
+16
2022-11-01
x86/tdx: Prepare for using "INFO" call for a second purpose
Dave Hansen
1
-3
/
+3
2022-06-17
x86/tdx: Handle load_unaligned_zeropad() page-cross to a shared page
Kirill A. Shutemov
1
-1
/
+14
2022-06-15
x86/tdx: Clarify RIP adjustments in #VE handler
Kirill A. Shutemov
1
-55
/
+123
2022-06-15
x86/tdx: Fix early #VE handling
Kirill A. Shutemov
1
-1
/
+5
2022-05-23
Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-1
/
+923
2022-05-20
x86/tdx: Fix RETs in TDX asm
Peter Zijlstra
1
-2
/
+2
2022-04-21
x86/tdx: Annotate a noreturn function
Borislav Petkov
1
-0
/
+1
2022-04-07
x86/mm: Make DMA memory shared for TD guest
Kirill A. Shutemov
1
-0
/
+1
2022-04-07
x86/mm/cpa: Add support for TDX shared memory
Kirill A. Shutemov
2
-0
/
+134
2022-04-07
x86/topology: Disable CPU online/offline control for TDX guests
Kuppuswamy Sathyanarayanan
1
-0
/
+1
2022-04-07
x86/tdx: Wire up KVM hypercalls
Kuppuswamy Sathyanarayanan
1
-0
/
+17
2022-04-07
x86/tdx: Port I/O: Add early boot support
Andi Kleen
1
-0
/
+16
2022-04-07
x86/tdx: Port I/O: Add runtime hypercalls
Kuppuswamy Sathyanarayanan
2
-1
/
+85
2022-04-07
x86/tdx: Handle in-kernel MMIO
Kirill A. Shutemov
1
-0
/
+121
2022-04-07
x86/tdx: Handle CPUID via #VE
Kirill A. Shutemov
1
-1
/
+57
2022-04-07
x86/tdx: Add MSR support for TDX guests
Kirill A. Shutemov
1
-0
/
+42
2022-04-07
x86/tdx: Add HLT support for TDX guests
Kirill A. Shutemov
2
-2
/
+104
2022-04-07
x86/traps: Add #VE support for TDX guest
Kirill A. Shutemov
1
-0
/
+38
2022-04-07
x86/tdx: Exclude shared bit from __PHYSICAL_MASK
Kirill A. Shutemov
1
-0
/
+8
2022-04-07
x86/tdx: Extend the confidential computing API to support TDX guests
Kirill A. Shutemov
2
-0
/
+59
2022-04-07
x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functions
Kuppuswamy Sathyanarayanan
3
-1
/
+216
2022-04-07
x86/tdx: Detect running as a TDX guest in early boot
Kuppuswamy Sathyanarayanan
3
-0
/
+27
2022-04-06
x86/mm: Extend cc_attr to include AMD SEV-SNP
Brijesh Singh
1
-0
/
+3
2022-02-23
x86/coco: Add API to handle encryption mask
Kirill A. Shutemov
1
-0
/
+27
2022-02-23
x86/coco: Explicitly declare type of confidential computing platform
Kirill A. Shutemov
1
-12
/
+17
2022-02-23
x86/cc: Move arch/x86/{kernel/cc_platform.c => coco/core.c}
Kirill A. Shutemov
2
-0
/
+91