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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-12
x86/cpu/amd: Make the CPUID 0x80000008 parser correct
Thomas Gleixner
1
-6
/
+18
2024-04-12
x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHI
Josh Poimboeuf
2
-15
/
+4
2024-04-12
x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=auto
Josh Poimboeuf
2
-14
/
+1
2024-04-12
perf/bpf: Remove unneeded uses_default_overflow_handler()
Kyle Huey
2
-6
/
+6
2024-04-12
locking/pvqspinlock/x86: Remove redundant CMP after CMPXCHG in __raw_callee_s...
Uros Bizjak
1
-3
/
+2
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
13
-135
/
+347
2024-04-12
crypto: x86/aes-xts - make non-AVX implementation use new glue code
Eric Biggers
3
-203
/
+132
2024-04-12
crypto: x86/sha512-avx2 - add missing vzeroupper
Eric Biggers
1
-0
/
+1
2024-04-12
crypto: x86/sha256-avx2 - add missing vzeroupper
Eric Biggers
1
-0
/
+1
2024-04-12
crypto: x86/nh-avx2 - add missing vzeroupper
Eric Biggers
1
-0
/
+1
2024-04-11
arm64: dts: qcom: sc7180: Fix UFS PHY clocks
Danila Tikhonov
1
-3
/
+6
2024-04-11
Merge tag 'hyperv-fixes-signed-20240411' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-26
/
+12
2024-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
65
-197
/
+734
2024-04-11
KVM: x86/mmu: Fix and clarify comments about clearing D-bit vs. write-protecting
David Matlack
1
-10
/
+6
2024-04-11
KVM: x86/mmu: Remove function comments above clear_dirty_{gfn_range,pt_masked}()
David Matlack
1
-14
/
+0
2024-04-11
KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing dirty status
David Matlack
1
-5
/
+16
2024-04-11
KVM: x86/mmu: Precisely invalidate MMU root_role during CPUID update
Sean Christopherson
1
-3
/
+3
2024-04-11
KVM: VMX: Disable LBR virtualization if the CPU doesn't support LBR callstacks
Sean Christopherson
1
-1
/
+9
2024-04-11
perf/x86/intel: Expose existence of callback support to KVM
Sean Christopherson
2
-0
/
+2
2024-04-11
KVM: VMX: Snapshot LBR capabilities during module initialization
Sean Christopherson
3
-5
/
+8
2024-04-11
Merge tag 'loongarch-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-12
/
+116
2024-04-11
arm64: dts: rockchip: Add RTC to Khadas Edge 2
Muhammed Efe Cetin
1
-0
/
+12
2024-04-11
arm64: dts: rockchip: Add UART9 (bluetooth) to Khadas Edge 2
Muhammed Efe Cetin
1
-0
/
+20
2024-04-11
KVM: delete .change_pte MMU notifier callback
Paolo Bonzini
17
-275
/
+7
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
2
-7
/
+55
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
4
-3
/
+27
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
4
-4
/
+32
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-11
KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platforms
Sandipan Das
1
-1
/
+2
2024-04-11
KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible
Sean Christopherson
5
-2
/
+14
2024-04-11
treewide: Use sysfs_bin_attr_simple_read() helper
Lukas Wunner
1
-9
/
+1
2024-04-11
x86/boot/64: Clear most of CR4 in startup_64(), except PAE, MCE and LA57
Ard Biesheuvel
1
-0
/
+5
2024-04-11
Merge tag 'v6.9-rc3' into x86/boot, to pick up fixes before queueing up more ...
Ingo Molnar
299
-2299
/
+7829
2024-04-11
arm64: tlb: Allow range operation for MAX_TLBI_RANGE_PAGES
Gavin Shan
1
-2
/
+2
2024-04-11
arm64: tlb: Improve __TLBI_VADDR_RANGE()
Gavin Shan
1
-11
/
+18
2024-04-11
riscv: dts: sophgo: cv18xx: Add i2c devices
Inochi Amaoto
1
-0
/
+55
2024-04-11
riscv: dts: sophgo: cv18xx: Add spi devices
Inochi Amaoto
1
-0
/
+44
[prev]
[next]