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
*
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
*
mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]
Andrey Ryabinin
2017-04-11
1
-1
/
+6
*
ratelimit: fix bug in time interval by resetting right begin time
Jaewon Kim
2017-04-11
1
-1
/
+1
*
lib/genalloc.c: start search from start of chunk
Daniel Mentz
2017-04-11
1
-1
/
+2
*
initrd: fix lz4 decompress with initrd
Yinghai Lu
2017-04-11
1
-22
/
+43
*
lib/decompress_unlz4.c: always set an error return code on failures
Jan Beulich
2017-04-11
1
-0
/
+1
*
time: Remove CONFIG_TIMER_STATS
Kees Cook
2017-04-11
1
-14
/
+0
*
kasan: add kernel address sanitizer infrastructure
Andrey Ryabinin
2017-04-11
2
-0
/
+45
*
lib: lz4: cleanup unaligned access efficiency detection
Rui Salvaterra
2017-04-11
1
-3
/
+1
*
lib: lz4: fixed zram with lz4 on big endian machines
Rui Salvaterra
2017-04-11
1
-9
/
+12
*
lz4: fix system halt at boot kernel on x86_64
Krzysztof Kolasa
2017-04-11
1
-1
/
+11
*
lib/lz4: Pull out constant tables
Rasmus Villemoes
2017-04-11
1
-11
/
+7
*
random: sprinkle e/f/prandom in places that deplete entropy often
imoseyon
2017-04-11
1
-1
/
+1
*
random32: use e/frandom for reseeding, and a merge fixup
imoseyon
2017-04-11
1
-3
/
+2
*
lib: lz4: Set ARM_EFFICIENT_UNALIGNED_ACCESS
Christopher Fries
2017-04-11
1
-0
/
+1
*
lib/sort: Add 64 bit swap function
Daniel Wagner
2017-04-11
1
-2
/
+21
*
lib/sort.c: move include inside #if 0
Rasmus Villemoes
2017-04-11
1
-1
/
+1
*
lib/sort.c: use simpler includes
Rasmus Villemoes
2017-04-11
1
-2
/
+2
*
lib: introduce upper case hex ascii helpers
Andre Naujoks
2017-04-11
1
-0
/
+2
*
zlib: clean up some dead code
Sergey Senozhatsky
2017-04-11
2
-275
/
+0
*
lib: zlib_inflage: fixed potential buffer overflow
Paul Taysom
2017-04-11
1
-2
/
+3
*
lib/crc7: Shift crc7() output left 1 bit
George Spelvin
2017-04-11
1
-38
/
+46
*
lib: crc32: Add some additional __pure annotations
George Spelvin
2017-04-11
1
-1
/
+1
*
lib: crc32: Mark test data __initconst
George Spelvin
2017-04-11
1
-2
/
+2
*
lib: crc32: Greatly shrink CRC combining code
George Spelvin
2017-04-11
1
-77
/
+70
*
lib/crc32.c: remove unnecessary __constant
Fabian Frederick
2017-04-11
1
-2
/
+2
*
lib: crc32: reduce number of cases for crc32{, c}_combine
Daniel Borkmann
2017-04-11
1
-2
/
+2
*
lib: crc32: conditionally resched when running testcases
Daniel Borkmann
2017-04-11
1
-0
/
+3
*
lib: crc32: add test cases for crc32{, c}_combine routines
Daniel Borkmann
2017-04-11
1
-0
/
+72
*
lib: crc32: add functionality to combine two crc32{, c}s in GF(2)
Daniel Borkmann
2017-04-11
1
-0
/
+81
*
lib: crc32: clean up spacing in test cases
Daniel Borkmann
2017-04-11
1
-200
/
+100
[next]