aboutsummaryrefslogtreecommitdiffstats
path: root/lib/uuid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld1-1/+1
2020-03-23uuid: Provide a GUID generator for raw bufferAndy Shevchenko1-0/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2017-12-11Documentation: add UUID/GUID to kernel-apiRandy Dunlap1-17/+17
2017-06-05uuid: hoist uuid_is_null() helper from libnvdimmChristoph Hellwig1-0/+5
2017-06-05uuid: don't export guid_index and uuid_indexChristoph Hellwig1-2/+0
2017-06-05uuid: rename uuid typesChristoph Hellwig1-15/+15
2016-05-30lib/uuid.c: use correct offset in uuid parserBjørn Mork1-2/+2
2016-05-20lib/uuid.c: remove FSF addressAndy Shevchenko1-5/+1
2016-05-20lib/uuid.c: introduce a few more generic helpersAndy Shevchenko1-0/+65
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko1-0/+20
2013-04-29uuid: use prandom_bytes()Akinobu Mita1-7/+1
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2010-05-19Unified UUID/GUID definitionHuang Ying1-0/+53