aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual2-3/+3
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-2/+0
2021-06-30mm: generalize ZONE_[DMA|DMA32]Kefeng Wang1-3/+1
2021-06-30mm/thp: make ARCH_ENABLE_SPLIT_PMD_PTLOCK dependent on PGTABLE_LEVELS > 2Anshuman Khandual1-1/+1
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-3/+1
2021-06-30Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+1
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+1
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-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-123/+147
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+3
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-5/+4
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-17/+0
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2021-06-28s390/lib,string: get rid of register asmHeiko Carstens1-56/+75
2021-06-28s390/lib,uaccess: get rid of register asmHeiko Carstens1-10/+15
2021-06-28s390/string: get rid of register asmHeiko Carstens1-24/+35
2021-06-28s390/cmpxchg: use register pair instead of register asmHeiko Carstens2-33/+38
2021-06-28s390/mm,pages-states: get rid of register asmHeiko Carstens1-6/+6
2021-06-28s390/lib,xor: get rid of register asmHeiko Carstens1-4/+1
2021-06-28s390/timex: get rid of register asmHeiko Carstens1-10/+16
2021-06-28s390/hypfs: use register pair instead of register asmHeiko Carstens1-7/+6
2021-06-28s390/speculation: Use statically initialized const for instructionsKees Cook1-1/+2
2021-06-28s390/pci: add zpci_set_irq()/zpci_clear_irq()Niklas Schnelle2-11/+42
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-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-1/+1
2021-06-25Merge tag 'kvm-s390-next-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini2-9/+17
2021-06-24KVM: s390: prepare for hugepage vmallocClaudio Imbrenda1-1/+6
2021-06-24KVM: debugfs: Reuse binary stats descriptorsJing Zhang1-108/+0
2021-06-24KVM: stats: Support binary stats retrieval for a VCPUJing Zhang1-0/+108
2021-06-24KVM: stats: Support binary stats retrieval for a VMJing Zhang1-0/+20
2021-06-24KVM: stats: Add fd-based API to read binary stats dataJing Zhang1-1/+2
2021-06-24KVM: stats: Separate generic stats from architecture specific onesJing Zhang2-13/+8
2021-06-23KVM: s390: allow facility 192 (vector-packed-decimal-enhancement facility 2)Christian Borntraeger1-0/+4
2021-06-23KVM: s390: gen_facilities: allow facilities 165, 193, 194 and 196Christian Borntraeger1-0/+4
2021-06-23KVM: s390: get rid of register asm usageHeiko Carstens1-9/+9
2021-06-22Kconfig: Introduce ARCH_WANTS_NO_INSTR and CC_HAS_NO_PROFILE_FN_ATTRNick Desaulniers1-0/+1
2021-06-21vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICEJason Gunthorpe1-1/+1
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-18s390/ipl: use register pair instead of register asmHeiko Carstens1-6/+8
2021-06-18s390/mem_detect: fix tprot() program check new psw handlingHeiko Carstens1-11/+17
2021-06-18s390/mem_detect: use register pair instead of register asmHeiko Carstens1-15/+19
2021-06-18s390/mem_detect: fix diag260() program check new psw handlingHeiko Carstens1-8/+11
2021-06-18s390/facility: get rid of register asmHeiko Carstens1-5/+7
2021-06-18s390/uaccess: get rid of register asmHeiko Carstens1-19/+17
2021-06-18s390/sysinfo: get rid of register asmHeiko Carstens1-8/+11
2021-06-18s390/pgtable: use register pair instead of register asmHeiko Carstens1-17/+13