summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* s390/debug: make debug event time stamps relative to the boot TOD clockMartin Schwidefsky2017-02-073-16/+8
* s390/topology: correct allocation of topology informationMartin Schwidefsky2017-02-071-1/+1
* s390: make setup_randomness workHeiko Carstens2017-02-071-3/+3
* s390: store breaking event address only for program checksMartin Schwidefsky2017-01-311-38/+12
* s390/prng: Adjust generation of entropy to produce real 256 bits.Harald Freudenberger2017-01-311-16/+24
* s390/crypto: Extend key length check for AES-XTS in fips mode.Harald Freudenberger2017-01-311-0/+7
* s390/crypto: Check des3_ede keys for uniqueness in fips modeMatthew Rosato2017-01-311-0/+14
* s390/bpf: remove redundant check for non-null imageDaniel Borkmann2017-01-161-7/+4
* s390: provide sclp based boot consoleHeiko Carstens2017-01-165-10/+57
* s390/sclp: always stay within bounds of the early sccbHeiko Carstens2017-01-161-1/+6
* s390/sclp: make early sclp irq handler more robustHeiko Carstens2017-01-162-6/+13
* s390/topology: make "topology=off" parameter workHeiko Carstens2017-01-162-9/+14
* s390: use false/true when using boolHeiko Carstens2017-01-162-2/+2
* s390: remove couple of unneeded semicolonsHeiko Carstens2017-01-165-6/+6
* s390/topology: reduce number of printksHeiko Carstens2017-01-161-5/+3
* s390/mem_detect: fix memory type of first blockHeiko Carstens2017-01-161-1/+2
* s390/mem_detect: add debugging outputHeiko Carstens2017-01-161-0/+3
* s390/setup: call memblock_reserve only for size > 0Heiko Carstens2017-01-161-0/+2
* s390/pci: use proper endianness annotationsSebastian Ott2017-01-162-5/+5
* s390: proper type casts for csum_partial invocationsHeiko Carstens2017-01-162-4/+5
* s390/lib: improve memmove, memset and memcpyHeiko Carstens2017-01-161-15/+13
* s390/cpumf: get rid of variable length arrayHeiko Carstens2017-01-161-2/+3
* s390: update defconfigsHeiko Carstens2017-01-164-48/+67
* s390/ctl_reg: make __ctl_load a full memory barrierHeiko Carstens2017-01-161-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-01-022-4/+12
|\
| * s390/kbuild: enable modversions for symbols exported from asmHeiko Carstens2016-12-201-0/+8
| * s390/vtime: correct system time accountingMartin Schwidefsky2016-12-201-4/+4
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-252-2/+2
|\ \
| * | ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
| * | clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-1/+1
* | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-252-2/+2
|\ \ \ | |/ / |/| |
| * | cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-252-2/+2
| |/
* / Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2418-18/+18
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-12-1613-32/+191
|\
| * s390/pci: query fmb lengthSebastian Ott2016-12-144-2/+5
| * s390/extmem: add missing memory clobber to dcss_set_subcodesHeiko Carstens2016-12-141-1/+1
| * s390/nmi: fix inline assembly constraintsHeiko Carstens2016-12-141-9/+10
| * s390/lib: add missing memory barriers to string inline assembliesHeiko Carstens2016-12-142-10/+10
| * s390/cpumf: fix qsi inline assemblyHeiko Carstens2016-12-141-7/+3
| * s390/setup: reword printk messagesMartin Schwidefsky2016-12-141-2/+2
| * s390: fix compile error with memmove_early() inline assemblyHeiko Carstens2016-12-141-1/+1
| * s390/zcrypt: tracepoint definitions for zcrypt device driver.Harald Freudenberger2016-12-141-0/+122
| * s390/zcrypt: Introduce new zcrypt device status APIIngo Tuchscherer2016-12-141-0/+37
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-12-141-1/+1
|\ \ | |/ |/|
| * Remove references to dead make variable LINUX_INCLUDEPaul Bolle2016-12-141-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-12-1368-745/+1069
|\ \
| * | s390/cpumf: Use configuration level indication for sampling dataChristian Borntraeger2016-12-122-8/+22
| * | s390: provide memmove implementationHeiko Carstens2016-12-122-1/+41
| * | s390: cleanup arch/s390/kernel MakefileHeiko Carstens2016-12-121-30/+36
| * | s390: fix initrd corruptions with gcov/kcov instrumented kernelsHeiko Carstens2016-12-123-9/+47