summaryrefslogtreecommitdiff
path: root/include/linux/bitmap.h
Commit message (Expand)AuthorAge
* bitmap: fix memset optimization on big-endian systemsOmar Sandoval2018-04-02
* lib: optimize cpumask_next_and()Clement Courbet2018-02-06
* include/linux/bitmap.h: make bitmap_fill() and bitmap_zero() consistentAndy Shevchenko2018-02-06
* bitmap: replace bitmap_{from,to}_u32arrayYury Norov2018-02-06
* bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32Yury Norov2018-02-06
* Merge tag 'docs-4.15' of git://git.lwn.net/linuxLinus Torvalds2017-11-13
|\
| * documentation: kernel-api: add more info on bitmap functionsRandy Dunlap2017-10-19
| * Documentation: kernel-api: add bitmap operations from linux/bitmap.hRandy Dunlap2017-09-26
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* bitmap: introduce BITMAP_FROM_U64()Yury Norov2017-09-08
* bitmap: use memcmp optimisation in more situationsMatthew Wilcox2017-07-10
* include/linux/bitmap.h: turn bitmap_set and bitmap_clear into memset when pos...Matthew Wilcox2017-07-10
* bitmap: optimise bitmap_set and bitmap_clear of a single bitMatthew Wilcox2017-07-10
* bitmap.h, perf/core: Fix the mask in perf_output_sample_regs()Madhavan Srinivasan2016-08-18
* include/linux/bitmap.h: cleanupAndrew Morton2016-08-04
* bitmap: bitmap_equal memcmp optimizationMartin Schwidefsky2016-06-13
* lib/bitmap.c: conversion routines to/from u32 arrayDavid Decotigny2016-02-19
* linux/bitmap: Force inlining of bitmap weight functionsDenys Vlasenko2015-08-05
* lib/bitmap.c: bitmap_[empty,full]: remove code duplicationYury Norov2015-04-17
* linux/bitmap.h: improve BITMAP_{LAST,FIRST}_WORD_MASKRasmus Villemoes2015-04-15
* bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo2015-02-13
* lib: bitmap: change bitmap_shift_left to take unsigned parametersRasmus Villemoes2015-02-13
* lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes2015-02-13
* lib/bitmap.c: elide bitmap_copy_le on little-endianRasmus Villemoes2015-02-13
* lib/bitmap.c: change prototype of bitmap_copy_leRasmus Villemoes2015-02-13
* lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes2015-02-12
* lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes2015-02-12
* lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes2015-02-12
* lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes2015-02-12
* lib/bitmap.c: more signed->unsigned conversionsRasmus Villemoes2015-02-12
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-14
|\
| * cpumask: factor out show_cpumap into separate helper functionSudeep Holla2014-11-07
* | lib: bitmap: add alignment offset for bitmap_find_next_zero_area()Michal Nazarewicz2014-12-13
|/
* lib: bitmap: add missing mask in bitmap_andnotRasmus Villemoes2014-08-06
* lib: bitmap: add missing mask in bitmap_andRasmus Villemoes2014-08-06
* lib: bitmap: add missing mask in bitmap_shift_rightRasmus Villemoes2014-08-06
* lib: bitmap: change parameter of bitmap_*_region to unsignedRasmus Villemoes2014-08-06
* lib: bitmap: make the start index of bitmap_clear unsignedRasmus Villemoes2014-08-06
* lib: bitmap: make the start index of bitmap_set unsignedRasmus Villemoes2014-08-06
* lib: bitmap: make nbits parameter of bitmap_weight unsignedRasmus Villemoes2014-08-06
* lib: bitmap: make nbits parameter of bitmap_subset unsignedRasmus Villemoes2014-08-06
* lib: bitmap: make nbits parameter of bitmap_intersects unsignedRasmus Villemoes2014-08-06
* lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsignedRasmus Villemoes2014-08-06
* lib: bitmap: remove unnecessary mask from bitmap_complementRasmus Villemoes2014-08-06
* lib: bitmap: make nbits parameter of bitmap_complement unsignedRasmus Villemoes2014-08-06
* lib: bitmap: make nbits parameter of bitmap_equal unsignedRasmus Villemoes2014-08-06
* lib: bitmap: make nbits parameter of bitmap_full unsignedRasmus Villemoes2014-08-06
* lib: bitmap: make nbits parameter of bitmap_empty unsignedRasmus Villemoes2014-08-06
* Merge branch 'apei' into apei-releaseLen Brown2011-08-03
|\
| * lib, Make gen_pool memory allocator locklessHuang Ying2011-08-03