aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bitmap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-06lib: bitmap: make nbits parameter of bitmap_equal unsignedRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: make nbits parameter of bitmap_full unsignedRasmus Villemoes1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_empty unsignedRasmus Villemoes1-2/+2
2011-08-03Merge branch 'apei' into apei-releaseLen Brown1-0/+1
2011-08-03lib, Make gen_pool memory allocator locklessHuang Ying1-0/+1
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko1-0/+1
2011-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis1-1/+4
2010-05-30Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds1-1/+0
2010-05-27cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner1-0/+1
2009-12-16bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_areaAkinobu Mita1-0/+11
2009-08-21Make bitmask 'and' operators return a result codeLinus Torvalds1-10/+8
2008-12-30bitmap: test for constant as well as small size for inline versionsRusty Russell1-16/+19
2008-10-23Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwbLinus Torvalds1-0/+1
2008-10-20bitmask: remove bitmap_scnprintf_len()Lai Jiangshan1-1/+0
2008-09-17bitmap: add bitmap_copy_le()David Vrabel1-0/+1