summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
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-538/+1266
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-46/+107
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
2025-04-30s390/uv: Rename find_secret() to uv_find_secret() and publishHarald Freudenberger2-5/+17
2025-04-30s390/cpumf: Adjust number of leading zeroes for z15 attributesThomas Richter1-2/+2
2025-04-30crypto: s390/sha512 - Fix sha512 state sizeHerbert Xu2-8/+8
2025-04-28s390/crc: drop "glue" from filenamesEric Biggers2-1/+1
2025-04-28s390/crc32: Remove no-op module init and exit functionsEric Biggers1-11/+0
2025-04-28s390/crc32: Remove have_vxrs static keyHeiko Carstens1-7/+3
2025-04-28lib/crc: make the CPU feature static keys __ro_after_initEric Biggers1-1/+1
2025-04-28crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTOEric Biggers1-1/+1
2025-04-28crypto: s390 - move library functions to arch/s390/lib/crypto/Eric Biggers8-9/+12