aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* block: fix blk_stack_limits() regression due to lcm() changeMike Snitzer2017-04-131-0/+11
* Revert "lib: align source before using optimized implementation"Mister Oyster2017-04-131-17/+0
* mtk: squashed security updatesMoyster2017-04-111-3/+2
* lib/lz4: remove back-compat wrappersSven Schmidt2017-04-113-87/+0
* lib/decompress_unlz4: change module to work with new LZ4 module versionSven Schmidt2017-04-111-5/+8
* lib: update LZ4 compressor moduleSven Schmidt2017-04-115-1012/+2062
* lib: lzo: cleanupMister Oyster2017-04-111-10/+9
* Get rid of __cpuinitMoyster2017-04-112-2/+2
* UPSTREAM: lib/string.c: introduce strreplace()Rasmus Villemoes2017-04-111-0/+17
* lib/decompress: set the compressor name to NULL on errorAneesh Kumar K.V2017-04-111-1/+4
* lib/decompress.c: consistency of compress formats for kernel imageHaesung Kim2017-04-111-2/+2
* lib/xz: enable all filters by default in KconfigLasse Collin2017-04-111-12/+12
* lib/xz: add comments for the intentionally missing break statementsLasse Collin2017-04-111-0/+4
* lib/mpi: fix off by one in mpi_read_raw_from_sglStephan Mueller2017-04-111-1/+4
* move count_zeroes.h out of asm-genericChristoph Hellwig2017-04-112-2/+2
* lib/mpi: Add mpi sgl helpersTadeusz Struk2017-04-111-0/+196
* MPI: Fix mpi_read_bufferTadeusz Struk2017-04-111-13/+25
* MPILIB: add mpi_read_buf() and mpi_get_size() helpersTadeusz Struk2017-04-112-22/+71
* MPI: MIPS: Fix compilation error with GCC 5.1Jaedon Shin2017-04-111-2/+2
* MPILIB: Fix comparison of negative MPIsRasmus Villemoes2017-04-111-1/+1
* MPILIB: Fix obvious but harmless typoRasmus Villemoes2017-04-111-1/+1
* MPILIB: Deobfuscate mpi_cmpRasmus Villemoes2017-04-111-5/+3
* MPILIB: add module description and licenseKonstantin Khlebnikov2017-04-111-0/+3
* alpha: Modernize lib/mpi/longlong.hRichard Henderson2017-04-111-10/+7
* lib: add glibc style strchrnul() variantGrant Likely2017-04-111-0/+18
* lib/bitmap.c: bitmap_parselist can accept string with whitespaces on head or ...Pan Xinhui2017-04-111-14/+18
* lib/bitmap.c: fix a special string handling bug in __bitmap_parselistPan Xinhui2017-04-111-0/+4
* lib/bitmap.c: correct a code style and do some, optimizationPan Xinhui2017-04-111-3/+4
* lib/bitmap.c: bitmap_[empty,full]: remove code duplicationYury Norov2017-04-111-30/+0
* lib: bitmap: remove redundant code from __bitmap_shift_leftRasmus Villemoes2017-04-111-7/+2
* lib: bitmap: eliminate branch in __bitmap_shift_leftRasmus Villemoes2017-04-111-4/+3
* lib: bitmap: change bitmap_shift_left to take unsigned parametersRasmus Villemoes2017-04-111-5/+6
* lib: bitmap: yet another simplification in __bitmap_shift_rightRasmus Villemoes2017-04-111-4/+4
* lib: bitmap: remove redundant code from __bitmap_shift_rightRasmus Villemoes2017-04-111-2/+0
* lib: bitmap: eliminate branch in __bitmap_shift_rightRasmus Villemoes2017-04-111-3/+3
* lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes2017-04-111-5/+5
* lib/bitmap.c: elide bitmap_copy_le on little-endianRasmus Villemoes2017-04-111-0/+2
* lib/bitmap.c: change prototype of bitmap_copy_leRasmus Villemoes2017-04-111-5/+4
* lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes2017-04-111-8/+8
* lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes2017-04-111-17/+11
* lib/bitmap.c: simplify bitmap_pos_to_ordRasmus Villemoes2017-04-111-16/+6
* lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes2017-04-111-5/+5
* lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes2017-04-111-2/+2
* lib: bitmap: add missing mask in bitmap_andnotRasmus Villemoes2017-04-111-2/+5
* lib: bitmap: add missing mask in bitmap_andRasmus Villemoes2017-04-111-2/+5
* lib: bitmap: micro-optimize bitmap_allocate_regionRasmus Villemoes2017-04-111-2/+1
* lib: bitmap: change parameter of bitmap_*_region to unsignedRasmus Villemoes2017-04-111-6/+6
* lib: bitmap: fix typo in kerneldoc for bitmap_pos_to_ordRasmus Villemoes2017-04-111-1/+1
* lib: bitmap: simplify bitmap_parselistRasmus Villemoes2017-04-111-7/+2
* lib: bitmap: make the start index of bitmap_clear unsignedRasmus Villemoes2017-04-111-5/+5