summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2023-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-41/+174
2023-07-01Merge tag 'kvm-s390-next-6.5-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini7-41/+174
2023-06-29Merge branch 'expand-stack'Linus Torvalds1-2/+3
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2-5/+0
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-16/+32
2023-06-28Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-06-28Merge tag 's390-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds14-150/+475
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-58/+26
2023-06-28Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+14
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds1-2/+3
2023-06-26Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-3/+1
2023-06-26Merge tag 's390-6.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds6-11/+27
2023-06-22s390/defconfigs: set CONFIG_NET_TC_SKB_EXT=yNiklas Schnelle2-0/+2
2023-06-22s390/cpum_cf: rework PER_CPU_DEFINE of struct cpu_cf_eventsThomas Richter1-117/+332
2023-06-20s390/cpum_cf: open access to hwctr device for CAP_PERFMON privileged processThomas Richter1-1/+2
2023-06-20s390/module: fix rela calculation for R_390_GOTENTSumanth Korikkar1-1/+2
2023-06-20s390/boot: fix physmem_info virtual vs physical address confusionAlexander Gordeev1-2/+3
2023-06-20s390/kasan: avoid short by one page shadow memoryAlexander Gordeev1-4/+11
2023-06-20s390/kasan: fix insecure W+X mapping warningAlexander Gordeev1-4/+10
2023-06-20s390/crash: use the correct type for memory allocationChristophe JAILLET1-1/+1
2023-06-20s390: gmap use pte_unmap_unlock() not spin_unlock()Hugh Dickins1-11/+11
2023-06-20s390: allow pte_offset_map_lock() to failHugh Dickins3-4/+19
2023-06-16s390/uv: Update query for secret-UVCsSteffen Eiden3-2/+55
2023-06-16s390/uv: replace scnprintf with sysfs_emitSteffen Eiden1-32/+26
2023-06-16s390/uvdevice: Add 'Lock Secret Store' UVCSteffen Eiden2-0/+5
2023-06-16s390/uvdevice: Add 'List Secrets' UVCSteffen Eiden2-0/+7
2023-06-16s390/uvdevice: Add 'Add Secret' UVCSteffen Eiden2-0/+18
2023-06-16s390/uvdevice: Add info IOCTLSteffen Eiden1-1/+41
2023-06-16s390/uv: Always export uv_infoSteffen Eiden1-1/+9
2023-06-16KVM: s390/diag: fix racy access of physical cpu number in diag 9c handlerChristian Borntraeger1-3/+5
2023-06-16KVM: s390: vsie: fix the length of APCB bitmapPierre Morel1-2/+4
2023-06-13KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holesNico Boehr1-0/+4
2023-06-10thread_info: move function declarations to linux/thread_info.hArnd Bergmann1-3/+0
2023-06-10init: consolidate prototypes in linux/init.hArnd Bergmann1-2/+0
2023-06-10mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes1-1/+1
2023-06-10cachestat: wire up cachestat for other architecturesNhat Pham1-0/+1
2023-06-09Merge tag 's390-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-0/+1
2023-06-06Merge branch 'protected-key' into featuresAlexander Gordeev5-11/+26
2023-06-05s390/time: Provide sched_clock_noinstr()Peter Zijlstra2-4/+14
2023-06-05s390/cpum_sf: Convert to cmpxchg128()Peter Zijlstra2-14/+4
2023-06-05arch: Remove cmpxchg_doublePeter Zijlstra2-52/+0
2023-06-05percpu: Wire up cmpxchg128Peter Zijlstra1-0/+16
2023-06-05arch: Introduce arch_{,try_}_cmpxchg128{,_local}()Peter Zijlstra1-0/+14
2023-06-01s390/purgatory: Do not use fortified string functionsKees Cook1-1/+1
2023-06-01s390/pkey: add support for ecc clear keyHarald Freudenberger2-6/+16
2023-06-01s390/pkey: do not use struct pkey_protkeyHarald Freudenberger2-4/+9
2023-06-01s390/ipl: add REIPL_CLEAR flag to os_infoMikhail Zaslonko2-2/+21
2023-06-01s390/purgatory: disable branch profilingAlexander Gordeev1-0/+1
2023-05-19Merge tag 's390-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds9-35/+26
2023-05-18rethook, fprobe: do not trace rethook related functionsZe Gao1-0/+1