summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)Author
2018-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-26bpf, s390x: remove obsolete exception handling from div/modDaniel Borkmann
2018-01-26KVM: s390: introduce the format-1 GISAMichael Mueller
2018-01-26s390/sclp: expose the GISA format facilityMichael Mueller
2018-01-26KVM: s390: activate GISA for emulated interruptsMichael Mueller
2018-01-26KVM: s390: make kvm_s390_get_io_int() aware of GISAMichael Mueller
2018-01-26KVM: s390: add GISA interrupts to FLIC ioctl interfaceMichael Mueller
2018-01-26KVM: s390: abstract adapter interruption word generation from ISCMichael Mueller
2018-01-26KVM: s390: exploit GISA and AIV for emulated interruptsMichael Mueller
2018-01-26s390/css: indicate the availability of the AIV facilityMichael Mueller
2018-01-26KVM: s390: implement GISA IPM related primitivesMichael Mueller
2018-01-26s390/bitops: add test_and_clear_bit_inv()Jens Freimann
2018-01-26KVM: s390: define GISA format-0 data structureMichael Mueller
2018-01-26KVM: s390: reverse bit ordering of irqs in pending maskMichael Mueller
2018-01-25firmware: Drop FIRMWARE_IN_KERNEL Kconfig optionBenjamin Gilbert
2018-01-24KVM: s390: introduce and use kvm_s390_test_cpuflags()David Hildenbrand
2018-01-24KVM: s390: introduce and use kvm_s390_clear_cpuflags()David Hildenbrand
2018-01-24KVM: s390: reuse kvm_s390_set_cpuflags()David Hildenbrand
2018-01-24KVM: s390: rename __set_cpuflag() to kvm_s390_set_cpuflags()David Hildenbrand
2018-01-24KVM: s390: add vcpu stat counters for many instructionChristian Borntraeger
2018-01-24Merge tag 'kvm-s390-master-4.15-3' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář
2018-01-24KVM: s390: diagnoses are instructions as wellChristian Borntraeger
2018-01-24s390x/mm: simplify gmap_protect_rmap()David Hildenbrand
2018-01-24KVM: s390: add proper locking for CMMA migration bitmapChristian Borntraeger
2018-01-24KVM: s390: vsie: store guest addresses of satellite blocks in vsie_pageDavid Hildenbrand
2018-01-24KVM: s390: vsie: use READ_ONCE to access some SCB fieldsDavid Hildenbrand
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-23s390/mm: Remove superfluous parameterJanosch Frank
2018-01-23s390/decompressor: discard __ksymtab and .eh_frame sectionsVasily Gorbik
2018-01-23s390: fix handling of -1 in set{,fs}[gu]id16 syscallsEugene Syromiatnikov
2018-01-23s390/tools: generate header files in arch/s390/include/generated/Hendrik Brueckner
2018-01-23s390/syscalls: use generated syscall_table.h and unistd.h header filesHendrik Brueckner
2018-01-23s390/syscalls: add Makefile to generate system call header filesHendrik Brueckner
2018-01-23s390/syscalls: add syscalltbl scriptHendrik Brueckner
2018-01-23s390/syscalls: add system call tableHendrik Brueckner
2018-01-23s390/decompressor: swap .text and .rodata.compressed sectionsVasily Gorbik
2018-01-23s390/ipl: avoid usage of __section(.data)Vasily Gorbik
2018-01-23s390/head: replace hard coded values with constantsVasily Gorbik
2018-01-23s390/disassembler: add generated gen_opcode_table tool to .gitignoreHendrik Brueckner
2018-01-23s390: remove bogus system call table entriesHeiko Carstens
2018-01-23s390/kprobes: remove duplicate includesPravin Shedge
2018-01-20KVM: s390: wire up bpb featureChristian Borntraeger
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann
2018-01-16Merge tag 'kvm-s390-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář
2018-01-16KVM: s390: cleanup struct kvm_s390_float_interruptDavid Hildenbrand
2018-01-16KVM: s390: drop use of spin lock in __floating_irq_kickMichael Mueller
2018-01-16KVM: s390: add debug tracing for cpu features of CPU modelChristian Borntraeger
2018-01-16KVM: s390: use created_vcpus in more placesChristian Borntraeger
2018-01-16s390x/mm: cleanup gmap_pte_op_walk()David Hildenbrand
2018-01-15signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman