aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/crc32: update the comments of crc32_{be,le}_generic()Gu Zheng2017-04-111-6/+11
* lib/string.c: improve strrchr()Rasmus Villemoes2017-04-111-6/+6
* random: Backport driver from 4.1.31Joe Maples2017-04-111-3/+4
* lz4: add lz4 module.Kyungsik Lee2017-04-119-3/+1686
* KEYS: Fix ASN.1 indefinite length object parsingDavid Howells2016-11-071-7/+9
* int_sqrt: Improve 3x faster integer sqrt.FlyFrog2016-09-101-15/+13
* int_sqrt: correction square root algo with namingramgear2016-09-101-10/+20
* random: sprinkle e/f/prandom in places that deplete entropy oftenimoseyon2016-09-101-1/+1
* random32: use e/frandom for reseeding, and a merge fixupimoseyon2016-09-101-3/+2
* random32: improvements to prandom_bytesDaniel Borkmann2016-09-101-21/+18
* random32: mix in entropy from core to late initcallHannes Frederic Sowa2016-09-101-21/+28
* lib/random32.c: minor cleanups and kdoc fixDaniel Borkmann2016-09-101-37/+39
* random32: avoid attempt to late reseed if in the middle of seedingSasha Levin2016-09-101-1/+12
* random32: use msecs_to_jiffies for reseed timerDaniel Borkmann2016-09-101-2/+6
* random32: add __init prefix to prandom_start_seed_timerDaniel Borkmann2016-09-101-2/+2
* random32: add test cases for taus113 implementationDaniel Borkmann2016-09-102-6/+196
* random32: upgrade taus88 generator to taus113 from errata paperDaniel Borkmann2016-09-101-34/+46
* random32: add prandom_reseed_late() and call when nonblocking pool becomes in...Hannes Frederic Sowa2016-09-101-1/+22
* random32: add periodic reseedingHannes Frederic Sowa2016-09-101-0/+23
* 3.10.102-> 3.10.103Jan Engelmohr2016-09-101-1/+1
* Linux 3.10.101 (accumulative patch)Stefan Guendhoer2016-08-261-0/+62
* Linux 3.10.99 (accumulative patch)Stefan Guendhoer2016-08-261-1/+1
* Linux 3.10.98 (accumulative patch)Stefan Guendhoer2016-08-263-6/+14