aboutsummaryrefslogtreecommitdiff
path: root/lib/bitmap.c
AgeCommit message (Expand)Author
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
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko
2011-06-15lib/bitmap.c: fix kernel-doc notationRandy Dunlap
2011-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis
2011-03-31Fix common misspellingsLucas De Marchi
2010-10-26lib/bitmap.c: use hex_to_bin()Andy Shevchenko
2010-05-30Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds
2010-05-27cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner
2010-03-06bitmap: use for_each_set_bit()Akinobu Mita
2010-03-06lib: fix first line of kernel-doc for a few functionsBen Hutchings
2009-12-16bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_areaAkinobu Mita
2009-08-21Make bitmask 'and' operators return a result codeLinus Torvalds
2009-03-12bitmap: fix end condition in bitmap_find_free_regionLinus Torvalds
2008-10-23Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2008-10-20bitmask: remove bitmap_scnprintf_len()Lai Jiangshan
2008-09-17bitmap: add bitmap_copy_le()David Vrabel
2008-08-12seq_file: add seq_cpumask(), seq_nodemask()Alexey Dobriyan
2008-05-13cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_lenPaul Jackson
2008-04-28mempolicy: add bitmap_onto() and bitmap_fold() operationsPaul Jackson
2008-04-19cpumask: add cpumask_scnprintf_len functionMike Travis