summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-05-199-35/+26
|\
| * s390/iommu: get rid of S390_CCW_IOMMU and S390_AP_IOMMUJason Gunthorpe2023-05-173-6/+1
| * s390/Kconfig: remove obsolete configs SCHED_{BOOK,DRAWER}Lukas Bulwahn2023-05-171-8/+0
| * s390/uapi: cover statfs padding by growing f_spareIlya Leoshkevich2023-05-172-3/+3
| * s390/ipl: fix IPIB virtual vs physical address confusionAlexander Gordeev2023-05-151-2/+1
| * s390/topology: honour nr_cpu_ids when adding CPUsAlexander Gordeev2023-05-151-15/+17
| * s390/defconfigs: set CONFIG_INIT_STACK_NONE=yHeiko Carstens2023-05-153-0/+3
| * s390/crypto: use vector instructions only if available for ChaCha20Heiko Carstens2023-05-151-1/+1
* | rethook, fprobe: do not trace rethook related functionsZe Gao2023-05-181-0/+1
|/
* s390: remove the unneeded select GCC12_NO_ARRAY_BOUNDSLukas Bulwahn2023-05-051-1/+0
* Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-051-4/+4
|\
| * locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-291-4/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-053-21/+23
|\ \
| * \ Merge tag 'kvm-s390-next-6.4-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-05-053-21/+23
| |\ \
| | * | KVM: s390: fix race in gmap_make_secure()Claudio Imbrenda2023-05-041-21/+11
| | * | KVM: s390: pv: fix asynchronous teardown for small VMsClaudio Imbrenda2023-05-042-0/+12
* | | | Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-05-041-19/+1
|\ \ \ \ | |/ / / |/| | |
| * | | mm/ksm: move disabling KSM from s390/gmap code to KSM codeDavid Hildenbrand2023-05-021-19/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-014-28/+35
|\ \ \ \
| * \ \ \ Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-04-267-34/+32
| |\ \ \ \
| * \ \ \ \ Merge tag 'kvm-s390-next-6.4-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-04-263-24/+32
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | KVM: s390: pci: fix virtual-physical confusion on module unload/loadNico Boehr2023-04-201-1/+1
| | * | | | KVM: s390: vsie: clarifications on setting the APCBPierre Morel2023-04-201-21/+29
| | * | | | KVM: s390: interrupt: fix virtual-physical confusion for next alert GISANico Boehr2023-04-201-2/+2
| | | |_|/ | | |/| |
| * | | | KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth2023-03-161-2/+1
| * | | | KVM: s390: Use "int" as return type for kvm_s390_get/set_skeys()Thomas Huth2023-03-161-2/+2
| |/ / /
* | | | Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-04-3075-1887/+1971
|\ \ \ \
| * | | | s390/stackleak: provide fast __stackleak_poison() implementationHeiko Carstens2023-04-201-0/+35
| * | | | s390: select ARCH_USE_SYM_ANNOTATIONSHeiko Carstens2023-04-201-0/+1
| * | | | s390/mm: use VM_FLUSH_RESET_PERMS in module_alloc()Heiko Carstens2023-04-202-8/+54
| * | | | s390: wire up memfd_secret system callHeiko Carstens2023-04-201-1/+1
| * | | | s390/mm: enable ARCH_HAS_SET_DIRECT_MAPHeiko Carstens2023-04-203-0/+43
| * | | | s390/mm: use BIT macro to generate SET_MEMORY bit masksHeiko Carstens2023-04-201-5/+13
| * | | | s390/relocate_kernel: adjust indentationHeiko Carstens2023-04-191-42/+42
| * | | | s390/relocate_kernel: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-9/+7
| * | | | s390/entry: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-35/+34
| * | | | s390/purgatory: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-192-51/+25
| * | | | s390/kprobes: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-2/+2
| * | | | s390/reipl: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-5/+5
| * | | | s390/head64: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-4/+4
| * | | | s390/earlypgm: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-2/+2
| * | | | s390/mcount: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-6/+4
| * | | | s390/crc32le: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-14/+16
| * | | | s390/crc32be: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-8/+9
| * | | | s390/crypto,chacha: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-23/+24
| * | | | s390/amode31: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-44/+31
| * | | | s390/lib: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-2/+2
| * | | | s390/kasan: remove override of mem*() functionsHeiko Carstens2023-04-192-21/+18
| * | | | s390/kdump: remove nodat stack restriction for calling nodat functionsAlexander Gordeev2023-04-192-12/+5
| * | | | s390/kdump: rework invocation of DAT-off codeAlexander Gordeev2023-04-192-14/+61