index
:
~gabbayo/linux
habanalabs-fixes
habanalabs-next
master
This repository contains AMD's HSA Linux kernel driver, called amdkfd
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-05
Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
9
-728
/
+318
2013-04-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2013-04-17
s390/dis: use explicit buf len
Stefan Raspl
1
-1
/
+1
2013-04-02
KVM: s390: Enable KVM_CAP_NR_MEMSLOTS on s390
Nick Wang
1
-0
/
+3
2013-04-02
KVM: s390: Remove the sanity checks for kvm memory slot
Nick Wang
1
-12
/
+4
2013-04-02
KVM: s390: fix compile with !CONFIG_COMPAT
Heiko Carstens
1
-0
/
+1
2013-04-02
KVM: s390: fix stsi exception handling
Heiko Carstens
1
-10
/
+10
2013-04-02
KVM: s390: fix and enforce return code handling for irq injections
Heiko Carstens
4
-73
/
+37
2013-04-02
KVM: s390: make if statements in lpsw/lpswe handlers readable
Heiko Carstens
1
-34
/
+24
2013-04-02
KVM: s390: fix return code handling in lpsw/lpswe handlers
Heiko Carstens
1
-30
/
+14
2013-04-02
KVM: s390: fix psw conversion in lpsw handler
Heiko Carstens
1
-1
/
+2
2013-04-02
KVM: s390: fix 24 bit psw handling in lpsw/lpswe handler
Heiko Carstens
1
-1
/
+1
2013-04-02
KVM: s390: Dont do a gmap update on minor memslot changes
Christian Borntraeger
1
-0
/
+10
2013-03-18
treewide: Fix typos in printk and comment
Masanari Iida
1
-1
/
+1
2013-03-07
s390/kvm,gaccess: add address space annotations
Heiko Carstens
4
-41
/
+42
2013-03-07
s390/kvm: cleanup/fix handle_tpi()
Heiko Carstens
1
-24
/
+30
2013-03-07
s390/kvm,gaccess: shorten copy_to/from_guest code
Heiko Carstens
1
-253
/
+41
2013-03-07
s390/kvm,gaccess: shorten put/get_guest code
Heiko Carstens
4
-152
/
+81
2013-03-07
s390/kvm: remove explicit -EFAULT return code checking on guest access
Heiko Carstens
3
-177
/
+74
2013-03-07
s390/kvm,tprot: use new gmap_translate() function
Heiko Carstens
1
-12
/
+9
2013-03-07
s390/kvm,gaccess: fix guest access return code handling
Heiko Carstens
1
-2
/
+5
2013-03-05
KVM: s390: Wire up ioeventfd.
Cornelia Huck
4
-1
/
+29
2013-03-04
KVM: set_memory_region: Refactor commit_memory_region()
Takuya Yoshikawa
1
-1
/
+2
2013-03-04
KVM: set_memory_region: Refactor prepare_memory_region()
Takuya Yoshikawa
1
-2
/
+2
2013-03-04
KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()
Takuya Yoshikawa
1
-7
/
+2
2013-02-24
Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-80
/
+677
2013-02-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2
-4
/
+4
2013-02-14
s390/mm: implement software dirty bits
Martin Schwidefsky
1
-1
/
+1
2013-02-14
s390/time: rename tod clock access functions
Heiko Carstens
1
-3
/
+3
2013-02-11
KVM: s390: Fix handling of iscs.
Cornelia Huck
1
-3
/
+15
2013-01-30
s390/kvm: Fix instruction decoding
Christian Borntraeger
1
-11
/
+14
2013-01-30
s390/kvm: Fix store status for ACRS/FPRS
Christian Borntraeger
1
-0
/
+8
2013-01-17
Merge 3.9-rc4 into driver-core-next
Greg Kroah-Hartman
2
-1
/
+3
2013-01-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-1
/
+1
2013-01-17
KVM: s390: kvm/sigp.c: fix memory leakage
Cong Ding
1
-1
/
+3
2013-01-16
s390/time: fix sched_clock() overflow
Heiko Carstens
1
-1
/
+1
2013-01-11
arch/s390/kvm: remove depends on CONFIG_EXPERIMENTAL
Kees Cook
1
-1
/
+1
2013-01-10
s390/kvm: Fix BUG in include/linux/kvm_host.h:745
Christian Borntraeger
1
-0
/
+2
2013-01-07
KVM: s390: Add support for channel I/O instructions.
Cornelia Huck
6
-4
/
+159
2013-01-07
KVM: s390: Base infrastructure for enabling capabilities.
Cornelia Huck
1
-0
/
+26
2013-01-07
KVM: s390: In-kernel handling of I/O instructions.
Cornelia Huck
3
-20
/
+56
2013-01-07
KVM: s390: Add support for machine checks.
Cornelia Huck
5
-3
/
+255
2013-01-07
KVM: s390: Support for I/O interrupts.
Cornelia Huck
1
-2
/
+101
2013-01-07
KVM: s390: Decoding helper functions.
Cornelia Huck
4
-51
/
+55
2013-01-07
KVM: s390: Constify intercept handler tables.
Cornelia Huck
2
-3
/
+3
2012-12-13
KVM: struct kvm_memory_slot.user_alloc -> bool
Alex Williamson
1
-2
/
+2
2012-12-13
Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-2
/
+24
2012-11-27
KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization
Marcelo Tosatti
1
-0
/
+5
2012-10-29
kvm: Directly account vtime to system on guest switch
Frederic Weisbecker
1
-4
/
+0
2012-10-10
s390/kvm: dont announce RRBM support
Christian Borntraeger
1
-1
/
+1
[next]