summaryrefslogtreecommitdiff
path: root/arch/s390/include
AgeCommit message (Expand)AuthorFilesLines
2022-01-12Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2021-12-29s390: remove unused TASK_SIZE_OFGuo Ren1-2/+1
2021-12-16s390/nmi: disable interrupts on extended save area updateAlexander Gordeev1-3/+3
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar2-3/+10
2021-12-10s390/ap: add missing virt_to_phys address conversionHeiko Carstens1-1/+3
2021-12-10s390/diag: use pfn_to_phys() instead of open codingHeiko Carstens1-2/+2
2021-12-07locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior1-1/+1
2021-12-06s390/qdio: clarify logical vs absolute in QIB's kerneldocJulian Wiedmann1-2/+2
2021-12-06s390/pci: use physical addresses in DMA tablesNiklas Schnelle1-13/+16
2021-12-06s390/qdio: split do_QDIO()Julian Wiedmann1-5/+6
2021-12-06s390/qdio: split qdio_inspect_queue()Julian Wiedmann1-3/+4
2021-12-06s390/qdio: clarify handler logic for qdio_handle_activate_check()Julian Wiedmann1-1/+1
2021-12-06s390/qdio: remove QDIO_SBAL_SIZE macroJulian Wiedmann1-1/+0
2021-12-06s390/crypto: add SIMD implementation for ChaCha20Patrick Steuer1-0/+117
2021-11-29s390/pci: move pseudo-MMIO to prevent MIO overlapNiklas Schnelle1-3/+4
2021-11-18s390/kexec: fix memory leak of ipl report bufferBaoquan He1-0/+6
2021-11-13Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+5
2021-11-11Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-12/+0
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+4
2021-11-09include/linux/delay.h: replace kernel.h with the necessary inclusionsAndy Shevchenko1-0/+4
2021-11-08s390/pci: implement minimal PCI error recoveryNiklas Schnelle1-1/+3
2021-11-08s390/pci: implement reset_slot for hotplug slotNiklas Schnelle1-0/+1
2021-11-08s390/pci: refresh function handle in iomapNiklas Schnelle1-0/+1
2021-11-07Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds16-48/+139
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-12/+0
2021-11-06s390: use generic version of arch_is_kernel_initmem_freed()Christophe Leroy1-12/+0
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-5/+19
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+0
2021-11-02Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+1
2021-11-02Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+1
2021-11-02Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+0
2021-10-31Merge tag 'kvm-s390-next-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2-5/+19
2021-10-30locking: Remove spin_lock_flags() etcArnd Bergmann1-8/+0
2021-10-27KVM: s390: pv: properly handle page flags for protected guestsClaudio Imbrenda2-5/+14
2021-10-26s390: make command line configurableSven Schnelle2-11/+1
2021-10-26s390: support command lines longer than 896 bytesSven Schnelle2-4/+5
2021-10-26s390/kexec_file: move kernel image size checkSven Schnelle1-1/+0
2021-10-26s390/string: use generic strlcpyHeiko Carstens1-2/+0
2021-10-26s390/string: use generic strrchrHeiko Carstens1-2/+0
2021-10-26s390/bitops: return true/false (not 1/0) from bool functionsHuilong Deng1-1/+1
2021-10-26s390: add support for BEAR enhancement facilitySven Schnelle2-3/+7
2021-10-26s390: introduce nospec_uses_trampoline()Sven Schnelle1-0/+5
2021-10-26s390: rename last_break to pgm_last_breakSven Schnelle1-1/+1
2021-10-26s390/ptrace: add last_break member to pt_regsSven Schnelle1-0/+1
2021-10-26s390/sclp: sort out physical vs virtual pointers usageAlexander Gordeev1-0/+1
2021-10-26s390/pgtable: use physical address for Page-Table OriginAlexander Gordeev1-6/+6
2021-10-26Merge branch 'fixes' into featuresVasily Gorbik1-0/+2