summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2017-11-09KVM: s390: provide a capability for AIS state migrationChristian Borntraeger1-0/+1
2017-11-09s390/virtio: remove unused header file kvm_virtio.hChristian Borntraeger2-65/+0
2017-11-09KVM: s390: clear_io_irq() requests are not expected for adapter interruptsMichael Mueller1-0/+2
2017-11-09KVM: s390: abstract conversion between isc and enum irq_typesMichael Mueller1-4/+14
2017-11-09KVM: s390: vsie: use common code functions for pinningDavid Hildenbrand1-32/+18
2017-11-09KVM: s390: SIE considerations for AP Queue virtualizationTony Krowiak1-4/+21
2017-11-09KVM: s390: document memory ordering for kvm_s390_vcpu_wakeupChristian Borntraeger1-0/+6
2017-11-09s390: avoid undefined behaviourHeiko Carstens2-9/+9
2017-11-09s390/disassembler: generate opcode tables from text fileHeiko Carstens6-1856/+1813
2017-11-09s390/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/k...Linus 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 lic...Greg 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 ...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
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig1-5/+0
2017-10-18s390/vdso: move boot_vdso_data to vdso.cMartin Schwidefsky3-1/+16
2017-10-18s390/spinlock: use cpu alternatives to enable niai instructionVasily Gorbik2-9/+5
2017-10-18s390: introduce CPU alternativesVasily Gorbik7-0/+334
2017-10-18s390/debug: only write data onceSebastian Ott1-2/+4
2017-10-18s390/debug: improve debug_eventSebastian Ott2-15/+19
2017-10-18s390/kexec: Fix checksum validation return code for kdumpPhilipp Rudo1-3/+3
2017-10-16s390: update defconfigMartin Schwidefsky4-22/+10
2017-10-16s390/debug: adjust coding styleHeiko Carstens2-582/+494
2017-10-16s390: fix zfcpdump-configDimitri John Ledkov1-0/+2
2017-10-16s390/cputime: fix guest/irq/softirq times after CPU hotplugChristian Borntraeger1-0/+3
2017-10-12s390/kprobes: remove KPROBE_SWAP_INST stateHeiko Carstens2-9/+0
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon1-3/+1
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_relax() implementationsWill Deacon1-0/+3
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Will Deacon1-12/+0
2017-10-10locking/arch, s390: Add __down_read_killable()Kirill Tkhai1-2/+17
2017-10-09s390: cleanup string ops prototypesHeiko Carstens2-25/+25
2017-10-09s390: optimize memset implementationHeiko Carstens1-8/+12
2017-10-09s390/mm: use memset64 instead of clear_tableHeiko Carstens4-28/+12
2017-10-09s390: implement memset16, memset32 & memset64Heiko Carstens2-0/+66