index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-2
/
+5
2024-02-07
kvmclock: Unexport kvmclock clocksource
Peter Hilber
1
-2
/
+0
2024-02-06
x86/kvm: Use separate percpu variable to track the enabling of asyncpf
Xiaoyao Li
1
-1
/
+0
2024-02-06
x86/sev: Fix position dependent variable references in startup code
Ard Biesheuvel
3
-7
/
+30
2024-02-06
x86/coco: Define cc_vendor without CONFIG_ARCH_HAS_CC_PLATFORM
Nathan Chancellor
1
-2
/
+3
2024-02-02
x86/fred: Fix a build warning with allmodconfig due to 'inline' failing to in...
Xin Li (Intel)
1
-1
/
+1
2024-02-01
kernel.h: removed REPEAT_BYTE from kernel.h
Tanzir Hasan
1
-1
/
+2
2024-02-01
KVM: x86/pmu: Snapshot and clear reprogramming bitmap before reprogramming
Sean Christopherson
1
-0
/
+1
2024-02-01
KVM: x86/pmu: Move pmc_idx => pmc translation helper to common code
Sean Christopherson
1
-1
/
+0
2024-01-31
KVM: x86: Give a hint when Win2016 might fail to boot due to XSAVES erratum
Maciej S. Szmigiero
1
-0
/
+2
2024-01-31
x86/fred: Add FRED initialization functions
H. Peter Anvin (Intel)
1
-0
/
+5
2024-01-31
x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
Xin Li
1
-0
/
+18
2024-01-31
x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
Xin Li
1
-1
/
+3
2024-01-31
x86/traps: Add sysvec_install() to install a system interrupt handler
Xin Li
2
-2
/
+15
2024-01-31
x86/fred: FRED entry/exit and dispatch code
H. Peter Anvin (Intel)
3
-2
/
+9
2024-01-31
x86/idtentry: Incorporate definitions/declarations of the FRED entries
Xin Li
1
-8
/
+63
2024-01-31
x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
H. Peter Anvin (Intel)
1
-2
/
+6
2024-01-31
x86/fred: Reserve space for the FRED stack frame
H. Peter Anvin (Intel)
1
-3
/
+9
2024-01-31
x86/fred: Add a new header file for FRED definitions
H. Peter Anvin (Intel)
1
-0
/
+68
2024-01-31
x86/ptrace: Add FRED additional information to the pt_regs structure
Xin Li
1
-5
/
+61
2024-01-31
x86/ptrace: Cleanup the definition of the pt_regs structure
Xin Li
1
-13
/
+35
2024-01-31
x86/cpu: Add MSR numbers for FRED configuration
H. Peter Anvin (Intel)
1
-1
/
+12
2024-01-31
x86/cpu: Add X86_CR4_FRED macro
H. Peter Anvin (Intel)
1
-0
/
+7
2024-01-30
KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index
Sean Christopherson
1
-1
/
+1
2024-01-30
KVM: x86/pmu: Allow programming events that match unsupported arch events
Sean Christopherson
1
-1
/
+0
2024-01-30
x86: Do not include <asm/bootparam.h> in several files
Thomas Zimmermann
4
-5
/
+3
2024-01-30
x86/efi: Implement arch_ima_efi_boot_mode() in source file
Thomas Zimmermann
1
-2
/
+3
2024-01-30
x86/setup: Move internal setup_data structures into setup_data.h
Thomas Zimmermann
3
-22
/
+32
2024-01-30
x86/setup: Move UAPI setup structures into setup_data.h
Thomas Zimmermann
3
-72
/
+85
2024-01-29
Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-1
/
+16
2024-01-29
x86/cpufeatures: Enable/unmask SEV-SNP CPU feature
Michael Roth
1
-0
/
+4
2024-01-29
KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
Brijesh Singh
2
-0
/
+2
2024-01-29
crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdump
Ashish Kalra
1
-0
/
+2
2024-01-29
x86/sev: Introduce an SNP leaked pages list
Ashish Kalra
1
-0
/
+2
2024-01-29
x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
Brijesh Singh
1
-0
/
+23
2024-01-29
x86/traps: Define RMP violation #PF error code
Brijesh Singh
1
-8
/
+12
2024-01-29
x86/fault: Add helper for dumping RMP entries
Brijesh Singh
1
-0
/
+2
2024-01-29
x86/sev: Add RMP entry lookup helpers
Brijesh Singh
1
-0
/
+3
2024-01-29
x86/sev: Add SEV-SNP host initialization support
Brijesh Singh
2
-1
/
+16
2024-01-29
iommu/amd: Don't rely on external callers to enable IOMMU SNP support
Ashish Kalra
1
-0
/
+1
2024-01-29
x86/cpufeatures: Add SEV-SNP CPU feature
Brijesh Singh
2
-1
/
+4
2024-01-26
Merge branch 'linus' into x86/mm, to refresh the branch and pick up fixes
Ingo Molnar
48
-525
/
+502
2024-01-25
mm, kmsan: fix infinite recursion due to RCU critical section
Marco Elver
1
-1
/
+16
2024-01-25
x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
H. Peter Anvin (Intel)
1
-1
/
+7
2024-01-25
x86/cpufeatures: Add the CPU feature bit for FRED
H. Peter Anvin (Intel)
1
-0
/
+1
2024-01-25
x86/trapnr: Add event type macros to <asm/trapnr.h>
Xin Li
2
-8
/
+21
2024-01-25
x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
Xin Li
1
-1
/
+1
2024-01-25
x86/cpufeatures,opcode,msr: Add the WRMSRNS instruction support
Xin Li
2
-0
/
+19
2024-01-24
x86/entry/ia32: Ensure s32 is sign extended to s64
Richard Palethorpe
1
-4
/
+21
2024-01-23
x86/cpu: Add model number for Intel Clearwater Forest processor
Tony Luck
1
-0
/
+2
[prev]
[next]