summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-014-22/+5
|\
| * Include missing linux/slab.h inclusionsDavid Howells2013-04-291-0/+1
| * create_proc_cpu_mask() doesn't need an argument...Al Viro2013-04-091-4/+2
| * switch compat readv/writev variants to COMPAT_SYSCALL_DEFINEAl Viro2013-04-092-18/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-0/+2
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-222-4/+4
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-072-29/+58
| |\ \ \
| * | | | net: add option to enable error queue packets waking selectKeller, Jacob E2013-03-311-0/+2
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-017-182/+14
|\ \ \ \
| * | | | merge compat sys_ipc instancesAl Viro2013-03-034-51/+4
| * | | | consolidate compat lookup_dcookie()Al Viro2013-03-032-8/+1
| * | | | convert vmsplice to COMPAT_SYSCALL_DEFINEAl Viro2013-03-032-8/+1
| * | | | switch getrusage() to COMPAT_SYSCALL_DEFINEAl Viro2013-03-032-6/+1
| * | | | switch epoll_pwait to COMPAT_SYSCALL_DEFINEAl Viro2013-03-032-11/+1
| * | | | convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro2013-03-034-62/+2
| * | | | switch signalfd{,4}() to COMPAT_SYSCALL_DEFINEAl Viro2013-03-032-15/+2
| * | | | make HAVE_SYSCALL_WRAPPERS unconditionalAl Viro2013-03-031-1/+0
| * | | | consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro2013-03-031-8/+0
| * | | | teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro2013-03-031-12/+2
* | | | | Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd2013-04-304-23/+1
* | | | | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-8/+1
* | | | | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-17/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-302-2/+2
|\ \ \ \ \
| * | | | | treewide: Fix typos in printk and commentMasanari Iida2013-03-182-2/+2
| |/ / / /
* | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-303-30/+10
|\ \ \ \ \
| * | | | | idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner2013-04-171-1/+0
| * | | | | s390: Use generic idle loopThomas Gleixner2013-04-084-30/+11
| | |_|/ / | |/| | |
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-301-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-04-212-29/+58
| |\ \ \ \ \ | | |/ / / /
| * | | | | oprofile, s390: Add support for IBM zEnterprise EC12Andreas Krebbel2013-04-061-0/+1
| | |_|/ / | |/| | |
* | | | | sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner2013-04-291-9/+6
* | | | | mm/hugetlb: add more arch-defined huge_pte functionsGerald Schaefer2013-04-293-57/+96
* | | | | mm/s390: use common help functions to free reserved pagesJiang Liu2013-04-291-29/+6
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-04-2947-913/+1047
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | s390/pci: use pci_scan_root_busSebastian Ott2013-04-261-33/+17
| * | | | s390: remove small stack config optionHeiko Carstens2013-04-263-28/+0
| * | | | s390: system call path micro optimizationMartin Schwidefsky2013-04-266-13/+24
| * | | | s390: lowcore stack pointer offsetsMartin Schwidefsky2013-04-264-48/+46
| * | | | s390/uapi: change struct statfs[64] member types to unsigned valuesHeiko Carstens2013-04-232-52/+48
| * | | | s390/pci: return correct dma address for offset > PAGE_SIZEGerald Schaefer2013-04-231-3/+1
| * | | | s390/ptrace: remove empty ifdefsHeiko Carstens2013-04-231-5/+1
| * | | | s390/compat: remove ptrace compat definitions from uapi header fileHeiko Carstens2013-04-233-20/+17
| * | | | s390/compat: fix compile error for !COMPATHeiko Carstens2013-04-231-2/+2
| * | | | s390/compat: fix compat_sys_statfs() memory corruptionHeiko Carstens2013-04-231-1/+1
| * | | | s390/mm,gmap: segment mapping raceMartin Schwidefsky2013-04-231-69/+91
| * | | | s390/mm,gmap: implement gmap_translate()Heiko Carstens2013-04-232-22/+87
| * | | | s390/pci: remove disable_device implementationSebastian Ott2013-04-171-34/+0
| * | | | s390/pci: disable per defaultSebastian Ott2013-04-171-3/+3
| * | | | s390/pci: return error after failed pci opsSebastian Ott2013-04-171-4/+12
| * | | | s390/pci: do not read data after failed loadSebastian Ott2013-04-173-5/+11
OpenPOWER on IntegriCloud