index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
coco
/
tdx
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-09
x86/tdx: tdx_mcall_get_report0: Return -EBUSY on TDCALL_OPERAND_BUSY error
Cedric Xing
1
-5
/
+8
2025-05-09
x86/tdx: Add tdx_mcall_extend_rtmr() interface
Cedric Xing
1
-0
/
+37
2025-03-26
x86/tdx: Emit warning if IRQs are enabled during HLT #VE handling
Vishal Annapurve
1
-0
/
+8
2025-03-26
x86/tdx: Fix arch_safe_halt() execution for TDX VMs
Vishal Annapurve
1
-1
/
+25
2025-02-28
x86/tdx: Mark message.bytes as nonstring
Kees Cook
1
-2
/
+2
2024-12-05
x86/tdx: Dump attributes and TD_CTLS on boot
Kirill A. Shutemov
3
-9
/
+89
2024-12-05
x86/tdx: Disable unnecessary virtualization exceptions
Kirill A. Shutemov
1
-1
/
+16
2024-11-07
x86/tdx: Enable CPU topology enumeration
Kirill A. Shutemov
1
-0
/
+27
2024-11-07
x86/tdx: Dynamically disable SEPT violations from causing #VEs
Kirill A. Shutemov
1
-16
/
+58
2024-11-07
x86/tdx: Rename tdx_parse_tdinfo() to tdx_setup()
Kirill A. Shutemov
1
-5
/
+8
2024-11-07
x86/tdx: Introduce wrappers to read and write TD metadata
Kirill A. Shutemov
1
-5
/
+27
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-19
Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+3
2024-01-09
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-08
x86/virt/tdx: Define TDX supported page sizes as macros
Kai Huang
1
-3
/
+3
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-05
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
3
-253
/
+147
2023-10-20
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-13
x86/tdx: Remove 'struct tdx_hypercall_args'
Kai Huang
2
-39
/
+16
2023-09-13
x86/tdx: Reimplement __tdx_hypercall() using TDX_MODULE_CALL asm
Kai Huang
2
-127
/
+10
2023-09-13
x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALL
Kai Huang
3
-106
/
+100
2023-09-12
x86/tdx: Extend TDX_MODULE_CALL to support more TDCALL/SEAMCALL leafs
Kai Huang
1
-0
/
+4
2023-09-12
x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structure
Kai Huang
3
-51
/
+46
2023-09-12
x86/tdx: Rename __tdx_module_call() to __tdcall()
Kai Huang
3
-15
/
+15
2023-09-12
x86/tdx: Make macros of TDCALLs consistent with the spec
Kai Huang
2
-6
/
+6
2023-09-12
x86/tdx: Skip saving output regs when SEAMCALL fails with VMFailInvalid
Kai Huang
1
-3
/
+0
2023-09-12
x86/tdx: Zero out the missing RSI in TDX_HYPERCALL macro
Kai Huang
1
-0
/
+1
2023-09-12
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-27
Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-14
/
+48
2023-06-27
Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-100
/
+75
2023-06-07
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
3
-68
/
+75
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
2
-37
/
+47
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-03
x86/tdx: Do not corrupt frame-pointer in __tdx_hypercall()
Kirill A. Shutemov
1
-6
/
+6
[next]