aboutsummaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 5-16/+32
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2023-06-27Merge tag 's390-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 14-150/+475
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-58/+26
2023-06-27Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-4/+14
2023-06-26Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 2-3/+1
2023-06-26Merge tag 's390-6.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 6-11/+27
2023-06-22s390/defconfigs: set CONFIG_NET_TC_SKB_EXT=yGravatar Niklas Schnelle 2-0/+2
2023-06-22s390/cpum_cf: rework PER_CPU_DEFINE of struct cpu_cf_eventsGravatar Thomas Richter 1-117/+332
2023-06-20s390/cpum_cf: open access to hwctr device for CAP_PERFMON privileged processGravatar Thomas Richter 1-1/+2
2023-06-20s390/module: fix rela calculation for R_390_GOTENTGravatar Sumanth Korikkar 1-1/+2
2023-06-20s390/boot: fix physmem_info virtual vs physical address confusionGravatar Alexander Gordeev 1-2/+3
2023-06-20s390/kasan: avoid short by one page shadow memoryGravatar Alexander Gordeev 1-4/+11
2023-06-20s390/kasan: fix insecure W+X mapping warningGravatar Alexander Gordeev 1-4/+10
2023-06-20s390/crash: use the correct type for memory allocationGravatar Christophe JAILLET 1-1/+1
2023-06-19s390: gmap use pte_unmap_unlock() not spin_unlock()Gravatar Hugh Dickins 1-11/+11
2023-06-19s390: allow pte_offset_map_lock() to failGravatar Hugh Dickins 3-4/+19
2023-06-09mm/gup: remove vmas parameter from get_user_pages_remote()Gravatar Lorenzo Stoakes 1-1/+1
2023-06-09cachestat: wire up cachestat for other architecturesGravatar Nhat Pham 1-0/+1
2023-06-09Merge tag 's390-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 1-0/+1
2023-06-06Merge branch 'protected-key' into featuresGravatar Alexander Gordeev 5-11/+26
2023-06-05s390/time: Provide sched_clock_noinstr()Gravatar Peter Zijlstra 2-4/+14
2023-06-05s390/cpum_sf: Convert to cmpxchg128()Gravatar Peter Zijlstra 2-14/+4
2023-06-05arch: Remove cmpxchg_doubleGravatar Peter Zijlstra 2-52/+0
2023-06-05percpu: Wire up cmpxchg128Gravatar Peter Zijlstra 1-0/+16
2023-06-05arch: Introduce arch_{,try_}_cmpxchg128{,_local}()Gravatar Peter Zijlstra 1-0/+14
2023-06-01s390/purgatory: Do not use fortified string functionsGravatar Kees Cook 1-1/+1
2023-06-01s390/pkey: add support for ecc clear keyGravatar Harald Freudenberger 2-6/+16
2023-06-01s390/pkey: do not use struct pkey_protkeyGravatar Harald Freudenberger 2-4/+9
2023-06-01s390/ipl: add REIPL_CLEAR flag to os_infoGravatar Mikhail Zaslonko 2-2/+21
2023-06-01s390/purgatory: disable branch profilingGravatar Alexander Gordeev 1-0/+1
2023-05-19Merge tag 's390-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 9-35/+26
2023-05-18rethook, fprobe: do not trace rethook related functionsGravatar Ze Gao 1-0/+1
2023-05-17s390/iommu: get rid of S390_CCW_IOMMU and S390_AP_IOMMUGravatar Jason Gunthorpe 3-6/+1
2023-05-17s390/Kconfig: remove obsolete configs SCHED_{BOOK,DRAWER}Gravatar Lukas Bulwahn 1-8/+0
2023-05-17s390/uapi: cover statfs padding by growing f_spareGravatar Ilya Leoshkevich 2-3/+3
2023-05-17procfs: consolidate arch_report_meminfo declarationGravatar Arnd Bergmann 2-3/+1
2023-05-15s390/ipl: fix IPIB virtual vs physical address confusionGravatar Alexander Gordeev 1-2/+1
2023-05-15s390/topology: honour nr_cpu_ids when adding CPUsGravatar Alexander Gordeev 1-15/+17
2023-05-15s390/defconfigs: set CONFIG_INIT_STACK_NONE=yGravatar Heiko Carstens 3-0/+3
2023-05-15s390/crypto: use vector instructions only if available for ChaCha20Gravatar Heiko Carstens 1-1/+1
2023-05-15s390: select ARCH_SUPPORTS_INT128Gravatar Heiko Carstens 4-1/+69
2023-05-15s390/pai_ext: replace atomic_t with refcount_tGravatar Thomas Richter 1-10/+13
2023-05-15s390/pai_crypto: replace atomic_t with refcount_tGravatar Thomas Richter 1-8/+11
2023-05-05s390: remove the unneeded select GCC12_NO_ARRAY_BOUNDSGravatar Lukas Bulwahn 1-1/+0
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+4
2023-05-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-21/+23
2023-05-05Merge tag 'kvm-s390-next-6.4-2' of https://git.kernel.org/pub/scm/linux/kerne...Gravatar Paolo Bonzini 3-21/+23
2023-05-04Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-19/+1
2023-05-04KVM: s390: fix race in gmap_make_secure()Gravatar Claudio Imbrenda 1-21/+11