Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-29 | Revert "parisc: Add assembly implementations for memset, strlen, strcpy, ↵ | Helge Deller | 1 | -0/+72 | |
strncpy and strcat" This reverts commit 83af58f8068ea3f7b3c537c37a30887bfa585069. It turns out that at least the assembly implementation for strncpy() was buggy. Revert the whole commit and return back to the default coding. Signed-off-by: Helge Deller <[email protected]> Cc: <[email protected]> # v5.4+ Cc: Rasmus Villemoes <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2019-08-03 | parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and ↵ | Helge Deller | 1 | -91/+0 | |
strcat Add performance-optimized versions of some string functions. Signed-off-by: Helge Deller <[email protected]> Tested-by: Sven Schnelle <[email protected]> | |||||
2005-04-16 | Linux-2.6.12-rc2 | Linus Torvalds | 1 | -0/+91 | |
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip! |