summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2024-07-02s390/topology: Remove CPU KOBJ_CHANGE ueventsMete Durlu1-7/+1
2024-07-02s390: Update defconfigsHeiko Carstens2-6/+4
2024-07-01KVM: s390: fix LPSWEY handlingChristian Borntraeger4-0/+49
2024-06-29Merge tag 'hardening-v6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-06-28randomize_kstack: Remove non-functional per-arch entropy filteringKees Cook1-1/+1
2024-06-28s390/mm: Add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-28s390/lib: Add missing MODULE_DESCRIPTION() macrosJeff Johnson3-0/+3
2024-06-28s390/crc32: Add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-27Merge tag 's390-6.10-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-5/+8
2024-06-25s390: remove native mmap2() syscallArnd Bergmann1-27/+0
2024-06-25syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann1-1/+1
2024-06-25s390/boot: Do not adjust GOT entries for undef weak symJens Remus1-4/+7
2024-06-24s390/mm: Get total ram pages from memblockWei Yang1-1/+2
2024-06-24s390: Provide optimized __arch_hweight*() implementationsHeiko Carstens3-2/+79
2024-06-18KVM: Introduce vcpu->wants_to_runDavid Matlack1-1/+1
2024-06-18s390: Remove S390_lowcoreSven Schnelle1-2/+0
2024-06-18s390/mm: Remove duplicate get_lowcore() callsSven Schnelle1-13/+15
2024-06-18s390/idle: Remove duplicate get_lowcore() callsSven Schnelle1-5/+6
2024-06-18s390/vtime: Remove duplicate get_lowcore() callsSven Schnelle2-42/+52
2024-06-18s390/smp: Remove duplicate get_lowcore() callsSven Schnelle1-10/+13
2024-06-18s390/nmi: Remove duplicate get_lowcore() callsSven Schnelle1-9/+11
2024-06-18s390/boot: Replace S390_lowcore by get_lowcore()Sven Schnelle6-28/+28
2024-06-18s390: Replace S390_lowcore by get_lowcore()Sven Schnelle40-238/+237
2024-06-18s390: Add get_lowcore() functionSven Schnelle1-0/+5
2024-06-17s390/pci: Add missing virt_to_phys() for directed DIBVNiklas Schnelle1-1/+1
2024-06-12KVM: Delete the now unused kvm_arch_sched_in()Sean Christopherson1-1/+0
2024-06-12KVM: s390: Don't re-setup dummy routing when KVM_CREATE_IRQCHIPYi Wang1-7/+2
2024-06-11function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove itSteven Rostedt (Google)1-1/+0
2024-06-11s390/mm: Restore mapping of kernel image using large pagesAlexander Gordeev3-4/+26
2024-06-11s390/mm: Allow large pages only for aligned physical addressesAlexander Gordeev1-2/+8
2024-06-11s390: Update defconfigsHeiko Carstens3-19/+69
2024-06-07s390/pai_ext: Enable per-task and system-wide sampling eventThomas Richter3-44/+41
2024-06-07s390/pai_ext: Enable per-task counting eventThomas Richter1-16/+63
2024-06-07s390/pai_ext: Enable concurrent system-wide counting/samplingThomas Richter1-8/+10
2024-06-07s390/pai_crypto: Enable per-task and system-wide sampling eventThomas Richter1-55/+46
2024-06-07s390/pai_crypto: Enable per-task counting eventThomas Richter2-14/+68
2024-06-07s390/pai_crypto: Enable concurrent system-wide counting/sampling eventThomas Richter1-10/+9
2024-06-05s390/hugetlb: Convert PG_arch_1 code to work on folio->flagsDavid Hildenbrand2-6/+6
2024-06-05s390/uv: Implement HAVE_ARCH_MAKE_FOLIO_ACCESSIBLEDavid Hildenbrand3-13/+22
2024-06-05s390/uv: Convert uv_convert_owned_from_secure() to uv_convert_from_secure_(fo...David Hildenbrand3-10/+18
2024-06-05s390/uv: Convert uv_destroy_owned_page() to uv_destroy_(folio|pte)()David Hildenbrand4-12/+30
2024-06-05s390/uv: Make uv_convert_from_secure() a static functionDavid Hildenbrand2-7/+1
2024-06-05s390/uv: Update PG_arch_1 commentDavid Hildenbrand1-5/+4
2024-06-05s390/uv: Convert PG_arch_1 users to only work on small foliosDavid Hildenbrand2-16/+27
2024-06-05s390/uv: Split large folios in gmap_make_secure()David Hildenbrand1-6/+25
2024-06-05s390/uv: gmap_make_secure() cleanups for further changesDavid Hildenbrand1-26/+40
2024-06-05s390/uv: Don't call folio_wait_writeback() without a folio referenceDavid Hildenbrand1-0/+8
2024-06-05s390/crash: Do not use VM info if os_info does not have itAlexander Gordeev1-24/+30
2024-05-24mseal: wire up mseal syscallJeff Xu1-0/+1
2024-05-21Merge tag 's390-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds26-412/+389