summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)Author
2021-12-16s390/sclp: release SCLP early buffer after kernel initializationAlexander Egorenkov
2021-12-16s390/nmi: disable interrupts on extended save area updateAlexander Gordeev
2021-12-16s390/disassembler: update opcode tableHeiko Carstens
2021-12-16s390/uv: fix memblock virtual vs physical address confusionHeiko Carstens
2021-12-16s390/smp: fix memblock_phys_free() vs memblock_free() confusionHeiko Carstens
2021-12-16s390/exit: remove dead reference to do_exit from copy_threadEric W. Biederman
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2021-12-13exit/s390: Remove dead reference to do_exit from copy_threadEric W. Biederman
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar
2021-12-12s390/entry: fix duplicate tracking of irq nesting levelSven Schnelle
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-12-10s390/ap: add missing virt_to_phys address conversionHeiko Carstens
2021-12-10s390/pgalloc: use pointers instead of unsigned long valuesHeiko Carstens
2021-12-10s390/pgalloc: add virt/phys address handling to base asce functionsHeiko Carstens
2021-12-10s390/cmm: add missing virt_to_phys() conversionHeiko Carstens
2021-12-10s390/diag: use pfn_to_phys() instead of open codingHeiko Carstens
2021-12-10s390/mm: add missing phys_to_virt translation to page table dumperHeiko Carstens
2021-12-10s390: enable switchdev support in defconfigNiklas Schnelle
2021-12-10s390/kexec: handle R_390_PLT32DBL rela in arch_kexec_apply_relocations_add()Alexander Egorenkov
2021-12-10s390/ftrace: remove preempt_disable()/preempt_enable() pairJerome Marchand
2021-12-10s390/kexec_file: fix error handling when applying relocationsPhilipp Rudo
2021-12-10s390/kexec_file: print some more error messagesPhilipp Rudo
2021-12-10arch: Make ARCH_STACKWALK independent of STACKTRACEPeter Zijlstra
2021-12-09KVM: s390: Use Makefile.kvm for common filesDavid Woodhouse
2021-12-09PCI/MSI: Make arch_restore_msi_irqs() less horrible.Thomas Gleixner
2021-12-08Merge branch 'kvm-on-hv-msrbm-fix' into HEADPaolo Bonzini
2021-12-08KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson
2021-12-08KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson
2021-12-08KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hookSean Christopherson
2021-12-08KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPUSean Christopherson
2021-12-08KVM: Keep memslots in tree-based structures instead of array-based onesMaciej S. Szmigiero
2021-12-08KVM: s390: Introduce kvm_s390_get_gfn_end()Maciej S. Szmigiero
2021-12-08KVM: Use interval tree to do fast hva lookup in memslotsMaciej S. Szmigiero
2021-12-08KVM: Integrate gfn_to_memslot_approx() into search_memslots()Maciej S. Szmigiero
2021-12-08KVM: s390: Skip gfn/size sanity checks on memslot DELETE or FLAGS_ONLYSean Christopherson
2021-12-08KVM: Stop passing kvm_userspace_memory_region to arch memslot hooksSean Christopherson
2021-12-08KVM: s390: Use "new" memslot instead of userspace memory regionSean Christopherson
2021-12-08KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson
2021-12-08KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier
2021-12-08KVM: s390: Use kvm_get_vcpu() instead of open-coded accessMarc Zyngier
2021-12-08KVM: Move wiping of the kvm->vcpus array to common codeMarc Zyngier
2021-12-07locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior
2021-12-06s390/nmi: add missing __pa/__va address conversion of extended save areaHeiko Carstens
2021-12-06s390/qdio: clarify logical vs absolute in QIB's kerneldocJulian Wiedmann
2021-12-06s390/pci: use physical addresses in DMA tablesNiklas Schnelle
2021-12-06s390/pci: use phys_to_virt() for AIBVs/DIBVsNiklas Schnelle
2021-12-06s390/qdio: split do_QDIO()Julian Wiedmann
2021-12-06s390/qdio: split qdio_inspect_queue()Julian Wiedmann
2021-12-06s390/qdio: clarify handler logic for qdio_handle_activate_check()Julian Wiedmann
2021-12-06s390/qdio: remove QDIO_SBAL_SIZE macroJulian Wiedmann