aboutsummaryrefslogtreecommitdiff
path: root/fs/unicode
AgeCommit message (Expand)AuthorFilesLines
2023-04-13unicode: remove MODULE_LICENSE in non-modulesGravatar Nick Alcock 1-1/+0
2022-02-14kbuild: unify cmd_copy and cmd_shippedGravatar Masahiro Yamada 1-1/+1
2022-02-01Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-15/+9
2022-01-20unicode: clean up the Kconfig symbol confusionGravatar Christoph Hellwig 2-15/+9
2022-01-17unicode: fix .gitignore for generated utfdata fileGravatar Linus Torvalds 1-1/+1
2021-10-12unicode: only export internal symbols for the selftestsGravatar Christoph Hellwig 1-4/+7
2021-10-12unicode: Add utf8-data moduleGravatar Christoph Hellwig 8-91/+124
2021-10-11unicode: cache the normalization tables in struct unicode_mapGravatar Christoph Hellwig 4-94/+78
2021-10-11unicode: move utf8cursor to utf8-selftest.cGravatar Christoph Hellwig 3-18/+6
2021-10-11unicode: simplify utf8lenGravatar Christoph Hellwig 3-31/+5
2021-10-11unicode: remove the unused utf8{,n}age{min,max} functionsGravatar Christoph Hellwig 2-129/+0
2021-10-11unicode: pass a UNICODE_AGE() tripple to utf8_loadGravatar Christoph Hellwig 4-73/+17
2021-10-11unicode: remove the charset field from struct unicode_mapGravatar Christoph Hellwig 1-3/+0
2021-05-02.gitignore: prefix local generated files with a slashGravatar Masahiro Yamada 1-2/+2
2020-09-10unicode: Add utf8_casefold_hashGravatar Daniel Rosenberg 1-1/+22
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 1-1/+1
2019-09-17unicode: make array 'token' static const, makes object smallerGravatar Colin Ian King 1-1/+1
2019-09-17unicode: Move static keyword to the front of declarationsGravatar Krzysztof Wilczynski 1-2/+2
2019-07-10Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+28
2019-06-19ext4: optimize case-insensitive lookupsGravatar Gabriel Krisman Bertazi 1-0/+28
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 294Gravatar Thomas Gleixner 2-20/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Gravatar Thomas Gleixner 1-9/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-12unicode: update to Unicode 12.1.0 finalGravatar Theodore Ts'o 1-21/+7
2019-05-12unicode: add missing check for an error return from utf8lookup()Gravatar Theodore Ts'o 1-0/+2
2019-04-28unicode: refactor the rule for regenerating utf8data.hGravatar Masahiro Yamada 5-16/+3455
2019-04-25unicode: update unicode database unicode version 12.1.0Gravatar Gabriel Krisman Bertazi 3-2075/+2138
2019-04-25unicode: introduce test module for normalized utf8 implementationGravatar Gabriel Krisman Bertazi 3-0/+326
2019-04-25unicode: implement higher level API for string handlingGravatar Gabriel Krisman Bertazi 4-1/+197
2019-04-25unicode: reduce the size of utf8data[]Gravatar Olaf Weber 4-12646/+3028
2019-04-25unicode: introduce code for UTF-8 normalizationGravatar Olaf Weber 3-0/+756
2019-04-25unicode: introduce UTF-8 character databaseGravatar Gabriel Krisman Bertazi 4-0/+13913