summaryrefslogtreecommitdiff
path: root/include/linux/bitmap.h
AgeCommit message (Expand)Author
2021-10-26lib: bitmap: Introduce node-aware alloc APITariq Toukan
2021-08-13cpumask: introduce cpumap_print_list/bitmask_to_buf to support large bitmask ...Tian Tao
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-06lib: extend the scope of small_const_nbits() macroYury Norov
2021-05-06kernel.h: drop inclusion in bitmap.hAndy Shevchenko
2021-05-05lib: bitmap: provide devm_bitmap_alloc() and devm_bitmap_zalloc()Bartosz Golaszewski
2021-05-05lib: bitmap: order includes alphabeticallyBartosz Golaszewski
2021-05-05lib: bitmap: remove the 'extern' keyword from function declarationsBartosz Golaszewski
2020-12-15bitmap: remove unused function declarationMa, Jianpeng
2020-12-15include/linux/bitmap.h: convert bitmap_empty() / bitmap_full() to return booleanAndy Shevchenko
2020-03-05include/bitmap.h: add new functions to documentationWolfram Sang
2020-03-05include/bitmap.h: add missing parameter in docsWolfram Sang
2020-02-04lib: rework bitmap_parse()Yury Norov
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-27bitmap: Introduce bitmap_cut(): cut bits and shift remainingStefano Brivio
2020-01-20bitmap: genericize percpu bitmap region iteratorsDennis Zhou
2019-12-04lib/bitmap: introduce bitmap_replace() helperAndy Shevchenko
2019-12-04bitops: introduce the for_each_set_clump8 macroWilliam Breathitt Gray
2019-10-14bitmap.h: fix kernel-doc warning and typoRandy Dunlap
2019-07-25cpumask: Implement cpumask_or_equal()Thomas Gleixner
2018-10-31linux/bitmap.h: relax comment on compile-time constant nbitsRasmus Villemoes
2018-10-31linux/bitmap.h: fix type of nbits in bitmap_shift_right()Rasmus Villemoes
2018-10-31linux/bitmap.h: remove redundant uses of small_const_nbits()Rasmus Villemoes
2018-10-31linux/bitmap.h: handle constant zero-size bitmaps correctlyRasmus Villemoes
2018-08-01bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free()Andy Shevchenko
2018-04-02bitmap: fix memset optimization on big-endian systemsOmar Sandoval
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