Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
d11739e6d83dc17a6b54cfa23f8d7872d9ef82e2
/
arch
/
s390
/
kvm
f080480
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 11 years ago
4725c86
s390: fix save and restore of the floating-point-control register
by Martin Schwidefsky
· 11 years ago
0f20822
s390/dis: move disassembler function prototypes to proper header file
by Heiko Carstens
· 11 years ago
8c071b0
s390/time: correct use of store clock fast
by Martin Schwidefsky
· 11 years ago
5587027
kvm: Add struct kvm arg to memslot APIs
by Aneesh Kumar K.V
· 11 years ago
6a3f95a
KVM: s390: Intercept SCK instruction
by Thomas Huth
· 11 years ago
aca8424
KVM: s390: Implement TEST BLOCK
by Thomas Huth
· 11 years ago
732e563
KVM: s390: Helper for converting real addresses to absolute
by Thomas Huth
· 11 years ago
ff7158b
KVM: s390: Allow NULL parameter for kvm_s390_get_regs_rre
by Thomas Huth
· 11 years ago
800c106
KVM: s390: Lock kvm->srcu at the appropriate places
by Thomas Huth
· 11 years ago
a76ccff
KVM: s390: Push run loop into __vcpu_run
by Thomas Huth
· 11 years ago
3fb4c40
KVM: s390: Split up __vcpu_run into three parts
by Thomas Huth
· 11 years ago
6b948a7
KVM: s390: Remove dead "rerun vcpu" code
by Thomas Huth
· 11 years ago
ae7a835
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 11 years ago
27703bb
Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 11 years ago
ea828eb
KVM: s390: Add helper function for setting condition code
by Thomas Huth
· 11 years ago
843200e
KVM: s390: Fix sparse warnings in priv.c
by Thomas Huth
· 11 years ago
78c4b59
KVM: s390: declare virtual HW facilities
by Michael Mueller
· 11 years ago
e769ece
KVM: s390: fix pfmf non-quiescing control handling
by Heiko Carstens
· 11 years ago
2b29a9f
KVM: s390: move kvm_guest_enter,exit closer to sie
by Dominik Dingel
· 11 years ago
e59dbe0
KVM: Introduce kvm_arch_memslots_updated()
by Takuya Yoshikawa
· 12 years ago
85dfe87
KVM: s390: use cookies for ioeventfd
by Cornelia Huck
· 12 years ago
228b822
s390: Replace weird use of PTR_RET.
by Rusty Russell
· 12 years ago
87d41fb
KVM: s390: Fixed priority of execution in STSI
by Thomas Huth
· 12 years ago
953ed88
KVM: s390: Reworked LCTL and LCTLG instructions
by Thomas Huth
· 12 years ago
133608f
KVM: s390: Check for access exceptions during TPI
by Thomas Huth
· 12 years ago
93e1750
KVM: s390: Check for PSTATE when handling DIAGNOSE
by Thomas Huth
· 12 years ago
5087dfa
KVM: s390: Privileged operation checks moved to instruction handlers
by Thomas Huth
· 12 years ago
f9f6bbc
KVM: s390: Privileged operation check for TPROT
by Thomas Huth
· 12 years ago
208dd75
KVM: s390: Renamed PGM_PRIVILEGED_OPERATION
by Thomas Huth
· 12 years ago
aeb87c3
KVM: s390: Fix epsw instruction decoding
by Thomas Huth
· 12 years ago
d0321a2
KVM: s390: Use common waitqueue
by Christian Borntraeger
· 12 years ago
b110fea
KVM: s390: code cleanup to use common vcpu slab cache
by Michael Mueller
· 12 years ago
69d0d3a
KVM: s390: guest large pages
by Christian Borntraeger
· 12 years ago
566af94
KVM: s390: Add "devname:kvm" alias.
by Cornelia Huck
· 12 years ago
7c47053
s390/kvm: avoid automatic sie reentry
by Martin Schwidefsky
· 12 years ago
2c70fe4
s390/kvm: Kick guests out of sie if prefix page host pte is touched
by Christian Borntraeger
· 12 years ago
49b99e1
s390/kvm: Provide a way to prevent reentering SIE
by Christian Borntraeger
· 12 years ago
dfcf7dc
s390/kvm: fix psw rewinding in handle_skey
by Martin Schwidefsky
· 12 years ago
535cf7b
KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in Makefiles
by Marc Zyngier
· 12 years ago
01227a8
Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
5d434fc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
0bcc94b
s390/dis: use explicit buf len
by Stefan Raspl
· 12 years ago
e1e2e60
KVM: s390: Enable KVM_CAP_NR_MEMSLOTS on s390
by Nick Wang
· 12 years ago
dd2887e
KVM: s390: Remove the sanity checks for kvm memory slot
by Nick Wang
· 12 years ago
b13b5dc
KVM: s390: fix compile with !CONFIG_COMPAT
by Heiko Carstens
· 12 years ago
c51f068
KVM: s390: fix stsi exception handling
by Heiko Carstens
· 12 years ago
db4a29c
KVM: s390: fix and enforce return code handling for irq injections
by Heiko Carstens
· 12 years ago
3736b87
KVM: s390: make if statements in lpsw/lpswe handlers readable
by Heiko Carstens
· 12 years ago
6fd0fcc
KVM: s390: fix return code handling in lpsw/lpswe handlers
by Heiko Carstens
· 12 years ago
ace5058
KVM: s390: fix psw conversion in lpsw handler
by Heiko Carstens
· 12 years ago
d21683e
KVM: s390: fix 24 bit psw handling in lpsw/lpswe handler
by Heiko Carstens
· 12 years ago
2cef4de
KVM: s390: Dont do a gmap update on minor memslot changes
by Christian Borntraeger
· 12 years ago
cf2fbdd
treewide: Fix typos in printk and comment
by Masanari Iida
· 12 years ago
0a75ca2
s390/kvm,gaccess: add address space annotations
by Heiko Carstens
· 12 years ago
7c959e8
s390/kvm: cleanup/fix handle_tpi()
by Heiko Carstens
· 12 years ago
f9dc72e
s390/kvm,gaccess: shorten copy_to/from_guest code
by Heiko Carstens
· 12 years ago
396083a
s390/kvm,gaccess: shorten put/get_guest code
by Heiko Carstens
· 12 years ago
dc5008b
s390/kvm: remove explicit -EFAULT return code checking on guest access
by Heiko Carstens
· 12 years ago
59a1fa2
s390/kvm,tprot: use new gmap_translate() function
by Heiko Carstens
· 12 years ago
744b37f
s390/kvm,gaccess: fix guest access return code handling
by Heiko Carstens
· 12 years ago
10ccaa1
KVM: s390: Wire up ioeventfd.
by Cornelia Huck
· 12 years ago
8482644
KVM: set_memory_region: Refactor commit_memory_region()
by Takuya Yoshikawa
· 12 years ago
7b6195a
KVM: set_memory_region: Refactor prepare_memory_region()
by Takuya Yoshikawa
· 12 years ago
462fce4
KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()
by Takuya Yoshikawa
· 12 years ago
89f8833
Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
81ec44a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 12 years ago
abf09be
s390/mm: implement software dirty bits
by Martin Schwidefsky
· 12 years ago
1aae056
s390/time: rename tod clock access functions
by Heiko Carstens
· 12 years ago
79fd50c
KVM: s390: Fix handling of iscs.
by Cornelia Huck
· 12 years ago
0c29b22
s390/kvm: Fix instruction decoding
by Christian Borntraeger
· 12 years ago
15bc8d8
s390/kvm: Fix store status for ACRS/FPRS
by Christian Borntraeger
· 12 years ago
ed408f7
Merge 3.9-rc4 into driver-core-next
by Greg Kroah-Hartman
· 12 years ago
72ffaa4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 12 years ago
a046b81
KVM: s390: kvm/sigp.c: fix memory leakage
by Cong Ding
· 12 years ago
ed4f209
s390/time: fix sched_clock() overflow
by Heiko Carstens
· 12 years ago
b186ba6
arch/s390/kvm: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
83987ac
s390/kvm: Fix BUG in include/linux/kvm_host.h:745
by Christian Borntraeger
· 12 years ago
fa6b7fe
KVM: s390: Add support for channel I/O instructions.
by Cornelia Huck
· 12 years ago
d6712df
KVM: s390: Base infrastructure for enabling capabilities.
by Cornelia Huck
· 12 years ago
f379aae
KVM: s390: In-kernel handling of I/O instructions.
by Cornelia Huck
· 12 years ago
48a3e95
KVM: s390: Add support for machine checks.
by Cornelia Huck
· 12 years ago
d8346b7
KVM: s390: Support for I/O interrupts.
by Cornelia Huck
· 12 years ago
b1c571a
KVM: s390: Decoding helper functions.
by Cornelia Huck
· 12 years ago
7797535
KVM: s390: Constify intercept handler tables.
by Cornelia Huck
· 12 years ago
f82a8cf
KVM: struct kvm_memory_slot.user_alloc -> bool
by Alex Williamson
· 12 years ago
66cdd0c
Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
42897d8
KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization
by Marcelo Tosatti
· 12 years ago
b080935
kvm: Directly account vtime to system on guest switch
by Frederic Weisbecker
· 12 years ago
87cac8f
s390/kvm: dont announce RRBM support
by Christian Borntraeger
· 12 years ago
82a1273
s390/kvm: Interrupt injection bugfix
by Jason J. Herne
· 12 years ago
ecefbd9
Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
3d11df7
KVM: s390: Fix vcpu_load handling in interrupt code
by Christian Borntraeger
· 12 years ago
caf757c
s390/sysinfo,stsi: change return code handling
by Heiko Carstens
· 12 years ago
843c48f
s390/kconfig: split the s390 base menu
by Jan Glauber
· 12 years ago
2df72e9
KVM: split kvm_arch_flush_shadow
by Marcelo Tosatti
· 12 years ago
ade38c3
KVM: s390: Add implementation-specific trace events
by Cornelia Huck
· 12 years ago
5786fff
KVM: s390: Add architectural trace events
by Cornelia Huck
· 12 years ago
e9bda6f
Merge branch 'queue' into next
by Avi Kivity
· 12 years ago
5fecc9d
Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
Next »