aboutsummaryrefslogtreecommitdiff
path: root/arch/openrisc/lib/string.S
AgeCommit message (Collapse)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the gnu general public license as published by the free software foundation either version 2 of the license or at your option any later version extracted by the scancode license scanner the SPDX license identifier GPL-2.0-or-later has been chosen to replace the boilerplate/reference in 3029 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Allison Randal <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
2012-05-27openrisc: use generic strnlen_user() functionJonas Bonn1-47/+0
The generic version is both easier to support and more correct. Signed-off-by: Jonas Bonn <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2012-05-25openrisc: use generic strncpy_from_userJonas Bonn1-52/+0
As per commits 2922585b9329 ("lib: Sparc's strncpy_from_user is generic enough, move under lib/") and 92ae03f2ef99 ("x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it up"), and corresponding discussion on linux-arch. Signed-off-by: Jonas Bonn <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2011-07-22OpenRISC: Library routinesJonas Bonn1-0/+204
Signed-off-by: Jonas Bonn <[email protected]> Reviewed-by: Arnd Bergmann <[email protected]>