aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* vsprintf: ignore %n againKees Cook2017-04-111-11/+9
* lib/vsprintf.c: another small hackRasmus Villemoes2017-04-111-3/+4
* lib/vsprintf: implement bitmap printing through '%*pb[l]'Tejun Heo2017-04-112-59/+96
* lib/vsprintf.c: replace while with do-while in skip_atoiRasmus Villemoes2017-04-111-1/+2
* lib/vsprintf.c: consume 'p' in format_decodeRasmus Villemoes2017-04-111-4/+3
* lib/asn1_decoder.c: kernel-doc warning fixFabian Frederick2017-04-111-1/+1
* lib: align source before using optimized implementationSanrio Alvares2017-04-111-0/+17
* lib/vsprintf.c: improve put_dec_trunc8 slightlyRasmus Villemoes2017-04-111-6/+4
* lib/vsprintf.c: even faster binary to decimal conversionRasmus Villemoes2017-04-111-119/+129
* lib/vsprintf.c: eliminate duplicate hex string arrayRasmus Villemoes2017-04-111-5/+2
* lib/vsprintf.c: reduce stack use in number()Rasmus Villemoes2017-04-111-6/+1
* lib/vsprintf.c: fix potential NULL deref in hex_stringRasmus Villemoes2017-04-111-4/+12
* lib/vsprintf.c: improve sanity check in vsnprintf()Rasmus Villemoes2017-04-111-1/+1
* lib/vsprintf.c: eliminate some branchesRasmus Villemoes2017-04-111-19/+11
* lib/vsprintf.c: fix comparison to boolFabian Frederick2017-04-111-2/+2
* vsprintf: Add support for IORESOURCE_UNSET in %pRBjorn Helgaas2017-04-111-4/+9
* vsprintf: add %pad extension for dma_addr_t useJoe Perches2017-04-111-6/+27
* lib/vsprintf.c: document formats for dentry and struct fileOlof Johansson2017-04-111-0/+2
* add formats for dentry/file pathnamesAl Viro2017-04-111-0/+82
* kernel: Fix few typosMasanari Iida2017-04-113-4/+4
* mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]Andrey Ryabinin2017-04-111-1/+6
* ratelimit: fix bug in time interval by resetting right begin timeJaewon Kim2017-04-111-1/+1
* lib/genalloc.c: start search from start of chunkDaniel Mentz2017-04-111-1/+2
* initrd: fix lz4 decompress with initrdYinghai Lu2017-04-111-22/+43
* lib/decompress_unlz4.c: always set an error return code on failuresJan Beulich2017-04-111-0/+1
* time: Remove CONFIG_TIMER_STATSKees Cook2017-04-111-14/+0
* kasan: add kernel address sanitizer infrastructureAndrey Ryabinin2017-04-112-0/+45
* lib: lz4: cleanup unaligned access efficiency detectionRui Salvaterra2017-04-111-3/+1
* lib: lz4: fixed zram with lz4 on big endian machinesRui Salvaterra2017-04-111-9/+12
* lz4: fix system halt at boot kernel on x86_64Krzysztof Kolasa2017-04-111-1/+11
* lib/lz4: Pull out constant tablesRasmus Villemoes2017-04-111-11/+7
* random: sprinkle e/f/prandom in places that deplete entropy oftenimoseyon2017-04-111-1/+1
* random32: use e/frandom for reseeding, and a merge fixupimoseyon2017-04-111-3/+2
* lib: lz4: Set ARM_EFFICIENT_UNALIGNED_ACCESSChristopher Fries2017-04-111-0/+1
* lib/sort: Add 64 bit swap functionDaniel Wagner2017-04-111-2/+21
* lib/sort.c: move include inside #if 0Rasmus Villemoes2017-04-111-1/+1
* lib/sort.c: use simpler includesRasmus Villemoes2017-04-111-2/+2
* lib: introduce upper case hex ascii helpersAndre Naujoks2017-04-111-0/+2
* zlib: clean up some dead codeSergey Senozhatsky2017-04-112-275/+0
* lib: zlib_inflage: fixed potential buffer overflowPaul Taysom2017-04-111-2/+3
* lib/crc7: Shift crc7() output left 1 bitGeorge Spelvin2017-04-111-38/+46
* lib: crc32: Add some additional __pure annotationsGeorge Spelvin2017-04-111-1/+1
* lib: crc32: Mark test data __initconstGeorge Spelvin2017-04-111-2/+2
* lib: crc32: Greatly shrink CRC combining codeGeorge Spelvin2017-04-111-77/+70
* lib/crc32.c: remove unnecessary __constantFabian Frederick2017-04-111-2/+2
* lib: crc32: reduce number of cases for crc32{, c}_combineDaniel Borkmann2017-04-111-2/+2
* lib: crc32: conditionally resched when running testcasesDaniel Borkmann2017-04-111-0/+3
* lib: crc32: add test cases for crc32{, c}_combine routinesDaniel Borkmann2017-04-111-0/+72
* lib: crc32: add functionality to combine two crc32{, c}s in GF(2)Daniel Borkmann2017-04-111-0/+81
* lib: crc32: clean up spacing in test casesDaniel Borkmann2017-04-111-200/+100