aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-24s390: kernel: add SPDX identifiers to the remaining filesGreg Kroah-Hartman22-0/+22
2017-11-24s390: sthyi: add SPDX identifiers to the remaining filesMartin Schwidefsky1-0/+1
2017-11-24s390/debug: use pK for kernel pointersChristian Borntraeger1-1/+1
2017-11-24s390/disassembler: correct disassembly lines alignmentVasily Gorbik1-1/+1
2017-11-20s390/disassembler: remove confusing codeHeiko Carstens1-1/+6
2017-11-20s390: rework __switch_to() to allow larger task_struct offsetsHeiko Carstens1-8/+7
2017-11-20s390/topology: fix compile error in file arch/s390/kernel/smp.cThomas Richter1-0/+1
2017-11-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds13-276/+719
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-26/+7
2017-11-16s390/cpum_sf: correctly set the PID and TID in perf samplesHendrik Brueckner1-0/+76
2017-11-16s390/cpum_sf: load program parameter at sampler enablementHendrik Brueckner1-0/+3
2017-11-16s390/perf: extend perf_regs support to include floating-point registersHendrik Brueckner1-0/+21
2017-11-16s390/perf: add perf_regs support and user stack dumpHeiko Carstens2-1/+50
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 Hou1-158/+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-14s390: enable CPU alternatives unconditionallyHeiko Carstens2-11/+7
2017-11-14s390/nmi: remove unused codeHeiko Carstens1-2/+0
2017-11-14s390: remove all code using the access register modeMartin Schwidefsky7-89/+35
2017-11-14s390/mm,kvm: improve detection of KVM guest faultsMartin Schwidefsky1-2/+5
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+6
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds29-2762/+2056
2017-11-10s390/noexec: execute kexec datamover without DATHeiko Carstens2-3/+1
2017-11-10s390: fix transactional execution control register handlingHeiko Carstens2-1/+4
2017-11-09s390: simplify transactional execution elf hwcap handlingHeiko Carstens1-1/+1
2017-11-09s390/virtio: remove unused header file kvm_virtio.hChristian Borntraeger1-1/+0
2017-11-08s390/disassembler: generate opcode tables from text fileHeiko Carstens1-1830/+282
2017-11-08s390/disassembler: remove insn_to_mnemonic()Heiko Carstens1-28/+0
2017-11-08s390: remove named saved segment supportHeiko Carstens5-190/+4
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds63-0/+63
2017-11-02s390/nmi: avoid using long-displacement facilityVasily Gorbik1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman63-0/+63
2017-10-26s390/cpum_cf: add hardware counter support for IBM z14Hendrik Brueckner1-60/+218
2017-10-25s390/kvm: fix detection of guest machine checksMartin Schwidefsky1-2/+5
2017-10-19s390/nmi: do register validation as early as possibleMartin Schwidefsky3-95/+80
2017-10-19s390/nmi: allocation of the extended save areaMartin Schwidefsky3-45/+91
2017-10-19s390/ctl_reg: use decoding unions in update_cr_regsMartin Schwidefsky3-21/+24
2017-10-19s390/nmi: use smp_emergency_stop instead of smp_send_stopMartin Schwidefsky2-15/+24
2017-10-18s390/vdso: move boot_vdso_data to vdso.cMartin Schwidefsky2-1/+15
2017-10-18s390: introduce CPU alternativesVasily Gorbik5-0/+154
2017-10-18s390/debug: only write data onceSebastian Ott1-2/+4
2017-10-18s390/debug: improve debug_eventSebastian Ott1-10/+18
2017-10-18s390/kexec: Fix checksum validation return code for kdumpPhilipp Rudo1-3/+3
2017-10-16s390/debug: adjust coding styleHeiko Carstens1-490/+396
2017-10-16s390/cputime: fix guest/irq/softirq times after CPU hotplugChristian Borntraeger1-0/+3
2017-10-12s390/kprobes: remove KPROBE_SWAP_INST stateHeiko Carstens1-7/+0
2017-10-09s390/mm: use memset64 instead of clear_tableHeiko Carstens1-4/+2
2017-10-09Merge branch 'sthyi' into featuresMartin Schwidefsky5-1/+521