index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
9
-33
/
+94
2020-02-12
KVM: x86: fix WARN_ON check of an unsigned less than zero
Paolo Bonzini
1
-1
/
+1
2020-02-12
KVM: x86/mmu: Fix struct guest_walker arrays for 5-level paging
Sean Christopherson
1
-1
/
+1
2020-02-12
KVM: nVMX: Use correct root level for nested EPT shadow page tables
Sean Christopherson
1
-0
/
+3
2020-02-12
KVM: nVMX: Fix some comment typos and coding style
Miaohe Lin
2
-5
/
+16
2020-02-12
KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDP
Sean Christopherson
3
-7
/
+19
2020-02-12
KVM: apic: reuse smp_wmb() in kvm_make_request()
Miaohe Lin
1
-3
/
+0
2020-02-12
KVM: x86: remove duplicated KVM_REQ_EVENT request
Miaohe Lin
1
-1
/
+0
2020-02-12
KVM: x86: Deliver exception payload on KVM_GET_VCPU_EVENTS
Oliver Upton
1
-13
/
+16
2020-02-12
KVM: nVMX: Handle pending #DB when injecting INIT VM-exit
Oliver Upton
1
-0
/
+28
2020-02-12
KVM: x86: Mask off reserved bit from #DB exception payload
Oliver Upton
1
-0
/
+8
2020-02-12
KVM: x86: do not reset microcode version on INIT or RESET
Paolo Bonzini
2
-2
/
+2
2020-02-11
perf/x86/intel: Fix inaccurate period in context switch for auto-reload
Kan Liang
1
-0
/
+2
2020-02-11
perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event map
Kim Phillips
1
-0
/
+1
2020-02-11
perf/x86/msr: Add Tremont support
Kan Liang
1
-1
/
+2
2020-02-11
perf/x86/cstate: Add Tremont support
Kan Liang
1
-9
/
+13
2020-02-11
perf/x86/intel: Add Elkhart Lake support
Kan Liang
1
-0
/
+1
2020-02-09
Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
5
-7
/
+7
2020-02-09
Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-10
/
+230
2020-02-09
Merge tag 'efi-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2020-02-08
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-8
/
+3
2020-02-07
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
1
-7
/
+3
2020-02-07
fs_parser: remove fs_parameter_description name field
Eric Sandeen
1
-1
/
+0
2020-02-07
x86/apic: Mask IOAPIC entries when disabling the local APIC
Tony W Wang-oc
1
-0
/
+7
2020-02-06
Merge tag 'kvm-5.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
19
-175
/
+554
2020-02-06
Merge tag 'pci-v5.6-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2020-02-05
KVM: vmx: delete meaningless vmx_decache_cr0_guest_bits() declaration
Miaohe Lin
1
-2
/
+0
2020-02-05
KVM: x86: Mark CR4.UMIP as reserved based on associated CPUID bit
Sean Christopherson
1
-0
/
+2
2020-02-05
x86: vmxfeatures: rename features for consistency with KVM and manual
Paolo Bonzini
2
-6
/
+6
2020-02-05
KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accesses
Paolo Bonzini
1
-0
/
+4
2020-02-05
KVM: x86: Fix perfctr WRMSR for running counters
Eric Hankland
1
-5
/
+4
2020-02-05
x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested g...
Vitaly Kuznetsov
3
-0
/
+58
2020-02-05
x86/kvm/hyper-v: move VMX controls sanitization out of nested_enable_evmcs()
Vitaly Kuznetsov
3
-8
/
+41
2020-02-05
kvm: mmu: Separate generating and setting mmio ptes
Ben Gardon
1
-2
/
+13
2020-02-05
kvm: mmu: Replace unsigned with unsigned int for PTE access
Ben Gardon
1
-11
/
+13
2020-02-05
KVM: nVMX: Remove stale comment from nested_vmx_load_cr3()
Sean Christopherson
1
-4
/
+4
2020-02-05
x86/kvm: do not setup pv tlb flush when not paravirtualized
Thadeu Lima de Souza Cascardo
1
-0
/
+3
2020-02-05
KVM: x86: Take a u64 when checking for a valid dr7 value
Sean Christopherson
1
-1
/
+1
2020-02-05
KVM: x86: use raw clock values consistently
Paolo Bonzini
1
-15
/
+23
2020-02-05
KVM: x86: reorganize pvclock_gtod_data members
Paolo Bonzini
1
-17
/
+12
2020-02-05
KVM: nVMX: delete meaningless nested_vmx_run() declaration
Miaohe Lin
1
-2
/
+0
2020-02-05
KVM: SVM: allow AVIC without split irqchip
Paolo Bonzini
1
-1
/
+1
2020-02-05
kvm: ioapic: Lazy update IOAPIC EOI
Suravee Suthikulpanit
1
-0
/
+39
2020-02-05
kvm: ioapic: Refactor kvm_ioapic_update_eoi()
Suravee Suthikulpanit
1
-54
/
+56
2020-02-05
kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode.
Suravee Suthikulpanit
3
-2
/
+22
2020-02-05
svm: Temporarily deactivate AVIC during ExtINT handling
Suravee Suthikulpanit
2
-4
/
+30
2020-02-05
svm: Deactivate AVIC when launching guest with nested SVM support
Suravee Suthikulpanit
2
-1
/
+11
2020-02-05
kvm: x86: hyperv: Use APICv update request interface
Suravee Suthikulpanit
5
-18
/
+8
2020-02-05
svm: Add support for dynamic APICv
Suravee Suthikulpanit
1
-10
/
+28
2020-02-05
kvm: x86: Introduce x86 ops hook for pre-update APICv
Suravee Suthikulpanit
3
-0
/
+9
[next]