Rasmus Villemoes
|
97fb8e940b
lib: bitmap: remove redundant code from __bitmap_shift_right
|
10 anos atrás |
Rasmus Villemoes
|
9d8a6b2a02
lib: bitmap: eliminate branch in __bitmap_shift_right
|
10 anos atrás |
Rasmus Villemoes
|
2fbad29917
lib: bitmap: change bitmap_shift_right to take unsigned parameters
|
10 anos atrás |
Rasmus Villemoes
|
e8f2427832
lib/bitmap.c: elide bitmap_copy_le on little-endian
|
10 anos atrás |
Rasmus Villemoes
|
9b6c2d2e2b
lib/bitmap.c: change prototype of bitmap_copy_le
|
10 anos atrás |
Rasmus Villemoes
|
9814ec135d
lib/bitmap.c: make the bits parameter of bitmap_remap unsigned
|
10 anos atrás |
Rasmus Villemoes
|
f6a1f5db8d
lib/bitmap.c: simplify bitmap_ord_to_pos
|
10 anos atrás |
Rasmus Villemoes
|
df1d80a9eb
lib/bitmap.c: simplify bitmap_pos_to_ord
|
10 anos atrás |
Rasmus Villemoes
|
b26ad5836c
lib/bitmap.c: change parameters of bitmap_fold to unsigned
|
10 anos atrás |
Rasmus Villemoes
|
eb56988378
lib/bitmap.c: update bitmap_onto to unsigned
|
10 anos atrás |
Linus Torvalds
|
e6b5be2be4
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
|
10 anos atrás |
Michal Nazarewicz
|
5e19b013f5
lib: bitmap: add alignment offset for bitmap_find_next_zero_area()
|
10 anos atrás |
Sudeep Holla
|
5aaba36318
cpumask: factor out show_cpumap into separate helper function
|
11 anos atrás |
Jan Kara
|
ea5d05b34a
lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()
|
10 anos atrás |
Linus Torvalds
|
28596c9722
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
|
10 anos atrás |
Masanari Iida
|
da3dae54e4
Documentation: Docbook: Fix generated DocBook/kernel-api.xml
|
11 anos atrás |
Rasmus Villemoes
|
74e7653190
lib: bitmap: add missing mask in bitmap_andnot
|
11 anos atrás |
Rasmus Villemoes
|
7e5f97d192
lib: bitmap: add missing mask in bitmap_and
|
11 anos atrás |
Rasmus Villemoes
|
2ac521d332
lib: bitmap: micro-optimize bitmap_allocate_region
|
11 anos atrás |
Rasmus Villemoes
|
9279d3286e
lib: bitmap: change parameter of bitmap_*_region to unsigned
|
11 anos atrás |
Rasmus Villemoes
|
a855174878
lib: bitmap: fix typo in kerneldoc for bitmap_pos_to_ord
|
11 anos atrás |
Rasmus Villemoes
|
bc5be18280
lib: bitmap: simplify bitmap_parselist
|
11 anos atrás |
Rasmus Villemoes
|
154f5e38f3
lib: bitmap: make the start index of bitmap_clear unsigned
|
11 anos atrás |
Rasmus Villemoes
|
fb5ac54263
lib: bitmap: make the start index of bitmap_set unsigned
|
11 anos atrás |
Rasmus Villemoes
|
877d9f3b63
lib: bitmap: make nbits parameter of bitmap_weight unsigned
|
11 anos atrás |
Rasmus Villemoes
|
5be20213e8
lib: bitmap: make nbits parameter of bitmap_subset unsigned
|
11 anos atrás |
Rasmus Villemoes
|
6dfe9799c2
lib: bitmap: make nbits parameter of bitmap_intersects unsigned
|
11 anos atrás |
Rasmus Villemoes
|
2f9305eb31
lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsigned
|
11 anos atrás |
Rasmus Villemoes
|
65b4ee62c9
lib: bitmap: remove unnecessary mask from bitmap_complement
|
11 anos atrás |
Rasmus Villemoes
|
3d6684f4e6
lib: bitmap: make nbits parameter of bitmap_complement unsigned
|
11 anos atrás |