summaryrefslogtreecommitdiff
path: root/include/linux/bitmap.h
AgeCommit message (Expand)Author
2018-02-06lib: optimize cpumask_next_and()Clement Courbet
2018-02-06include/linux/bitmap.h: make bitmap_fill() and bitmap_zero() consistentAndy Shevchenko
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov
2018-02-06bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32Yury Norov
2017-11-13Merge tag 'docs-4.15' of git://git.lwn.net/linuxLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-19documentation: kernel-api: add more info on bitmap functionsRandy Dunlap
2017-09-26Documentation: kernel-api: add bitmap operations from linux/bitmap.hRandy Dunlap
2017-09-08bitmap: introduce BITMAP_FROM_U64()Yury Norov
2017-07-10bitmap: use memcmp optimisation in more situationsMatthew Wilcox
2017-07-10include/linux/bitmap.h: turn bitmap_set and bitmap_clear into memset when pos...Matthew Wilcox
2017-07-10bitmap: optimise bitmap_set and bitmap_clear of a single bitMatthew Wilcox
2016-08-18bitmap.h, perf/core: Fix the mask in perf_output_sample_regs()Madhavan Srinivasan
2016-08-04include/linux/bitmap.h: cleanupAndrew Morton
2016-06-13bitmap: bitmap_equal memcmp optimizationMartin Schwidefsky
2016-02-19lib/bitmap.c: conversion routines to/from u32 arrayDavid Decotigny
2015-08-05linux/bitmap: Force inlining of bitmap weight functionsDenys Vlasenko
2015-04-17lib/bitmap.c: bitmap_[empty,full]: remove code duplicationYury Norov
2015-04-15linux/bitmap.h: improve BITMAP_{LAST,FIRST}_WORD_MASKRasmus Villemoes
2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo
2015-02-13lib: bitmap: change bitmap_shift_left to take unsigned parametersRasmus Villemoes
2015-02-13lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes
2015-02-13lib/bitmap.c: elide bitmap_copy_le on little-endianRasmus Villemoes
2015-02-13lib/bitmap.c: change prototype of bitmap_copy_leRasmus Villemoes
2015-02-12lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes
2015-02-12lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes
2015-02-12lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes
2015-02-12lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes
2015-02-12lib/bitmap.c: more signed->unsigned conversionsRasmus Villemoes
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