summaryrefslogtreecommitdiffstats
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2015-01-29s390: reintroduce diag 44 calls for cpu_relax()Heiko Carstens2-5/+10
2015-01-23s390/spinlock: add compare-and-delay to lock wait loopsMartin Schwidefsky3-7/+66
2015-01-22s390: update default configurationMartin Schwidefsky5-7/+5
2015-01-22s390/smp: remove check for CONFIG_ZFCPDUMPPaul Bolle1-1/+1
2015-01-22s390: add SMT supportMartin Schwidefsky16-107/+390
2015-01-22s390: avoid z13 cache aliasingMartin Schwidefsky5-18/+155
2015-01-22s390: add z13 code generation supportMartin Schwidefsky4-1/+26
2015-01-08s390: move cacheinfo sysfs to generic cacheinfo infrastructureSudeep Holla1-296/+92
2015-01-08s390/crypto: remove 'const' to avoid compiler warningsChen Gang1-2/+2
2015-01-08s390: remove unnecessary KERN_CONTJoe Perches1-1/+1
2015-01-08s390/sclp: sign extend return value of _sclp_print_early()Heiko Carstens1-1/+2
2015-01-08s390/sclp: fix declaration of _sclp_print_early()Chen Gang2-2/+3
2015-01-08s390: keep Kconfig sortedHeiko Carstens1-1/+1
2015-01-08s390/signal: add sys_sigreturn and sys_rt_sigreturn declarationsHeiko Carstens1-1/+3
2015-01-08s390/pgtable: add unsigned long castsHeiko Carstens1-3/+3
2015-01-08s390/disassembler: remove indentical initializerHeiko Carstens1-1/+0
2015-01-08s390/pci: add missing address space annotationHeiko Carstens1-2/+2
2015-01-08s390/ftrace: add code replacement sanity checksHeiko Carstens1-46/+49
2015-01-08s390/mm: avoid using pmd_to_page for !USE_SPLIT_PMD_PTLOCKSMartin Schwidefsky1-2/+3
2015-01-07s390/timex: fix get_tod_clock_ext() inline assemblyChen Gang2-5/+7
2014-12-18s390: wire up execveat syscallHeiko Carstens2-1/+3
2014-12-18s390/kernel: use stnsm 255 instead of stosm 0Christian Borntraeger1-1/+1
2014-12-18s390/vtime: Get rid of redundant WARN_ONChristian Borntraeger1-2/+0
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-9/+9
2014-12-13Merge branch 'akpm' (second patch-bomb from Andrew)Linus Torvalds2-1/+2
2014-12-13gcov: enable GCOV_PROFILE_ALL from ARCH KconfigsRiku Voipio1-0/+1
2014-12-13mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim1-1/+1
2014-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+5
2014-12-11arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck1-0/+2
2014-12-11arch: Cleanup read_barrier_depends() and commentsAlexander Duyck1-2/+3
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds49-996/+1140
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-1/+5
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+2
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann1-1/+0
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+11
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+5
2014-12-09Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-9/+5
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro12-96/+67
2014-12-08s390/cputime: fix 31-bit compileMartin Schwidefsky1-1/+1
2014-12-08s390/mm: fix memory leak of ptlock in pmd_free_tlbMartin Schwidefsky1-0/+1
2014-12-08s390: use local symbol names in entry[64].SMartin Schwidefsky2-398/+398
2014-12-08s390/ptrace: always include vector registers in core filesMartin Schwidefsky1-10/+8
2014-12-08s390/simd: clear vector register pointer on fork/cloneMartin Schwidefsky1-0/+1
2014-12-08s390: translate cputime magic constants to macrosFrederic Weisbecker1-22/+24
2014-12-08s390/idle: convert open coded idle time seqcountFrederic Weisbecker2-14/+13
2014-12-08s390/idle: add missing irq off lockdep annotationHeiko Carstens1-0/+2
2014-12-08s390/debug: avoid function call for debug_sprintf_*Christian Borntraeger2-10/+31