summaryrefslogtreecommitdiffstats
path: root/lib/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* lib: bitmap: add missing mask in bitmap_andnotRasmus Villemoes2014-08-061-2/+5
* lib: bitmap: add missing mask in bitmap_andRasmus Villemoes2014-08-061-2/+5
* lib: bitmap: micro-optimize bitmap_allocate_regionRasmus Villemoes2014-08-061-2/+1
* lib: bitmap: change parameter of bitmap_*_region to unsignedRasmus Villemoes2014-08-061-6/+6
* lib: bitmap: fix typo in kerneldoc for bitmap_pos_to_ordRasmus Villemoes2014-08-061-1/+1
* lib: bitmap: simplify bitmap_parselistRasmus Villemoes2014-08-061-7/+2
* lib: bitmap: make the start index of bitmap_clear unsignedRasmus Villemoes2014-08-061-5/+5
* lib: bitmap: make the start index of bitmap_set unsignedRasmus Villemoes2014-08-061-5/+5
* lib: bitmap: make nbits parameter of bitmap_weight unsignedRasmus Villemoes2014-08-061-2/+3
* lib: bitmap: make nbits parameter of bitmap_subset unsignedRasmus Villemoes2014-08-061-2/+2
* lib: bitmap: make nbits parameter of bitmap_intersects unsignedRasmus Villemoes2014-08-061-2/+2
* lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsignedRasmus Villemoes2014-08-061-12/+12
* lib: bitmap: remove unnecessary mask from bitmap_complementRasmus Villemoes2014-08-061-1/+1
* lib: bitmap: make nbits parameter of bitmap_complement unsignedRasmus Villemoes2014-08-061-2/+2
* lib: bitmap: make nbits parameter of bitmap_equal unsignedRasmus Villemoes2014-08-061-2/+2
* lib: bitmap: make nbits parameter of bitmap_full unsignedRasmus Villemoes2014-08-061-2/+2
* lib: bitmap: make nbits parameter of bitmap_empty unsignedRasmus Villemoes2014-08-061-2/+2
* propagate name change to comments in kernel sourceNadia Yvette Chambers2012-12-061-1/+1
* lib/bitmap.c: fix documentation for scnprintf() functionsAndrew Morton2012-05-291-6/+6
* Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+2
|\
| * lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+2
* | bug.h: add include of it to various implicit C usersPaul Gortmaker2012-02-291-0/+1
|/
* lib/bitmap.c: quiet sparse noise about address spaceH Hartley Sweeten2011-10-311-4/+6
* Merge branch 'apei' into apei-releaseLen Brown2011-08-031-2/+0
|\
| * lib, Make gen_pool memory allocator locklessHuang Ying2011-08-031-2/+0
* | cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko2011-07-261-1/+1
|/
* lib/bitmap.c: fix kernel-doc notationRandy Dunlap2011-06-151-1/+1
* bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis2011-05-251-12/+97
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* lib/bitmap.c: use hex_to_bin()Andy Shevchenko2010-10-261-2/+1
* Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds2010-05-301-1/+1
* cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner2010-05-271-1/+1
* bitmap: use for_each_set_bit()Akinobu Mita2010-03-061-9/+4
* lib: fix first line of kernel-doc for a few functionsBen Hutchings2010-03-061-3/+3
* bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_areaAkinobu Mita2009-12-161-0/+81
* Make bitmask 'and' operators return a result codeLinus Torvalds2009-08-211-4/+8
* bitmap: fix end condition in bitmap_find_free_regionLinus Torvalds2009-03-121-8/+8
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2008-10-231-0/+22
|\
| * bitmap: add bitmap_copy_le()David Vrabel2008-09-171-0/+22
* | bitmask: remove bitmap_scnprintf_len()Lai Jiangshan2008-10-201-11/+0
|/
* seq_file: add seq_cpumask(), seq_nodemask()Alexey Dobriyan2008-08-121-0/+11
* cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_lenPaul Jackson2008-05-131-16/+0
* mempolicy: add bitmap_onto() and bitmap_fold() operationsPaul Jackson2008-04-281-0/+158
* cpumask: add cpumask_scnprintf_len functionMike Travis2008-04-191-0/+16
* Fix bitmap_scnlistprintf for empty masksAndi Kleen2007-11-051-0/+4
* [PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)Randy Dunlap2007-03-011-8/+8
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-111-4/+4
* [PATCH] bitmap: parse input from kernel and user buffersReinette Chatre2006-10-111-11/+43
* [PATCH] kernel-doc for lib/bitmap.cRandy Dunlap2006-06-251-15/+16
* [PATCH] bitops: hweight() related cleanupAkinobu Mita2006-03-261-17/+2