summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2023-04-04s390/uaccess: use symbolic names for inline assembly operandsHeiko Carstens1-51/+54
2023-03-27s390/uaccess: add missing earlyclobber annotations to __clear_user()Heiko Carstens1-1/+1
2023-03-13s390: update defconfigsHeiko Carstens3-19/+8
2023-03-13PCI: s390: Fix use-after-free of PCI resources with per-function hotplugNiklas Schnelle3-15/+16
2023-03-13s390/ipl: add missing intersection check to ipl_report handlingSven Schnelle1-0/+8
2023-03-03Merge tag 's390-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds12-99/+128
2023-03-02s390/kprobes: fix current_kprobe never cleared after kprobes reenterVasily Gorbik1-0/+1
2023-03-02s390/kprobes: fix irq mask clobbering on kprobe reenter from post_handlerVasily Gorbik1-2/+1
2023-03-01s390/Kconfig: sort config S390 select list againHeiko Carstens1-3/+3
2023-03-01s390/extmem: return correct segment type in __segment_load()Gerald Schaefer1-5/+7
2023-02-28s390/decompressor: add link map savingVasily Gorbik1-1/+3
2023-02-28s390/smp: perform cpu reset before delegating work to target cpuHeiko Carstens1-0/+1
2023-02-28s390/mcck: cleanup user process termination pathAlexander Gordeev4-32/+8
2023-02-28s390/cpum_sf: use READ_ONCE_ALIGNED_128() instead of 128-bit cmpxchgHeiko Carstens1-6/+3
2023-02-28s390/rwonce: add READ_ONCE_ALIGNED_128() macroHeiko Carstens1-0/+31
2023-02-27s390/ap,zcrypt,vfio: introduce and use ap_queue_status_reg unionHarald Freudenberger1-48/+52
2023-02-27s390/nmi: fix virtual-physical address confusionNico Boehr1-2/+1
2023-02-27s390/setup: do not complain about parameters handled in decompressorVasily Gorbik1-0/+17
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-3/+3
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds3-4/+6
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-149/+331
2023-02-25Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+17
2023-02-25Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-16/+20
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-11/+10
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-37/+678
2023-02-22Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2-5/+1
2023-02-22Merge tag 's390-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds77-1367/+1935
2023-02-21Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe12-76/+111
2023-02-21Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-4/+2
2023-02-21Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-10/+5
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel2-16/+20
2023-02-15Merge tag 'kvm-s390-next-6.3-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini8-147/+570
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini12-76/+111
2023-02-15s390/irq,idle: simplify idle checkHeiko Carstens3-6/+4
2023-02-15s390/processor: add test_and_set_cpu_flag() and test_and_clear_cpu_flag()Heiko Carstens1-0/+16
2023-02-15s390/processor: let cpu helper functions return boolean valuesHeiko Carstens1-4/+5
2023-02-15s390/kfence: fix page fault reportingHeiko Carstens1-14/+35
2023-02-15s390/zcrypt: introduce ctfm field in struct CPRBXHarald Freudenberger1-1/+2
2023-02-14s390: remove confusing comment from uapi types header fileHeiko Carstens1-4/+1
2023-02-14s390/entry: remove toolchain dependent micro-optimizationHeiko Carstens1-6/+0
2023-02-14s390/mem_detect: do not truncate online memory ranges infoVasily Gorbik8-28/+40
2023-02-14s390/vx: remove __uint128_t type from __vector128 struct againHeiko Carstens1-1/+0
2023-02-14s390/mm: add support for RDP (Reset DAT-Protection)Gerald Schaefer4-1/+90
2023-02-14s390/mm: define private VM_FAULT_* reasons from top bitsPeter Xu1-5/+9
2023-02-11Daniel Borkmann says:Jakub Kicinski1-37/+678
2023-02-10s390/ap: fix status returned by ap_qact()Halil Pasic1-1/+4
2023-02-10s390/ap: fix status returned by ap_aqic()Halil Pasic1-2/+5
2023-02-10mm: replace vma->vm_flags indirect modification in ksm_madviseSuren Baghdasaryan1-1/+5
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+1
2023-02-09Revert "s390/mem_detect: do not update output parameters on failure"Heiko Carstens1-1/+4