index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: vVMX: signal failure for nested VMEntry if emulation_required
Sean Christopherson
2018-03-16
1
-0
/
+15
*
KVM: VMX: WARN on a MOV CR3 exit w/ unrestricted guest
Sean Christopherson
2018-03-16
1
-0
/
+2
*
KVM: VMX: give unrestricted guest full control of CR3
Sean Christopherson
2018-03-16
1
-2
/
+2
*
KVM: VMX: don't force CR4.PAE/PSE for unrestricted guest
Sean Christopherson
2018-03-16
1
-14
/
+22
*
KVM: VMX: remove CR0.WP from ..._ALWAYS_ON_UNRESTRICTED_GUEST
Sean Christopherson
2018-03-16
1
-3
/
+4
*
KVM: VMX: don't configure EPT identity map for unrestricted guest
Sean Christopherson
2018-03-16
1
-2
/
+3
*
KVM: VMX: don't configure RM TSS for unrestricted guest
Sean Christopherson
2018-03-16
1
-0
/
+3
*
x86/kvm/hyper-v: inject #GP only when invalid SINTx vector is unmasked
Vitaly Kuznetsov
2018-03-16
1
-1
/
+9
*
x86/kvm/hyper-v: remove stale entries from vec_bitmap/auto_eoi_bitmap on vect...
Vitaly Kuznetsov
2018-03-16
2
-10
/
+24
*
x86/kvm/hyper-v: add reenlightenment MSRs support
Vitaly Kuznetsov
2018-03-16
3
-1
/
+36
*
KVM: x86: Update the exit_qualification access bits while walking an address
KarimAllah Ahmed
2018-03-16
1
-2
/
+9
*
KVM: x86: Make enum conversion explicit in kvm_pdptr_read()
Matthias Kaehlcke
2018-03-16
1
-1
/
+1
*
KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in use
Vitaly Kuznetsov
2018-03-16
1
-1
/
+9
*
KVM: x86: Add support for AMD Core Perf Extension in guest
Janakarajan Natarajan
2018-03-16
3
-15
/
+130
*
x86/msr: Add AMD Core Perf Extension MSRs
Janakarajan Natarajan
2018-03-16
1
-0
/
+14
*
KVM: nVMX: Enforce NMI controls on vmentry of L2 guests
Krish Sadhukhan
2018-03-08
1
-2
/
+27
*
KVM: nVMX: expose VMX capabilities for nested hypervisors to userspace
Paolo Bonzini
2018-03-06
2
-5
/
+40
*
KVM: nVMX: introduce struct nested_vmx_msrs
Paolo Bonzini
2018-03-06
1
-174
/
+178
*
KVM: X86: Don't use PV TLB flush with dedicated physical CPUs
Wanpeng Li
2018-03-06
1
-0
/
+2
*
KVM: X86: Choose qspinlock when dedicated physical CPUs are available
Wanpeng Li
2018-03-06
1
-0
/
+5
*
KVM: Introduce paravirtualization hints and KVM_HINTS_DEDICATED
Wanpeng Li
2018-03-06
6
-2
/
+32
*
KVM: x86: KVM_CAP_SYNC_REGS
Ken Hofsass
2018-03-06
2
-16
/
+105
*
kvm: x86: hyperv: guest->host event signaling via eventfd
Roman Kagan
2018-03-06
5
-1
/
+117
*
kvm: x86: factor out kvm.arch.hyperv (de)init
Roman Kagan
2018-03-06
3
-1
/
+14
*
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2018-03-04
5
-17
/
+20
|
\
|
*
x86/platform/intel-mid: Handle Intel Edison reboot correctly
Sebastian Panceac
2018-02-28
1
-1
/
+1
|
*
x86/asm: Add instruction suffixes to bitops
Jan Beulich
2018-02-28
2
-14
/
+17
|
*
x86/entry/64: Add instruction suffix
Jan Beulich
2018-02-28
1
-1
/
+1
|
*
x86/refcounts: Switch to UD2 for exceptions
Kees Cook
2018-02-28
1
-1
/
+1
*
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-03-04
7
-25
/
+48
|
\
\
|
*
|
x86/cpu_entry_area: Sync cpu_entry_area to initial_page_table
Thomas Gleixner
2018-03-01
6
-25
/
+32
|
*
|
x86/xen: Zero MSR_IA32_SPEC_CTRL before suspend
Juergen Gross
2018-02-28
1
-0
/
+16
*
|
|
Merge tag 'kbuild-fixes-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-03-03
1
-1
/
+3
|
\
\
\
|
*
|
|
sh: fix build error for empty CONFIG_BUILTIN_DTB_SOURCE
Masahiro Yamada
2018-03-02
1
-1
/
+3
*
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-03-02
5
-17
/
+149
|
\
\
\
\
|
*
|
|
|
KVM: x86: fix vcpu initialization with userspace lapic
Radim Krčmář
2018-03-01
2
-7
/
+6
|
*
|
|
|
KVM: X86: Allow userspace to define the microcode version
Wanpeng Li
2018-03-01
4
-5
/
+12
|
*
|
|
|
KVM: X86: Introduce kvm_get_msr_feature()
Wanpeng Li
2018-03-01
1
-3
/
+15
|
*
|
|
|
KVM: SVM: Add MSR-based feature support for serializing LFENCE
Tom Lendacky
2018-03-01
2
-1
/
+36
|
*
|
|
|
KVM: x86: Add a framework for supporting MSR-based features
Tom Lendacky
2018-03-01
4
-5
/
+84
*
|
|
|
|
Merge branch 'parisc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-03-02
8
-39
/
+86
|
\
\
\
\
\
|
*
|
|
|
|
parisc: Reduce irq overhead when run in qemu
Helge Deller
2018-03-02
1
-4
/
+5
|
*
|
|
|
|
parisc: Use cr16 interval timers unconditionally on qemu
Helge Deller
2018-03-02
2
-1
/
+3
|
*
|
|
|
|
parisc: Check if secondary CPUs want own PDC calls
Helge Deller
2018-03-02
2
-7
/
+18
|
*
|
|
|
|
parisc: Hide virtual kernel memory layout
Helge Deller
2018-03-02
1
-1
/
+6
|
*
|
|
|
|
parisc: Fix ordering of cache and TLB flushes
John David Anglin
2018-03-02
3
-26
/
+54
*
|
|
|
|
|
Merge tag 'for-linus-4.16a-rc4-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-03-02
1
-2
/
+4
|
\
\
\
\
\
\
|
*
|
|
|
|
|
x86/xen: add tty0 and hvc0 as preferred consoles for dom0
Juergen Gross
2018-02-28
1
-2
/
+4
*
|
|
|
|
|
|
Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...
Linus Torvalds
2018-03-01
15
-29
/
+125
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
ARC: setup cpu possible mask according to possible-cpus dts property
Eugeniy Paltsev
2018-02-28
1
-10
/
+40
[next]