summaryrefslogtreecommitdiffstats
path: root/fs/unicode
AgeCommit message (Expand)AuthorLines
2025-02-12unicode: kunit: change tests filename and pathGabriela Bittencourt-2/+2
2025-02-10unicode: kunit: refactor selftest to kunit testsGabriela Bittencourt-84/+77
2024-12-11Revert "unicode: Don't special case ignorable code points"Linus Torvalds-3346/+3427
2024-11-22Merge tag 'unicode-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+9
2024-10-28unicode: Recreate utf8_parse_version()André Almeida-0/+26
2024-10-28unicode: Export latest available UTF-8 version numberAndré Almeida-3/+0
2024-10-09unicode: Don't special case ignorable code pointsGabriel Krisman Bertazi-3427/+3346
2024-09-13unicode: change the reference of database fileGan Jie-5/+5
2024-09-03unicode: Fix utf8_load() error pathAndré Almeida-1/+1
2024-08-13unicode: constify utf8 data tableThomas Weißschuh-3/+3
2024-06-20unicode: add MODULE_DESCRIPTION() macrosJeff Johnson-0/+3
2024-06-20unicode: make utf8 test count staticBen Dooks-2/+2
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada-7/+7
2023-04-13unicode: remove MODULE_LICENSE in non-modulesNick Alcock-1/+0
2022-02-14kbuild: unify cmd_copy and cmd_shippedMasahiro Yamada-1/+1
2022-02-01Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-15/+9
2022-01-20unicode: clean up the Kconfig symbol confusionChristoph Hellwig-15/+9
2022-01-17unicode: fix .gitignore for generated utfdata fileLinus Torvalds-1/+1
2021-10-12unicode: only export internal symbols for the selftestsChristoph Hellwig-4/+7
2021-10-12unicode: Add utf8-data moduleChristoph Hellwig-91/+124
2021-10-11unicode: cache the normalization tables in struct unicode_mapChristoph Hellwig-94/+78
2021-10-11unicode: move utf8cursor to utf8-selftest.cChristoph Hellwig-18/+6
2021-10-11unicode: simplify utf8lenChristoph Hellwig-31/+5
2021-10-11unicode: remove the unused utf8{,n}age{min,max} functionsChristoph Hellwig-129/+0
2021-10-11unicode: pass a UNICODE_AGE() tripple to utf8_loadChristoph Hellwig-73/+17
2021-10-11unicode: remove the charset field from struct unicode_mapChristoph Hellwig-3/+0
2021-05-02.gitignore: prefix local generated files with a slashMasahiro Yamada-2/+2
2020-09-10unicode: Add utf8_casefold_hashDaniel Rosenberg-1/+22
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+1
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada-1/+1
2019-09-17unicode: make array 'token' static const, makes object smallerColin Ian King-1/+1
2019-09-17unicode: Move static keyword to the front of declarationsKrzysztof Wilczynski-2/+2
2019-07-10Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+28
2019-06-19ext4: optimize case-insensitive lookupsGabriel Krisman Bertazi-0/+28
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 294Thomas Gleixner-20/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner-9/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-12unicode: update to Unicode 12.1.0 finalTheodore Ts'o-21/+7
2019-05-12unicode: add missing check for an error return from utf8lookup()Theodore Ts'o-0/+2
2019-04-28unicode: refactor the rule for regenerating utf8data.hMasahiro Yamada-16/+3455
2019-04-25unicode: update unicode database unicode version 12.1.0Gabriel Krisman Bertazi-2075/+2138
2019-04-25unicode: introduce test module for normalized utf8 implementationGabriel Krisman Bertazi-0/+326
2019-04-25unicode: implement higher level API for string handlingGabriel Krisman Bertazi-1/+197
2019-04-25unicode: reduce the size of utf8data[]Olaf Weber-12646/+3028
2019-04-25unicode: introduce code for UTF-8 normalizationOlaf Weber-0/+756
2019-04-25unicode: introduce UTF-8 character databaseGabriel Krisman Bertazi-0/+13913