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
2023-08-09
x86/apic/ioapic: Rename skip_ioapic_setup
Thomas Gleixner
1
-3
/
+4
2023-08-09
x86/apic: Rename disable_apic
Thomas Gleixner
1
-2
/
+2
2023-08-09
x86/cpu: Remove unused physid_*() nonsense
Thomas Gleixner
1
-26
/
+0
2023-08-09
x86/cpu: Make identify_boot_cpu() static
Thomas Gleixner
1
-1
/
+0
2023-08-09
x86/CPU/AMD: Do not leak quotient data after a division by 0
Borislav Petkov (AMD)
2
-0
/
+3
2023-08-08
x86/linkage: Fix typo of BUILD_VDSO in asm/linkage.h
Jinghao Jia
1
-1
/
+1
2023-08-08
x86/vdso: Choose the right GDT_ENTRY_CPUNODE for 32-bit getcpu() on 64-bit ke...
Xin Li
1
-1
/
+1
2023-08-07
Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-0
/
+12
2023-08-07
Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
4
-6
/
+32
2023-08-07
x86/efistub: Avoid legacy decompressor when doing EFI boot
Ard Biesheuvel
2
-2
/
+7
2023-08-07
x86/efistub: Perform SNP feature test while running in the firmware
Ard Biesheuvel
1
-0
/
+4
2023-08-07
x86/decompressor: Factor out kernel decompression and relocation
Ard Biesheuvel
1
-0
/
+8
2023-08-06
x86/vector: Replace IRQ_MOVE_CLEANUP_VECTOR with a timer callback
Thomas Gleixner
2
-8
/
+0
2023-08-06
x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup()
Thomas Gleixner
1
-2
/
+2
2023-08-04
Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-1
/
+1
2023-08-03
KVM: x86: Always write vCPU's current TSC offset/ratio in vendor hooks
Sean Christopherson
1
-2
/
+2
2023-08-03
x86/virt: KVM: Move "disable SVM" helper into KVM SVM
Sean Christopherson
1
-50
/
+0
2023-08-03
x86/virt: KVM: Open code cpu_has_svm() into kvm_is_svm_supported()
Sean Christopherson
1
-28
/
+0
2023-08-03
x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm()
Sean Christopherson
1
-6
/
+0
2023-08-03
x86/virt: KVM: Move VMXOFF helpers into KVM VMX
Sean Christopherson
1
-42
/
+0
2023-08-03
x86/virt: KVM: Open code cpu_has_vmx() in KVM VMX
Sean Christopherson
1
-10
/
+0
2023-08-03
x86/reboot: Expose VMCS crash hooks if and only if KVM_{INTEL,AMD} is enabled
Sean Christopherson
1
-0
/
+4
2023-08-03
x86/reboot: KVM: Disable SVM during reboot via virt/KVM reboot callback
Sean Christopherson
1
-8
/
+0
2023-08-03
x86/reboot: KVM: Handle VMXOFF in KVM's reboot callback
Sean Christopherson
1
-10
/
+0
2023-08-03
x86/reboot: Harden virtualization hooks for emergency reboot
Sean Christopherson
1
-2
/
+3
2023-08-03
x86/reboot: VMCLEAR active VMCSes before emergency reboot
Sean Christopherson
2
-2
/
+2
2023-08-03
x86/mm: Remove "INVPCID single" feature tracking
Dave Hansen
1
-1
/
+0
2023-08-03
x86/qspinlock-paravirt: Fix missing-prototype warning
Arnd Bergmann
1
-0
/
+2
2023-08-03
x86/paravirt: Silence unused native_pv_lock_init() function warning
Arnd Bergmann
2
-6
/
+8
2023-08-03
x86/asm: Avoid unneeded __div64_32 function definition
Arnd Bergmann
1
-0
/
+6
2023-08-02
x86/shstk: Add ARCH_SHSTK_STATUS
Rick Edgecombe
2
-1
/
+2
2023-08-02
x86/shstk: Add ARCH_SHSTK_UNLOCK
Mike Rapoport
1
-0
/
+1
2023-08-02
x86: Add PTRACE interface for shadow stack
Rick Edgecombe
1
-3
/
+4
2023-08-02
x86/shstk: Support WRSS for userspace
Rick Edgecombe
1
-0
/
+1
2023-08-02
x86/shstk: Introduce map_shadow_stack syscall
Rick Edgecombe
1
-0
/
+3
2023-08-02
x86/shstk: Handle signals for shadow stack
Rick Edgecombe
1
-0
/
+5
2023-08-02
x86/shstk: Introduce routines modifying shstk
Rick Edgecombe
1
-0
/
+13
2023-08-02
x86/shstk: Handle thread shadow stack
Rick Edgecombe
3
-1
/
+9
2023-08-02
x86/shstk: Add user-mode shadow stack support
Rick Edgecombe
3
-0
/
+12
2023-08-02
x86/shstk: Add user control-protection fault handler
Rick Edgecombe
3
-2
/
+20
2023-08-02
x86: Introduce userspace API for shadow stack
Rick Edgecombe
3
-0
/
+33
2023-08-02
x86/fpu: Add helper for modifying xstate
Rick Edgecombe
1
-0
/
+9
2023-08-02
x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
Rick Edgecombe
2
-4
/
+18
2023-08-02
mm: Don't allow write GUPs to shadow stack memory
Rick Edgecombe
1
-0
/
+5
2023-07-31
x86: always initialize xen-swiotlb when xen-pcifront is enabling
Christoph Hellwig
1
-6
/
+0
2023-07-31
x86/cpu: Fix amd_check_microcode() declaration
Arnd Bergmann
2
-2
/
+3
2023-07-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-1
/
+3
2023-07-29
KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid
Sean Christopherson
2
-1
/
+3
2023-07-28
KVM: SEV: Enable data breakpoints in SEV-ES
Alexey Kardashevskiy
2
-0
/
+2
2023-07-28
x86/smpboot: Change smp_store_boot_cpu_info() to static
Sohil Mehta
1
-2
/
+0
[prev]
[next]