aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-16s390/cpum_sf: correctly set the PID and TID in perf samplesHendrik Brueckner3-2/+78
2017-11-16s390/cpum_sf: load program parameter at sampler enablementHendrik Brueckner2-0/+9
2017-11-16s390/perf: extend perf_regs support to include floating-point registersHendrik Brueckner2-0/+37
2017-11-16s390/perf: add perf_regs support and user stack dumpHeiko Carstens4-1/+79
2017-11-16s390/cpum_sf: do not register PMU if no sampling mode is authorizedHendrik Brueckner1-0/+3
2017-11-16s390/cpumf: remove raw event support in basic-only sampling modePu Hou2-175/+27
2017-11-16s390/cpumf: enable using AUX bufferPu Hou1-11/+44
2017-11-16s390/cpumf: introduce AUX buffer for dump diagnostic sample dataPu Hou1-0/+446
2017-11-16s390/disassembler: increase show_code buffer sizeVasily Gorbik1-2/+2
2017-11-16s390: Remove CONFIG_HARDENED_USERCOPYMichael Holzheu3-12/+1
2017-11-14s390: enable CPU alternatives unconditionallyHeiko Carstens4-44/+10
2017-11-14s390/nmi: remove unused codeHeiko Carstens1-2/+0
2017-11-14s390/mm: remove unused codeHeiko Carstens1-6/+3
2017-11-14s390/spinlock: fix indentationHeiko Carstens1-3/+4
2017-11-14s390/vdso: add missing boot_vdso_data declarationHeiko Carstens1-0/+1
2017-11-14s390/kbuild: get rid of a warning when compiling with KCOVVasily Gorbik1-0/+1
2017-11-14s390: correct some inline assembly constraintsVasily Gorbik3-4/+4
2017-11-14s390: remove all code using the access register modeMartin Schwidefsky16-210/+228
2017-11-14s390/mm,kvm: improve detection of KVM guest faultsMartin Schwidefsky3-5/+10
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-7/+7
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-15/+3
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds89-3752/+4411
2017-11-10s390/noexec: execute kexec datamover without DATHeiko Carstens2-3/+1
2017-11-10s390: fix transactional execution control register handlingHeiko Carstens3-2/+5
2017-11-10s390/bpf: take advantage of stack_depth trackingMichael Holzheu2-15/+18
2017-11-09s390: simplify transactional execution elf hwcap handlingHeiko Carstens1-1/+1
2017-11-09s390/virtio: remove unused header file kvm_virtio.hChristian Borntraeger2-65/+0
2017-11-08s390: avoid undefined behaviourHeiko Carstens2-9/+9
2017-11-08s390/disassembler: generate opcode tables from text fileHeiko Carstens6-1856/+1813
2017-11-08s390/disassembler: remove insn_to_mnemonic()Heiko Carstens2-29/+0
2017-11-08s390: remove named saved segment supportHeiko Carstens10-210/+9
2017-11-08s390/archrandom: Reconsider s390 arch random implementationHarald Freudenberger1-13/+13
2017-11-08s390/pci: do not require AIS facilityChristian Borntraeger3-4/+9
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar291-2/+296
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds291-0/+291
2017-11-02s390/nmi: avoid using long-displacement facilityVasily Gorbik1-1/+1
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman6-0/+6
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no licenseGreg Kroah-Hartman37-0/+37
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman248-0/+248
2017-11-02s390: pass endianness info to sparseLuc Van Oostenryck1-1/+1
2017-10-26s390/decompressor: remove informational messagesMartin Schwidefsky1-2/+0
2017-10-26s390/cpum_cf: add hardware counter support for IBM z14Hendrik Brueckner1-60/+218
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland2-11/+11
2017-10-25s390/kvm: fix detection of guest machine checksMartin Schwidefsky1-2/+5
2017-10-24Merge tag 'v4.14-rc6' into locking/core, to pick up fixesIngo Molnar2-0/+5
2017-10-19s390/nmi: do register validation as early as possibleMartin Schwidefsky5-95/+85
2017-10-19s390/nmi: allocation of the extended save areaMartin Schwidefsky4-47/+99
2017-10-19s390/ctl_reg: move control register definitions to ctl_reg.hMartin Schwidefsky3-9/+14
2017-10-19s390/ctl_reg: use decoding unions in update_cr_regsMartin Schwidefsky4-22/+42
2017-10-19s390/nmi: use smp_emergency_stop instead of smp_send_stopMartin Schwidefsky3-15/+29