summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2022-01-19Merge branch 'kvm-pi-raw-spinlock' into HEADPaolo Bonzini5-10/+43
2021-12-21Merge tag 'kvm-s390-next-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini6-85/+152
2021-12-17KVM: s390: Clarify SIGP orders versus STOP/RESTARTEric Farman4-2/+43
2021-12-17s390: uv: Add offset comments to UV query struct and fix namingJanosch Frank1-17/+17
2021-12-17KVM: s390: gaccess: Cleanup access to guest pagesJanis Schoetterl-Glausch1-8/+16
2021-12-17KVM: s390: gaccess: Refactor access address range checkJanis Schoetterl-Glausch1-53/+69
2021-12-17KVM: s390: gaccess: Refactor gpa and length calculationJanis Schoetterl-Glausch1-15/+17
2021-12-12s390/entry: fix duplicate tracking of irq nesting levelSven Schnelle1-4/+5
2021-12-10s390: enable switchdev support in defconfigNiklas Schnelle2-0/+4
2021-12-10s390/kexec: handle R_390_PLT32DBL rela in arch_kexec_apply_relocations_add()Alexander Egorenkov1-0/+4
2021-12-10s390/ftrace: remove preempt_disable()/preempt_enable() pairJerome Marchand1-2/+0
2021-12-10s390/kexec_file: fix error handling when applying relocationsPhilipp Rudo1-1/+6
2021-12-10s390/kexec_file: print some more error messagesPhilipp Rudo1-3/+24
2021-12-09KVM: s390: Use Makefile.kvm for common filesDavid Woodhouse1-5/+3
2021-12-08Merge branch 'kvm-on-hv-msrbm-fix' into HEADPaolo Bonzini5-8/+23
2021-12-08KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson1-1/+1
2021-12-08KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson2-7/+0
2021-12-08KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hookSean Christopherson2-1/+2
2021-12-08KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPUSean Christopherson1-1/+1
2021-12-08KVM: Keep memslots in tree-based structures instead of array-based onesMaciej S. Szmigiero2-15/+15
2021-12-08KVM: s390: Introduce kvm_s390_get_gfn_end()Maciej S. Szmigiero3-4/+14
2021-12-08KVM: Use interval tree to do fast hva lookup in memslotsMaciej S. Szmigiero1-0/+1
2021-12-08KVM: Integrate gfn_to_memslot_approx() into search_memslots()Maciej S. Szmigiero1-37/+8
2021-12-08KVM: s390: Skip gfn/size sanity checks on memslot DELETE or FLAGS_ONLYSean Christopherson1-4/+9
2021-12-08KVM: Stop passing kvm_userspace_memory_region to arch memslot hooksSean Christopherson1-2/+0
2021-12-08KVM: s390: Use "new" memslot instead of userspace memory regionSean Christopherson1-5/+8
2021-12-08KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson1-1/+2
2021-12-08KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier3-13/+14
2021-12-08KVM: s390: Use kvm_get_vcpu() instead of open-coded accessMarc Zyngier1-3/+5
2021-12-08KVM: Move wiping of the kvm->vcpus array to common codeMarc Zyngier1-17/+1
2021-12-02s390: update defconfigsHeiko Carstens3-3/+16
2021-11-29s390/pci: move pseudo-MMIO to prevent MIO overlapNiklas Schnelle1-3/+4
2021-11-25s390/test_unwind: use raw opcode instead of invalid instructionIlie Halip1-2/+3
2021-11-20Merge tag 's390-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds11-87/+77
2021-11-19Merge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman1-1/+1
2021-11-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2021-11-18ftrace/samples: add s390 support for ftrace direct multi sampleHeiko Carstens1-0/+1
2021-11-18s390/kexec: fix memory leak of ipl report bufferBaoquan He2-0/+16
2021-11-18s390/kexec: fix return code handlingHeiko Carstens2-2/+9
2021-11-18s390/dump: fix copying to user-space of swapped kdump oldmemAlexander Egorenkov1-2/+2
2021-11-18KVM: s390: Cap KVM_CAP_NR_VCPUS by num_online_cpus()Vitaly Kuznetsov1-0/+2
2021-11-16s390: wire up sys_futex_waitv system callVasily Gorbik1-0/+1
2021-11-16s390/vdso: filter out -mstack-guard and -mstack-sizeSven Schnelle2-6/+9
2021-11-16s390/vdso: remove -nostdlib compiler flagMasahiro Yamada2-2/+2
2021-11-16s390/boot: simplify and fix kernel memory layout setupVasily Gorbik2-58/+32
2021-11-16s390/setup: re-arrange memblock setupVasily Gorbik1-5/+4
2021-11-16s390/setup: avoid using memblock_enforce_memory_limitVasily Gorbik1-3/+0
2021-11-16s390/setup: avoid reserving memory above identity mappingVasily Gorbik1-9/+1
2021-11-13Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds6-14/+387