summaryrefslogtreecommitdiff
path: root/kern/bitmap.h
AgeCommit message (Expand)Author
2018-02-24Update license note about modules from librbraunRichard Braun
2018-02-24Don't use reserved identifiersRichard Braun
2017-06-15kern/bitmap: make bitmap_lookup conform to coding rulesRichard Braun
2017-06-13Various atomic access fixesRichard Braun
2017-05-31Move limits.h to the include directoryRichard Braun
2017-05-09Replace sequential consistency with more efficient ordersAgustina Arzille
2017-04-04Use the new atomic operations interfaceAgustina Arzille
2017-02-04Clean up compilationRichard Braun
2016-12-09Force brackets around one-line conditional statementsRichard Braun
2014-05-05kern/bitmap: add cmp/and/or/xor operationsRichard Braun
2014-01-03Update calls to atomic operationsRichard Braun
2013-05-15kern/bitmap: move helper functions to bitmap_i.hRichard Braun
2013-05-15kern/bitmap: new bitmap_copy functionRichard Braun
2013-03-08kern/bitmap: add const keywords where appropriateRichard Braun
2013-03-08kern/bitmap: remove volatile keywordsRichard Braun
2013-03-08kern/bitmap: new functionsRichard Braun
2013-03-08kern/bitmap: rename bitmap_init, new bitmap_fill functionRichard Braun
2013-03-08kern/bitmap: add the bitmap_for_each macroRichard Braun
2013-03-07kern/bitmap: new moduleRichard Braun