aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport1-1/+1
2021-06-29mm: define default MAX_PTRS_PER_* in include/pgtable.hDaniel Axtens1-2/+0
2021-06-26Merge tag 's390-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds4-11/+21
2021-06-24KVM: s390: prepare for hugepage vmallocClaudio Imbrenda1-1/+6
2021-06-21s390/stack: fix possible register corruption with stack switch helperHeiko Carstens1-7/+11
2021-06-21s390/topology: clear thread/group maps for offline cpusSven Schnelle1-3/+9
2021-06-21s390: clear pt_regs::flags on irq entrySven Schnelle1-0/+1
2021-06-21s390: fix system call restart with multiple signalsSven Schnelle1-1/+0
2021-06-07s390/mcck: fix invalid KVM guest condition checkAlexander Gordeev1-1/+1
2021-06-07s390/mcck: fix calculation of SIE critical section sizeAlexander Gordeev1-1/+1
2021-05-17quota: Disable quotactl_path syscallJan Kara1-1/+1
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+0
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand1-5/+0
2021-05-06Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds14-77/+101
2021-05-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-10/+4
2021-05-05mm: drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCKAnshuman Khandual1-3/+1
2021-05-05mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]Anshuman Khandual1-6/+2
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu1-1/+1
2021-05-04s390: fix detection of vector enhancements facility 1 vs. vector packed decimal facilityDavid Hildenbrand1-2/+2
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+3
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-34/+226
2021-04-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2021-04-30Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+2
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-2/+0
2021-04-30s390/entry: add support for syscall stack randomizationSven Schnelle4-0/+14
2021-04-30s390/configs: change CONFIG_VIRTIO_CONSOLE to "m"Thomas Huth2-2/+2
2021-04-30s390/cpumf: remove call to perf_event_update_userpageThomas Richter1-4/+0
2021-04-30s390/cpumf: move counter set size calculation to common placeThomas Richter3-50/+52
2021-04-30s390/cpumf: beautify if-then-else indentationThomas Richter1-5/+3
2021-04-30s390/configs: enable CONFIG_PCI_IOVNiklas Schnelle2-0/+2
2021-04-30s390/pci: handle stale deconfiguration eventsNiklas Schnelle1-8/+18
2021-04-30s390/pci: rename zpci_configure_device()Niklas Schnelle3-6/+8
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-9/+55
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+1
2021-04-27Merge tag 's390-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds32-583/+894
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2021-04-23Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-21/+0
2021-04-22arch: Wire up Landlock syscallsMickaël Salaün1-0/+3
2021-04-22Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini7-22/+43
2021-04-22s390: Get rid of oprofile leftoversMarc Zyngier1-21/+0
2021-04-21s390/disassembler: increase ebpf disasm buffer sizeVasily Gorbik1-1/+1
2021-04-21s390/archrandom: add parameter check for s390_arch_random_generateHarald Freudenberger1-0/+4
2021-04-20s390/pci: expose a PCI device's UID as its indexNiklas Schnelle1-0/+35
2021-04-18s390/atomic,cmpxchg: always inline __xchg/__cmpxchgHeiko Carstens1-3/+5
2021-04-18s390/smp: fix do_restart() prototypeAlexander Gordeev2-3/+3
2021-04-18s390: get rid of oprofile leftoversMarc Zyngier1-21/+0
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+3
2021-04-17KVM: s390x: implement KVM_CAP_SET_GUEST_DEBUG2Maxim Levitsky2-0/+7
2021-04-17Merge tag 'kvm-s390-next-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-2/+2
2021-04-15Merge tag 'kvm-s390-next-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini9-32/+217