index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
bitmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: bitmap: simplify bitmap_parselist
Rasmus Villemoes
2017-04-11
1
-7
/
+2
*
lib: bitmap: make the start index of bitmap_clear unsigned
Rasmus Villemoes
2017-04-11
1
-5
/
+5
*
lib: add bitmap_find_next_zero_area_off()
Michal Nazarewicz
2017-04-11
1
-10
/
+12
*
lib: bitmap: make the start index of bitmap_set unsigned
Rasmus Villemoes
2017-04-11
1
-5
/
+5
*
lib: bitmap: make nbits parameter of bitmap_weight unsigned
Rasmus Villemoes
2017-04-11
1
-2
/
+3
*
lib: bitmap: make nbits parameter of bitmap_subset unsigned
Rasmus Villemoes
2017-04-11
1
-2
/
+2
*
lib: bitmap: make nbits parameter of bitmap_intersects unsigned
Rasmus Villemoes
2017-04-11
1
-2
/
+2
*
lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsigned
Rasmus Villemoes
2017-04-11
1
-12
/
+12
*
lib: bitmap: remove unnecessary mask from bitmap_complement
Rasmus Villemoes
2017-04-11
1
-1
/
+1
*
lib: bitmap: make nbits parameter of bitmap_complement unsigned
Rasmus Villemoes
2017-04-11
1
-2
/
+2
*
lib: bitmap: make nbits parameter of bitmap_equal unsigned
Rasmus Villemoes
2017-04-11
1
-2
/
+2
*
lib: bitmap: make nbits parameter of bitmap_full unsigned
Rasmus Villemoes
2017-04-11
1
-2
/
+2
*
lib: bitmap: make nbits parameter of bitmap_empty unsigned
Rasmus Villemoes
2017-04-11
1
-2
/
+2
*
lib/vsprintf: implement bitmap printing through '%*pb[l]'
Tejun Heo
2017-04-11
1
-59
/
+2
*
kernel: Fix few typos
Masanari Iida
2017-04-11
1
-2
/
+2
*
__bitmap_parselist: fix bug in empty string handling
Chris Metcalf
2016-08-26
1
-8
/
+9
*
first commit
Meizu OpenSource
2016-08-15
1
-0
/
+1190