summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-0511-728/+340
|\ \ | |/ |/|
| * KVM: s390: Enable KVM_CAP_NR_MEMSLOTS on s390Nick Wang2013-04-021-0/+3
| * KVM: s390: Remove the sanity checks for kvm memory slotNick Wang2013-04-021-12/+4
| * KVM: s390: fix compile with !CONFIG_COMPATHeiko Carstens2013-04-021-0/+1
| * KVM: s390: fix stsi exception handlingHeiko Carstens2013-04-021-10/+10
| * KVM: s390: fix and enforce return code handling for irq injectionsHeiko Carstens2013-04-024-73/+37
| * KVM: s390: make if statements in lpsw/lpswe handlers readableHeiko Carstens2013-04-021-34/+24
| * KVM: s390: fix return code handling in lpsw/lpswe handlersHeiko Carstens2013-04-021-30/+14
| * KVM: s390: fix psw conversion in lpsw handlerHeiko Carstens2013-04-021-1/+2
| * KVM: s390: fix 24 bit psw handling in lpsw/lpswe handlerHeiko Carstens2013-04-021-1/+1
| * KVM: s390: Dont do a gmap update on minor memslot changesChristian Borntraeger2013-04-021-0/+10
| * Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2013-03-218-7/+15
| |\
| * | s390/kvm,gaccess: add address space annotationsHeiko Carstens2013-03-074-41/+42
| * | s390/kvm: cleanup/fix handle_tpi()Heiko Carstens2013-03-071-24/+30
| * | s390/kvm,gaccess: shorten copy_to/from_guest codeHeiko Carstens2013-03-071-253/+41
| * | s390/kvm,gaccess: shorten put/get_guest codeHeiko Carstens2013-03-074-152/+81
| * | s390/kvm: remove explicit -EFAULT return code checking on guest accessHeiko Carstens2013-03-073-177/+74
| * | s390/kvm,tprot: use new gmap_translate() functionHeiko Carstens2013-03-071-12/+9
| * | s390/mm,gmap: implement gmap_translate()Heiko Carstens2013-03-072-22/+87
| * | s390/kvm,gaccess: fix guest access return code handlingHeiko Carstens2013-03-071-2/+5
| * | KVM: s390: Wire up ioeventfd.Cornelia Huck2013-03-054-1/+29
| * | KVM: s390: Export virtio-ccw api.Cornelia Huck2013-03-052-0/+22
| * | KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa2013-03-041-1/+2
| * | KVM: set_memory_region: Refactor prepare_memory_region()Takuya Yoshikawa2013-03-041-2/+2
| * | KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Takuya Yoshikawa2013-03-041-7/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-014-22/+5
|\ \ \
| * | | Include missing linux/slab.h inclusionsDavid Howells2013-04-291-0/+1
| * | | create_proc_cpu_mask() doesn't need an argument...Al Viro2013-04-091-4/+2
| * | | switch compat readv/writev variants to COMPAT_SYSCALL_DEFINEAl Viro2013-04-092-18/+2
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-0/+2
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-222-4/+4
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-072-29/+58
| |\ \ \ \
| * | | | | net: add option to enable error queue packets waking selectKeller, Jacob E2013-03-311-0/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-017-182/+14
|\ \ \ \ \
| * | | | | merge compat sys_ipc instancesAl Viro2013-03-034-51/+4
| * | | | | consolidate compat lookup_dcookie()Al Viro2013-03-032-8/+1
| * | | | | convert vmsplice to COMPAT_SYSCALL_DEFINEAl Viro2013-03-032-8/+1
| * | | | | switch getrusage() to COMPAT_SYSCALL_DEFINEAl Viro2013-03-032-6/+1
| * | | | | switch epoll_pwait to COMPAT_SYSCALL_DEFINEAl Viro2013-03-032-11/+1
| * | | | | convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro2013-03-034-62/+2
| * | | | | switch signalfd{,4}() to COMPAT_SYSCALL_DEFINEAl Viro2013-03-032-15/+2
| * | | | | make HAVE_SYSCALL_WRAPPERS unconditionalAl Viro2013-03-031-1/+0
| * | | | | consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro2013-03-031-8/+0
| * | | | | teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro2013-03-031-12/+2
| | |_|_|/ | |/| | |
* | | | | Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd2013-04-304-23/+1
* | | | | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-8/+1
* | | | | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-17/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-302-2/+2
|\ \ \ \ \
| * | | | | treewide: Fix typos in printk and commentMasanari Iida2013-03-182-2/+2
| |/ / / /
* | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-303-30/+10
|\ \ \ \ \
OpenPOWER on IntegriCloud