summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* s390: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-183-56/+23
* s390: add pte_free_defer() for pgtables sharing pageHugh Dickins2023-08-182-12/+72
* arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim2023-07-292-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-232-2/+7
|\
| * KVM: s390: pv: fix index value of replaced ASCEClaudio Imbrenda2023-07-181-0/+1
| * KVM: s390: pv: simplify shutdown and fix raceClaudio Imbrenda2023-07-181-2/+6
* | s390/crypto: use kfree_sensitive() instead of kfree()Wang Ming2023-07-201-1/+1
* | s390/mm: fix per vma lock fault handlingSven Schnelle2023-07-181-0/+2
|/
* Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-07-0648-225/+193
|\
| * Revert "s390/mm: get rid of VMEM_MAX_PHYS macro"Alexander Gordeev2023-07-044-2/+5
| * s390/cpum_sf: remove check on CPU being onlineThomas Richter2023-07-041-4/+0
| * s390/cpum_sf: handle casts consistentlyThomas Richter2023-07-041-13/+13
| * s390/cpum_sf: remove unnecessary debug statementThomas Richter2023-07-041-3/+0
| * s390/cpum_sf: remove parameter in call to pr_errThomas Richter2023-07-041-4/+2
| * s390/cpum_sf: simplify function setup_pmu_cpuThomas Richter2023-07-041-10/+5
| * s390/cpum_cf: remove unneeded debug statementsThomas Richter2023-07-041-30/+2
| * s390/entry: remove mcck clockSven Schnelle2023-07-033-4/+2
| * s390: fix various typosHeiko Carstens2023-07-0324-31/+31
| * s390/entry: rework entering DAT-on mode on CPU restartAlexander Gordeev2023-07-031-3/+8
| * s390/mm: fence off VM macros from asm and linkerAlexander Gordeev2023-07-031-2/+2
| * s390: include linux/io.h instead of asm/io.hHeiko Carstens2023-07-0311-13/+12
| * s390/ptrace: make all psw related defines also available for asmHeiko Carstens2023-07-032-85/+84
| * s390/ptrace: remove PSW_DEFAULT_KEY from uapiHeiko Carstens2023-07-033-5/+3
| * s390/vdso: filter out mno-pic-data-is-text-relative cflagSumanth Korikkar2023-06-282-0/+2
| * s390: consistently use .balign instead of .alignHeiko Carstens2023-06-287-17/+17
| * s390/decompressor: fix misaligned symbol build errorHeiko Carstens2023-06-281-0/+1
| * s390/vdso: check for undefined symbols after buildSven Schnelle2023-06-282-2/+8
| * s390/mm: do not include <asm-generic/io.h> directlyBaoquan He2023-06-281-1/+1
| * s390/vmem: fix virtual vs physical address confusionAlexander Gordeev2023-06-281-0/+2
| * s390/mm: get rid of VMEM_MAX_PHYS macroAlexander Gordeev2023-06-284-5/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-037-41/+174
|\ \
| * \ Merge tag 'kvm-s390-next-6.5-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-07-017-41/+174
| |\ \
| | * | s390/uv: Update query for secret-UVCsSteffen Eiden2023-06-163-2/+55
| | * | s390/uv: replace scnprintf with sysfs_emitSteffen Eiden2023-06-161-32/+26
| | * | s390/uvdevice: Add 'Lock Secret Store' UVCSteffen Eiden2023-06-162-0/+5
| | * | s390/uvdevice: Add 'List Secrets' UVCSteffen Eiden2023-06-162-0/+7
| | * | s390/uvdevice: Add 'Add Secret' UVCSteffen Eiden2023-06-162-0/+18
| | * | s390/uvdevice: Add info IOCTLSteffen Eiden2023-06-161-1/+41
| | * | s390/uv: Always export uv_infoSteffen Eiden2023-06-161-1/+9
| | * | KVM: s390/diag: fix racy access of physical cpu number in diag 9c handlerChristian Borntraeger2023-06-161-3/+5
| | * | KVM: s390: vsie: fix the length of APCB bitmapPierre Morel2023-06-161-2/+4
| | * | KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holesNico Boehr2023-06-131-0/+4
* | | | Merge branch 'expand-stack'Linus Torvalds2023-06-281-2/+3
|\ \ \ \
| * | | | mm: always expand the stack with the mmap write lock heldLinus Torvalds2023-06-271-2/+3
| |/ / /
* | | | Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-282-5/+0
|\ \ \ \
| * | | | thread_info: move function declarations to linux/thread_info.hArnd Bergmann2023-06-091-3/+0
| * | | | init: consolidate prototypes in linux/init.hArnd Bergmann2023-06-091-2/+0
* | | | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-285-16/+32
|\ \ \ \ \
| * | | | | s390: gmap use pte_unmap_unlock() not spin_unlock()Hugh Dickins2023-06-191-11/+11
| * | | | | s390: allow pte_offset_map_lock() to failHugh Dickins2023-06-193-4/+19