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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-07
KVM: x86/mmu: Handle no-slot faults at the beginning of kvm_faultin_pfn()
Sean Christopherson
1
-12
/
+17
2024-05-07
KVM: x86/mmu: Move slot checks from __kvm_faultin_pfn() to kvm_faultin_pfn()
Sean Christopherson
1
-43
/
+44
2024-05-07
KVM: x86/mmu: Explicitly disallow private accesses to emulated MMIO
Sean Christopherson
1
-0
/
+5
2024-05-07
KVM: x86/mmu: Don't force emulation of L2 accesses to non-APIC internal slots
Sean Christopherson
1
-4
/
+13
2024-05-07
KVM: x86/mmu: Move private vs. shared check above slot validity checks
Sean Christopherson
1
-5
/
+15
2024-05-07
KVM: x86/mmu: WARN and skip MMIO cache on private, reserved page faults
Sean Christopherson
1
-0
/
+3
2024-05-07
KVM: x86/mmu: check for invalid async page faults involving private memory
Paolo Bonzini
2
-7
/
+12
2024-05-07
KVM: x86/mmu: Use synthetic page fault error code to indicate private faults
Sean Christopherson
3
-2
/
+21
2024-05-07
KVM: x86/mmu: WARN if upper 32 bits of legacy #PF error code are non-zero
Sean Christopherson
1
-0
/
+7
2024-05-07
KVM: x86/mmu: Pass full 64-bit error code when handling page faults
Isaku Yamahata
3
-5
/
+4
2024-05-07
KVM: x86: Move synthetic PFERR_* sanity checks to SVM's #NPF handler
Sean Christopherson
3
-11
/
+18
2024-05-07
KVM: x86: Define more SEV+ page fault error bits/flags for #NPF
Sean Christopherson
1
-0
/
+4
2024-05-07
KVM: x86: Remove separate "bit" defines for page fault error code masks
Sean Christopherson
2
-25
/
+12
2024-05-07
KVM: x86/mmu: Exit to userspace with -EFAULT if private fault hits emulation
Sean Christopherson
2
-8
/
+19
2024-04-19
Merge x86 bugfixes from Linux 6.9-rc3
Paolo Bonzini
773
-4479
/
+9771
2024-04-12
KVM: SEV: use u64_to_user_ptr throughout
Paolo Bonzini
1
-22
/
+22
2024-04-12
KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
Sean Christopherson
1
-9
/
+7
2024-04-12
KVM: VMX: Move out vmx_x86_ops to 'main.c' to dispatch VMX and TDX
Paolo Bonzini
4
-270
/
+391
2024-04-12
KVM: x86: Split core of hypercall emulation to helper function
Sean Christopherson
2
-18
/
+42
2024-04-12
Merge branch 'kvm-sev-init2' into HEAD
Paolo Bonzini
25
-185
/
+703
2024-04-12
Merge branch 'mm-delete-change-gpte' into HEAD
Paolo Bonzini
26
-419
/
+16
2024-04-12
mm: replace set_pte_at_notify() with just set_pte_at()
Paolo Bonzini
5
-19
/
+8
2024-04-11
mmu_notifier: remove the .change_pte() callback
Paolo Bonzini
2
-61
/
+2
2024-04-11
KVM: remove unused argument of kvm_handle_hva_range()
Paolo Bonzini
1
-6
/
+1
2024-04-11
KVM: delete .change_pte MMU notifier callback
Paolo Bonzini
20
-335
/
+7
2024-04-11
selftests: kvm: add test for transferring FPU state into VMSA
Paolo Bonzini
1
-0
/
+89
2024-04-11
selftests: kvm: split "launch" phase of SEV VM creation
Paolo Bonzini
3
-8
/
+18
2024-04-11
selftests: kvm: switch to using KVM_X86_*_VM
Paolo Bonzini
6
-32
/
+40
2024-04-11
selftests: kvm: add tests for KVM_SEV_INIT2
Paolo Bonzini
4
-8
/
+159
2024-04-11
KVM: SEV: allow SEV-ES DebugSwap again
Paolo Bonzini
1
-1
/
+1
2024-04-11
KVM: SEV: introduce KVM_SEV_INIT2 operation
Paolo Bonzini
3
-10
/
+92
2024-04-11
KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA time
Paolo Bonzini
5
-10
/
+54
2024-04-11
KVM: SEV: define VM types for SEV and SEV-ES
Paolo Bonzini
5
-3
/
+29
2024-04-11
KVM: SEV: introduce to_kvm_sev_info
Paolo Bonzini
2
-2
/
+7
2024-04-11
KVM: x86: Add supported_vm_types to kvm_caps
Paolo Bonzini
2
-6
/
+8
2024-04-11
KVM: x86: add fields to struct kvm_arch for CoCo features
Paolo Bonzini
2
-21
/
+79
2024-04-11
KVM: SEV: store VMSA features in kvm_sev_info
Paolo Bonzini
3
-10
/
+24
2024-04-11
KVM: SEV: publish supported VMSA features
Paolo Bonzini
5
-4
/
+44
2024-04-11
KVM: introduce new vendor op for KVM_GET_DEVICE_ATTR
Paolo Bonzini
3
-14
/
+26
2024-04-11
KVM: x86: use u64_to_user_ptr()
Paolo Bonzini
1
-21
/
+3
2024-04-11
KVM: SVM: Compile sev.c if and only if CONFIG_KVM_AMD_SEV=y
Paolo Bonzini
4
-43
/
+38
2024-04-11
KVM: SVM: Invert handling of SEV and SEV_ES feature flags
Sean Christopherson
2
-5
/
+5
2024-04-06
x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk
Borislav Petkov (AMD)
1
-0
/
+1
2024-04-06
Merge branch 'linus' into x86/urgent, to pick up dependent commit
Ingo Molnar
397
-2689
/
+6406
2024-04-05
Merge tag 'firewire-fixes-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+5
2024-04-06
firewire: ohci: mask bus reset interrupts between ISR and bottom half
Adam Goldman
1
-1
/
+5
2024-04-05
Merge tag 'spi-fix-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-11
/
+10
2024-04-05
Merge tag 'regulator-fix-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+7
2024-04-05
Merge tag 'regmap-fix-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+3
2024-04-05
Merge tag 'block-6.9-20240405' of git://git.kernel.dk/linux
Linus Torvalds
9
-37
/
+133
[next]