aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-240/+608
2018-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds27-111/+678
2018-02-08s390/kconfig: Remove ARCH_WANTS_PROT_NUMA_PROT_NONE selectUlf Magnusson1-1/+0
2018-02-07s390: introduce execute-trampolines for branchesMartin Schwidefsky11-35/+325
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-5/+8
2018-02-05s390: run user space and KVM guests with modified branch predictionMartin Schwidefsky4-5/+71
2018-02-05s390: add options to change branch prediction behaviour for the kernelMartin Schwidefsky7-0/+94
2018-02-05s390/alternative: use a copy of the facility bit maskMartin Schwidefsky6-4/+31
2018-02-05s390: add optimized array_index_mask_nospecMartin Schwidefsky1-0/+24
2018-02-05s390: scrub registers on kernel entry and KVM exitMartin Schwidefsky1-0/+47
2018-02-05s390/runtime_instrumentation: re-add signum system call parameterHeiko Carstens1-1/+9
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler5-8/+29
2018-02-02s390/cpum_cf: correct counter number of LAST_HOST_TRANSLATIONSHendrik Brueckner1-1/+1
2018-02-02s390/kprobes: Fix %p uses in error messagesMasami Hiramatsu1-1/+1
2018-02-02s390/runtime instrumentation: provide uapi header fileHeiko Carstens2-66/+75
2018-02-02s390/sysinfo: add and display licensed internal code identifierHendrik Brueckner2-1/+4
2018-02-02s390/eadm: fix CONFIG_BLOCK include dependencySebastian Ott1-1/+1
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-1/+0
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-4/+2
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds34-844/+852
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipRadim Krčmář12-31/+74
2018-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+2
2018-01-31s390/mm: modify pmdp_invalidate to return old value.Martin Schwidefsky1-2/+2
2018-01-31mm: relax deferred struct page requirementsPavel Tatashin1-1/+0
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-14/+44
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+3
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds4-27/+5
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-173/+0
2018-01-30Merge tag 'kvm-s390-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linuxRadim Krčmář12-177/+494
2018-01-29Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-2/+0
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+11
2018-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-10/+0
2018-01-26bpf, s390x: remove obsolete exception handling from div/modDaniel Borkmann1-10/+0
2018-01-26KVM: s390: introduce the format-1 GISAMichael Mueller3-13/+37
2018-01-26s390/sclp: expose the GISA format facilityMichael Mueller1-0/+1
2018-01-26KVM: s390: activate GISA for emulated interruptsMichael Mueller1-1/+7
2018-01-26KVM: s390: make kvm_s390_get_io_int() aware of GISAMichael Mueller1-4/+70
2018-01-26KVM: s390: add GISA interrupts to FLIC ioctl interfaceMichael Mueller1-0/+18
2018-01-26KVM: s390: abstract adapter interruption word generation from ISCMichael Mueller1-2/+7
2018-01-26KVM: s390: exploit GISA and AIV for emulated interruptsMichael Mueller4-18/+87
2018-01-26s390/css: indicate the availability of the AIV facilityMichael Mueller1-1/+3
2018-01-26KVM: s390: implement GISA IPM related primitivesMichael Mueller1-0/+28
2018-01-26s390/bitops: add test_and_clear_bit_inv()Jens Freimann1-0/+5
2018-01-26KVM: s390: define GISA format-0 data structureMichael Mueller2-4/+20
2018-01-26KVM: s390: reverse bit ordering of irqs in pending maskMichael Mueller2-33/+33
2018-01-25firmware: Drop FIRMWARE_IN_KERNEL Kconfig optionBenjamin Gilbert1-1/+0
2018-01-24KVM: s390: introduce and use kvm_s390_test_cpuflags()David Hildenbrand5-14/+15
2018-01-24KVM: s390: introduce and use kvm_s390_clear_cpuflags()David Hildenbrand5-12/+16
2018-01-24KVM: s390: reuse kvm_s390_set_cpuflags()David Hildenbrand3-12/+11
2018-01-24KVM: s390: rename __set_cpuflag() to kvm_s390_set_cpuflags()David Hildenbrand2-17/+17