aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-17s390: replace ACCESS_ONCE with READ_ONCEChristian Borntraeger3-9/+9
2017-02-17s390: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker6-5/+7
2017-02-17s390: mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker7-6/+4
2017-02-17s390: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker17-18/+20
2017-02-17s390/kdump: Use "LINUX" ELF note name instead of "CORE"Michael Holzheu1-1/+5
2017-02-08s390: add no-execute supportMartin Schwidefsky15-132/+277
2017-02-08s390: report new vector facilitiesMartin Schwidefsky3-2/+10
2017-02-08s390: use correct input data address for setup_randomnessHeiko Carstens1-1/+1
2017-02-08s390/sclp: don't add new lines to each printed stringHeiko Carstens2-3/+6
2017-02-08s390/sclp: make early sclp code readableHeiko Carstens6-15/+16
2017-02-08s390/sclp: move early printk code to driversHeiko Carstens3-222/+4
2017-02-07s390/debug: make debug event time stamps relative to the boot TOD clockMartin Schwidefsky3-16/+8
2017-02-07s390/topology: correct allocation of topology informationMartin Schwidefsky1-1/+1
2017-02-07s390: make setup_randomness workHeiko Carstens1-3/+3
2017-01-31s390: store breaking event address only for program checksMartin Schwidefsky1-38/+12
2017-01-31s390/prng: Adjust generation of entropy to produce real 256 bits.Harald Freudenberger1-16/+24
2017-01-31s390/crypto: Extend key length check for AES-XTS in fips mode.Harald Freudenberger1-0/+7
2017-01-31s390/crypto: Check des3_ede keys for uniqueness in fips modeMatthew Rosato1-0/+14
2017-01-16s390/bpf: remove redundant check for non-null imageDaniel Borkmann1-7/+4
2017-01-16s390: provide sclp based boot consoleHeiko Carstens5-10/+57
2017-01-16s390/sclp: always stay within bounds of the early sccbHeiko Carstens1-1/+6
2017-01-16s390/sclp: make early sclp irq handler more robustHeiko Carstens2-6/+13
2017-01-16s390/topology: make "topology=off" parameter workHeiko Carstens2-9/+14
2017-01-16s390: use false/true when using boolHeiko Carstens2-2/+2
2017-01-16s390: remove couple of unneeded semicolonsHeiko Carstens5-6/+6
2017-01-16s390/topology: reduce number of printksHeiko Carstens1-5/+3
2017-01-16s390/mem_detect: fix memory type of first blockHeiko Carstens1-1/+2
2017-01-16s390/mem_detect: add debugging outputHeiko Carstens1-0/+3
2017-01-16s390/setup: call memblock_reserve only for size > 0Heiko Carstens1-0/+2
2017-01-16s390/pci: use proper endianness annotationsSebastian Ott2-5/+5
2017-01-16s390: proper type casts for csum_partial invocationsHeiko Carstens2-4/+5
2017-01-16s390/lib: improve memmove, memset and memcpyHeiko Carstens1-15/+13
2017-01-16s390/cpumf: get rid of variable length arrayHeiko Carstens1-2/+3
2017-01-16s390: update defconfigsHeiko Carstens4-48/+67
2017-01-16s390/ctl_reg: make __ctl_load a full memory barrierHeiko Carstens1-1/+3
2017-01-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-4/+12
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-1/+1
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner2-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds18-18/+18
2016-12-20s390/kbuild: enable modversions for symbols exported from asmHeiko Carstens1-0/+8
2016-12-20s390/vtime: correct system time accountingMartin Schwidefsky1-4/+4
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds13-32/+191
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2016-12-14s390/pci: query fmb lengthSebastian Ott4-2/+5
2016-12-14s390/extmem: add missing memory clobber to dcss_set_subcodesHeiko Carstens1-1/+1
2016-12-14s390/nmi: fix inline assembly constraintsHeiko Carstens1-9/+10
2016-12-14s390/lib: add missing memory barriers to string inline assembliesHeiko Carstens2-10/+10