summaryrefslogtreecommitdiffstats
path: root/arch/s390
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-222-3/+4
* s390/bitops: remove outdated commentHeiko Carstens2017-03-221-8/+0Star
* s390: get rid of superfluous __GFP_REPEATMichal Hocko2017-03-221-1/+1
* s390/cpuinfo: show facilities as reported by stfleHeiko Carstens2017-03-221-0/+14
* s390/bitops: add for_each_set_bit_inv helperHeiko Carstens2017-03-221-0/+5
* Merge branch 'guarded-storage' into 'features' to make merging withMartin Schwidefsky2017-03-2226-46/+435
|\
| * s390: add a system call for guarded storageMartin Schwidefsky2017-03-2226-46/+435
* | s390/smp: fix ipl from cpu with non-zero addressHeiko Carstens2017-03-221-3/+2Star
* | s390/decompressor: fix initrd corruption caused by bss clearMarcelo Henrique Cerri2017-03-221-16/+19
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-03-1211-29/+51
|\
| * s390: wire up statx system callHeiko Carstens2017-03-103-1/+6
| * KVM: s390: Fix guest migration for huge guests resulting in panicJanosch Frank2017-03-021-1/+18
| * s390/ipl: always use load normal for CCW-type re-IPLHeiko Carstens2017-03-021-0/+2
| * s390/timex: micro optimization for tod_to_nsMartin Schwidefsky2017-03-011-8/+4Star
| * s390/cputime: provide archicture specific cputime_to_nsecsMartin Schwidefsky2017-03-011-1/+7
| * s390/cputime: reset all accounting fields on forkMartin Schwidefsky2017-03-011-0/+3
| * s390/cputime: remove last traces of cputime_tMartin Schwidefsky2017-03-012-13/+3Star
| * s390: fix in-kernel program checksMartin Schwidefsky2017-03-011-5/+5
| * s390/crypt: fix missing unlock in ctr_paes_crypt on error pathMartin Schwidefsky2017-03-011-1/+4
* | arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-091-0/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-074-4/+4
|\ \
| * | perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTSAnton Blanchard2017-03-014-4/+4
| |/
* | sched/headers: Move task statistics APIs from <linux/sched.h> to <linux/sched...Ingo Molnar2017-03-031-0/+1
* | 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-025-1/+7
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-0210-0/+12
* | 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-025-0/+5
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-023-0/+6
* | sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+4
* | 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
* | 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-283-3/+8
|\
| * 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
| * kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-281-1/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-02-2820-60/+959
|\ \ | |/ |/|
| * s390: TASK_SIZE for kernel threadsMartin Schwidefsky2017-02-241-1/+2
| * s390/crypt: Add protected key AES moduleMartin Schwidefsky2017-02-243-2/+633
| * s390/pkey: Introduce pkey kernel moduleHarald Freudenberger2017-02-236-0/+206
| * 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