index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-01
Merge tag 'x86-platform-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
7
-157
/
+22
2020-06-01
Merge tag 'x86-fpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
9
-130
/
+335
2020-06-01
Merge tag 'x86-cpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-74
/
+57
2020-06-01
Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
17
-203
/
+21
2020-06-01
Merge tag 'x86-build-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-8
/
+11
2020-06-01
Merge tag 'x86-boot-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
7
-9
/
+70
2020-06-01
Merge tag 'smp-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-3
/
+3
2020-06-01
Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-30
/
+50
2020-06-01
Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
15
-20
/
+723
2020-06-01
Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
19
-181
/
+171
2020-06-01
Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-129
/
+57
2020-06-01
Merge tag 'x86_cache_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
13
-64
/
+90
2020-06-01
Merge tag 'x86_microcode_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-8
/
+7
2020-06-01
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
3
-3
/
+0
2020-06-01
Merge branches 'x86/apic', 'x86/misc' and 'x86/splitlock' into x86/urgent
Ingo Molnar
3
-1
/
+12
2020-06-01
x86/kvm/hyper-v: Add support for synthetic debugger via hypercalls
Jon Doron
1
-0
/
+28
2020-06-01
x86/kvm/hyper-v: enable hypercalls regardless of hypercall page
Jon Doron
1
-1
/
+1
2020-06-01
x86/kvm/hyper-v: Add support for synthetic debugger interface
Jon Doron
5
-3
/
+232
2020-06-01
x86/hyper-v: Add synthetic debugger definitions
Jon Doron
2
-0
/
+33
2020-06-01
KVM: selftests: VMX preemption timer migration test
Makarand Sonare
1
-8
/
+4
2020-06-01
KVM: nVMX: Fix VMX preemption timer migration
Peter Shier
3
-8
/
+52
2020-06-01
KVM: x86/pmu: Support full width counting
Like Xu
6
-5
/
+66
2020-06-01
KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' in
Wei Wang
5
-17
/
+21
2020-06-01
KVM: x86: announce KVM_FEATURE_ASYNC_PF_INT
Vitaly Kuznetsov
3
-1
/
+4
2020-06-01
KVM: x86: acknowledgment mechanism for async pf page ready notifications
Vitaly Kuznetsov
3
-4
/
+26
2020-06-01
KVM: x86: interrupt based APF 'page ready' event delivery
Vitaly Kuznetsov
3
-28
/
+81
2020-06-01
KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_async_page_present()
Vitaly Kuznetsov
2
-2
/
+2
2020-06-01
KVM: x86: extend struct kvm_vcpu_pv_apf_data with token info
Vitaly Kuznetsov
10
-25
/
+36
2020-06-01
Revert "KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exceptions simultaneously"
Vitaly Kuznetsov
1
-22
/
+1
2020-06-01
KVM: VMX: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-06-01
KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATE
Paolo Bonzini
6
-7
/
+171
2020-06-01
KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmu
Paolo Bonzini
3
-7
/
+14
2020-06-01
KVM: nSVM: leave guest mode when clearing EFER.SVME
Paolo Bonzini
3
-2
/
+25
2020-06-01
KVM: nSVM: split nested_vmcb_check_controls
Paolo Bonzini
1
-9
/
+14
2020-06-01
KVM: nSVM: remove HF_HIF_MASK
Paolo Bonzini
3
-7
/
+1
2020-06-01
KVM: nSVM: remove HF_VINTR_MASK
Paolo Bonzini
4
-8
/
+5
2020-06-01
KVM: nSVM: synthesize correct EXITINTINFO on vmexit
Paolo Bonzini
2
-14
/
+49
2020-06-01
KVM: SVM: preserve VGIF across VMCB switch
Paolo Bonzini
1
-1
/
+5
2020-06-01
KVM: nSVM: extract svm_set_gif
Paolo Bonzini
4
-37
/
+38
2020-06-01
KVM: nSVM: remove unnecessary if
Paolo Bonzini
1
-2
/
+1
2020-06-01
KVM: nSVM: synchronize VMCB controls updated by the processor on every vmexit
Paolo Bonzini
3
-25
/
+38
2020-06-01
KVM: nSVM: restore clobbered INT_CTL fields after clearing VINTR
Paolo Bonzini
1
-1
/
+9
2020-06-01
KVM: nSVM: save all control fields in svm->nested
Paolo Bonzini
3
-58
/
+39
2020-06-01
KVM: nSVM: remove trailing padding for struct vmcb_control_area
Paolo Bonzini
1
-1
/
+8
2020-06-01
KVM: nSVM: pass vmcb_control_area to copy_vmcb_control_area
Paolo Bonzini
1
-6
/
+4
2020-06-01
KVM: nSVM: clean up tsc_offset update
Paolo Bonzini
1
-4
/
+5
2020-06-01
KVM: nSVM: move MMU setup to nested_prepare_vmcb_control
Paolo Bonzini
1
-6
/
+6
2020-06-01
KVM: nSVM: extract preparation of VMCB for nested run
Paolo Bonzini
1
-16
/
+24
2020-06-01
KVM: nSVM: extract load_nested_vmcb_control
Paolo Bonzini
1
-16
/
+22
2020-06-01
KVM: nSVM: move map argument out of enter_svm_guest_mode
Paolo Bonzini
3
-10
/
+9
[prev]
[next]