summaryrefslogtreecommitdiffstats
path: root/fs/unicode
Commit message (Expand)AuthorAgeFilesLines
* unicode: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
* kbuild: unify cmd_copy and cmd_shippedMasahiro Yamada2022-02-141-1/+1
* Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-02-012-15/+9
|\
| * unicode: clean up the Kconfig symbol confusionChristoph Hellwig2022-01-202-15/+9
* | unicode: fix .gitignore for generated utfdata fileLinus Torvalds2022-01-171-1/+1
|/
* unicode: only export internal symbols for the selftestsChristoph Hellwig2021-10-121-4/+7
* unicode: Add utf8-data moduleChristoph Hellwig2021-10-128-91/+124
* unicode: cache the normalization tables in struct unicode_mapChristoph Hellwig2021-10-114-94/+78
* unicode: move utf8cursor to utf8-selftest.cChristoph Hellwig2021-10-113-18/+6
* unicode: simplify utf8lenChristoph Hellwig2021-10-113-31/+5
* unicode: remove the unused utf8{,n}age{min,max} functionsChristoph Hellwig2021-10-112-129/+0
* unicode: pass a UNICODE_AGE() tripple to utf8_loadChristoph Hellwig2021-10-114-73/+17
* unicode: remove the charset field from struct unicode_mapChristoph Hellwig2021-10-111-3/+0
* .gitignore: prefix local generated files with a slashMasahiro Yamada2021-05-021-2/+2
* unicode: Add utf8_casefold_hashDaniel Rosenberg2020-09-101-1/+22
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-1/+1
* unicode: make array 'token' static const, makes object smallerColin Ian King2019-09-171-1/+1
* unicode: Move static keyword to the front of declarationsKrzysztof Wilczynski2019-09-171-2/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-07-101-0/+28
|\
| * ext4: optimize case-insensitive lookupsGabriel Krisman Bertazi2019-06-191-0/+28
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 294Thomas Gleixner2019-06-052-20/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* unicode: update to Unicode 12.1.0 finalTheodore Ts'o2019-05-121-21/+7
* unicode: add missing check for an error return from utf8lookup()Theodore Ts'o2019-05-121-0/+2
* unicode: refactor the rule for regenerating utf8data.hMasahiro Yamada2019-04-285-16/+3455
* unicode: update unicode database unicode version 12.1.0Gabriel Krisman Bertazi2019-04-253-2075/+2138
* unicode: introduce test module for normalized utf8 implementationGabriel Krisman Bertazi2019-04-253-0/+326
* unicode: implement higher level API for string handlingGabriel Krisman Bertazi2019-04-254-1/+197
* unicode: reduce the size of utf8data[]Olaf Weber2019-04-254-12646/+3028
* unicode: introduce code for UTF-8 normalizationOlaf Weber2019-04-253-0/+756
* unicode: introduce UTF-8 character databaseGabriel Krisman Bertazi2019-04-254-0/+13913