index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-03-04
9
-16
/
+400
|
\
|
*
KVM: SVM: Clear the CR4 register on reset
Babu Moger
2021-03-02
1
-0
/
+1
|
*
KVM: x86/xen: Add support for vCPU runstate information
David Woodhouse
2021-03-02
4
-2
/
+343
|
*
KVM: x86/xen: Fix return code when clearing vcpu_info and vcpu_time_info
David Woodhouse
2021-03-02
1
-0
/
+4
|
*
KVM: x86: allow compiling out the Xen hypercall interface
Paolo Bonzini
2021-03-02
4
-2
/
+42
|
*
KVM: xen: flush deferred static key before checking it
Paolo Bonzini
2021-02-26
1
-0
/
+1
|
*
KVM: x86/mmu: Set SPTE_AD_WRPROT_ONLY_MASK if and only if PML is enabled
Sean Christopherson
2021-02-26
1
-8
/
+8
|
*
KVM: x86: hyper-v: Fix Hyper-V context null-ptr-deref
Wanpeng Li
2021-02-26
1
-1
/
+1
|
*
KVM: x86: remove misplaced comment on active_mmu_pages
Dongli Zhang
2021-02-26
1
-3
/
+0
*
|
Merge tag 'for-linus-5.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-03-04
3
-29
/
+62
|
\
\
|
*
|
xen: fix p2m size in dom0 for disabled memory hotplug case
Juergen Gross
2021-03-03
3
-26
/
+21
|
*
|
Xen/gnttab: handle p2m update errors on a per-slot basis
Jan Beulich
2021-03-03
1
-3
/
+41
*
|
|
Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-27
1
-1
/
+1
|
\
\
\
|
*
|
|
arch: setup PF_IO_WORKER threads like PF_KTHREAD
Jens Axboe
2021-02-21
1
-1
/
+1
*
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-02-26
15
-415
/
+311
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
KVM: SVM: Fix nested VM-Exit on #GP interception handling
Sean Christopherson
2021-02-25
1
-3
/
+8
|
*
|
|
KVM: vmx/pmu: Fix dummy check if lbr_desc->event is created
Like Xu
2021-02-23
1
-2
/
+2
|
*
|
|
KVM: x86/mmu: Consider the hva in mmu_notifier retry
David Stevens
2021-02-22
2
-9
/
+28
|
*
|
|
KVM: x86/mmu: Skip mmu_notifier check when handling MMIO page fault
Sean Christopherson
2021-02-22
2
-2
/
+2
|
*
|
|
KVM: nSVM: prepare guest save area while is_guest_mode is true
Paolo Bonzini
2021-02-22
1
-1
/
+1
|
*
|
|
KVM: x86/mmu: Remove a variety of unnecessary exports
Sean Christopherson
2021-02-19
2
-21
/
+15
|
*
|
|
KVM: x86: Fold "write-protect large" use case into generic write-protect
Sean Christopherson
2021-02-19
2
-47
/
+17
|
*
|
|
KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PML
Sean Christopherson
2021-02-19
5
-153
/
+36
|
*
|
|
KVM: VMX: Dynamically enable/disable PML based on memslot dirty logging
Makarand Sonare
2021-02-19
6
-5
/
+70
|
*
|
|
KVM: x86: Further clarify the logic and comments for toggling log dirty
Sean Christopherson
2021-02-19
1
-4
/
+11
|
*
|
|
KVM: x86: Move MMU's PML logic to common code
Sean Christopherson
2021-02-19
5
-100
/
+24
|
*
|
|
KVM: x86/mmu: Make dirty log size hook (PML) a value, not a function
Sean Christopherson
2021-02-19
4
-13
/
+4
|
*
|
|
KVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need_write_protect()
Sean Christopherson
2021-02-19
1
-1
/
+4
|
*
|
|
KVM: nVMX: Disable PML in hardware when running L2
Sean Christopherson
2021-02-19
2
-16
/
+25
|
*
|
|
KVM: x86/mmu: Consult max mapping level when zapping collapsible SPTEs
Sean Christopherson
2021-02-19
3
-12
/
+14
|
*
|
|
KVM: x86/mmu: Pass the memslot to the rmap callbacks
Sean Christopherson
2021-02-19
1
-9
/
+15
|
*
|
|
KVM: x86/mmu: Split out max mapping level calculation to helper
Sean Christopherson
2021-02-19
2
-15
/
+24
|
*
|
|
KVM: x86/mmu: Expand collapsible SPTE zap for TDP MMU to ZONE_DEVICE and Huge...
Sean Christopherson
2021-02-19
1
-1
/
+2
|
*
|
|
KVM: nVMX: no need to undo inject_page_fault change on nested vmexit
Paolo Bonzini
2021-02-18
1
-3
/
+0
|
*
|
|
KVM: nSVM: fix running nested guests when npt=0
Paolo Bonzini
2021-02-18
1
-0
/
+20
|
*
|
|
KVM: nSVM: move nested vmrun tracepoint to enter_svm_guest_mode
Maxim Levitsky
2021-02-18
1
-12
/
+14
|
*
|
|
KVM: VMX: read idt_vectoring_info a bit earlier
Maxim Levitsky
2021-02-18
1
-1
/
+3
|
*
|
|
KVM: VMX: Allow INVPCID in guest without PCID
Sean Christopherson
2021-02-18
1
-10
/
+0
|
*
|
|
KVM: x86: Advertise INVPCID by default
Sean Christopherson
2021-02-18
3
-6
/
+3
|
*
|
|
KVM: SVM: Intercept INVPCID when it's disabled to inject #UD
Sean Christopherson
2021-02-18
1
-4
/
+4
*
|
|
|
x86: fix seq_file iteration for pat/memtype.c
NeilBrown
2021-02-26
1
-2
/
+2
*
|
|
|
kfence: add test suite
Marco Elver
2021-02-26
1
-1
/
+2
*
|
|
|
kfence: use pt_regs to generate stack trace on faults
Marco Elver
2021-02-26
2
-7
/
+1
*
|
|
|
x86, kfence: enable KFENCE for x86
Alexander Potapenko
2021-02-26
3
-0
/
+76
*
|
|
|
Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-02-25
1
-14
/
+15
|
\
\
\
\
|
*
|
|
|
arch: syscalls: remove $(srctree)/ prefix from syscall tables
Masahiro Yamada
2021-02-22
1
-2
/
+2
|
*
|
|
|
arch: syscalls: add missing FORCE and fix 'targets' to make if_changed work
Masahiro Yamada
2021-02-22
1
-12
/
+13
*
|
|
|
|
Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-02-24
15
-178
/
+270
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'x86/paravirt' into x86/entry
Ingo Molnar
2021-02-12
57
-402
/
+485
|
|
\
\
\
\
\
|
*
|
|
|
|
|
x86/softirq/64: Inline do_softirq_own_stack()
Thomas Gleixner
2021-02-10
3
-7
/
+12
[next]