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-06-25
x86/vmware: Remove legacy VMWARE_HYPERCALL* macros
Alexey Makhalov
1
-26
/
+0
2024-06-25
x86/vmware: Introduce VMware hypercall API
Alexey Makhalov
1
-14
/
+265
2024-06-20
x86/cpufeatures: Flip the /proc/cpuinfo appearance logic
Borislav Petkov (AMD)
2
-455
/
+455
2024-06-20
randomize_kstack: Remove non-functional per-arch entropy filtering
Kees Cook
1
-9
/
+6
2024-06-19
x86/alternatives: Make FineIBT mode Kconfig selectable
Kees Cook
1
-1
/
+1
2024-06-19
x86-64: word-at-a-time: improve byte count calculations
Linus Torvalds
1
-34
/
+23
2024-06-19
runtime constants: add x86 architecture support
Linus Torvalds
1
-0
/
+61
2024-06-18
Merge tag 'efi-fixes-for-v6.10-3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+0
2024-06-17
x86/sev: Allow non-VMPL0 execution when an SVSM is present
Tom Lendacky
1
-0
/
+1
2024-06-17
x86/sev: Extend the config-fs attestation support for an SVSM
Tom Lendacky
1
-1
/
+30
2024-06-17
virt: sev-guest: Choose the VMPCK key based on executing VMPL
Tom Lendacky
1
-2
/
+9
2024-06-17
x86/sev: Provide SVSM discovery support
Tom Lendacky
2
-0
/
+3
2024-06-17
x86/sev: Use the SVSM to create a vCPU when not in VMPL0
Tom Lendacky
1
-0
/
+2
2024-06-17
x86/sev: Perform PVALIDATE using the SVSM when not at VMPL0
Tom Lendacky
1
-0
/
+26
2024-06-17
x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method
Kirill A. Shutemov
1
-0
/
+2
2024-06-17
x86/mm: Introduce kernel_ident_mapping_free()
Kirill A. Shutemov
1
-0
/
+3
2024-06-17
x86/smp: Add smp_ops.stop_this_cpu() callback
Kirill A. Shutemov
1
-0
/
+1
2024-06-17
x86/tdx: Convert shared memory back to private on kexec
Kirill A. Shutemov
2
-0
/
+8
2024-06-17
x86/mm: Add callbacks to prepare encrypted memory for kexec
Kirill A. Shutemov
1
-0
/
+10
2024-06-17
x86/mm: Return correct level from lookup_address() if pte is none
Kirill A. Shutemov
1
-0
/
+1
2024-06-17
x86/mm: Make x86_platform.guest.enc_status_change_*() return an error
Kirill A. Shutemov
1
-2
/
+2
2024-06-17
x86/acpi: Extract ACPI MADT wakeup code into a separate file
Kirill A. Shutemov
1
-0
/
+5
2024-06-15
Merge tag 'x86-urgent-2024-06-15' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2024-06-15
efi/x86: Free EFI memory map only when installing a new one.
Ard Biesheuvel
1
-1
/
+0
2024-06-13
x86/CPU/AMD: Always inline amd_clear_divider()
Mateusz Guzik
1
-1
/
+11
2024-06-12
x86/amd_nb: Enhance SMN access error checking
Yazen Ghannam
1
-2
/
+2
2024-06-12
uprobe: Add uretprobe syscall to speed up return probe
Jiri Olsa
1
-0
/
+2
2024-06-12
x86/shstk: Make return uprobe work with shadow stack
Jiri Olsa
1
-0
/
+2
2024-06-11
x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking
Kees Cook
1
-2
/
+2
2024-06-11
KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
Sean Christopherson
2
-3
/
+0
2024-06-11
x86/cpufeatures: Add AMD FAST CPPC feature flag
Perry Yuan
1
-0
/
+1
2024-06-11
x86/alternative: Replace the old macros
Borislav Petkov (AMD)
1
-121
/
+32
2024-06-11
x86/alternative: Convert the asm ALTERNATIVE_3() macro
Borislav Petkov (AMD)
1
-25
/
+0
2024-06-11
x86/alternative: Convert the asm ALTERNATIVE_2() macro
Borislav Petkov (AMD)
1
-22
/
+0
2024-06-11
x86/alternative: Convert the asm ALTERNATIVE() macro
Borislav Petkov (AMD)
1
-21
/
+1
2024-06-11
KVM: x86: Add KVM_RUN_X86_GUEST_MODE kvm_run flag
Thomas Prescher
1
-0
/
+1
2024-06-11
x86/alternative: Convert ALTERNATIVE_3()
Borislav Petkov (AMD)
1
-20
/
+4
2024-06-11
x86/alternative: Convert ALTERNATIVE_TERNARY()
Borislav Petkov (AMD)
1
-6
/
+0
2024-06-11
x86/alternative: Convert alternative_call_2()
Borislav Petkov (AMD)
1
-15
/
+6
2024-06-11
x86/alternative: Convert alternative_call()
Borislav Petkov (AMD)
1
-5
/
+1
2024-06-11
x86/alternative: Convert alternative_io()
Borislav Petkov (AMD)
1
-5
/
+1
2024-06-11
x86/alternative: Convert alternative_input()
Borislav Petkov (AMD)
1
-5
/
+1
2024-06-11
x86/alternative: Convert alternative_2()
Borislav Petkov (AMD)
1
-3
/
+0
2024-06-11
function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove it
Steven Rostedt (Google)
1
-2
/
+0
2024-06-11
x86/alternative: Convert alternative()
Borislav Petkov (AMD)
1
-4
/
+1
2024-06-11
x86/alternatives: Add nested alternatives macros
Peter Zijlstra
1
-2
/
+118
2024-06-11
x86/alternative: Zap alternative_ternary()
Borislav Petkov (AMD)
1
-3
/
+0
2024-06-11
x86/sev: Use kernel provided SVSM Calling Areas
Tom Lendacky
3
-0
/
+46
2024-06-11
x86/sev: Check for the presence of an SVSM in the SNP secrets page
Tom Lendacky
2
-1
/
+36
2024-06-11
x86/irqflags: Provide native versions of the local_irq_save()/restore()
Tom Lendacky
1
-0
/
+20
[prev]
[next]