index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
coco
/
tdx
/
tdx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-26
x86/tdx: Fix "in-kernel MMIO" check
Alexey Gladkov (Intel)
1
-0
/
+6
2024-08-26
x86/tdx: Fix data leak in mmio_read()
Kirill A. Shutemov
1
-1
/
+0
2024-06-17
x86/tdx: Convert shared memory back to private on kexec
Kirill A. Shutemov
1
-0
/
+94
2024-06-17
x86/tdx: Account shared memory
Kirill A. Shutemov
1
-0
/
+7
2024-06-17
x86/mm: Make x86_platform.guest.enc_status_change_*() return an error
Kirill A. Shutemov
1
-9
/
+11
2024-01-08
Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2024-01-03
arch/x86: Fix typos
Bjorn Helgaas
1
-1
/
+1
2023-12-07
x86/tdx: Allow 32-bit emulation by default
Kirill A. Shutemov
1
-9
/
+0
2023-12-07
x86/coco: Disable 32-bit emulation by default on TDX and SEV
Kirill A. Shutemov
1
-0
/
+10
2023-11-04
Merge tag 'tsm-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...
Linus Torvalds
1
-0
/
+21
2023-11-01
Merge tag 'x86_tdx_for_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-44
/
+94
2023-10-19
virt: tdx-guest: Add Quote generation support using TSM_REPORTS
Kuppuswamy Sathyanarayanan
1
-0
/
+21
2023-10-06
x86/tdx: Mark TSC reliable
Kirill A. Shutemov
1
-0
/
+3
2023-10-04
x86/tdx: Replace deprecated strncpy() with strtomem_pad()
Justin Stitt
1
-1
/
+1
2023-09-12
x86/tdx: Remove 'struct tdx_hypercall_args'
Kai Huang
1
-9
/
+9
2023-09-12
x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALL
Kai Huang
1
-6
/
+7
2023-09-11
x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structure
Kai Huang
1
-19
/
+25
2023-09-11
x86/tdx: Rename __tdx_module_call() to __tdcall()
Kai Huang
1
-9
/
+9
2023-09-11
x86/tdx: Make macros of TDCALLs consistent with the spec
Kai Huang
1
-4
/
+4
2023-09-11
x86/tdx: Retry partially-completed page conversion hypercalls
Dexuan Cui
1
-12
/
+52
2023-06-27
Merge tag 'x86_sev_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2023-06-26
Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-14
/
+48
2023-06-26
Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-99
/
+3
2023-06-06
x86/tdx: Fix race between set_memory_encrypted() and load_unaligned_zeropad()
Kirill A. Shutemov
1
-3
/
+48
2023-06-06
x86/tdx: Add unaccepted memory support
Kirill A. Shutemov
1
-67
/
+3
2023-06-06
x86/tdx: Refactor try_accept_one()
Kirill A. Shutemov
1
-19
/
+19
2023-06-06
x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stub
Kirill A. Shutemov
1
-32
/
+0
2023-05-31
x86/smpboot: Fix the parallel bringup decision
Thomas Gleixner
1
-0
/
+11
2023-05-23
x86/tdx: Wrap exit reason with hcall_func()
Nikolay Borisov
1
-11
/
+0
2023-05-09
x86/coco: Get rid of accessor functions
Borislav Petkov (AMD)
1
-1
/
+1
2023-03-22
x86/tdx: Drop flags from __tdx_hypercall()
Kirill A. Shutemov
1
-9
/
+9
2023-02-25
Merge tag 'x86_tdx_for_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+60
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-13
cpuidle, tdx: Make TDX code noinstr clean
Peter Zijlstra
1
-2
/
+3
2023-01-13
x86/tdx: Remove TDX_HCALL_ISSUE_STI
Peter Zijlstra
1
-19
/
+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-04-07
x86/mm/cpa: Add support for TDX shared memory
Kirill A. Shutemov
1
-0
/
+133
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
1
-0
/
+79
[next]