summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* s390/ptrace: fix PTRACE_GET_LAST_BREAK error handlingHeiko Carstens2023-03-271-6/+2
* s390: reintroduce expoline dependence to scriptsJiri Slaby (SUSE)2023-03-271-1/+1
* s390/uaccess: add missing earlyclobber annotations to __clear_user()Heiko Carstens2023-03-271-1/+1
* s390: update defconfigsHeiko Carstens2023-03-133-19/+8
* PCI: s390: Fix use-after-free of PCI resources with per-function hotplugNiklas Schnelle2023-03-133-15/+16
* s390/ipl: add missing intersection check to ipl_report handlingSven Schnelle2023-03-131-0/+8
* Merge tag 's390-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-03-0312-99/+128
|\
| * s390/kprobes: fix current_kprobe never cleared after kprobes reenterVasily Gorbik2023-03-021-0/+1
| * s390/kprobes: fix irq mask clobbering on kprobe reenter from post_handlerVasily Gorbik2023-03-021-2/+1
| * s390/Kconfig: sort config S390 select list againHeiko Carstens2023-03-011-3/+3
| * s390/extmem: return correct segment type in __segment_load()Gerald Schaefer2023-03-011-5/+7
| * s390/decompressor: add link map savingVasily Gorbik2023-02-281-1/+3
| * s390/smp: perform cpu reset before delegating work to target cpuHeiko Carstens2023-02-281-0/+1
| * s390/mcck: cleanup user process termination pathAlexander Gordeev2023-02-284-32/+8
| * s390/cpum_sf: use READ_ONCE_ALIGNED_128() instead of 128-bit cmpxchgHeiko Carstens2023-02-281-6/+3
| * s390/rwonce: add READ_ONCE_ALIGNED_128() macroHeiko Carstens2023-02-281-0/+31
| * s390/ap,zcrypt,vfio: introduce and use ap_queue_status_reg unionHarald Freudenberger2023-02-271-48/+52
| * s390/nmi: fix virtual-physical address confusionNico Boehr2023-02-271-2/+1
| * s390/setup: do not complain about parameters handled in decompressorVasily Gorbik2023-02-271-0/+17
* | Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-02-262-3/+3
|\ \
| * | s390/purgatory: Remove unused '-MD' and unnecessary '-c' flagsNathan Chancellor2023-01-261-1/+1
| * | s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64Nathan Chancellor2023-01-261-1/+1
| * | s390/vdso: Drop unused '-s' flag from KBUILD_AFLAGS_64Nathan Chancellor2023-01-261-1/+1
* | | Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-02-253-4/+6
|\ \ \
| * | | vfio-mdev: add back CONFIG_VFIO dependencyArnd Bergmann2023-01-301-1/+3
| * | | vfio-mdev: turn VFIO_MDEV into a selectable symbolChristoph Hellwig2023-01-233-4/+4
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-258-149/+331
|\ \ \
| * \ \ Merge tag 'kvm-s390-next-6.3-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-02-158-147/+570
| |\ \ \
| | * | | KVM: s390: GISA: sort out physical vs virtual pointers usageNico Boehr2023-02-081-4/+7
| | * | | KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchgJanis Schoetterl-Glausch2023-02-073-1/+167
| | * | | KVM: s390: Refactor vcpu mem_op functionJanis Schoetterl-Glausch2023-02-071-19/+17
| | * | | KVM: s390: Refactor absolute vm mem_op functionJanis Schoetterl-Glausch2023-02-071-25/+18
| | * | | KVM: s390: Dispatch to implementing function at top level of vm mem_opJanis Schoetterl-Glausch2023-02-071-14/+24
| | * | | KVM: s390: Move common code of mem_op functions into functionJanis Schoetterl-Glausch2023-02-071-28/+24
| | * | | KVM: s390: disable migration mode when dirty tracking is disabledNico Boehr2023-02-071-13/+30
| | * | | Merge remote-tracking branch 'l390-korg/cmpxchg_user_key' into kvm-nextJanosch Frank2023-02-074-45/+285
| | |\ \ \
| * | \ \ \ Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-02-1512-76/+111
| |\ \ \ \ \
| * | | | | | KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson2022-12-292-7/+0
| * | | | | | KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson2022-12-291-6/+1
| * | | | | | KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson2022-12-291-10/+0
| * | | | | | KVM: s390: Mark __kvm_s390_init() and its descendants as __initSean Christopherson2022-12-295-6/+6
| * | | | | | KVM: s390: Do s390 specific init without bouncing through kvm_init()Sean Christopherson2022-12-291-4/+25
| * | | | | | KVM: Drop arch hardware (un)setup hooksSean Christopherson2022-12-291-10/+0
| * | | | | | KVM: s390: Move hardware setup/unsetup to init/exitSean Christopherson2022-12-291-10/+13
| * | | | | | KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step failsSean Christopherson2022-12-291-7/+14
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-0/+17
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe2023-02-2112-76/+111
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...Jason Gunthorpe2023-01-302-16/+20
| |\ \ \ \ \ \
| * | | | | | | irq/s390: Add arch_is_isolated_msi() for s390Jason Gunthorpe2023-01-111-0/+17
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-242-16/+20
|\ \ \ \ \ \ \