summaryrefslogtreecommitdiff
path: root/lib/bitmap.c
AgeCommit message (Expand)Author
2015-08-03__bitmap_parselist: fix bug in empty string handlingChris Metcalf
2015-04-17lib/bitmap.c: bitmap_[empty,full]: remove code duplicationYury Norov
2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo
2015-02-13bitmap: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13lib/vsprintf: implement bitmap printing through '%*pb[l]'Tejun Heo
2015-02-13lib: bitmap: remove redundant code from __bitmap_shift_leftRasmus Villemoes
2015-02-13lib: bitmap: eliminate branch in __bitmap_shift_leftRasmus Villemoes
2015-02-13lib: bitmap: change bitmap_shift_left to take unsigned parametersRasmus Villemoes
2015-02-13lib: bitmap: yet another simplification in __bitmap_shift_rightRasmus Villemoes
2015-02-13lib: bitmap: remove redundant code from __bitmap_shift_rightRasmus Villemoes
2015-02-13lib: bitmap: eliminate branch in __bitmap_shift_rightRasmus Villemoes
2015-02-13lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes
2015-02-13lib/bitmap.c: elide bitmap_copy_le on little-endianRasmus Villemoes
2015-02-13lib/bitmap.c: change prototype of bitmap_copy_leRasmus Villemoes
2015-02-12lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes
2015-02-12lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes
2015-02-12lib/bitmap.c: simplify bitmap_pos_to_ordRasmus Villemoes
2015-02-12lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes
2015-02-12lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-13lib: bitmap: add alignment offset for bitmap_find_next_zero_area()Michal Nazarewicz
2014-11-07cpumask: factor out show_cpumap into separate helper functionSudeep Holla
2014-10-29lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()Jan Kara
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida
2014-08-06lib: bitmap: add missing mask in bitmap_andnotRasmus Villemoes
2014-08-06lib: bitmap: add missing mask in bitmap_andRasmus Villemoes
2014-08-06lib: bitmap: micro-optimize bitmap_allocate_regionRasmus Villemoes
2014-08-06lib: bitmap: change parameter of bitmap_*_region to unsignedRasmus Villemoes
2014-08-06lib: bitmap: fix typo in kerneldoc for bitmap_pos_to_ordRasmus Villemoes
2014-08-06lib: bitmap: simplify bitmap_parselistRasmus Villemoes
2014-08-06lib: bitmap: make the start index of bitmap_clear unsignedRasmus Villemoes
2014-08-06lib: bitmap: make the start index of bitmap_set unsignedRasmus Villemoes
2014-08-06lib: bitmap: make nbits parameter of bitmap_weight unsignedRasmus Villemoes
2014-08-06lib: bitmap: make nbits parameter of bitmap_subset unsignedRasmus Villemoes
2014-08-06lib: bitmap: make nbits parameter of bitmap_intersects unsignedRasmus Villemoes
2014-08-06lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsignedRasmus Villemoes
2014-08-06lib: bitmap: remove unnecessary mask from bitmap_complementRasmus Villemoes
2014-08-06lib: bitmap: make nbits parameter of bitmap_complement unsignedRasmus Villemoes
2014-08-06lib: bitmap: make nbits parameter of bitmap_equal unsignedRasmus Villemoes
2014-08-06lib: bitmap: make nbits parameter of bitmap_full unsignedRasmus Villemoes
2014-08-06lib: bitmap: make nbits parameter of bitmap_empty unsignedRasmus Villemoes
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers
2012-05-29lib/bitmap.c: fix documentation for scnprintf() functionsAndrew Morton
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker
2012-02-29bug.h: add include of it to various implicit C usersPaul Gortmaker
2011-10-31lib/bitmap.c: quiet sparse noise about address spaceH Hartley Sweeten
2011-08-03Merge branch 'apei' into apei-releaseLen Brown
2011-08-03lib, Make gen_pool memory allocator locklessHuang Ying