summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* mm: remove special swap entry functionsAlistair Popple2021-07-011-1/+1
* mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-012-3/+3
* mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-2/+0
* mm: generalize ZONE_[DMA|DMA32]Kefeng Wang2021-06-301-3/+1
* mm/thp: make ARCH_ENABLE_SPLIT_PMD_PTLOCK dependent on PGTABLE_LEVELS > 2Anshuman Khandual2021-06-301-1/+1
* mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-291-1/+1
* mm: define default MAX_PTRS_PER_* in include/pgtable.hDaniel Axtens2021-06-291-2/+0
* Merge tag 's390-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-06-264-11/+21
|\
| * s390/stack: fix possible register corruption with stack switch helperHeiko Carstens2021-06-211-7/+11
| * s390/topology: clear thread/group maps for offline cpusSven Schnelle2021-06-211-3/+9
| * s390: clear pt_regs::flags on irq entrySven Schnelle2021-06-211-0/+1
| * s390: fix system call restart with multiple signalsSven Schnelle2021-06-211-1/+0
* | KVM: s390: prepare for hugepage vmallocClaudio Imbrenda2021-06-241-1/+6
|/
* s390/mcck: fix invalid KVM guest condition checkAlexander Gordeev2021-06-071-1/+1
* s390/mcck: fix calculation of SIE critical section sizeAlexander Gordeev2021-06-071-1/+1
* quota: Disable quotactl_path syscallJan Kara2021-05-171-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-071-5/+0
|\
| * mm: remove xlate_dev_kmem_ptr()David Hildenbrand2021-05-071-5/+0
* | Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-05-0614-77/+101
|\ \
| * | s390: fix detection of vector enhancements facility 1 vs. vector packed decim...David Hildenbrand2021-05-041-2/+2
| * | s390/entry: add support for syscall stack randomizationSven Schnelle2021-04-304-0/+14
| * | s390/configs: change CONFIG_VIRTIO_CONSOLE to "m"Thomas Huth2021-04-302-2/+2
| * | s390/cpumf: remove call to perf_event_update_userpageThomas Richter2021-04-301-4/+0
| * | s390/cpumf: move counter set size calculation to common placeThomas Richter2021-04-303-50/+52
| * | s390/cpumf: beautify if-then-else indentationThomas Richter2021-04-301-5/+3
| * | s390/configs: enable CONFIG_PCI_IOVNiklas Schnelle2021-04-302-0/+2
| * | s390/pci: handle stale deconfiguration eventsNiklas Schnelle2021-04-301-8/+18
| * | s390/pci: rename zpci_configure_device()Niklas Schnelle2021-04-303-6/+8
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-052-10/+4
|\ \ \ | | |/ | |/|
| * | mm: drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCKAnshuman Khandual2021-05-051-3/+1
| * | mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]Anshuman Khandual2021-05-051-6/+2
| * | hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu2021-05-051-1/+1
* | | Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-011-0/+3
|\ \ \
| * | | arch: Wire up Landlock syscallsMickaël Salaün2021-04-221-0/+3
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-019-34/+226
|\ \ \ \
| * \ \ \ Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-04-231-21/+0
| |\ \ \ \
| | * | | | s390: Get rid of oprofile leftoversMarc Zyngier2021-04-221-21/+0
| | |/ / /
| * | | | Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini2021-04-227-22/+43
| |\ \ \ \
| * | | | | KVM: s390x: implement KVM_CAP_SET_GUEST_DEBUG2Maxim Levitsky2021-04-172-0/+7
| * | | | | Merge tag 'kvm-s390-next-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2021-04-171-2/+2
| |\ \ \ \ \
| | * | | | | KVM: s390: fix guarded storage control register handlingHeiko Carstens2021-04-151-2/+2
| * | | | | | Merge tag 'kvm-s390-next-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2021-04-159-32/+217
| |\| | | | | | | |_|/ / / | |/| | | |
| | * | | | KVM: s390: VSIE: fix MVPG handling for prefixing and MSOClaudio Imbrenda2021-03-241-1/+4
| | * | | | KVM: s390: split kvm_s390_real_to_absClaudio Imbrenda2021-03-241-6/+17
| | * | | | KVM: s390: VSIE: correctly handle MVPG when in VSIEClaudio Imbrenda2021-03-241-5/+93
| | * | | | KVM: s390: extend kvm_s390_shadow_fault to return entry pointerClaudio Imbrenda2021-03-243-10/+34
| | * | | | KVM: s390: split kvm_s390_logical_to_effectiveClaudio Imbrenda2021-03-091-7/+24
| | * | | | KVM: s390: diag9c (directed yield) forwardingPierre Morel2021-03-096-3/+45
| | * | | | KVM: s390: Fix comment spelling in kvm_s390_vcpu_start()Bhaskar Chowdhury2021-03-091-1/+1
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-04-301-2/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |