- a392d26 include/bitmap.h: add new functions to documentation by Wolfram Sang · 4 years, 10 months ago
- 780d2a9 include/bitmap.h: add missing parameter in docs by Wolfram Sang · 4 years, 10 months ago
- 2d62615 lib: rework bitmap_parse() by Yury Norov · 5 years ago
- bd2463a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
- 2092767 bitmap: Introduce bitmap_cut(): cut bits and shift remaining by Stefano Brivio · 5 years ago
- e837dfd bitmap: genericize percpu bitmap region iterators by Dennis Zhou · 5 years ago
- 30544ed lib/bitmap: introduce bitmap_replace() helper by Andy Shevchenko · 5 years ago
- 169c474 bitops: introduce the for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
- 2a7e582 bitmap.h: fix kernel-doc warning and typo by Randy Dunlap · 5 years ago
- b9fa644 cpumask: Implement cpumask_or_equal() by Thomas Gleixner · 5 years ago
- 41e7b16 linux/bitmap.h: relax comment on compile-time constant nbits by Rasmus Villemoes · 6 years ago
- d987396 linux/bitmap.h: fix type of nbits in bitmap_shift_right() by Rasmus Villemoes · 6 years ago
- c8cebc5 linux/bitmap.h: remove redundant uses of small_const_nbits() by Rasmus Villemoes · 6 years ago
- 7275b09 linux/bitmap.h: handle constant zero-size bitmaps correctly by Rasmus Villemoes · 6 years ago
- c42b65e bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free() by Andy Shevchenko · 6 years ago
- 2103596 bitmap: fix memset optimization on big-endian systems by Omar Sandoval · 7 years ago
- 0ade34c lib: optimize cpumask_next_and() by Clement Courbet · 7 years ago
- 334cfa4 include/linux/bitmap.h: make bitmap_fill() and bitmap_zero() consistent by Andy Shevchenko · 7 years ago
- 3aa5688 bitmap: replace bitmap_{from,to}_u32array by Yury Norov · 7 years ago
- c724f19 bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32 by Yury Norov · 7 years ago
- 7832681 Merge tag 'docs-4.15' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 7d7363e documentation: kernel-api: add more info on bitmap functions by Randy Dunlap · 7 years ago
- 404376a Documentation: kernel-api: add bitmap operations from linux/bitmap.h by Randy Dunlap · 7 years ago
- 60ef690 bitmap: introduce BITMAP_FROM_U64() by Yury Norov · 7 years ago
- 2c6deb0 bitmap: use memcmp optimisation in more situations by Matthew Wilcox · 7 years ago
- 2a98dc02 include/linux/bitmap.h: turn bitmap_set and bitmap_clear into memset when possible by Matthew Wilcox · 7 years ago
- e5af323 bitmap: optimise bitmap_set and bitmap_clear of a single bit by Matthew Wilcox · 7 years ago
- 29dd328 bitmap.h, perf/core: Fix the mask in perf_output_sample_regs() by Madhavan Srinivasan · 8 years ago
- 4b9d314 include/linux/bitmap.h: cleanup by Andrew Morton · 8 years ago
- 7dd9681 bitmap: bitmap_equal memcmp optimization by Martin Schwidefsky · 9 years ago
- e52bc7c lib/bitmap.c: conversion routines to/from u32 array by David Decotigny · 9 years ago
- 1a1d48a linux/bitmap: Force inlining of bitmap weight functions by Denys Vlasenko · 9 years ago
- 2afe27c lib/bitmap.c: bitmap_[empty,full]: remove code duplication by Yury Norov · 10 years ago
- 89c1e79 linux/bitmap.h: improve BITMAP_{LAST,FIRST}_WORD_MASK by Rasmus Villemoes · 10 years ago
- 4638532 bitmap, cpumask, nodemask: remove dedicated formatting functions by Tejun Heo · 10 years ago
- dba94c2 lib: bitmap: change bitmap_shift_left to take unsigned parameters by Rasmus Villemoes · 10 years ago
- 2fbad29 lib: bitmap: change bitmap_shift_right to take unsigned parameters by Rasmus Villemoes · 10 years ago
- e8f2427 lib/bitmap.c: elide bitmap_copy_le on little-endian by Rasmus Villemoes · 10 years ago
- 9b6c2d2 lib/bitmap.c: change prototype of bitmap_copy_le by Rasmus Villemoes · 10 years ago
- 9814ec1 lib/bitmap.c: make the bits parameter of bitmap_remap unsigned by Rasmus Villemoes · 10 years ago
- f6a1f5d lib/bitmap.c: simplify bitmap_ord_to_pos by Rasmus Villemoes · 10 years ago
- b26ad58 lib/bitmap.c: change parameters of bitmap_fold to unsigned by Rasmus Villemoes · 10 years ago
- eb56988 lib/bitmap.c: update bitmap_onto to unsigned by Rasmus Villemoes · 10 years ago
- 8b4daad lib/bitmap.c: more signed->unsigned conversions by Rasmus Villemoes · 10 years ago
- e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
- 5e19b01 lib: bitmap: add alignment offset for bitmap_find_next_zero_area() by Michal Nazarewicz · 10 years ago
- 5aaba36 cpumask: factor out show_cpumap into separate helper function by Sudeep Holla · 10 years ago
- 74e7653 lib: bitmap: add missing mask in bitmap_andnot by Rasmus Villemoes · 10 years ago
- 7e5f97d lib: bitmap: add missing mask in bitmap_and by Rasmus Villemoes · 10 years ago
- c5341ec89 lib: bitmap: add missing mask in bitmap_shift_right by Rasmus Villemoes · 10 years ago
- 9279d32 lib: bitmap: change parameter of bitmap_*_region to unsigned by Rasmus Villemoes · 10 years ago
- 154f5e3 lib: bitmap: make the start index of bitmap_clear unsigned by Rasmus Villemoes · 10 years ago
- fb5ac54 lib: bitmap: make the start index of bitmap_set unsigned by Rasmus Villemoes · 10 years ago
- 877d9f3 lib: bitmap: make nbits parameter of bitmap_weight unsigned by Rasmus Villemoes · 10 years ago
- 5be2021 lib: bitmap: make nbits parameter of bitmap_subset unsigned by Rasmus Villemoes · 10 years ago
- 6dfe979 lib: bitmap: make nbits parameter of bitmap_intersects unsigned by Rasmus Villemoes · 10 years ago
- 2f9305e lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsigned by Rasmus Villemoes · 10 years ago
- 65b4ee6 lib: bitmap: remove unnecessary mask from bitmap_complement by Rasmus Villemoes · 10 years ago
- 3d6684f lib: bitmap: make nbits parameter of bitmap_complement unsigned by Rasmus Villemoes · 10 years ago
- 5e068069 lib: bitmap: make nbits parameter of bitmap_equal unsigned by Rasmus Villemoes · 10 years ago
- 8397927 lib: bitmap: make nbits parameter of bitmap_full unsigned by Rasmus Villemoes · 10 years ago
- 0679cc4 lib: bitmap: make nbits parameter of bitmap_empty unsigned by Rasmus Villemoes · 10 years ago
- d0e323b Merge branch 'apei' into apei-release by Len Brown · 13 years ago
- 7f18427 lib, Make gen_pool memory allocator lockless by Huang Ying · 13 years ago
- 778d3b0 cpusets: randomize node rotor used in cpuset_mem_spread_node() by Michal Hocko · 13 years ago
- 4b060420 bitmap, irq: add smp_affinity_list interface to /proc/irq by Mike Travis · 14 years ago
- 35926ff Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()" by Linus Torvalds · 15 years ago
- 0ac0c0d cpusets: randomize node rotor used in cpuset_mem_spread_node() by Jack Steiner · 15 years ago
- c1a2a96 bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_area by Akinobu Mita · 15 years ago
- f4b0373 Make bitmask 'and' operators return a result code by Linus Torvalds · 15 years ago
- 4b0bc0b bitmap: test for constant as well as small size for inline versions by Rusty Russell · 16 years ago
- 9779a83 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwb by Linus Torvalds · 16 years ago
- c459643 bitmask: remove bitmap_scnprintf_len() by Lai Jiangshan · 16 years ago
- ccbe329 bitmap: add bitmap_copy_le() by David Vrabel · 16 years ago
- 50ac2d6 seq_file: add seq_cpumask(), seq_nodemask() by Alexey Dobriyan · 16 years ago
- f4ed0de cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_len by Paul Jackson · 17 years ago
- 7ea931c mempolicy: add bitmap_onto() and bitmap_fold() operations by Paul Jackson · 17 years ago
- 30ca60c cpumask: add cpumask_scnprintf_len function by Mike Travis · 17 years ago
- 14ed9d2 remove BITS_TO_TYPE macro by Jiri Slaby · 17 years ago
- 01a3ee2 [PATCH] bitmap: parse input from kernel and user buffers by Reinette Chatre · 18 years ago
- 08cd365 [PATCH] x86_64: Optimize bitmap_weight for small bitmaps by Andi Kleen · 19 years ago
- 87e2480 [PATCH] bitmap: region cleanup by Paul Jackson · 19 years ago
- fb5eeee [PATCH] cpusets: bitmap and mask remap operators by Paul Jackson · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago