summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2025-07-16s390/pai_crypto: Rename PAI Crypto event 4210Thomas Richter1-1/+1
2025-07-14s390/ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note namesDave Martin1-21/+21
2025-07-14lib/crypto: s390/sha1: Migrate optimized code into libraryEric Biggers5-116/+0
2025-07-14Merge branch 'tip/sched/urgent'Peter Zijlstra5-17/+51
2025-07-14smpboot: introduce SDTL_INIT() helper to tidy sched topology setupLi Chen1-5/+5
2025-07-10Merge tag 'nf-next-25-07-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2-2/+0
2025-07-10s390/boot: Introduce jump_to_kernel() functionIlya Leoshkevich5-3/+20
2025-07-10s390/stp: Remove udelay from stp_sync_clock()Sven Schnelle1-1/+1
2025-07-09mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual1-2/+0
2025-07-09mm/percpu: conditionally define _shared_alloc_tag via CONFIG_ARCH_MODULE_NEED...Hao Ge2-3/+3
2025-07-09s390/early: Copy last breaking event address to pt_regsHeiko Carstens1-0/+1
2025-07-08Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+5
2025-07-04lib/crypto: sha256: Make library API use strongly-typed contextsEric Biggers1-1/+1
2025-07-03crypto: s390/sha - Fix uninitialized variable in SHA-1 and SHA-2Eric Biggers2-0/+5
2025-07-03netfilter: conntrack: remove DCCP protocol supportPablo Neira Ayuso2-2/+0
2025-07-02fs: introduce file_getattr and file_setattr syscallsAndrey Albershteyn1-0/+2
2025-07-01s390/bpf: Describe the frame using a struct instead of constantsIlya Leoshkevich2-77/+47
2025-07-01s390/bpf: Centralize frame offset calculationsIlya Leoshkevich1-30/+26
2025-06-30lib/crc: s390: Migrate optimized CRC code into lib/crc/Eric Biggers6-507/+0
2025-06-30lib/crypto: s390: Move arch/s390/lib/crypto/ into lib/crypto/Eric Biggers7-1046/+0
2025-06-30lib/crypto: s390/sha512: Migrate optimized SHA-512 code to libraryEric Biggers5-164/+0
2025-06-30crypto: sha512 - Rename conflicting symbolsEric Biggers1-4/+4
2025-06-30s390/smp: Remove conditional emergency signal order code usageHeiko Carstens1-4/+1
2025-06-29Merge branch 'uaccess-key' into featuresAlexander Gordeev7-187/+312
2025-06-29s390/uaccess: Merge cmpxchg_user_key() inline assembliesHeiko Carstens1-55/+25
2025-06-29s390/uaccess: Prevent kprobes on cmpxchg_user_key() functionsHeiko Carstens1-10/+11
2025-06-29s390/uaccess: Initialize code pages executed with non-default access keyHeiko Carstens1-5/+21
2025-06-29s390/skey: Provide infrastructure for executing with non-default access keyHeiko Carstens4-1/+88
2025-06-29s390/uaccess: Make cmpxchg_user_key() library codeHeiko Carstens2-181/+224
2025-06-29s390/page: Add memory clobber to page_set_storage_key()Heiko Carstens1-2/+4
2025-06-29s390/page: Cleanup page_set_storage_key() inline assembliesHeiko Carstens1-5/+11
2025-06-28s390/pci: Allow automatic recovery with minimal driver supportNiklas Schnelle1-15/+29
2025-06-28s390/pci: Do not try re-enabling load/store if device is disabledNiklas Schnelle1-0/+4
2025-06-28s390/pci: Fix stale function handles in error handlingNiklas Schnelle1-0/+11
2025-06-26s390/nmi: Print additional informationHeiko Carstens3-5/+75
2025-06-26crypto: s390 - Add selftest support for phmacHarald Freudenberger1-0/+137
2025-06-26crypto: s390 - New s390 specific protected key hash phmacHarald Freudenberger4-0/+914
2025-06-26s390/crypto: Add protected key hmac subfunctions for KMACHolger Dengler1-0/+4
2025-06-25s390/boot: Use -D__DISABLE_EXPORTSPetr Pavlu1-2/+2
2025-06-23s390/boot: Use the full title of the manual for facility bitsXose Vazquez Perez1-1/+1
2025-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman1-1/+1
2025-06-17s390: Remove unnecessary include <linux/export.h>Heiko Carstens9-9/+0
2025-06-17s390: Explicitly include <linux/export.h>Heiko Carstens24-0/+30
2025-06-17s390/ptrace: Fix pointer dereferencing in regs_get_kernel_stack_nth()Heiko Carstens1-1/+1
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh3-11/+11
2025-06-16s390: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth33-65/+65
2025-06-16s390: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headersThomas Huth3-6/+7
2025-06-13crypto: s390/sha3 - Use cpu byte-order when exportingHerbert Xu3-15/+37
2025-06-13crypto: s390/hmac - Fix counter in export stateHerbert Xu1-4/+8
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-1/+1