summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-05-2110-30/+27
|\
| * s390/pgtable: fix ipte notify bitChristian Borntraeger2013-05-171-2/+2
| * s390/smp: fix cpu re-scan vs. cpu stateMartin Schwidefsky2013-05-171-1/+1
| * s390/ftrace: fix mcount adjustmentHeiko Carstens2013-05-154-12/+13
| * s390: fix gmap_ipte_notifier vs. software dirty pagesChristian Borntraeger2013-05-151-2/+1
| * s390: disable pfmf for clear page instructionChristian Borntraeger2013-05-071-12/+8
| * s390/disassembler: prevent endless loop in print_fn_code()Heiko Carstens2013-05-071-0/+2
| * s390: remove non existent reference to GENERIC_KERNEL_THREADAlexander Shiyan2013-05-071-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-102-15/+2
|\ \
| * | switch compat_sys_sysctl to COMPAT_SYSCALL_DEFINEAl Viro2013-05-092-5/+1
| * | unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro2013-05-092-10/+1
* | | aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-05-0613-217/+356
|\ \
| * | s390/mem_detect: remove artificial kdump memory typesHeiko Carstens2013-05-035-103/+41
| * | s390/mm: add pte invalidation notifier for kvmMartin Schwidefsky2013-05-032-14/+173
| * | s390/memory hotplug: provide memory_block_size_bytes() functionHeiko Carstens2013-05-021-0/+11
| * | s390/mem_detect: limit memory detection loop to "mem=" parameterHeiko Carstens2013-05-025-7/+23
| * | s390/kdump,bootmem: fix bootmem allocator bitmap sizeHeiko Carstens2013-05-021-1/+5
| * | s390: get rid of odd global real_memory_sizeHeiko Carstens2013-05-022-9/+11
| * | s390/mem_detect: add DAT sanity checkHeiko Carstens2013-05-021-1/+13
| * | s390/mem_detect: fix lockdep irq tracingHeiko Carstens2013-05-021-3/+5
| * | s390/mem_detect: move memory detection code to mm folderHeiko Carstens2013-05-023-2/+2
| * | s390/zfcpdump: exploit new cio_ignore keywordsSebastian Ott2013-05-021-12/+4
| * | s390/uaccess: add "fallthrough" commentsHeiko Carstens2013-05-021-0/+3
| |/
* | 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
|\ \ \