aboutsummaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-05-23Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'...Joerg Roedel1-0/+3
2025-05-22s390/bpf: Use kernel's expoline thunksIlya Leoshkevich1-44/+17
2025-05-22s390/bpf: Add macros for calling external functionsIlya Leoshkevich1-18/+42
2025-05-22s390: always declare expoline thunksIlya Leoshkevich1-4/+0
2025-05-22s390/pci: Serialize device addition and removalNiklas Schnelle1-0/+7
2025-05-22s390/pci: Allow re-add of a reserved but not yet removed deviceNiklas Schnelle3-16/+45
2025-05-22s390/pci: Remove redundant bus removal and disable from zpci_release_device()Niklas Schnelle1-6/+0
2025-05-21s390/perf: Remove driver-specific throttle supportKan Liang2-6/+1
2025-05-21s390/crypto: Extend protected key conversion retry loopHarald Freudenberger1-2/+5
2025-05-21s390/pci: Fix __pcilg_mio_inuser() inline assemblyHeiko Carstens1-1/+1
2025-05-17s390/ptrace: Always inline regs_get_kernel_stack_nth() and regs_get_register()Heiko Carstens2-40/+39
2025-05-17s390/thread_info: Cleanup header includesHeiko Carstens1-2/+1
2025-05-17s390/extmem: Add workaround for DCSS unload diagGerald Schaefer1-2/+16
2025-05-17s390/crypto: Rework protected key AES for true asynch supportHarald Freudenberger1-542/+1270
2025-05-17s390/cpacf: Rework cpacf_pcc() to return condition codeHarald Freudenberger1-3/+15
2025-05-14s390/bpf: Remove the orig_call NULL checkIlya Leoshkevich1-3/+2
2025-05-14s390/bpf: Store backchain even for leaf progsIlya Leoshkevich1-7/+5
2025-05-12crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTSEric Biggers2-2/+2
2025-05-12crypto: tcrypt - rename CRYPTO_TEST to CRYPTO_BENCHMARKEric Biggers2-2/+2
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers1-2/+2
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers1-5/+6
2025-05-11mm: convert free_page_and_swap_cache() to free_folio_and_swap_cache()Fan Ni1-2/+2
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky2-2/+2
2025-05-11mm/ptdump: split note_page() into level specific callbacksAnshuman Khandual1-2/+44
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+12
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+9
2025-05-11arch: remove mk_pmd()Matthew Wilcox (Oracle)1-1/+0
2025-05-11mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-5/+0
2025-05-11mm: set the pte dirty if the folio is already dirtyMatthew Wilcox (Oracle)1-6/+1
2025-05-07s390/pci: Fix missing check for zpci_create_device() error returnNiklas Schnelle1-0/+2
2025-05-05s390/mm: Fix potential use-after-free in __crst_table_upgrade()Heiko Carstens1-1/+1
2025-05-05s390/mm: Add mmap_assert_write_locked() check to crst_table_upgrade()Heiko Carstens1-7/+2
2025-05-05s390: Update defconfigsHeiko Carstens3-17/+8
2025-05-05s390/entry: Fix last breaking event handling in case of stack corruptionHeiko Carstens1-1/+2
2025-05-05s390/configs: Enable options required for TC flow offloadKonstantin Shkolnyy2-0/+12
2025-05-05s390/configs: Enable VDPA on Nvidia ConnectX-6 network cardKonstantin Shkolnyy2-0/+16
2025-05-05crypto: s390/sha512 - Initialise upper counter to zero for sha384Herbert Xu1-8/+9
2025-05-05crypto: s390/hmac - Use API partial block handlingHerbert Xu1-47/+108
2025-05-05crypto: arch/sha256 - Export block functions as GPL onlyHerbert Xu1-2/+2
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu1-1/+1
2025-05-05crypto: s390/hmac - Extend hash length counters to 128 bitsHerbert Xu1-11/+14
2025-05-05crypto: s390/sha256 - implement library instead of shashEric Biggers8-157/+55
2025-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux v6.15-rc5Herbert Xu12-27/+210
2025-04-30s390/string: Remove strcpy() implementationHeiko Carstens2-42/+0
2025-04-30s390/boot: Use strspcy() instead of strcpy()Heiko Carstens2-4/+6
2025-04-30s390: Simple strcpy() to strscpy() conversionsHeiko Carstens2-9/+9
2025-04-30s390/pkey/crypto: Introduce xflags param for pkey in-kernel APIHarald Freudenberger2-4/+7
2025-04-30s390/pkey: Provide and pass xflags within pkey and zcrypt layersHarald Freudenberger1-0/+10
2025-04-30s390/uv: Remove uv_get_secret_metadata functionHarald Freudenberger2-32/+0