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-03-185-6/+12
|\
| * s390/scm: process availabilitySebastian Ott2013-03-071-1/+1
| * s390/scm_blk: suspend writesSebastian Ott2013-03-071-0/+2
| * s390/scm_drv: extend notify callbackSebastian Ott2013-03-071-1/+3
| * s390/mm: fix flush_tlb_kernel_range()Heiko Carstens2013-03-051-2/+0Star
| * s390/mm: fix vmemmap size calculationHeiko Carstens2013-03-051-0/+2
| * s390: critical section cleanup vs. machine checksMartin Schwidefsky2013-03-052-3/+5
* | Select VIRT_TO_BUS directly where neededStephen Rothwell2013-03-121-1/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-03-111-0/+1
|\ \
| * | s390: Fix a header dependencies related build errorLi Zefan2013-03-111-0/+1
* | | fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-0/+1
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-031-4/+2Star
|\ \
| * | more file_inode() open-coded instancesAl Viro2013-02-271-4/+2Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-03-0312-134/+156
|\ \ \
| * | | s390/module: fix compile warningHeiko Carstens2013-02-281-1/+1
| * | | s390/uaccess: fix kernel ds access for page table walkHeiko Carstens2013-02-281-28/+77
| * | | s390/uaccess: fix strncpy_from_user string length checkHeiko Carstens2013-02-282-46/+34Star
| * | | s390/dis: Fix invalid array sizeSyam Sidhardhan2013-02-281-2/+2
| * | | s390/uaccess: remove pointless access_ok() checksHeiko Carstens2013-02-284-46/+5Star
| * | | s390/uaccess: fix strncpy_from_user/strnlen_user zero maxlen caseHeiko Carstens2013-02-283-0/+8
| * | | s390/uaccess: shorten strncpy_from_user/strnlen_userHeiko Carstens2013-02-281-12/+12
| * | | s390/mm: ignore change bit for vmemmapHeiko Carstens2013-02-281-1/+2
| * | | s390/page table dumper: add support for change-recording override bitHeiko Carstens2013-02-282-5/+22
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-022-19/+3Star
|\ \ \ \ | |/ / / |/| | |
| * | | fix compat truncate/ftruncateAl Viro2013-02-252-12/+2Star
| * | | switch lseek to COMPAT_SYSCALL_DEFINEAl Viro2013-02-242-7/+1Star
* | | | hlist: drop the node parameter from iteratorsSasha Levin2013-02-282-6/+5Star
* | | | arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell2013-02-281-0/+1
| |/ / |/| |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-275-9/+6Star
|\ \ \
| * | | default SET_PERSONALITY() in linux/elf.hAl Viro2013-02-261-4/+1Star
| * | | new helper: file_inode(file)Al Viro2013-02-234-5/+5
* | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-261-1/+1
|\ \ \ \
| * | | | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
| |/ / /
* | | | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-2410-83/+691
|\ \ \ \ | |_|/ / |/| | |
| * | | KVM: s390: Fix handling of iscs.Cornelia Huck2013-02-111-3/+15
| * | | s390/kvm: Fix instruction decodingChristian Borntraeger2013-01-301-11/+14
| * | | s390/kvm: Fix store status for ACRS/FPRSChristian Borntraeger2013-01-301-0/+8
| * | | KVM: s390: kvm/sigp.c: fix memory leakageCong Ding2013-01-171-1/+3
| * | | KVM: s390: Add support for channel I/O instructions.Cornelia Huck2013-01-077-4/+160
| * | | KVM: s390: Base infrastructure for enabling capabilities.Cornelia Huck2013-01-071-0/+26
| * | | KVM: s390: In-kernel handling of I/O instructions.Cornelia Huck2013-01-073-20/+56
| * | | KVM: s390: Add support for machine checks.Cornelia Huck2013-01-076-3/+263
| * | | KVM: s390: Support for I/O interrupts.Cornelia Huck2013-01-072-2/+103
| * | | KVM: s390: Decoding helper functions.Cornelia Huck2013-01-074-51/+55
| * | | KVM: s390: Constify intercept handler tables.Cornelia Huck2013-01-072-3/+3
| * | | KVM: s390: Add a channel I/O based virtio transport driver.Cornelia Huck2012-12-182-0/+2
| * | | s390/ccwdev: Include asm/schid.h.Cornelia Huck2012-12-181-3/+1Star
| * | | KVM: struct kvm_memory_slot.user_alloc -> boolAlex Williamson2012-12-141-2/+2
| * | | KVM: Make KVM_PRIVATE_MEM_SLOTS optionalAlex Williamson2012-12-141-2/+0Star
| * | | KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSAlex Williamson2012-12-141-1/+1