summaryrefslogtreecommitdiffstats
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2021-12-16s390/mm: better annotate 2KB pagetable fragments handlingAlexander Gordeev1-20/+107
2021-12-16s390/mm: fix 2KB pgtable release raceAlexander Gordeev1-1/+3
2021-12-16s390/sclp: release SCLP early buffer after kernel initializationAlexander Egorenkov1-0/+3
2021-12-16s390/nmi: disable interrupts on extended save area updateAlexander Gordeev4-33/+29
2021-12-16s390/disassembler: update opcode tableHeiko Carstens2-1/+3
2021-12-16s390/uv: fix memblock virtual vs physical address confusionHeiko Carstens1-5/+5
2021-12-16s390/smp: fix memblock_phys_free() vs memblock_free() confusionHeiko Carstens1-1/+1
2021-12-16s390/exit: remove dead reference to do_exit from copy_threadEric W. Biederman1-1/+0
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman2-2/+2
2021-12-13exit/s390: Remove dead reference to do_exit from copy_threadEric W. Biederman1-1/+0
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar18-96/+103
2021-12-12s390/entry: fix duplicate tracking of irq nesting levelSven Schnelle1-4/+5
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-3/+3
2021-12-10s390/ap: add missing virt_to_phys address conversionHeiko Carstens1-1/+3
2021-12-10s390/pgalloc: use pointers instead of unsigned long valuesHeiko Carstens1-32/+32
2021-12-10s390/pgalloc: add virt/phys address handling to base asce functionsHeiko Carstens1-13/+13
2021-12-10s390/cmm: add missing virt_to_phys() conversionHeiko Carstens1-1/+1
2021-12-10s390/diag: use pfn_to_phys() instead of open codingHeiko Carstens1-2/+2
2021-12-10s390/mm: add missing phys_to_virt translation to page table dumperHeiko Carstens1-4/+4
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-10arch: Make ARCH_STACKWALK independent of STACKTRACEPeter Zijlstra1-2/+1
2021-12-09KVM: s390: Use Makefile.kvm for common filesDavid Woodhouse1-5/+3
2021-12-09PCI/MSI: Make arch_restore_msi_irqs() less horrible.Thomas Gleixner1-2/+2
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-07locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior1-1/+1
2021-12-06s390/nmi: add missing __pa/__va address conversion of extended save areaHeiko Carstens3-7/+7
2021-12-06s390/qdio: clarify logical vs absolute in QIB's kerneldocJulian Wiedmann1-2/+2
2021-12-06s390/pci: use physical addresses in DMA tablesNiklas Schnelle3-27/+30
2021-12-06s390/pci: use phys_to_virt() for AIBVs/DIBVsNiklas Schnelle1-3/+3
2021-12-06s390/qdio: split do_QDIO()Julian Wiedmann1-5/+6
2021-12-06s390/qdio: split qdio_inspect_queue()Julian Wiedmann1-3/+4