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
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: s390: enable IBS for single running VCPUs
David Hildenbrand
2014-04-29
4
-2
/
+147
*
KVM: s390: introduce kvm_s390_vcpu_{start,stop}
David Hildenbrand
2014-04-29
6
-6
/
+40
*
KVM: s390: Add low-address protection to TEST BLOCK
Thomas Huth
2014-04-29
1
-0
/
+3
*
KVM: s390: Fixes for PFMF
Thomas Huth
2014-04-29
1
-4
/
+14
*
KVM: s390: Add a function for checking the low-address protection
Thomas Huth
2014-04-29
2
-0
/
+29
*
KVM: s390: Handle MVPG partial execution interception
Thomas Huth
2014-04-29
1
-1
/
+54
*
KVM: MMU: flush tlb out of mmu lock when write-protect the sptes
Xiao Guangrong
2014-04-23
3
-6
/
+64
*
KVM: MMU: flush tlb if the spte can be locklessly modified
Xiao Guangrong
2014-04-23
1
-1
/
+2
*
KVM: MMU: lazily drop large spte
Xiao Guangrong
2014-04-23
2
-18
/
+24
*
KVM: MMU: properly check last spte in fast_page_fault()
Xiao Guangrong
2014-04-23
1
-4
/
+6
*
Revert "KVM: Simplify kvm->tlbs_dirty handling"
Xiao Guangrong
2014-04-23
3
-8
/
+8
*
KVM: x86: Processor mode may be determined incorrectly
Nadav Amit
2014-04-23
1
-1
/
+1
*
KVM: x86: IN instruction emulation should ignore REP-prefix
Nadav Amit
2014-04-23
1
-1
/
+2
*
KVM: x86: Fix CR3 reserved bits
Nadav Amit
2014-04-23
3
-29
/
+6
*
KVM: x86: Fix wrong/stuck PMU when guest does not use PMI
Nadav Amit
2014-04-23
1
-2
/
+5
*
KVM: nVMX: Advertise support for interrupt acknowledgement
Bandan Das
2014-04-22
1
-2
/
+3
*
KVM: nVMX: Ack and write vector info to intr_info if L1 asks us to
Bandan Das
2014-04-22
2
-0
/
+19
*
KVM: nVMX: Don't advertise single context invalidation for invept
Bandan Das
2014-04-22
1
-10
/
+5
*
KVM: VMX: Advance rip to after an ICEBP instruction
Huw Davies
2014-04-22
1
-0
/
+3
*
Merge tag 'kvm-s390-20140422' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Marcelo Tosatti
2014-04-22
33
-501
/
+2831
|
\
|
*
KVM: s390: Factor out handle_itdb to handle TX aborts
Michael Mueller
2014-04-22
1
-12
/
+26
|
*
KVM: s390: replace TDB_ADDR by __LC_PGM_TDB
Michael Mueller
2014-04-22
2
-2
/
+2
|
*
KVM: s390: Drop pending interrupts on guest exit
Christian Borntraeger
2014-04-22
3
-2
/
+5
|
*
KVM: s390: no timer interrupts when single-stepping a guest
David Hildenbrand
2014-04-22
2
-0
/
+5
|
*
KVM: s390: move timer interrupt checks into own functions
David Hildenbrand
2014-04-22
1
-18
/
+20
|
*
KVM: s390: add documentation for diag 501
David Hildenbrand
2014-04-22
1
-0
/
+2
|
*
KVM: s390: hardware support for guest debugging
David Hildenbrand
2014-04-22
8
-8
/
+607
|
*
KVM: s390: kernel header addition for guest debugging
David Hildenbrand
2014-04-22
1
-0
/
+20
|
*
KVM: s390: emulate stctl and stctg
David Hildenbrand
2014-04-22
6
-0
/
+104
|
*
KVM: s390: deliver program irq parameters and use correct ilc
David Hildenbrand
2014-04-22
2
-9
/
+107
|
*
KVM: s390: extract irq parameters of intercepted program irqs
David Hildenbrand
2014-04-22
2
-4
/
+79
|
*
s390: add fields to lowcore definition
Jens Freimann
2014-04-22
1
-0
/
+7
|
*
s390: rename and split lowcore field per_perc_atmid
Jens Freimann
2014-04-22
4
-8
/
+11
|
*
s390: fix name of lowcore field at offset 0xa3
Jens Freimann
2014-04-22
2
-3
/
+3
|
*
KVM: s390: cleanup kvm_s390_real_to_abs()
Heiko Carstens
2014-04-22
1
-8
/
+16
|
*
KVM: s390: remove old guest access functions
Heiko Carstens
2014-04-22
1
-81
/
+0
|
*
KVM: s390: convert handle_stsi()
Heiko Carstens
2014-04-22
1
-4
/
+5
|
*
KVM: s390: convert handle lctl[g]()
Heiko Carstens
2014-04-22
1
-19
/
+17
|
*
KVM: s390: convert handle_stidp()
Heiko Carstens
2014-04-22
1
-2
/
+5
|
*
KVM: s390: convert handle_lpsw[e]()
Heiko Carstens
2014-04-22
1
-4
/
+9
|
*
KVM: s390: reinject io interrupt on tpi failure
Cornelia Huck
2014-04-22
3
-1
/
+17
|
*
KVM: s390: convert handle_tpi()
Heiko Carstens
2014-04-22
1
-11
/
+17
|
*
KVM: s390: convert handle_test_block()
Heiko Carstens
2014-04-22
1
-4
/
+2
|
*
KVM: s390: convert handle_store_cpu_address()
Heiko Carstens
2014-04-22
1
-7
/
+10
|
*
KVM: s390: convert handle_store_prefix()
Heiko Carstens
2014-04-22
1
-2
/
+4
|
*
KVM: s390: convert handle_set_clock()
Heiko Carstens
2014-04-22
1
-3
/
+4
|
*
KVM: s390: convert __sigp_set_prefix()/handle_set_prefix()
Heiko Carstens
2014-04-22
2
-13
/
+19
|
*
KVM: s390: convert kvm_s390_store_status_unloaded()
Heiko Carstens
2014-04-22
1
-64
/
+31
|
*
KVM: s390: convert handle_prog()
Heiko Carstens
2014-04-22
1
-9
/
+13
|
*
KVM: s390: convert pfault code
Heiko Carstens
2014-04-22
2
-7
/
+7
[next]