aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-26sparc: Drop the "-ansi" from the asflagsThomas Huth1-1/+1
2025-09-19sparc: fix accurate exception reporting in copy_{from,to}_user for M7Michael Karcher2-10/+19
2025-09-19sparc: fix accurate exception reporting in copy_to_user for Niagara 4Michael Karcher1-1/+1
2025-09-19sparc: fix accurate exception reporting in copy_{from_to}_user for NiagaraMichael Karcher1-11/+18
2025-09-19sparc: fix accurate exception reporting in copy_{from_to}_user for UltraSPARC...Michael Karcher1-1/+1
2025-09-19sparc: fix accurate exception reporting in copy_{from_to}_user for UltraSPARCMichael Karcher1-9/+10
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds5-155/+0
2025-06-30lib/crc: sparc: Migrate optimized CRC code into lib/crc/Eric Biggers3-115/+0
2025-06-30lib/crypto: sparc: Move arch/sparc/lib/crypto/ into lib/crypto/Eric Biggers5-155/+0
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds6-2/+156
2025-05-09lib/crc: make arch-optimized code use subsys_initcallEric Biggers1-1/+1
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: sparc/sha256 - implement library instead of shashEric Biggers5-0/+155
2025-05-05crypto: sparc - move opcodes.h into asm directoryEric Biggers1-2/+1
2025-04-28sparc/crc: drop "glue" from filenamesEric Biggers2-2/+2
2025-04-28lib/crc: make the CPU feature static keys __ro_after_initEric Biggers1-1/+1
2025-02-08lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers1-5/+5
2024-12-01sparc/crc32: expose CRC32 functions through libEric Biggers3-0/+116
2024-04-09sparc32: add __cmpxchg_u{8,16}() and teach __cmpxchg() to handle those sizesAl Viro1-0/+4
2024-04-09sparc32: unify __cmpxchg_u{32,64}Al Viro1-25/+16
2024-04-09sparc32: make the first argument of __cmpxchg_u64() volatile u64 *Al Viro1-1/+1
2024-04-09sparc32: make __cmpxchg_u32() return u32Al Viro1-2/+2
2024-03-08sparc32: Use generic cmpdi2/ucmpdi2 variantsSam Ravnborg3-50/+2
2023-12-10arch: turn off -Werror for architectures with known warningsArnd Bergmann1-1/+0
2023-10-27sparc32: fix a braino in fault handling in csum_and_copy_..._user()Al Viro1-1/+1
2023-08-22sparc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada36-36/+37
2022-06-30bitops: wrap non-atomic bitops with a transparent macroAlexander Lobakin1-6/+6
2022-02-25sparc64: remove CONFIG_SET_FS supportArnd Bergmann1-2/+1
2021-09-20sparc64: fix pci_iounmap() when CONFIG_PCI is not setLinus Torvalds1-0/+2
2021-05-26locking/atomic: sparc: move to ARCH_ATOMICMark Rutland2-33/+33
2021-01-03sparc32: switch copy_user.S away from range exception table entriesAl Viro1-203/+112
2021-01-03sparc32: get rid of range exception table entries in checksum_32.SAl Viro1-37/+27
2021-01-03sparc32: switch __bzero() away from range exception table entriesAl Viro1-40/+32
2021-01-03sparc32: kill lookup_fault()Al Viro1-3/+0
2021-01-03sparc32: don't bother with lookup_fault() in __bzero()Al Viro1-12/+3
2020-12-08[regression fix] really dumb fuckup in sparc64 __csum_partial_copy() changesAl Viro1-1/+1
2020-08-20sparc64: propagate the calling convention changes down to __csum_partial_copy...Al Viro3-6/+7
2020-08-20sparc32: propagate the calling conventions change down to __csum_partial_copy...Al Viro1-164/+38
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro1-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport2-2/+2
2019-07-09sparc64: Add missing newline at end of fileGeert Uytterhoeven1-1/+1
2019-06-13sparc: Remove redundant copy of the LGPL-2.0Thomas Huth1-481/+0
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 14Thomas Gleixner3-42/+6
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-2/+2
2017-12-27sparc64: repair calling incorrect hweight function from stubsJan Engelhardt1-2/+2
2017-11-29sparc64: Fix boot on T4 and later.David S. Miller1-1/+1
2017-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds6-0/+184
2017-11-15sparc64: Use sparc optimized fls and __fls for T4 and aboveVijay Kumar1-0/+9