summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-04-21s390/gs: add regset for the guarded storage broadcast control blockMartin Schwidefsky1-0/+46
2017-04-12s390/spinlock: remove compare and delay instructionMartin Schwidefsky1-13/+6
2017-04-05s390/cpumf: simplify detection of guest samplesMartin Schwidefsky3-9/+4
2017-04-05s390: use 64-bit lctlg to load task pid to cr4 on context switchMartin Schwidefsky1-1/+3
2017-03-31s390/cpum_cf: make hw_perf_event_update() a void functionHendrik Brueckner1-4/+2
2017-03-31s390/cpum_cf: correct variable naming (cleanup)Hendrik Brueckner1-9/+9
2017-03-31s390/cpum_cf: add IBM z13 counter event namesHendrik Brueckner1-7/+123
2017-03-31s390/cpum_cf: add support for the MT-diagnostic counter set (z13)Hendrik Brueckner1-25/+64
2017-03-31s390/cpum_cf: cleanup event/counter validationHendrik Brueckner1-30/+1
2017-03-31s390/cpum_cf: update counter numbers to ecctr limitsHendrik Brueckner1-1/+1
2017-03-28s390/kdump: Add final noteMichael Holzheu1-0/+15
2017-03-22s390/facilities: get rid of __ASSEMBLY__ in facility header fileHeiko Carstens1-1/+0
2017-03-22s390/sysinfo: provide remaining stsi information via debugfsHeiko Carstens1-1/+19
2017-03-22s390/sysinfo,topology: provide raw stsi 15,1,x data via debugfsHeiko Carstens2-1/+81
2017-03-22s390/debugfs: introduce top-level 's390' directoryHeiko Carstens2-1/+16
2017-03-22s390/dump_stack: use control program identification stringHeiko Carstens1-5/+13
2017-03-22s390/dump_stack: remove whitespace from arch descriptionHeiko Carstens1-5/+24
2017-03-22s390/sysinfo: allow compiler warnings againHeiko Carstens1-2/+0
2017-03-22s390/topology: fix typo in early topology codeHeiko Carstens1-1/+1
2017-03-22s390/topology: get rid of core mask arrayHeiko Carstens1-1/+3
2017-03-22s390/cpuinfo: show facilities as reported by stfleHeiko Carstens1-0/+14
2017-03-22Merge branch 'guarded-storage' into 'features' to make merging withMartin Schwidefsky15-31/+322
2017-03-22s390/smp: fix ipl from cpu with non-zero addressHeiko Carstens1-3/+2
2017-03-22s390: add a system call for guarded storageMartin Schwidefsky15-31/+322
2017-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds6-6/+14
2017-03-09s390: wire up statx system callHeiko Carstens2-0/+3
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-0/+2
2017-03-02s390/ipl: always use load normal for CCW-type re-IPLHeiko Carstens1-0/+2
2017-03-02sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <li...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2-2/+2
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar8-0/+10
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar4-0/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-01s390/cputime: reset all accounting fields on forkMartin Schwidefsky1-0/+3
2017-03-01s390/cputime: remove last traces of cputime_tMartin Schwidefsky1-1/+1
2017-03-01s390: fix in-kernel program checksMartin Schwidefsky1-5/+5
2017-02-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+2
2017-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds4-28/+49
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-02-27scripts/spelling.txt: add "an one" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-24memblock: embed memblock type name within struct memblock_typeHeiko Carstens1-0/+1
2017-02-23s390/nmi: purge tlbs after control register validationHeiko Carstens1-1/+2
2017-02-23s390/nmi: fix order of register validationHeiko Carstens1-12/+12
2017-02-23s390: opt into HAVE_COPY_THREAD_TLSHeiko Carstens1-3/+2
2017-02-23s390: restore address space when returning to user spaceHeiko Carstens3-11/+32