index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.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
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
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
/
virt
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-16
Merge tag 'x86_sev_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-22
/
+22
2024-07-11
x86/sev: Do RMP memory coverage check after max_pfn has been set
Tom Lendacky
1
-22
/
+22
2024-05-28
x86/virt/tdx: Switch to new Intel CPU model defines
Tony Luck
1
-4
/
+4
2024-05-14
Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+0
2024-04-29
x86/sev: Add callback to apply RMP table fixups for kexec
Ashish Kalra
1
-0
/
+36
2024-04-04
x86/CPU/AMD: Track SNP host status with cc_platform_*()
Borislav Petkov (AMD)
1
-8
/
+18
2024-03-30
x86/build: Use obj-y to descend into arch/x86/virt/
Masahiro Yamada
1
-1
/
+1
2024-03-22
x86/virt/tdx: Remove duplicate include
Jiapeng Chong
1
-1
/
+0
2024-01-29
crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdump
Ashish Kalra
1
-0
/
+6
2024-01-29
x86/sev: Introduce an SNP leaked pages list
Ashish Kalra
1
-0
/
+37
2024-01-29
x86/sev: Adjust the directmap to avoid inadvertent RMP faults
Michael Roth
1
-2
/
+83
2024-01-29
x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
Brijesh Singh
1
-0
/
+92
2024-01-29
x86/fault: Add helper for dumping RMP entries
Brijesh Singh
1
-10
/
+89
2024-01-29
x86/sev: Add RMP entry lookup helpers
Brijesh Singh
1
-0
/
+49
2024-01-29
x86/sev: Add SEV-SNP host initialization support
Brijesh Singh
2
-0
/
+219
2023-12-12
x86/mce: Differentiate real hardware #MCs from TDX erratum ones
Kai Huang
2
-0
/
+114
2023-12-12
x86/cpu: Detect TDX partial write machine check erratum
Kai Huang
1
-0
/
+19
2023-12-08
x86/virt/tdx: Handle TDX interaction with sleep and hibernation
Kai Huang
1
-0
/
+16
2023-12-08
x86/virt/tdx: Initialize all TDMRs
Kai Huang
2
-9
/
+53
2023-12-08
x86/virt/tdx: Configure global KeyID on all packages
Kai Huang
2
-2
/
+132
2023-12-08
x86/virt/tdx: Configure TDX module with the TDMRs and global KeyID
Kai Huang
2
-1
/
+44
2023-12-08
x86/virt/tdx: Designate reserved areas for all TDMRs
Kai Huang
1
-8
/
+209
2023-12-08
x86/virt/tdx: Allocate and set up PAMTs for TDMRs
Kai Huang
2
-6
/
+212
2023-12-08
x86/virt/tdx: Fill out TDMRs to cover all TDX memory regions
Kai Huang
2
-1
/
+105
2023-12-08
x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
Kai Huang
2
-3
/
+123
2023-12-08
x86/virt/tdx: Get module global metadata for module initialization
Kai Huang
2
-1
/
+126
2023-12-08
x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
Kai Huang
2
-2
/
+171
2023-12-08
x86/virt/tdx: Add skeleton to enable TDX on demand
Kai Huang
2
-0
/
+197
2023-12-08
x86/virt/tdx: Add SEAMCALL error printing for module initialization
Kai Huang
1
-0
/
+44
2023-12-08
x86/virt/tdx: Detect TDX during kernel boot
Kai Huang
2
-1
/
+82
2023-09-13
x86/virt/tdx: Make TDX_MODULE_CALL handle SEAMCALL #UD and #GP
Kai Huang
1
-0
/
+19
2023-09-13
x86/virt/tdx: Wire up basic SEAMCALL functions
Kai Huang
4
-0
/
+67
2023-09-13
x86/tdx: Reimplement __tdx_hypercall() using TDX_MODULE_CALL asm
Kai Huang
1
-4
/
+4
2023-09-12
x86/tdx: Extend TDX_MODULE_CALL to support more TDCALL/SEAMCALL leafs
Kai Huang
1
-6
/
+117
2023-09-12
x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structure
Kai Huang
1
-56
/
+39
2023-09-12
x86/tdx: Skip saving output regs when SEAMCALL fails with VMFailInvalid
Kai Huang
1
-9
/
+20
2022-04-07
x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappers
Kirill A. Shutemov
1
-0
/
+96