aboutsummaryrefslogtreecommitdiff
path: root/lib/bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-13lib/bitmap.c: elide bitmap_copy_le on little-endianGravatar Rasmus Villemoes 1-0/+2
2015-02-13lib/bitmap.c: change prototype of bitmap_copy_leGravatar Rasmus Villemoes 1-5/+4
2015-02-12lib/bitmap.c: make the bits parameter of bitmap_remap unsignedGravatar Rasmus Villemoes 1-8/+8
2015-02-12lib/bitmap.c: simplify bitmap_ord_to_posGravatar Rasmus Villemoes 1-17/+11
2015-02-12lib/bitmap.c: simplify bitmap_pos_to_ordGravatar Rasmus Villemoes 1-16/+6
2015-02-12lib/bitmap.c: change parameters of bitmap_fold to unsignedGravatar Rasmus Villemoes 1-5/+5
2015-02-12lib/bitmap.c: update bitmap_onto to unsignedGravatar Rasmus Villemoes 1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+29
2014-12-13lib: bitmap: add alignment offset for bitmap_find_next_zero_area()Gravatar Michal Nazarewicz 1-11/+13
2014-11-07cpumask: factor out show_cpumap into separate helper functionGravatar Sudeep Holla 1-0/+29
2014-10-29lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()Gravatar Jan Kara 1-2/+6
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+2
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlGravatar Masanari Iida 1-2/+2
2014-08-06lib: bitmap: add missing mask in bitmap_andnotGravatar Rasmus Villemoes 1-2/+5
2014-08-06lib: bitmap: add missing mask in bitmap_andGravatar Rasmus Villemoes 1-2/+5
2014-08-06lib: bitmap: micro-optimize bitmap_allocate_regionGravatar Rasmus Villemoes 1-2/+1
2014-08-06lib: bitmap: change parameter of bitmap_*_region to unsignedGravatar Rasmus Villemoes 1-6/+6
2014-08-06lib: bitmap: fix typo in kerneldoc for bitmap_pos_to_ordGravatar Rasmus Villemoes 1-1/+1
2014-08-06lib: bitmap: simplify bitmap_parselistGravatar Rasmus Villemoes 1-7/+2
2014-08-06lib: bitmap: make the start index of bitmap_clear unsignedGravatar Rasmus Villemoes 1-5/+5
2014-08-06lib: bitmap: make the start index of bitmap_set unsignedGravatar Rasmus Villemoes 1-5/+5
2014-08-06lib: bitmap: make nbits parameter of bitmap_weight unsignedGravatar Rasmus Villemoes 1-2/+3
2014-08-06lib: bitmap: make nbits parameter of bitmap_subset unsignedGravatar Rasmus Villemoes 1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_intersects unsignedGravatar Rasmus Villemoes 1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsignedGravatar Rasmus Villemoes 1-12/+12
2014-08-06lib: bitmap: remove unnecessary mask from bitmap_complementGravatar Rasmus Villemoes 1-1/+1
2014-08-06lib: bitmap: make nbits parameter of bitmap_complement unsignedGravatar Rasmus Villemoes 1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_equal unsignedGravatar Rasmus Villemoes 1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_full unsignedGravatar Rasmus Villemoes 1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_empty unsignedGravatar Rasmus Villemoes 1-2/+2
2012-12-06propagate name change to comments in kernel sourceGravatar Nadia Yvette Chambers 1-1/+1
2012-05-29lib/bitmap.c: fix documentation for scnprintf() functionsGravatar Andrew Morton 1-6/+6
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+2
2012-03-07lib: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+2
2012-02-29bug.h: add include of it to various implicit C usersGravatar Paul Gortmaker 1-0/+1
2011-10-31lib/bitmap.c: quiet sparse noise about address spaceGravatar H Hartley Sweeten 1-4/+6
2011-08-03Merge branch 'apei' into apei-releaseGravatar Len Brown 1-2/+0
2011-08-03lib, Make gen_pool memory allocator locklessGravatar Huang Ying 1-2/+0
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Gravatar Michal Hocko 1-1/+1
2011-06-15lib/bitmap.c: fix kernel-doc notationGravatar Randy Dunlap 1-1/+1
2011-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqGravatar Mike Travis 1-12/+97
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-10-26lib/bitmap.c: use hex_to_bin()Gravatar Andy Shevchenko 1-2/+1
2010-05-30Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Gravatar Linus Torvalds 1-1/+1
2010-05-27cpusets: randomize node rotor used in cpuset_mem_spread_node()Gravatar Jack Steiner 1-1/+1
2010-03-06bitmap: use for_each_set_bit()Gravatar Akinobu Mita 1-9/+4
2010-03-06lib: fix first line of kernel-doc for a few functionsGravatar Ben Hutchings 1-3/+3
2009-12-16bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_areaGravatar Akinobu Mita 1-0/+81
2009-08-21Make bitmask 'and' operators return a result codeGravatar Linus Torvalds 1-4/+8
2009-03-12bitmap: fix end condition in bitmap_find_free_regionGravatar Linus Torvalds 1-8/+8