aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bitmap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-31linux/bitmap.h: relax comment on compile-time constant nbitsRasmus Villemoes1-2/+2
2018-10-31linux/bitmap.h: fix type of nbits in bitmap_shift_right()Rasmus Villemoes1-1/+1
2018-10-31linux/bitmap.h: remove redundant uses of small_const_nbits()Rasmus Villemoes1-18/+6
2018-10-31linux/bitmap.h: handle constant zero-size bitmaps correctlyRasmus Villemoes1-1/+6
2018-08-01bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free()Andy Shevchenko1-0/+8
2018-04-02bitmap: fix memset optimization on big-endian systemsOmar Sandoval1-5/+17
2018-02-06lib: optimize cpumask_next_and()Clement Courbet1-1/+5
2018-02-06include/linux/bitmap.h: make bitmap_fill() and bitmap_zero() consistentAndy Shevchenko1-5/+10
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov1-10/+1
2018-02-06bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32Yury Norov1-0/+31
2017-11-13Merge tag 'docs-4.15' of git://git.lwn.net/linuxLinus Torvalds1-52/+62
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-19documentation: kernel-api: add more info on bitmap functionsRandy Dunlap1-48/+57
2017-09-26Documentation: kernel-api: add bitmap operations from linux/bitmap.hRandy Dunlap1-4/+5
2017-09-08bitmap: introduce BITMAP_FROM_U64()Yury Norov1-0/+32
2017-07-10bitmap: use memcmp optimisation in more situationsMatthew Wilcox1-3/+1
2017-07-10include/linux/bitmap.h: turn bitmap_set and bitmap_clear into memset when possibleMatthew Wilcox1-0/+6
2017-07-10bitmap: optimise bitmap_set and bitmap_clear of a single bitMatthew Wilcox1-3/+20
2016-08-18bitmap.h, perf/core: Fix the mask in perf_output_sample_regs()Madhavan Srinivasan1-0/+18
2016-08-04include/linux/bitmap.h: cleanupAndrew Morton1-4/+3
2016-06-13bitmap: bitmap_equal memcmp optimizationMartin Schwidefsky1-0/+4
2016-02-19lib/bitmap.c: conversion routines to/from u32 arrayDavid Decotigny1-0/+10
2015-08-05linux/bitmap: Force inlining of bitmap weight functionsDenys Vlasenko1-1/+1
2015-04-17lib/bitmap.c: bitmap_[empty,full]: remove code duplicationYury Norov1-4/+4
2015-04-15linux/bitmap.h: improve BITMAP_{LAST,FIRST}_WORD_MASKRasmus Villemoes1-6/+2
2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo1-7/+0
2015-02-13lib: bitmap: change bitmap_shift_left to take unsigned parametersRasmus Villemoes1-6/+6
2015-02-13lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes1-6/+6
2015-02-13lib/bitmap.c: elide bitmap_copy_le on little-endianRasmus Villemoes1-0/+4
2015-02-13lib/bitmap.c: change prototype of bitmap_copy_leRasmus Villemoes1-1/+1
2015-02-12lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes1-1/+1
2015-02-12lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes1-1/+1
2015-02-12lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes1-1/+1
2015-02-12lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes1-1/+1
2015-02-12lib/bitmap.c: more signed->unsigned conversionsRasmus Villemoes1-7/+7
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+3
2014-12-13lib: bitmap: add alignment offset for bitmap_find_next_zero_area()Michal Nazarewicz1-5/+31
2014-11-07cpumask: factor out show_cpumap into separate helper functionSudeep Holla1-0/+3
2014-08-06lib: bitmap: add missing mask in bitmap_andnotRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: add missing mask in bitmap_andRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: add missing mask in bitmap_shift_rightRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: change parameter of bitmap_*_region to unsignedRasmus Villemoes1-3/+3
2014-08-06lib: bitmap: make the start index of bitmap_clear unsignedRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: make the start index of bitmap_set unsignedRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: make nbits parameter of bitmap_weight unsignedRasmus Villemoes1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_subset unsignedRasmus Villemoes1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_intersects unsignedRasmus Villemoes1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsignedRasmus Villemoes1-8/+8
2014-08-06lib: bitmap: remove unnecessary mask from bitmap_complementRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: make nbits parameter of bitmap_complement unsignedRasmus Villemoes1-3/+3