aboutsummaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2023-03-03Merge tag 's390-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 12-99/+128
2023-03-02s390/kprobes: fix current_kprobe never cleared after kprobes reenterGravatar Vasily Gorbik 1-0/+1
2023-03-02s390/kprobes: fix irq mask clobbering on kprobe reenter from post_handlerGravatar Vasily Gorbik 1-2/+1
2023-03-01s390/Kconfig: sort config S390 select list againGravatar Heiko Carstens 1-3/+3
2023-03-01s390/extmem: return correct segment type in __segment_load()Gravatar Gerald Schaefer 1-5/+7
2023-02-28s390/decompressor: add link map savingGravatar Vasily Gorbik 1-1/+3
2023-02-28s390/smp: perform cpu reset before delegating work to target cpuGravatar Heiko Carstens 1-0/+1
2023-02-28s390/mcck: cleanup user process termination pathGravatar Alexander Gordeev 4-32/+8
2023-02-28s390/cpum_sf: use READ_ONCE_ALIGNED_128() instead of 128-bit cmpxchgGravatar Heiko Carstens 1-6/+3
2023-02-28s390/rwonce: add READ_ONCE_ALIGNED_128() macroGravatar Heiko Carstens 1-0/+31
2023-02-27s390/ap,zcrypt,vfio: introduce and use ap_queue_status_reg unionGravatar Harald Freudenberger 1-48/+52
2023-02-27s390/nmi: fix virtual-physical address confusionGravatar Nico Boehr 1-2/+1
2023-02-27s390/setup: do not complain about parameters handled in decompressorGravatar Vasily Gorbik 1-0/+17
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 2-3/+3
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 3-4/+6
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 8-149/+331
2023-02-24Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+17
2023-02-24Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-16/+20
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-11/+10
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-37/+678
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 2-5/+1
2023-02-21Merge tag 's390-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 77-1367/+1935
2023-02-21Merge tag 'v6.2' into iommufd.git for-nextGravatar Jason Gunthorpe 12-76/+111
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-4/+2
2023-02-20Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-10/+5
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Gravatar Joerg Roedel 2-16/+20
2023-02-15Merge tag 'kvm-s390-next-6.3-1' of https://git.kernel.org/pub/scm/linux/kerne...Gravatar Paolo Bonzini 8-147/+570
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADGravatar Paolo Bonzini 12-76/+111
2023-02-15s390/irq,idle: simplify idle checkGravatar Heiko Carstens 3-6/+4
2023-02-15s390/processor: add test_and_set_cpu_flag() and test_and_clear_cpu_flag()Gravatar Heiko Carstens 1-0/+16
2023-02-15s390/processor: let cpu helper functions return boolean valuesGravatar Heiko Carstens 1-4/+5
2023-02-15s390/kfence: fix page fault reportingGravatar Heiko Carstens 1-14/+35
2023-02-15s390/zcrypt: introduce ctfm field in struct CPRBXGravatar Harald Freudenberger 1-1/+2
2023-02-14s390: remove confusing comment from uapi types header fileGravatar Heiko Carstens 1-4/+1
2023-02-14s390/entry: remove toolchain dependent micro-optimizationGravatar Heiko Carstens 1-6/+0
2023-02-14s390/mem_detect: do not truncate online memory ranges infoGravatar Vasily Gorbik 8-28/+40
2023-02-14s390/vx: remove __uint128_t type from __vector128 struct againGravatar Heiko Carstens 1-1/+0
2023-02-14s390/mm: add support for RDP (Reset DAT-Protection)Gravatar Gerald Schaefer 4-1/+90
2023-02-14s390/mm: define private VM_FAULT_* reasons from top bitsGravatar Peter Xu 1-5/+9
2023-02-10Daniel Borkmann says:Gravatar Jakub Kicinski 1-37/+678
2023-02-10s390/ap: fix status returned by ap_qact()Gravatar Halil Pasic 1-1/+4
2023-02-10s390/ap: fix status returned by ap_aqic()Gravatar Halil Pasic 1-2/+5
2023-02-09mm: replace vma->vm_flags indirect modification in ksm_madviseGravatar Suren Baghdasaryan 1-1/+5
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 1-2/+1
2023-02-09Revert "s390/mem_detect: do not update output parameters on failure"Gravatar Heiko Carstens 1-1/+4
2023-02-09s390/idle: remove arch_cpu_idle_time() and corresponding codeGravatar Heiko Carstens 3-74/+11
2023-02-09s390/vx: use simple assignments to access __vector128 membersGravatar Heiko Carstens 5-10/+10
2023-02-09s390/vx: add 64 and 128 bit members to __vector128 structGravatar Heiko Carstens 1-2/+9
2023-02-09s390/processor: always inline cpu flag helper functionsGravatar Heiko Carstens 1-4/+4
2023-02-09s390/idle: mark arch_cpu_idle() noinstrGravatar Heiko Carstens 1-1/+1