Age | Commit message (Expand) | Author |
2021-12-16 | s390/mm: better annotate 2KB pagetable fragments handling | Alexander Gordeev |
2021-12-16 | s390/mm: fix 2KB pgtable release race | Alexander Gordeev |
2021-12-16 | s390/sclp: release SCLP early buffer after kernel initialization | Alexander Egorenkov |
2021-12-16 | s390/nmi: disable interrupts on extended save area update | Alexander Gordeev |
2021-12-16 | s390/disassembler: update opcode table | Heiko Carstens |
2021-12-16 | s390/uv: fix memblock virtual vs physical address confusion | Heiko Carstens |
2021-12-16 | s390/smp: fix memblock_phys_free() vs memblock_free() confusion | Heiko Carstens |
2021-12-16 | s390/exit: remove dead reference to do_exit from copy_thread | Eric W. Biederman |
2021-12-13 | exit: Add and use make_task_dead. | Eric W. Biederman |
2021-12-13 | exit/s390: Remove dead reference to do_exit from copy_thread | Eric W. Biederman |
2021-12-13 | Merge tag 'v5.16-rc5' into locking/core, to pick up fixes | Ingo Molnar |
2021-12-12 | s390/entry: fix duplicate tracking of irq nesting level | Sven Schnelle |
2021-12-10 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2021-12-10 | s390/ap: add missing virt_to_phys address conversion | Heiko Carstens |
2021-12-10 | s390/pgalloc: use pointers instead of unsigned long values | Heiko Carstens |
2021-12-10 | s390/pgalloc: add virt/phys address handling to base asce functions | Heiko Carstens |
2021-12-10 | s390/cmm: add missing virt_to_phys() conversion | Heiko Carstens |
2021-12-10 | s390/diag: use pfn_to_phys() instead of open coding | Heiko Carstens |
2021-12-10 | s390/mm: add missing phys_to_virt translation to page table dumper | Heiko Carstens |
2021-12-10 | s390: enable switchdev support in defconfig | Niklas Schnelle |
2021-12-10 | s390/kexec: handle R_390_PLT32DBL rela in arch_kexec_apply_relocations_add() | Alexander Egorenkov |
2021-12-10 | s390/ftrace: remove preempt_disable()/preempt_enable() pair | Jerome Marchand |
2021-12-10 | s390/kexec_file: fix error handling when applying relocations | Philipp Rudo |
2021-12-10 | s390/kexec_file: print some more error messages | Philipp Rudo |
2021-12-10 | arch: Make ARCH_STACKWALK independent of STACKTRACE | Peter Zijlstra |
2021-12-09 | KVM: s390: Use Makefile.kvm for common files | David Woodhouse |
2021-12-09 | PCI/MSI: Make arch_restore_msi_irqs() less horrible. | Thomas Gleixner |
2021-12-08 | Merge branch 'kvm-on-hv-msrbm-fix' into HEAD | Paolo Bonzini |
2021-12-08 | KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt() | Sean Christopherson |
2021-12-08 | KVM: Drop obsolete kvm_arch_vcpu_block_finish() | Sean Christopherson |
2021-12-08 | KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook | Sean Christopherson |
2021-12-08 | KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU | Sean Christopherson |
2021-12-08 | KVM: Keep memslots in tree-based structures instead of array-based ones | Maciej S. Szmigiero |
2021-12-08 | KVM: s390: Introduce kvm_s390_get_gfn_end() | Maciej S. Szmigiero |
2021-12-08 | KVM: Use interval tree to do fast hva lookup in memslots | Maciej S. Szmigiero |
2021-12-08 | KVM: Integrate gfn_to_memslot_approx() into search_memslots() | Maciej S. Szmigiero |
2021-12-08 | KVM: s390: Skip gfn/size sanity checks on memslot DELETE or FLAGS_ONLY | Sean Christopherson |
2021-12-08 | KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks | Sean Christopherson |
2021-12-08 | KVM: s390: Use "new" memslot instead of userspace memory region | Sean Christopherson |
2021-12-08 | KVM: Let/force architectures to deal with arch specific memslot data | Sean Christopherson |
2021-12-08 | KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index | Marc Zyngier |
2021-12-08 | KVM: s390: Use kvm_get_vcpu() instead of open-coded access | Marc Zyngier |
2021-12-08 | KVM: Move wiping of the kvm->vcpus array to common code | Marc Zyngier |
2021-12-07 | locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.h | Sebastian Andrzej Siewior |
2021-12-06 | s390/nmi: add missing __pa/__va address conversion of extended save area | Heiko Carstens |
2021-12-06 | s390/qdio: clarify logical vs absolute in QIB's kerneldoc | Julian Wiedmann |
2021-12-06 | s390/pci: use physical addresses in DMA tables | Niklas Schnelle |
2021-12-06 | s390/pci: use phys_to_virt() for AIBVs/DIBVs | Niklas Schnelle |
2021-12-06 | s390/qdio: split do_QDIO() | Julian Wiedmann |
2021-12-06 | s390/qdio: split qdio_inspect_queue() | Julian Wiedmann |