summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2013-03-04switch getrusage() to COMPAT_SYSCALL_DEFINEAl Viro2-6/+1
2013-03-04switch epoll_pwait to COMPAT_SYSCALL_DEFINEAl Viro2-11/+1
2013-03-04convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro4-62/+2
2013-03-04switch signalfd{,4}() to COMPAT_SYSCALL_DEFINEAl Viro2-15/+2
2013-03-04make HAVE_SYSCALL_WRAPPERS unconditionalAl Viro1-1/+0
2013-03-04consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro1-8/+0
2013-03-04teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro1-12/+2
2013-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+2
2013-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds12-134/+156
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-19/+3
2013-02-28s390/module: fix compile warningHeiko Carstens1-1/+1
2013-02-28s390/uaccess: fix kernel ds access for page table walkHeiko Carstens1-28/+77
2013-02-28s390/uaccess: fix strncpy_from_user string length checkHeiko Carstens2-46/+34
2013-02-28s390/dis: Fix invalid array sizeSyam Sidhardhan1-2/+2
2013-02-28s390/uaccess: remove pointless access_ok() checksHeiko Carstens4-46/+5
2013-02-28s390/uaccess: fix strncpy_from_user/strnlen_user zero maxlen caseHeiko Carstens3-0/+8
2013-02-28s390/uaccess: shorten strncpy_from_user/strnlen_userHeiko Carstens1-12/+12
2013-02-28s390/mm: ignore change bit for vmemmapHeiko Carstens1-1/+2
2013-02-28s390/page table dumper: add support for change-recording override bitHeiko Carstens2-5/+22
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin2-6/+5
2013-02-28arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-0/+1
2013-02-28more file_inode() open-coded instancesAl Viro1-4/+2
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-9/+6
2013-02-26default SET_PERSONALITY() in linux/elf.hAl Viro1-4/+1
2013-02-26Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2013-02-25fix compat truncate/ftruncateAl Viro2-12/+2
2013-02-25Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-83/+691
2013-02-24switch lseek to COMPAT_SYSCALL_DEFINEAl Viro2-7/+1
2013-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds10-491/+32
2013-02-24memory-hotplug: remove memmap of sparse-vmemmapTang Chen1-0/+4
2013-02-24memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang1-0/+12
2013-02-23new helper: file_inode(file)Al Viro4-5/+5
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds38-302/+420
2013-02-22Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+3
2013-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+3
2013-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2013-02-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2013-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller1-0/+3
2013-02-14s390/module: Add missing R_390_NONE relocation typeHendrik Brueckner1-0/+3
2013-02-14s390/cleanup: rename SPP to LPPHendrik Brueckner5-12/+11
2013-02-14s390/mm: implement software dirty bitsMartin Schwidefsky8-90/+110
2013-02-14s390/mm: Fix crst upgrade of mmap with MAP_FIXEDHendrik Brueckner2-5/+8
2013-02-14s390/linker skript: discard exit.data at runtimeHeiko Carstens1-0/+4
2013-02-14s390/bpf,jit: add vlan tag supportHeiko Carstens1-0/+21
2013-02-14s390/Kconfig: sort list of arch selected config optionsHeiko Carstens1-57/+58
2013-02-14s390/pci: fix hotplug module initSebastian Ott2-7/+24
2013-02-14s390/pci: cleanup clp page allocationSebastian Ott2-3/+2
2013-02-14s390/pci: cleanup clp inline assemblySebastian Ott1-5/+6
2013-02-14s390/perf: cpum_cf: fallback to software sampling eventsHendrik Brueckner1-7/+6
2013-02-14s390/mm: provide PAGE_SHARED defineHeiko Carstens1-0/+1