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-09-10
virtio_balloon: introduce memory allocation stall counter
zhenwei pi
2
-2
/
+12
2024-09-10
virtio_balloon: introduce oom-kill invocations
zhenwei pi
2
-2
/
+5
2024-09-10
virtio_pmem: Check device status before requesting flush
Philip Chen
1
-0
/
+9
2024-09-10
vhost_vdpa: assign irq bypass producer token correctly
Jason Wang
1
-3
/
+13
2024-09-10
vdpa/mlx5: Fix invalid mr resource destroy
Dragos Tatulea
1
-0
/
+3
2024-09-10
media: atomisp: Use clamp() in ia_css_eed1_8_vmem_encode()
Christophe JAILLET
1
-12
/
+8
2024-09-10
media: atomisp: Fix eed1_8 code assigning signed values to an unsigned variable
Hans de Goede
2
-3
/
+5
2024-09-10
scripts: subarch.include: fix SUBARCH on macOS hosts
Nick Desaulniers
1
-1
/
+1
2024-09-10
scripts: import more hash table macros
Masahiro Yamada
2
-0
/
+119
2024-09-10
dma-mapping: add tracing for dma-mapping API calls
Sean Anderson
2
-1
/
+364
2024-09-09
KVM: VMX: Set PFERR_GUEST_{FINAL,PAGE}_MASK if and only if the GVA is valid
Sean Christopherson
1
-2
/
+3
2024-09-09
KVM: x86/mmu: Use KVM_PAGES_PER_HPAGE() instead of an open coded equivalent
Sean Christopherson
1
-1
/
+1
2024-09-09
KVM: x86/mmu: Add KVM_RMAP_MANY to replace open coded '1' and '1ul' literals
Sean Christopherson
1
-15
/
+16
2024-09-09
KVM: x86/mmu: Fold mmu_spte_age() into kvm_rmap_age_gfn_range()
Sean Christopherson
1
-28
/
+22
2024-09-09
KVM: x86/mmu: Morph kvm_handle_gfn_range() into an aging specific helper
Sean Christopherson
1
-46
/
+22
2024-09-09
KVM: x86/mmu: Honor NEED_RESCHED when zapping rmaps and blocking is allowed
Sean Christopherson
1
-10
/
+6
2024-09-09
KVM: x86/mmu: Add a helper to walk and zap rmaps for a memslot
Sean Christopherson
1
-3
/
+12
2024-09-09
KVM: x86/mmu: Plumb a @can_yield parameter into __walk_slot_rmaps()
Sean Christopherson
1
-4
/
+8
2024-09-09
KVM: x86/mmu: Move walk_slot_rmaps() up near for_each_slot_rmap_range()
Sean Christopherson
1
-53
/
+53
2024-09-10
Merge tag 'drm-xe-next-2024-09-05' of https://gitlab.freedesktop.org/drm/xe/k...
Dave Airlie
60
-272
/
+1978
2024-09-09
KVM: x86/mmu: WARN on MMIO cache hit when emulating write-protected gfn
Sean Christopherson
1
-10
/
+20
2024-09-09
KVM: x86/mmu: Detect if unprotect will do anything based on invalid_list
Sean Christopherson
1
-4
/
+7
2024-09-09
KVM: x86/mmu: Subsume kvm_mmu_unprotect_page() into the and_retry() version
Sean Christopherson
2
-21
/
+13
2024-09-09
KVM: x86: Rename reexecute_instruction()=>kvm_unprotect_and_retry_on_failure()
Sean Christopherson
1
-5
/
+7
2024-09-09
KVM: x86: Update retry protection fields when forcing retry on emulation failure
Sean Christopherson
3
-7
/
+17
2024-09-09
KVM: x86: Apply retry protection to "unprotect on failure" path
Sean Christopherson
1
-19
/
+1
2024-09-09
KVM: x86: Check EMULTYPE_WRITE_PF_TO_SP before unprotecting gfn
Sean Christopherson
1
-9
/
+19
2024-09-09
KVM: x86: Remove manual pfn lookup when retrying #PF after failed emulation
Sean Christopherson
1
-18
/
+0
2024-09-09
KVM: x86/mmu: Move event re-injection unprotect+retry into common path
Sean Christopherson
1
-21
/
+9
2024-09-09
KVM: x86/mmu: Always walk guest PTEs with WRITE access when unprotecting
Sean Christopherson
1
-1
/
+1
2024-09-09
KVM: x86/mmu: Don't try to unprotect an INVALID_GPA
Sean Christopherson
1
-1
/
+6
2024-09-09
KVM: x86: Fold retry_instruction() into x86_emulate_instruction()
Sean Christopherson
1
-21
/
+9
2024-09-09
KVM: x86: Move EMULTYPE_ALLOW_RETRY_PF to x86_emulate_instruction()
Sean Christopherson
1
-8
/
+5
2024-09-09
KVM: x86/mmu: Try "unprotect for retry" iff there are indirect SPs
Sean Christopherson
1
-0
/
+11
2024-09-09
KVM: x86/mmu: Apply retry protection to "fast nTDP unprotect" path
Sean Christopherson
3
-27
/
+40
2024-09-09
KVM: x86: Store gpa as gpa_t, not unsigned long, when unprotecting for retry
Sean Christopherson
1
-1
/
+2
2024-09-09
KVM: x86: Get RIP from vCPU state when storing it to last_retry_eip
Sean Christopherson
1
-1
/
+1
2024-09-09
KVM: x86: Retry to-be-emulated insn in "slow" unprotect path iff sp is zapped
Sean Christopherson
1
-4
/
+4
2024-09-09
KVM: x86/mmu: Skip emulation on page fault iff 1+ SPs were unprotected
Sean Christopherson
1
-8
/
+29
2024-09-09
KVM: x86/mmu: Trigger unprotect logic only on write-protection page faults
Sean Christopherson
5
-37
/
+50
2024-09-09
KVM: x86/mmu: Replace PFERR_NESTED_GUEST_PAGE with a more descriptive helper
Sean Christopherson
2
-5
/
+8
2024-09-09
KVM: Harden guest memory APIs against out-of-bounds accesses
Sean Christopherson
1
-0
/
+9
2024-09-09
KVM: Write the per-page "segment" when clearing (part of) a guest page
Sean Christopherson
1
-1
/
+1
2024-09-09
KVM: nVMX: Assert that vcpu->mutex is held when accessing secondary VMCSes
Sean Christopherson
1
-0
/
+6
2024-09-09
KVM: nVMX: Explicitly invalidate posted_intr_nv if PI is disabled at VM-Enter
Sean Christopherson
2
-2
/
+11
2024-09-09
KVM: x86: Fold kvm_get_apic_interrupt() into kvm_cpu_get_interrupt()
Sean Christopherson
3
-13
/
+5
2024-09-09
KVM: nVMX: Detect nested posted interrupt NV at nested VM-Exit injection
Sean Christopherson
1
-0
/
+14
2024-09-09
KVM: nVMX: Suppress external interrupt VM-Exit injection if there's no IRQ
Sean Christopherson
1
-1
/
+2
2024-09-09
KVM: nVMX: Get to-be-acknowledge IRQ for nested VM-Exit at injection site
Sean Christopherson
3
-10
/
+30
2024-09-09
KVM: x86: Move "ack" phase of local APIC IRQ delivery to separate API
Sean Christopherson
2
-4
/
+14
[prev]
[next]