- 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 8e9a2db Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- d60a540 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
- d0e810e s390/noexec: execute kexec datamover without DAT by Heiko Carstens · 7 years ago
- a1c5bef s390: fix transactional execution control register handling by Heiko Carstens · 7 years ago
- 7837270 s390/bpf: take advantage of stack_depth tracking by Michael Holzheu · 7 years ago
- baaf9be s390: simplify transactional execution elf hwcap handling by Heiko Carstens · 7 years ago
- a401917 s390/virtio: remove unused header file kvm_virtio.h by Christian Borntraeger · 7 years ago
- ead7a22 s390: avoid undefined behaviour by Heiko Carstens · 7 years ago
- 8bc1e4e s390/disassembler: generate opcode tables from text file by Heiko Carstens · 7 years ago
- dac6dc2 s390/disassembler: remove insn_to_mnemonic() by Heiko Carstens · 7 years ago
- 978fa72 s390: remove named saved segment support by Heiko Carstens · 7 years ago
- f44fa88 s390/archrandom: Reconsider s390 arch random implementation by Harald Freudenberger · 7 years ago
- 48070c7 s390/pci: do not require AIS facility by Christian Borntraeger · 7 years ago
- 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
- ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
- 2a2d7bef s390/nmi: avoid using long-displacement facility by Vasily Gorbik · 7 years ago
- e2be04c License cleanup: add SPDX license identifier to uapi header files with a license by Greg Kroah-Hartman · 7 years ago
- 6f52b16 License cleanup: add SPDX license identifier to uapi header files with no license by Greg Kroah-Hartman · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 3b42c17 s390: pass endianness info to sparse by Luc Van Oostenryck · 7 years ago
- b82a5e4 s390/decompressor: remove informational messages by Martin Schwidefsky · 7 years ago
- 3593eb9 s390/cpum_cf: add hardware counter support for IBM z14 by Hendrik Brueckner · 7 years ago
- 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
- 0a5e2ec s390/kvm: fix detection of guest machine checks by Martin Schwidefsky · 7 years ago
- 9babb09 Merge tag 'v4.14-rc6' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
- 3037a52 s390/nmi: do register validation as early as possible by Martin Schwidefsky · 7 years ago
- 6c81511 s390/nmi: allocation of the extended save area by Martin Schwidefsky · 7 years ago
- cc65450 s390/ctl_reg: move control register definitions to ctl_reg.h by Martin Schwidefsky · 7 years ago
- ad3bc0a s390/ctl_reg: use decoding unions in update_cr_regs by Martin Schwidefsky · 7 years ago
- 00a8f88 s390/nmi: use smp_emergency_stop instead of smp_send_stop by Martin Schwidefsky · 7 years ago
- 608796f s390/vdso: move boot_vdso_data to vdso.c by Martin Schwidefsky · 7 years ago
- f554be4 s390/spinlock: use cpu alternatives to enable niai instruction by Vasily Gorbik · 7 years ago
- 686140a s390: introduce CPU alternatives by Vasily Gorbik · 7 years ago
- 0dcd91a s390/debug: only write data once by Sebastian Ott · 7 years ago
- 94158e5 s390/debug: improve debug_event by Sebastian Ott · 7 years ago
- 7c3eaaa s390/kexec: Fix checksum validation return code for kdump by Philipp Rudo · 7 years ago
- fe3af62 s390: update defconfig by Martin Schwidefsky · 8 years ago
- 496da0d s390/debug: adjust coding style by Heiko Carstens · 7 years ago
- 0015a97 s390: fix zfcpdump-config by Dimitri John Ledkov · 7 years ago
- b7662ee s390/cputime: fix guest/irq/softirq times after CPU hotplug by Christian Borntraeger · 7 years ago
- df8bbd0 s390/kprobes: remove KPROBE_SWAP_INST state by Heiko Carstens · 7 years ago
- a4c1887 locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementations by Will Deacon · 7 years ago
- 0160fb1 locking/arch: Remove dummy arch_{read,spin,write}_relax() implementations by Will Deacon · 7 years ago
- a8a217c locking/core: Remove {read,spin,write}_can_lock() by Will Deacon · 7 years ago
- a61ba2c locking/arch, s390: Add __down_read_killable() by Kirill Tkhai · 7 years ago
- 49913f1 s390: cleanup string ops prototypes by Heiko Carstens · 7 years ago
- 993fef9 s390: optimize memset implementation by Heiko Carstens · 7 years ago
- 41879ff s390/mm: use memset64 instead of clear_table by Heiko Carstens · 7 years ago
- 0b77d67 s390: implement memset16, memset32 & memset64 by Heiko Carstens · 7 years ago
- 3bdf567 Merge branch 'sthyi' into features by Martin Schwidefsky · 7 years ago
- 3d8757b s390/sthyi: add s390_sthyi system call by QingFeng Hao · 7 years ago
- 9fb6c9b s390/sthyi: add cache to store hypervisor info by QingFeng Hao · 7 years ago
- b7c92f1 s390/sthyi: reorganize sthyi implementation by QingFeng Hao · 7 years ago
- 1d27e3e timer: Remove expires and data arguments from DEFINE_TIMER by Kees Cook · 7 years ago
- 5cd79d6 timer: Remove users of TIMER_DEFERRED_INITIALIZER by Kees Cook · 7 years ago
- 91a1fad s390: use generic rwsem implementation by Heiko Carstens · 7 years ago
- e0d281d s390/disassembler: add new z14 instructions by Heiko Carstens · 7 years ago
- ea7c360 s390/disassembler: add missing z13 instructions by Heiko Carstens · 7 years ago
- 630f789 s390/disassembler: add sthyi instruction by Heiko Carstens · 7 years ago
- 7e1263b s390/disassembler: remove double instructions by Heiko Carstens · 7 years ago
- caefea1 s390/disassembler: fix LRDFU format by Heiko Carstens · 7 years ago
- 5c50538 s390/disassembler: add missing end marker for e7 table by Heiko Carstens · 7 years ago
- 7fb2b2d s390/virtio: remove the old KVM virtio transport by Thomas Huth · 7 years ago
- f9a5d70 s390/ccwgroup: tie a ccwgroup driver to its ccw driver by Julian Wiedmann · 7 years ago
- bf7fa03 s390/crypto: add s390 platform specific aes gcm support. by Harald Freudenberger · 7 years ago
- eecd49c s390/crypto: add inline assembly for KMA instruction to cpacf.h by Patrick Steuer · 7 years ago
- eb3b7b8 s390/rwlock: introduce rwlock wait queueing by Martin Schwidefsky · 8 years ago
- b96f7d8 s390/spinlock: introduce spinlock wait queueing by Martin Schwidefsky · 8 years ago
- 8153380 s390/spinlock: use the cpu number +1 as spinlock value by Martin Schwidefsky · 8 years ago
- 1887aa07 s390/topology: add detection of dedicated vs shared CPUs by Martin Schwidefsky · 7 years ago
- 1922099 s390/cpumf: remove superfluous nr_cpumask_bits check by Heiko Carstens · 7 years ago
- 262832b s390/ptrace: add runtime instrumention register get/set by Alice Frosi · 7 years ago
- bb59c2d s390/runtime_instrumentation: clean up struct runtime_instr_cb by Alice Frosi · 7 years ago
- 7996203 s390: add support for FORTIFY_SOURCE by Heiko Carstens · 7 years ago
- 59a19ea s390: get rid of exit_thread() by Heiko Carstens · 7 years ago
- 7b83c62 s390/guarded storage: simplify task exit handling by Heiko Carstens · 7 years ago
- 5ef2d52 s390/ptrace: fix guarded storage regset handling by Heiko Carstens · 7 years ago
- fa1edf3 s390/guarded storage: fix possible memory corruption by Heiko Carstens · 7 years ago
- 8d9047f s390/runtime instrumentation: simplify task exit handling by Heiko Carstens · 7 years ago
- d6e646a s390/runtime instrumention: fix possible memory corruption by Heiko Carstens · 7 years ago
- 8076428 s390: convert release_thread() into a static inline function by Heiko Carstens · 7 years ago
- 51dce38 s390/topology: enable / disable topology dynamically by Heiko Carstens · 7 years ago
- 1b25fda s390/topology: alternative topology for topology-less machines by Heiko Carstens · 7 years ago
- ba385c0 s390/mm: fix write access check in gup_huge_pmd() by Gerald Schaefer · 7 years ago
- 91c575b s390/mm: make pmdp_invalidate() do invalidation only by Gerald Schaefer · 7 years ago
- fc3100d s390/perf: fix bug when creating per-thread event by Pu Hou · 7 years ago
- 260d165 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
- dd198ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
- 4dfc278 Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
- 0d519f2 Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
- 0756b7f Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
- 5f54c8b Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Radim Krčmář · 7 years ago
- 6e0ff1b Merge tag 'kvm-s390-next-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux by Radim Krčmář · 7 years ago
- aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
- f28a4b4 s390/mm: use a single lock for the fields in mm_context_t by Martin Schwidefsky · 7 years ago
- 60f07c8 s390/mm: fix race on mm->context.flush_mm by Martin Schwidefsky · 7 years ago
- b3e5dc4 s390/mm: fix local TLB flushing vs. detach of an mm address space by Martin Schwidefsky · 7 years ago
- 46fde9a s390/zcrypt: externalize AP queue interrupt control by Harald Freudenberger · 8 years ago
- 050349b s390/zcrypt: externalize AP config info query by Harald Freudenberger · 8 years ago