summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2025-03-21s390/pci: Introduce pdev->non_mappable_bars and replace VFIO_PCI_MMAPNiklas Schnelle1-0/+1
2025-03-21s390/pci: Fix s390_mmio_read/write syscall page fault handlingNiklas Schnelle1-5/+13
2025-03-21crypto: lib/chacha - remove unused arch-specific init supportEric Biggers1-7/+1
2025-03-21crypto: scatterwalk - simplify map and unmap calling conventionEric Biggers1-2/+1
2025-03-20Merge branch 'kvm-nvmx-and-vm-teardown' into HEADPaolo Bonzini1-1/+0
2025-03-20Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch...Joerg Roedel7-42/+55
2025-03-18s390: Use inline qualifier for all EX_TABLE and ALTERNATIVE inline assembliesHeiko Carstens16-37/+41
2025-03-18s390/kfence: Split kfence pool into 4k mappings in arch_kfence_init_pool()Vasily Gorbik2-15/+3
2025-03-18s390/ptrace: Avoid KASAN false positives in regs_get_kernel_stack_nth()Vasily Gorbik1-1/+2
2025-03-18s390/boot: Ignore vmlinux.mapWangYuli1-0/+1
2025-03-18s390/sysctl: Remove "vm/allocate_pgste" sysctlHeiko Carstens2-26/+0
2025-03-18s390: Remove 2k vs 4k page table leftoversHeiko Carstens9-59/+1
2025-03-18s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste()Heiko Carstens1-1/+1
2025-03-18s390/lowcore: Use lghi instead llilh to clear registerHeiko Carstens1-2/+2
2025-03-18s390/syscall: Merge __do_syscall() and do_syscall()Heiko Carstens1-30/+17
2025-03-18s390/spinlock: Implement SPINLOCK_LOCKVAL with inline assemblyHeiko Carstens2-5/+21
2025-03-18s390/smp: Implement raw_smp_processor_id() with inline assemblyHeiko Carstens1-3/+21
2025-03-18s390/current: Implement current with inline assemblyHeiko Carstens1-1/+17
2025-03-18s390/lowcore: Use inline qualifier for get_lowcore() inline assemblyHeiko Carstens1-3/+6
2025-03-18s390: Move s390 sysctls into their own file under arch/s390joel granados2-0/+35
2025-03-18arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)1-6/+0
2025-03-18arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)1-1/+4
2025-03-18arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)1-2/+0
2025-03-18arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)1-1/+0
2025-03-18s390: make setup_zero_pages() use memblockMike Rapoport (Microsoft)1-13/+3
2025-03-18hypfs_create_cpu_files(): add missing check for hypfs_mkdir() failureAl Viro1-0/+2
2025-03-17s390: Rely on generic printing of preemption modelSebastian Andrzej Siewior1-6/+1
2025-03-17perf: Supply task information to sched_task()Kan Liang2-2/+4
2025-03-17KVM: s390: Don't use %pK through debug printingThomas Weißschuh3-10/+10
2025-03-17KVM: s390: Don't use %pK through tracepointsThomas Weißschuh1-2/+2
2025-03-17mm: rename GENERIC_PTDUMP and PTDUMP_COREAnshuman Khandual2-2/+2
2025-03-17mm/cma: introduce cma_intersects functionFrank van der Linden1-8/+5
2025-03-17mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts2-4/+4
2025-03-17mm: zbud: remove zbudYosry Ahmed2-2/+2
2025-03-16kbuild: Create intermediate vmlinux build with relocations preservedArd Biesheuvel1-3/+1
2025-03-16kbuild: Introduce Kconfig symbol for linking vmlinux with relocationsArd Biesheuvel2-1/+2
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye1-4/+10
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu1-12/+9
2025-03-14KVM: s390: pv: fix race when making a page secureClaudio Imbrenda6-144/+151
2025-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-4/+5
2025-03-11Merge branch 'strict-mm-typechecks-support' into featuresVasily Gorbik7-52/+82
2025-03-11s390/syscall: Simplify syscall_get_arguments()Sven Schnelle1-4/+2
2025-03-11s390: Remove ioremap_wt() and pgprot_writethrough()Niklas Schnelle3-15/+0
2025-03-11s390/mm: Add configurable STRICT_MM_TYPECHECKSHeiko Carstens4-30/+43
2025-03-11s390/mm: Convert pgste_val() into functionHeiko Carstens3-26/+39
2025-03-11s390/mm: Convert pgprot_val() into functionHeiko Carstens1-2/+6
2025-03-11s390/mm: Use pgprot_val() instead of open codingHeiko Carstens1-1/+1
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_CRC8Eric Biggers2-2/+0
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_CRC7Eric Biggers2-2/+0
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_CRC4Eric Biggers2-2/+0