summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* s390/sysinfo: allow compiler warnings againHeiko Carstens2017-03-221-2/+0Star
* s390/topology: fix typo in early topology codeHeiko Carstens2017-03-221-1/+1
* s390/topology: get rid of core mask arrayHeiko Carstens2017-03-221-1/+3
* s390/cpuinfo: show facilities as reported by stfleHeiko Carstens2017-03-221-0/+14
* Merge branch 'guarded-storage' into 'features' to make merging withMartin Schwidefsky2017-03-2215-31/+322
|\
| * s390: add a system call for guarded storageMartin Schwidefsky2017-03-2215-31/+322
* | s390/smp: fix ipl from cpu with non-zero addressHeiko Carstens2017-03-221-3/+2Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-03-126-6/+14
|\
| * s390: wire up statx system callHeiko Carstens2017-03-102-0/+3
| * s390/ipl: always use load normal for CCW-type re-IPLHeiko Carstens2017-03-021-0/+2
| * s390/cputime: reset all accounting fields on forkMartin Schwidefsky2017-03-011-0/+3
| * s390/cputime: remove last traces of cputime_tMartin Schwidefsky2017-03-011-1/+1
| * s390: fix in-kernel program checksMartin Schwidefsky2017-03-011-5/+5
* | sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-031-0/+2
* | sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <li...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-022-2/+2
* | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-028-0/+10
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-024-0/+4
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+3
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-282-2/+2
|\
| * mm: add new mmgrab() helperVegard Nossum2017-02-281-1/+1
| * scripts/spelling.txt: add "an one" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-02-284-28/+49
|\ \ | |/ |/|
| * s390/nmi: purge tlbs after control register validationHeiko Carstens2017-02-231-1/+2
| * s390/nmi: fix order of register validationHeiko Carstens2017-02-231-12/+12
| * s390: opt into HAVE_COPY_THREAD_TLSHeiko Carstens2017-02-231-3/+2Star
| * s390: restore address space when returning to user spaceHeiko Carstens2017-02-233-11/+32
| * s390: rename CIF_ASCE to CIF_ASCE_PRIMARYHeiko Carstens2017-02-231-11/+11
* | memblock: embed memblock type name within struct memblock_typeHeiko Carstens2017-02-251-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-02-2233-323/+185Star
|\
| * s390/syscall: fix single stepped system callsMartin Schwidefsky2017-02-201-0/+1
| * s390: get rid of MACHINE_HAS_PFMF and MACHINE_HAS_HPAGEHeiko Carstens2017-02-171-1/+1
| * s390: replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2017-02-171-7/+7
| * s390: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2017-02-1717-18/+20
| * s390/kdump: Use "LINUX" ELF note name instead of "CORE"Michael Holzheu2017-02-171-1/+5
| * s390: add no-execute supportMartin Schwidefsky2017-02-085-9/+42
| * s390: report new vector facilitiesMartin Schwidefsky2017-02-082-2/+8
| * s390: use correct input data address for setup_randomnessHeiko Carstens2017-02-081-1/+1
| * s390/sclp: don't add new lines to each printed stringHeiko Carstens2017-02-082-3/+6
| * s390/sclp: make early sclp code readableHeiko Carstens2017-02-084-8/+8
| * s390/sclp: move early printk code to driversHeiko Carstens2017-02-082-221/+2Star
| * s390/debug: make debug event time stamps relative to the boot TOD clockMartin Schwidefsky2017-02-072-8/+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/+12Star