aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-27KVM: s390: Fix handle_sske page fault handlingJanis Schoetterl-Glausch1-0/+2
2021-10-26s390: make command line configurableSven Schnelle3-11/+9
2021-10-26s390: support command lines longer than 896 bytesSven Schnelle7-34/+39
2021-10-26s390/kexec_file: move kernel image size checkSven Schnelle3-18/+2
2021-10-26s390/pci: add s390_iommu_aperture kernel parameterNiklas Schnelle1-2/+23
2021-10-26s390/spinlock: remove incorrect kernel doc indicatorHeiko Carstens1-1/+1
2021-10-26s390/string: use generic strlcpyHeiko Carstens2-28/+0
2021-10-26s390/string: use generic strrchrHeiko Carstens2-21/+0
2021-10-26s390/cpumf: Allow multiple processes to access /dev/hwcThomas Richter1-78/+150
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 Schnelle11-24/+87
2021-10-26s390: introduce nospec_uses_trampoline()Sven Schnelle4-5/+10
2021-10-26s390: rename last_break to pgm_last_breakSven Schnelle5-6/+6
2021-10-26s390/ptrace: add last_break member to pt_regsSven Schnelle3-2/+3
2021-10-26s390/sclp: sort out physical vs virtual pointers usageAlexander Gordeev2-0/+2
2021-10-26s390/setup: convert start and end initrd pointers to virtualAlexander Gordeev1-1/+1
2021-10-26s390/setup: use physical pointers for memblock_reserve()Alexander Gordeev1-5/+2
2021-10-26s390/setup: use virtual address for STSI instructionAlexander Gordeev1-4/+2
2021-10-26s390/cpcmd: use physical address for command and responseAlexander Gordeev1-3/+3
2021-10-26s390/pgtable: use physical address for Page-Table OriginAlexander Gordeev2-8/+8
2021-10-26Merge branch 'fixes' into featuresVasily Gorbik5-16/+52
2021-10-25s390/qeth: move qdio's QAOB cache into qethJulian Wiedmann1-2/+0
2021-10-25KVM: s390: Add a routine for setting userspace CPU stateEric Farman2-3/+12
2021-10-25KVM: s390: Simplify SIGP Set Arch handlingEric Farman1-13/+1
2021-10-25KVM: s390: pv: avoid stalls when making pages secureClaudio Imbrenda2-6/+28
2021-10-25KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vmClaudio Imbrenda1-1/+1
2021-10-25KVM: s390: pv: avoid double free of sida pageClaudio Imbrenda1-10/+9
2021-10-25KVM: s390: pv: add macros for UVC CC valuesClaudio Imbrenda1-0/+5
2021-10-25s390/mm: optimize reset_guest_reference_bit()David Hildenbrand1-2/+12
2021-10-25s390/mm: optimize set_guest_storage_key()David Hildenbrand1-2/+12
2021-10-25s390/mm: no need for pte_alloc_map_lock() if we know the pmd is presentDavid Hildenbrand1-12/+3
2021-10-25s390/uv: fully validate the VMA before calling follow_page()David Hildenbrand1-1/+1
2021-10-25s390/mm: fix VMA and page table handling code in storage key handling functionsDavid Hildenbrand1-18/+39
2021-10-25s390/mm: validate VMA in PGSTE manipulation functionsDavid Hildenbrand1-0/+13
2021-10-25s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap()David Hildenbrand1-2/+3
2021-10-25s390/gmap: validate VMA in __gmap_zap()David Hildenbrand1-0/+6
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2-7/+4
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman3-4/+2
2021-10-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+15
2021-10-20KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpuHalil Pasic1-2/+3
2021-10-20KVM: s390: clear kicked_mask before sleeping againHalil Pasic1-0/+1
2021-10-19s390: update defconfigsHeiko Carstens2-3/+13
2021-10-19samples: add s390 support for ftrace direct call samplesHeiko Carstens1-0/+1
2021-10-19s390: make STACK_FRAME_OVERHEAD available via asm-offsets.hHeiko Carstens1-0/+1
2021-10-19s390/ftrace: add HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALL supportHeiko Carstens3-6/+30
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook2-3/+3
2021-10-12s390: fix strrchr() implementationRoberto Sassu1-8/+7
2021-10-11s390/cmm: use string_upper() instead of open coded variantAndy Shevchenko1-7/+4
2021-10-11s390/ptrace: add function argument access APIHeiko Carstens2-0/+20
2021-10-11s390/ptrace: fix coding styleHeiko Carstens1-2/+1