index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: SVM: Call SEV Guest Decommission if ASID binding fails
Alper Gun
2021-06-11
1
-5
/
+15
*
KVM: x86: Immediately reset the MMU context when the SMM flag is cleared
Sean Christopherson
2021-06-10
1
-1
/
+4
*
KVM: x86: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-06-10
2
-0
/
+2
*
KVM: SVM: fix doc warnings
ChenXiaoSong
2021-06-10
1
-3
/
+3
*
kvm: LAPIC: Restore guard to prevent illegal APIC register access
Jim Mattson
2021-06-09
1
-0
/
+3
*
KVM: x86: Unload MMU on guest TLB flush if TDP disabled to force MMU sync
Lai Jiangshan
2021-06-08
1
-0
/
+13
*
KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint message
Sean Christopherson
2021-06-08
1
-3
/
+3
*
KVM: x86: Ensure PV TLB flush tracepoint reflects KVM behavior
Lai Jiangshan
2021-06-08
1
-2
/
+4
*
KVM: X86: MMU: Use the correct inherited permissions to get shadow page
Lai Jiangshan
2021-06-08
1
-5
/
+9
*
KVM: LAPIC: Write 0 to TMICT should also cancel vmx-preemption timer
Wanpeng Li
2021-06-08
1
-6
/
+11
*
KVM: SVM: Fix SEV SEND_START session length & SEND_UPDATE_DATA query length a...
Ashish Kalra
2021-06-08
1
-4
/
+2
*
KVM: X86: Kill off ctxt->ud
Wanpeng Li
2021-05-28
3
-7
/
+5
*
KVM: X86: Fix warning caused by stale emulation context
Wanpeng Li
2021-05-28
1
-5
/
+5
*
KVM: X86: Use kvm_get_linear_rip() in single-step and #DB/#BP interception
Yuan Yao
2021-05-28
2
-5
/
+3
*
KVM: x86/mmu: Fix comment mentioning skip_4k
David Matlack
2021-05-27
1
-3
/
+3
*
KVM: VMX: update vcpu posted-interrupt descriptor when assigning device
Marcelo Tosatti
2021-05-27
3
-0
/
+16
*
KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCK
Marcelo Tosatti
2021-05-27
2
-2
/
+2
*
KVM: x86: add start_assignment hook to kvm_x86_ops
Marcelo Tosatti
2021-05-27
3
-1
/
+4
*
KVM: LAPIC: Narrow the timer latency between wait_lapic_expire and world switch
Wanpeng Li
2021-05-27
1
-3
/
+11
*
KVM: X86: hyper-v: Task srcu lock when accessing kvm_memslots()
Wanpeng Li
2021-05-27
1
-0
/
+8
*
KVM: X86: Fix vCPU preempted state from guest's point of view
Wanpeng Li
2021-05-27
1
-0
/
+2
*
KVM: X86: Bail out of direct yield in case of under-committed scenarios
Wanpeng Li
2021-05-27
1
-0
/
+3
*
KVM: SVM: make the avic parameter a bool
Paolo Bonzini
2021-05-24
2
-3
/
+3
*
KVM: VMX: Drop unneeded CONFIG_X86_LOCAL_APIC check
Vitaly Kuznetsov
2021-05-24
1
-2
/
+1
*
KVM: SVM: Drop unneeded CONFIG_X86_LOCAL_APIC check
Vitaly Kuznetsov
2021-05-24
2
-5
/
+1
*
Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2021-05-17
22
-168
/
+197
|
\
|
*
Merge tag 'perf_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-05-09
1
-21
/
+26
|
|
\
|
|
*
x86/events/amd/iommu: Fix invalid Perf result due to IOMMU PMC power-gating
Suravee Suthikulpanit
2021-05-06
1
-21
/
+26
|
*
|
Merge tag 'x86_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-05-09
13
-120
/
+131
|
|
\
\
|
|
*
|
KVM: x86: Consolidate guest enter/exit logic to common helpers
Sean Christopherson
2021-05-05
3
-74
/
+49
|
|
*
|
KVM: x86: Defer vtime accounting 'til after IRQ handling
Wanpeng Li
2021-05-05
3
-6
/
+15
|
|
*
|
KVM/VMX: Invoke NMI non-IST entry instead of IST entry
Lai Jiangshan
2021-05-05
3
-7
/
+34
|
|
*
|
x86/cpu: Remove write_tsc() and write_rdtscp_aux() wrappers
Sean Christopherson
2021-05-05
2
-5
/
+1
|
|
*
|
x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supported
Sean Christopherson
2021-05-05
1
-1
/
+1
|
|
*
|
x86/resctrl: Fix init const confusion
Andi Kleen
2021-05-05
1
-1
/
+1
|
|
*
|
x86: Delete UD0, UD1 traces
Alexey Dobriyan
2021-05-05
1
-9
/
+0
|
|
*
|
x86/smpboot: Remove duplicate includes
Wan Jiabing
2021-05-05
1
-3
/
+0
|
|
*
|
x86/cpu: Use alternative to generate the TASK_SIZE_MAX constant
Linus Torvalds
2021-05-05
2
-20
/
+36
|
*
|
|
Merge tag 'io_uring-5.13-2021-05-07' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-05-07
1
-1
/
+18
|
|
\
\
\
|
|
*
|
|
x86/process: setup io_threads more like normal user space threads
Stefan Metzmacher
2021-05-06
1
-1
/
+18
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-05-05
2
-21
/
+16
|
|
\
\
\
|
|
*
|
|
x86/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
Oscar Salvador
2021-05-05
1
-0
/
+3
|
|
*
|
|
mm: drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCK
Anshuman Khandual
2021-05-05
1
-4
/
+1
|
|
*
|
|
mm: drop redundant ARCH_ENABLE_[HUGEPAGE|THP]_MIGRATION
Anshuman Khandual
2021-05-05
1
-8
/
+2
|
|
*
|
|
mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]
Anshuman Khandual
2021-05-05
1
-8
/
+2
|
|
*
|
|
mm: generalize ARCH_HAS_CACHE_LINE_SIZE
Anshuman Khandual
2021-05-05
1
-3
/
+1
|
|
*
|
|
x86/mm: track linear mapping split events
Saravanan D
2021-05-05
1
-0
/
+8
|
|
*
|
|
userfaultfd: add minor fault registration mode
Axel Rasmussen
2021-05-05
1
-0
/
+1
|
*
|
|
|
Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-05-05
1
-1
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
x86/PCI: Remove unused alloc_pci_root_info() return value
Krzysztof WilczyĆski
2021-04-30
1
-1
/
+1
[next]