summaryrefslogtreecommitdiff
path: root/fs/unicode
AgeCommit message (Expand)Author
2023-04-13unicode: remove MODULE_LICENSE in non-modulesNick Alcock
2022-02-14kbuild: unify cmd_copy and cmd_shippedMasahiro Yamada
2022-02-01Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-01-20unicode: clean up the Kconfig symbol confusionChristoph Hellwig
2022-01-17unicode: fix .gitignore for generated utfdata fileLinus Torvalds
2021-10-12unicode: only export internal symbols for the selftestsChristoph Hellwig
2021-10-12unicode: Add utf8-data moduleChristoph Hellwig
2021-10-11unicode: cache the normalization tables in struct unicode_mapChristoph Hellwig
2021-10-11unicode: move utf8cursor to utf8-selftest.cChristoph Hellwig
2021-10-11unicode: simplify utf8lenChristoph Hellwig
2021-10-11unicode: remove the unused utf8{,n}age{min,max} functionsChristoph Hellwig
2021-10-11unicode: pass a UNICODE_AGE() tripple to utf8_loadChristoph Hellwig
2021-10-11unicode: remove the charset field from struct unicode_mapChristoph Hellwig
2021-05-02.gitignore: prefix local generated files with a slashMasahiro Yamada
2020-09-10unicode: Add utf8_casefold_hashDaniel Rosenberg
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2019-09-17unicode: make array 'token' static const, makes object smallerColin Ian King
2019-09-17unicode: Move static keyword to the front of declarationsKrzysztof Wilczynski
2019-07-10Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-06-19ext4: optimize case-insensitive lookupsGabriel Krisman Bertazi
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 294Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-12unicode: update to Unicode 12.1.0 finalTheodore Ts'o
2019-05-12unicode: add missing check for an error return from utf8lookup()Theodore Ts'o
2019-04-28unicode: refactor the rule for regenerating utf8data.hMasahiro Yamada
2019-04-25unicode: update unicode database unicode version 12.1.0Gabriel Krisman Bertazi
2019-04-25unicode: introduce test module for normalized utf8 implementationGabriel Krisman Bertazi
2019-04-25unicode: implement higher level API for string handlingGabriel Krisman Bertazi
2019-04-25unicode: reduce the size of utf8data[]Olaf Weber
2019-04-25unicode: introduce code for UTF-8 normalizationOlaf Weber
2019-04-25unicode: introduce UTF-8 character databaseGabriel Krisman Bertazi