aboutsummaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2021-09-22KVM: x86: Query vcpu->vcpu_idx directly and drop its accessorGravatar Sean Christopherson 3-4/+4
2021-09-15s390: remove WARN_DYNAMIC_STACKGravatar Heiko Carstens 2-17/+0
2021-09-15s390: update defconfigsGravatar Heiko Carstens 2-4/+9
2021-09-15s390/pci_mmio: fully validate the VMA before calling follow_pte()Gravatar David Hildenbrand 1-2/+2
2021-09-09Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 17-49/+63
2021-09-08arch: remove compat_alloc_user_spaceGravatar Arnd Bergmann 3-76/+0
2021-09-08compat: remove some compat entry pointsGravatar Arnd Bergmann 1-5/+5
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+1
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()Gravatar David Hildenbrand 1-2/+1
2021-09-08hugetlbfs: s390 is always 64bitGravatar David Hildenbrand 1-0/+1
2021-09-08s390/ftrace: remove incorrect __va usageGravatar Heiko Carstens 1-2/+2
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 5-14/+16
2021-09-07Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"Gravatar Linus Torvalds 1-1/+1
2021-09-07s390: remove xpram device driverGravatar Heiko Carstens 2-2/+0
2021-09-07s390/pci: read clp_list_pci_req only onceGravatar Pierre Morel 1-1/+1
2021-09-07s390/pci: fix clp_get_state() handling of -ENODEVGravatar Niklas Schnelle 1-2/+5
2021-09-07s390/cpum_cf: move array from header to C fileGravatar Heiko Carstens 2-7/+8
2021-09-07s390/mm: fix kernel doc commentsGravatar Heiko Carstens 2-8/+7
2021-09-07s390/topology: fix topology information when calling cpu hotplug notifiersGravatar Sven Schnelle 3-8/+15
2021-09-07s390/unwind: use current_frame_address() to unwind current taskGravatar Vasily Gorbik 2-14/+14
2021-09-06Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Gravatar Paolo Bonzini 10-38/+55
2021-09-06Merge tag 'kvm-s390-next-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Paolo Bonzini 5-8/+14
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 2-3/+1
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-8/+8
2021-09-03Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2021-09-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-4/+9
2021-09-03mm: wire up syscall process_mreleaseGravatar Suren Baghdasaryan 1-0/+2
2021-09-03memblock: make memblock_find_in_range method privateGravatar Mike Rapoport 1-3/+6
2021-09-03mm/gup: remove try_get_page(), call try_get_compound_head() directlyGravatar John Hubbard 1-1/+1
2021-09-03s390: replace cc-option-yn uses with cc-optionGravatar Nick Desaulniers 1-7/+7
2021-09-02Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 3-15/+40
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-6/+7
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-68/+2
2021-09-01Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 2-13/+3
2021-08-31s390/configs: enable CONFIG_KFENCE in debug_defconfigGravatar Sven Schnelle 1-0/+1
2021-08-31s390/entry: make oklabel within CHKSTG macro localGravatar Heiko Carstens 1-2/+2
2021-08-31s390: add kmemleak annotation in stack_alloc()Gravatar Sven Schnelle 1-3/+7
2021-08-30Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+0
2021-08-30Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 97-1241/+1909
2021-08-30s390: remove SCHED_CORE from defconfigsGravatar Heiko Carstens 2-2/+0
2021-08-27KVM: s390: index kvm->arch.idle_mask by vcpu_idxGravatar Halil Pasic 4-8/+9
2021-08-27KVM: s390: Enable specification exception interpretationGravatar Janis Schoetterl-Glausch 3-0/+5
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-0/+11
2021-08-26s390/smp: do not use nodat_stack for secondary CPU startGravatar Alexander Gordeev 1-15/+10
2021-08-26s390/smp: enable DAT before CPU restart callback is calledGravatar Alexander Gordeev 8-19/+42
2021-08-26s390: update defconfigsGravatar Heiko Carstens 1-1/+1
2021-08-25KVM: s390: generate kvm hypercall functionsGravatar Heiko Carstens 1-156/+73
2021-08-25s390/sclp: add tracing of SCLP interactionsGravatar Peter Oberparleiter 1-7/+9