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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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: radix_tree: tree node interface
Johannes Weiner
2017-04-11
1
-115
/
+148
*
lib: radix-tree: add radix_tree_delete_item()
Johannes Weiner
2017-04-11
1
-4
/
+27
*
lib/radix-tree.c: swapoff tmpfs radix_tree: remember to rcu_read_unlock
Hugh Dickins
2017-04-11
1
-1
/
+3
*
kfifo: use BUG_ON
Himangi Saraogi
2017-04-11
1
-4
/
+2
*
kfifo: kfifo_copy_{to,from}_user: fix copied bytes calculation
Lars-Peter Clausen
2017-04-11
1
-2
/
+2
*
lib/idr.c: fix out-of-bounds pointer dereference
Andrey Ryabinin
2017-04-11
1
-11
/
+14
*
idr: reduce the unneeded check in free_layer()
Lai Jiangshan
2017-04-11
1
-1
/
+1
*
idr: don't need to shink the free list when idr_remove()
Lai Jiangshan
2017-04-11
1
-16
/
+0
*
idr: fix idr_replace()'s returned error code
Lai Jiangshan
2017-04-11
1
-2
/
+2
*
idr: fix NULL pointer dereference when ida_remove(unallocated_id)
Lai Jiangshan
2017-04-11
1
-1
/
+1
*
idr: fix unexpected ID-removal when idr_remove(unallocated_id)
Lai Jiangshan
2017-04-11
1
-0
/
+8
*
lib/idr.c: use RCU_INIT_POINTER(x, NULL)
Monam Agarwal
2017-04-11
1
-2
/
+2
*
idr: remove dead code
Stephen Hemminger
2017-04-11
1
-18
/
+2
*
idr: Add new function idr_is_empty()
Andreas Gruenbacher
2017-04-11
1
-0
/
+10
*
idr: print a stack dump after ida_remove warning
Jean Delvare
2017-04-11
1
-5
/
+2
*
lib/vsprintf.c: remove SPECIAL handling in pointer()
Rasmus Villemoes
2017-04-11
1
-1
/
+1
*
lib/vsprintf.c: also improve sanity check in bstr_printf()
Rasmus Villemoes
2017-04-11
1
-1
/
+1
*
lib/vsprintf.c: handle invalid format specifiers more robustly
Rasmus Villemoes
2017-04-11
1
-10
/
+21
*
vsprintf: remove %n handling
Ryan Mallon
2017-04-11
1
-36
/
+9
*
vsprintf: ignore %n again
Kees Cook
2017-04-11
1
-11
/
+9
*
lib/vsprintf.c: another small hack
Rasmus Villemoes
2017-04-11
1
-3
/
+4
*
lib/vsprintf: implement bitmap printing through '%*pb[l]'
Tejun Heo
2017-04-11
2
-59
/
+96
*
lib/vsprintf.c: replace while with do-while in skip_atoi
Rasmus Villemoes
2017-04-11
1
-1
/
+2
*
lib/vsprintf.c: consume 'p' in format_decode
Rasmus Villemoes
2017-04-11
1
-4
/
+3
*
lib/asn1_decoder.c: kernel-doc warning fix
Fabian Frederick
2017-04-11
1
-1
/
+1
*
lib: align source before using optimized implementation
Sanrio Alvares
2017-04-11
1
-0
/
+17
*
lib/vsprintf.c: improve put_dec_trunc8 slightly
Rasmus Villemoes
2017-04-11
1
-6
/
+4
*
lib/vsprintf.c: even faster binary to decimal conversion
Rasmus Villemoes
2017-04-11
1
-119
/
+129
*
lib/vsprintf.c: eliminate duplicate hex string array
Rasmus Villemoes
2017-04-11
1
-5
/
+2
*
lib/vsprintf.c: reduce stack use in number()
Rasmus Villemoes
2017-04-11
1
-6
/
+1
*
lib/vsprintf.c: fix potential NULL deref in hex_string
Rasmus Villemoes
2017-04-11
1
-4
/
+12
*
lib/vsprintf.c: improve sanity check in vsnprintf()
Rasmus Villemoes
2017-04-11
1
-1
/
+1
*
lib/vsprintf.c: eliminate some branches
Rasmus Villemoes
2017-04-11
1
-19
/
+11
*
lib/vsprintf.c: fix comparison to bool
Fabian Frederick
2017-04-11
1
-2
/
+2
*
vsprintf: Add support for IORESOURCE_UNSET in %pR
Bjorn Helgaas
2017-04-11
1
-4
/
+9
*
vsprintf: add %pad extension for dma_addr_t use
Joe Perches
2017-04-11
1
-6
/
+27
*
lib/vsprintf.c: document formats for dentry and struct file
Olof Johansson
2017-04-11
1
-0
/
+2
*
add formats for dentry/file pathnames
Al Viro
2017-04-11
1
-0
/
+82
*
kernel: Fix few typos
Masanari Iida
2017-04-11
3
-4
/
+4
[prev]
[next]