aboutsummaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+2
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 12-134/+156
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-19/+3
2013-02-28s390/module: fix compile warningGravatar Heiko Carstens 1-1/+1
2013-02-28s390/uaccess: fix kernel ds access for page table walkGravatar Heiko Carstens 1-28/+77
2013-02-28s390/uaccess: fix strncpy_from_user string length checkGravatar Heiko Carstens 2-46/+34
2013-02-28s390/dis: Fix invalid array sizeGravatar Syam Sidhardhan 1-2/+2
2013-02-28s390/uaccess: remove pointless access_ok() checksGravatar Heiko Carstens 4-46/+5
2013-02-28s390/uaccess: fix strncpy_from_user/strnlen_user zero maxlen caseGravatar Heiko Carstens 3-0/+8
2013-02-28s390/uaccess: shorten strncpy_from_user/strnlen_userGravatar Heiko Carstens 1-12/+12
2013-02-28s390/mm: ignore change bit for vmemmapGravatar Heiko Carstens 1-1/+2
2013-02-28s390/page table dumper: add support for change-recording override bitGravatar Heiko Carstens 2-5/+22
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 2-6/+5
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSGravatar Stephen Rothwell 1-0/+1
2013-02-27more file_inode() open-coded instancesGravatar Al Viro 1-4/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-9/+6
2013-02-26default SET_PERSONALITY() in linux/elf.hGravatar Al Viro 1-4/+1
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2013-02-25fix compat truncate/ftruncateGravatar Al Viro 2-12/+2
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 10-83/+691
2013-02-24switch lseek to COMPAT_SYSCALL_DEFINEGravatar Al Viro 2-7/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 10-491/+32
2013-02-23memory-hotplug: remove memmap of sparse-vmemmapGravatar Tang Chen 1-0/+4
2013-02-23memory-hotplug: introduce new arch_remove_memory() for removing page tableGravatar Wen Congyang 1-0/+12
2013-02-22new helper: file_inode(file)Gravatar Al Viro 4-5/+5
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 38-302/+420
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-3/+3
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+3
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+3
2013-02-19Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+0
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netGravatar David S. Miller 1-0/+3
2013-02-14s390/module: Add missing R_390_NONE relocation typeGravatar Hendrik Brueckner 1-0/+3
2013-02-14s390/cleanup: rename SPP to LPPGravatar Hendrik Brueckner 5-12/+11
2013-02-14s390/mm: implement software dirty bitsGravatar Martin Schwidefsky 8-90/+110
2013-02-14s390/mm: Fix crst upgrade of mmap with MAP_FIXEDGravatar Hendrik Brueckner 2-5/+8
2013-02-14s390/linker skript: discard exit.data at runtimeGravatar Heiko Carstens 1-0/+4
2013-02-14s390/bpf,jit: add vlan tag supportGravatar Heiko Carstens 1-0/+21
2013-02-14s390/Kconfig: sort list of arch selected config optionsGravatar Heiko Carstens 1-57/+58
2013-02-14s390/pci: fix hotplug module initGravatar Sebastian Ott 2-7/+24
2013-02-14s390/pci: cleanup clp page allocationGravatar Sebastian Ott 2-3/+2
2013-02-14s390/pci: cleanup clp inline assemblyGravatar Sebastian Ott 1-5/+6
2013-02-14s390/perf: cpum_cf: fallback to software sampling eventsGravatar Hendrik Brueckner 1-7/+6
2013-02-14s390/mm: provide PAGE_SHARED defineGravatar Heiko Carstens 1-0/+1
2013-02-14s390/pci: rename pci_probe to s390_pci_probeGravatar Heiko Carstens 2-5/+5
2013-02-14s390/dma: remove dma_is_consistent() declarationGravatar Heiko Carstens 1-1/+0
2013-02-14s390/dma: provide dma_cache_sync() functionGravatar Heiko Carstens 1-2/+5
2013-02-14s390/barrier: convert mb() to define againGravatar Heiko Carstens 1-6/+3
2013-02-14s390/time: rename tod clock access functionsGravatar Heiko Carstens 13-48/+48
2013-02-14s390/ipl: Implement diag308 loop for zfcpdumpGravatar Michael Holzheu 1-4/+12
2013-02-14s390/chsc: cleanup SEI helper functionsGravatar Sebastian Ott 1-0/+5