summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2024-12-27s390/mm: Fix DirectMap accountingHeiko Carstens1-3/+3
2024-12-27s390/mm: Consider KMSAN modules metadata for paging levelsVasily Gorbik1-0/+2
2024-12-27s390/ipl: Fix never less than zero warningAlexander Gordeev1-1/+1
2024-12-14s390/pci: Fix leak of struct zpci_dev when zpci_add_device() failsNiklas Schnelle2-6/+25
2024-12-14s390/cpum_sf: Handle CPU hotplug remove during samplingThomas Richter1-1/+3
2024-12-14s390/pci: Ignore RID for isolated VFsNiklas Schnelle2-15/+20
2024-12-14s390/pci: Use topology ID for multi-function devicesNiklas Schnelle4-13/+24
2024-12-14s390/pci: Sort PCI functions prior to creating virtual bussesNiklas Schnelle4-17/+82
2024-12-09s390/stacktrace: Use break instead of return statementHeiko Carstens1-1/+1
2024-12-09s390/entry: Mark IRQ entries to fix stack depot warningsVasily Gorbik2-0/+10
2024-12-05s390/pci: Fix potential double remove of hotplug slotNiklas Schnelle1-25/+9
2024-12-05iommu/s390: Implement blocking domainMatthew Rosato3-4/+13
2024-12-05s390/syscalls: Avoid creation of arch/arch/ directoryMasahiro Yamada1-1/+1
2024-12-05s390/cpum_sf: Fix and protect memory allocation of SDBs with mutexThomas Richter1-1/+1
2024-12-05s390/pageattr: Implement missing kernel_page_present()Heiko Carstens2-0/+16
2024-12-05s390/facilities: Fix warning about shadow of global variableGerd Bayer1-9/+9
2024-11-14crash, powerpc: default to CRASH_DUMP=n on PPC_BOOK3S_32Dave Vasilevsky1-0/+3
2024-10-18Merge tag 's390-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds8-19/+47
2024-10-16s390: Update defconfigsHeiko Carstens3-4/+24
2024-10-16s390: Initialize psw mask in perf_arch_fetch_caller_regs()Heiko Carstens1-0/+1
2024-10-10KVM: s390: Change virtual to physical address access in diag 0x258 handlerMichael Mueller1-1/+1
2024-10-10KVM: s390: gaccess: Check if guest address is in memslotNico Boehr2-6/+12
2024-10-10s390/pci: Handle PCI error codes other than 0x3aNiklas Schnelle1-8/+9
2024-10-09fs/proc/kcore.c: allow translation of physical memory addressesAlexander Gordeev1-0/+2
2024-09-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-9/+19
2024-09-28Merge tag 's390-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-50/+40
2024-09-27[tree-wide] finally take no_llseek outAl Viro6-6/+0
2024-09-26Merge tag 'asm-generic-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2024-09-25Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-09-24Merge tag 'v6.12-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+4
2024-09-23Merge tag 'pci-v6.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-13/+14
2024-09-23s390/vdso: Use one large alternative instead of an alternative branchHeiko Carstens1-19/+16
2024-09-23s390/vdso: Use SYM_DATA_START_LOCAL()/SYM_DATA_END() for data objectsHeiko Carstens1-2/+3
2024-09-23s390/vdso: Use macros for annotation of asm functionsJens Remus1-10/+4
2024-09-23s390/vdso: Add CFI annotations to __arch_chacha20_blocks_nostack()Jens Remus1-0/+3
2024-09-23s390/vdso: Fix comment within __arch_chacha20_blocks_nostack()Heiko Carstens1-4/+4
2024-09-23s390/vdso: Get rid of permutation constantsHeiko Carstens1-15/+10
2024-09-21Merge tag 's390-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds73-860/+2387
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-51/+38
2024-09-21crypto: s390/paes - Fix module aliasesHerbert Xu1-1/+4
2024-09-19Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds2-2/+2
2024-09-17Merge tag 'kvm-s390-next-6.12-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2-9/+19
2024-09-17s390/pci_mmio: use follow_pfnmap APIPeter Xu1-10/+12
2024-09-17mm: always define pxx_pgprot()Peter Xu1-0/+1
2024-09-16s390: Enable KVM_S390_UCONTROL config in debug_defconfigChristoph Schlameuss1-0/+1
2024-09-13s390/vdso: Wire up getrandom() vdso implementationHeiko Carstens10-8/+289
2024-09-13s390/vdso: Move vdso symbol handling to separate header fileHeiko Carstens4-14/+19
2024-09-13s390/vdso: Allow alternatives in vdso codeHeiko Carstens2-0/+23
2024-09-13s390/module: Provide find_section() helperHeiko Carstens1-0/+14
2024-09-13s390/facility: Let test_facility() generate static branch if possibleHeiko Carstens1-8/+29