summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2025-04-10s390/entry: Fix setting _CIF_MCCK_GUEST with lowcore relocationSven Schnelle1-1/+1
2025-04-10s390: Remove ioremap_wt() and pgprot_writethrough()Niklas Schnelle3-15/+0
2025-04-10perf: Supply task information to sched_task()Kan Liang2-2/+4
2025-03-14KVM: s390: pv: fix race when making a page secureClaudio Imbrenda6-144/+151
2025-03-07Merge tag 's390-6.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-4/+5
2025-03-04s390/ftrace: Fix return address recovery of traced functionSumanth Korikkar1-1/+2
2025-03-04s390/traps: Fix test_monitor_call() inline assemblyHeiko Carstens1-3/+3
2025-03-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-6/+14
2025-02-27mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts2-6/+14
2025-02-18s390/boot: Fix ESSA detectionHeiko Carstens1-1/+1
2025-02-18s390/purgatory: Use -D__DISABLE_EXPORTSSami Tolvanen1-1/+3
2025-02-18s390: Update defconfigsHeiko Carstens2-0/+4
2025-02-11s390/pci: Fix handling of isolated VFsNiklas Schnelle3-1/+28
2025-02-11s390/pci: Pull search for parent PF out of zpci_iov_setup_virtfn()Niklas Schnelle1-14/+42
2025-02-11s390/bitops: Disable arch_test_bit() optimization for PROFILE_ALL_BRANCHESHeiko Carstens1-1/+5
2025-02-11s390/configs: Remove CONFIG_LSMIlya Leoshkevich3-3/+0
2025-02-04Merge tag 'kvm-s390-next-6.14-2' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini18-908/+968
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-5/+1
2025-02-01kbuild: Strip runtime const RELA sections correctlyArd Biesheuvel1-5/+1
2025-01-31KVM: s390: remove the last user of page->indexClaudio Imbrenda3-4/+39
2025-01-31KVM: s390: move PGSTE softbitsClaudio Imbrenda1-3/+3
2025-01-31KVM: s390: remove useless page->index usageClaudio Imbrenda1-9/+0
2025-01-31KVM: s390: move gmap_shadow_pgt_lookup() into kvmClaudio Imbrenda4-47/+46
2025-01-31KVM: s390: stop using lists to keep track of used dat tablesClaudio Imbrenda3-86/+23
2025-01-31KVM: s390: stop using page->index for non-shadow gmapsClaudio Imbrenda1-51/+54
2025-01-31KVM: s390: move some gmap shadowing functions away from mm/gmap.cClaudio Imbrenda8-218/+271
2025-01-31KVM: s390: get rid of gmap_translate()Claudio Imbrenda4-29/+20
2025-01-31KVM: s390: get rid of gmap_fault()Claudio Imbrenda3-127/+2
2025-01-31KVM: s390: use __kvm_faultin_pfn()Claudio Imbrenda3-27/+106
2025-01-31KVM: s390: move pv gmap functions into kvmClaudio Imbrenda10-268/+315
2025-01-31KVM: s390: fake memslot for ucontrol VMsClaudio Imbrenda3-1/+20
2025-01-31KVM: s390: wrapper for KVM_BUGClaudio Imbrenda1-9/+10
2025-01-31KVM: s390: vsie: stop using "struct page" for vsie pageDavid Hildenbrand2-20/+15
2025-01-31KVM: s390: vsie: stop messing with page refcountDavid Hildenbrand1-16/+30
2025-01-31KVM: s390: vsie: stop using page->indexDavid Hildenbrand1-10/+18
2025-01-31KVM: s390: vsie: fix some corner-cases when grabbing vsie pagesDavid Hildenbrand1-6/+19
2025-01-30Merge tag 's390-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-5/+1
2025-01-30Merge tag 's390-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds32-654/+1103
2025-01-29s390/tracing: Define ftrace_get_symaddr() for s390Masami Hiramatsu (Google)1-0/+1
2025-01-29s390/fgraph: Fix to remove ftrace_test_recursion_trylock()Masami Hiramatsu (Google)1-5/+0
2025-01-28s390/sclp: Initialize sclp subsystem via arch_cpu_finalize_init()Heiko Carstens3-0/+7
2025-01-28s390/tools: Use array instead of string initializerHeiko Carstens1-6/+21
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados6-6/+6
2025-01-28s390/vmem: Fix null-pointer-arithmetic warning in vmem_map_init()Vasily Gorbik1-1/+1
2025-01-28s390: Add '-std=gnu11' to decompressor and purgatory CFLAGSNathan Chancellor2-2/+2
2025-01-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-8/+32
2025-01-27s390/kdump: virtio-mem kdump support (CONFIG_PROC_VMCORE_DEVICE_RAM)David Hildenbrand2-8/+32
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds8-79/+50
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds4-5/+5
2025-01-26s390/bitops: Use correct constraint for arch_test_bit() inline assemblyHeiko Carstens1-1/+1