summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2013-04-17s390/bpf,jit: use kcalloc instead of kmalloc and memsetStelian Nirlu1-2/+1
2013-04-17s390/dis: use explicit buf lenStefan Raspl3-6/+8
2013-04-17s390/pci: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun1-2/+1
2013-04-17s390/mm: zero page cache synonyms for zEC12Martin Schwidefsky1-1/+9
2013-04-17s390/mm: protection exception PSW for aborted transactionMartin Schwidefsky1-2/+7
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner1-1/+0
2013-04-15s390/kdump: Add PM notifier for kdumpMichael Holzheu1-0/+30
2013-04-09create_proc_cpu_mask() doesn't need an argument...Al Viro1-4/+2
2013-04-09switch compat readv/writev variants to COMPAT_SYSCALL_DEFINEAl Viro2-18/+2
2013-04-08s390: Use generic idle loopThomas Gleixner4-30/+11
2013-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-29/+58
2013-04-06oprofile, s390: Add support for IBM zEnterprise EC12Andreas Krebbel1-0/+1
2013-04-02s390/mm: provide emtpy check_pgt_cache() functionHeiko Carstens1-1/+2
2013-04-02s390/uaccess: fix page table walkHeiko Carstens2-27/+55
2013-04-01net: add option to enable error queue packets waking selectKeller, Jacob E1-0/+2
2013-03-21s390/uaccess: fix clear_user_pt()Heiko Carstens1-1/+1
2013-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds5-6/+12
2013-03-18treewide: Fix typos in printk and commentMasanari Iida2-2/+2
2013-03-12Select VIRT_TO_BUS directly where neededStephen Rothwell1-1/+1
2013-03-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2013-03-11s390: Fix a header dependencies related build errorLi Zefan1-0/+1
2013-03-07s390/scm: process availabilitySebastian Ott1-1/+1
2013-03-07s390/scm_blk: suspend writesSebastian Ott1-0/+2
2013-03-07s390/scm_drv: extend notify callbackSebastian Ott1-1/+3
2013-03-05s390/mm: fix flush_tlb_kernel_range()Heiko Carstens1-2/+0
2013-03-05s390/mm: fix vmemmap size calculationHeiko Carstens1-0/+2
2013-03-05s390: critical section cleanup vs. machine checksMartin Schwidefsky2-3/+5
2013-03-04merge compat sys_ipc instancesAl Viro4-51/+4
2013-03-04consolidate compat lookup_dcookie()Al Viro2-8/+1
2013-03-04convert vmsplice to COMPAT_SYSCALL_DEFINEAl Viro2-8/+1
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-04fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
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