aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bitmap.h
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-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: add missing mask in bitmap_shift_rightRasmus Villemoes
2014-08-06lib: bitmap: change parameter of bitmap_*_region to unsignedRasmus 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
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-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis
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
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
2008-12-30bitmap: test for constant as well as small size for inline versionsRusty Russell
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
2007-10-19remove BITS_TO_TYPE macroJiri Slaby
2006-10-11[PATCH] bitmap: parse input from kernel and user buffersReinette Chatre
2006-06-26[PATCH] x86_64: Optimize bitmap_weight for small bitmapsAndi Kleen
2006-03-24[PATCH] bitmap: region cleanupPaul Jackson
2005-10-30[PATCH] cpusets: bitmap and mask remap operatorsPaul Jackson
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds