aboutsummaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 5-4/+18
2024-05-07mm: fix race between __split_huge_pmd_locked() and GUP-fastGravatar Ryan Roberts 1-1/+3
2024-05-05mm: pass VMA instead of MM to follow_pte()Gravatar David Hildenbrand 1-2/+2
2024-05-05Revert "s390: Relocate vmlinux ELF data to virtual address space"Gravatar Alexander Gordeev 1-2/+2
2024-05-02Merge branch 'shared-zeropage' into featuresGravatar Alexander Gordeev 6-47/+146
2024-05-02arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsGravatar Masahiro Yamada 2-2/+2
2024-05-02KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1MGravatar Jean-Philippe Brucker 1-1/+1
2024-05-01s390/paes: Reestablish retry loop in paesGravatar Harald Freudenberger 1-2/+13
2024-05-01KVM: s390: vsie: Use virt_to_phys for crypto control blockGravatar Nina Schoetterl-Glausch 1-1/+1
2024-05-01s390: Relocate vmlinux ELF data to virtual address spaceGravatar Alexander Gordeev 1-2/+2
2024-04-29s390: Compile kernel with -fPIC and link with -no-pieGravatar Sumanth Korikkar 7-108/+3
2024-04-29s390: vmlinux.lds.S: Drop .hash and .gnu.hash for !CONFIG_PIE_BUILDGravatar Sumanth Korikkar 1-1/+1
2024-04-29s390/ftrace: Use unwinder instead of __builtin_return_address()Gravatar Sven Schnelle 3-6/+23
2024-04-29s390/pci: Drop unneeded reference to CONFIG_DMIGravatar Jean Delvare 1-4/+0
2024-04-29s390/os_info: Fix array size in struct os_infoGravatar Sven Schnelle 2-2/+4
2024-04-29s390/os_info: Initialize old os_info in standalone dump kernelGravatar Alexander Egorenkov 1-1/+2
2024-04-26s390/vdso: Add CFI for RA register to asm macro vdso_funcGravatar Jens Remus 2-0/+3
2024-04-25mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTGravatar David Hildenbrand 1-1/+1
2024-04-25s390: mm: accelerate pagefault when badaccessGravatar Kefeng Wang 1-1/+2
2024-04-25treewide: use initializer for struct vm_unmapped_area_infoGravatar Rick Edgecombe 2-8/+4
2024-04-25mm: switch mm->get_unmapped_area() to a flagGravatar Rick Edgecombe 2-3/+3
2024-04-25mm/arch: provide pud_pfn() fallbackGravatar Peter Xu 1-0/+1
2024-04-25mm: convert arch_clear_hugepage_flags to take a folioGravatar Matthew Wilcox (Oracle) 1-3/+3
2024-04-25fix missing vmalloc.h includesGravatar Kent Overstreet 2-0/+2
2024-04-25mm/treewide: remove pXd_huge()Gravatar Peter Xu 1-10/+0
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+2
2024-04-22s390: Stop using weak symbols for __iowrite64_copy()Gravatar Jason Gunthorpe 2-6/+7
2024-04-22s390: Implement __iowrite32_copy()Gravatar Jason Gunthorpe 1-0/+8
2024-04-22s390/mm: Fix clearing storage keys for huge pagesGravatar Claudio Imbrenda 1-1/+1
2024-04-22s390/mm: Fix storage key clearing for guest huge pagesGravatar Claudio Imbrenda 1-1/+1
2024-04-18s390/mm: Re-enable the shared zeropage for !PV and !skeys KVM guestsGravatar David Hildenbrand 6-47/+146
2024-04-17s390/mm: Fix NULL pointer dereferenceGravatar Sven Schnelle 1-1/+2
2024-04-17s390/expoline: Make modules use kernel expolinesGravatar Vasily Gorbik 8-17/+30
2024-04-17s390/nospec: Correct modules thunk offset calculationGravatar Vasily Gorbik 1-2/+2
2024-04-17s390/boot: Do not rescue .vmlinux.relocs sectionGravatar Alexander Gordeev 3-41/+22
2024-04-17s390/boot: Rework deployment of the kernel imageGravatar Alexander Gordeev 9-72/+62
2024-04-17s390: Map kernel at fixed location when KASLR is disabledGravatar Alexander Gordeev 4-10/+48
2024-04-17s390/mm: Uncouple physical vs virtual address spacesGravatar Alexander Gordeev 7-68/+129
2024-04-17s390/crash: Use old os_info to create PT_LOAD headersGravatar Alexander Gordeev 3-5/+42
2024-04-17s390/vmcoreinfo: Store virtual memory layoutGravatar Alexander Gordeev 1-0/+2
2024-04-17s390/os_info: Store virtual memory layoutGravatar Alexander Gordeev 2-2/+15
2024-04-17s390/os_info: Introduce value entriesGravatar Alexander Gordeev 3-9/+31
2024-04-17s390/boot: Make .amode31 section address range explicitGravatar Alexander Gordeev 2-1/+4
2024-04-17s390/boot: Make identity mapping base address explicitGravatar Alexander Gordeev 2-2/+5
2024-04-17s390/boot: Uncouple virtual and physical kernel offsetsGravatar Alexander Gordeev 4-9/+20
2024-04-17s390/mm: Create virtual memory layout structureGravatar Alexander Gordeev 3-5/+12
2024-04-17s390/mm: Move KASLR related to <asm/page.h>Gravatar Alexander Gordeev 2-14/+14
2024-04-17s390/boot: Swap vmalloc and Lowcore/Real Memory Copy areasGravatar Alexander Gordeev 2-10/+13
2024-04-17s390/boot: Reduce size of identity mapping on overlapGravatar Alexander Gordeev 1-1/+4
2024-04-17s390/boot: Consider DCSS segments on memory layout setupGravatar Alexander Gordeev 2-2/+12