index
:
linux-stable.git
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: x86/mmu: Rename page_header() to to_shadow_page()
Sean Christopherson
2020-07-08
3
-15
/
+15
|
*
|
|
|
|
KVM: x86/mmu: Add sptep_to_sp() helper to wrap shadow page lookup
Sean Christopherson
2020-07-08
4
-20
/
+23
|
*
|
|
|
|
KVM: x86/mmu: Make kvm_mmu_page definition and accessor internal-only
Sean Christopherson
2020-07-08
2
-44
/
+50
|
*
|
|
|
|
KVM: x86/mmu: Add MMU-internal header
Sean Christopherson
2020-07-08
4
-5
/
+13
|
*
|
|
|
|
KVM: x86/mmu: Move kvm_mmu_available_pages() into mmu.c
Sean Christopherson
2020-07-08
2
-9
/
+9
|
*
|
|
|
|
KVM: x86/mmu: Move mmu_audit.c and mmutrace.h into the mmu/ sub-directory
Sean Christopherson
2020-07-08
2
-1
/
+1
|
*
|
|
|
|
KVM: x86/mmu: Exit to userspace on make_mmu_pages_available() error
Sean Christopherson
2020-07-08
2
-2
/
+4
|
*
|
|
|
|
KVM: x86/mmu: Batch zap MMU pages when shrinking the slab
Sean Christopherson
2020-07-08
1
-16
/
+1
|
*
|
|
|
|
KVM: x86/mmu: Batch zap MMU pages when recycling oldest pages
Sean Christopherson
2020-07-08
1
-13
/
+39
|
*
|
|
|
|
KVM: x86/mmu: Don't put invalid SPs back on the list of active pages
Sean Christopherson
2020-07-08
1
-8
/
+20
|
*
|
|
|
|
KVM: x86/mmu: Optimize MMU page cache lookup for fully direct MMUs
Sean Christopherson
2020-07-08
1
-2
/
+7
|
*
|
|
|
|
KVM: x86/mmu: Avoid multiple hash lookups in kvm_get_mmu_page()
Sean Christopherson
2020-07-08
1
-8
/
+9
|
*
|
|
|
|
KVM: x86: Use VMCALL and VMMCALL mnemonics in kvm_para.h
Uros Bizjak
2020-07-08
1
-1
/
+1
|
*
|
|
|
|
KVM: SVM: Rename svm_nested_virtualize_tpr() to nested_svm_virtualize_tpr()
Joerg Roedel
2020-07-08
2
-4
/
+4
|
*
|
|
|
|
KVM: SVM: Add svm_ prefix to set/clr/is_intercept()
Joerg Roedel
2020-07-08
3
-48
/
+48
|
*
|
|
|
|
KVM: SVM: Add vmcb_ prefix to mark_*() functions
Joerg Roedel
2020-07-08
5
-31
/
+31
|
*
|
|
|
|
KVM: SVM: Rename struct nested_state to svm_nested_state
Joerg Roedel
2020-07-08
1
-2
/
+2
|
*
|
|
|
|
KVM: nVMX: Wrap VM-Fail valid path in generic VM-Fail helper
Sean Christopherson
2020-07-08
1
-41
/
+36
|
*
|
|
|
|
kvm: x86: Set last_vmentry_cpu in vcpu_enter_guest
Jim Mattson
2020-07-08
3
-2
/
+1
|
*
|
|
|
|
kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpu
Jim Mattson
2020-07-08
6
-16
/
+13
|
*
|
|
|
|
kvm: x86: Add "last CPU" to some KVM_EXIT information
Jim Mattson
2020-07-08
3
-3
/
+12
|
*
|
|
|
|
kvm: vmx: Add last_cpu to struct vcpu_vmx
Jim Mattson
2020-07-08
2
-0
/
+4
|
*
|
|
|
|
kvm: svm: Always set svm->last_cpu on VMRUN
Jim Mattson
2020-07-08
2
-1
/
+1
|
*
|
|
|
|
kvm: svm: Prefer vcpu->cpu to raw_smp_processor_id()
Jim Mattson
2020-07-08
1
-6
/
+3
|
*
|
|
|
|
KVM: x86: report sev_pin_memory errors with PTR_ERR
Paolo Bonzini
2020-07-08
1
-10
/
+12
|
*
|
|
|
|
KVM: SVM: convert get_user_pages() --> pin_user_pages()
John Hubbard
2020-07-08
1
-3
/
+3
|
*
|
|
|
|
KVM: SVM: fix svn_pin_memory()'s use of get_user_pages_fast()
John Hubbard
2020-07-08
1
-1
/
+5
|
*
|
|
|
|
KVM: nSVM: Check that DR6[63:32] and DR7[64:32] are not set on vmrun of neste...
Krish Sadhukhan
2020-07-08
1
-0
/
+3
|
*
|
|
|
|
KVM: x86: Move the check for upper 32 reserved bits of DR6 to separate function
Krish Sadhukhan
2020-07-08
2
-1
/
+6
|
*
|
|
|
|
KVM: X86: Do the same ignore_msrs check for feature msrs
Peter Xu
2020-07-08
3
-4
/
+10
|
*
|
|
|
|
KVM: X86: Move ignore_msrs handling upper the stack
Peter Xu
2020-07-08
2
-26
/
+56
|
*
|
|
|
|
KVM: x86/mmu: Make .write_log_dirty a nested operation
Sean Christopherson
2020-07-08
4
-40
/
+40
|
*
|
|
|
|
KVM: nVMX: WARN if PML emulation helper is invoked outside of nested guest
Sean Christopherson
2020-07-08
1
-21
/
+22
|
*
|
|
|
|
KVM: x86/mmu: Drop kvm_arch_write_log_dirty() wrapper
Sean Christopherson
2020-07-08
3
-17
/
+1
|
*
|
|
|
|
KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return t...
Vitaly Kuznetsov
2020-07-08
2
-13
/
+11
|
*
|
|
|
|
KVM: x86: drop KVM_PV_REASON_PAGE_READY case from kvm_handle_page_fault()
Vitaly Kuznetsov
2020-07-08
1
-11
/
+6
|
*
|
|
|
|
Merge branch 'kvm-master' into HEAD
Paolo Bonzini
2020-07-08
14
-34
/
+64
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'kvm-async-pf-int' into HEAD
Paolo Bonzini
2020-07-08
4
-13
/
+40
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
KVM: x86: Switch KVM guest to using interrupts for page ready APF delivery
Vitaly Kuznetsov
2020-06-15
5
-15
/
+51
|
*
|
|
|
|
|
|
KVM: MIPS: fix spelling mistake "Exteneded" -> "Extended"
Colin Ian King
2020-07-08
1
-2
/
+2
*
|
|
|
|
|
|
|
Revert "x86/mm/64: Do not sync vmalloc/ioremap mappings"
Linus Torvalds
2020-08-06
2
-0
/
+7
*
|
|
|
|
|
|
|
Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-06
1
-2
/
+1
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
sched,bL_switcher: Convert to sched_set_fifo*()
Peter Zijlstra
2020-06-15
1
-2
/
+1
*
|
|
|
|
|
|
|
|
Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
2020-08-06
90
-1469
/
+2742
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
MIPS: SGI-IP27: always enable NUMA in Kconfig
Mike Rapoport
2020-08-05
1
-0
/
+1
|
*
|
|
|
|
|
|
|
|
MIPS: Update default config file for Loongson-3
Huacai Chen
2020-08-04
1
-6
/
+83
|
*
|
|
|
|
|
|
|
|
MIPS: KVM: Add kvm guest support for Loongson-3
Huacai Chen
2020-08-04
7
-3
/
+125
|
*
|
|
|
|
|
|
|
|
MIPS: handle Loongson-specific GSExc exception
WANG Xuerui
2020-07-31
6
-0
/
+60
|
*
|
|
|
|
|
|
|
|
MIPS: add definitions for Loongson-specific CP0.Diag1 register
WANG Xuerui
2020-07-31
1
-0
/
+8
|
*
|
|
|
|
|
|
|
|
MIPS: only register FTLBPar exception handler for supported models
WANG Xuerui
2020-07-31
4
-1
/
+20
[prev]
[next]