aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Provide a binary to hex conversion functionDavid Howells2017-12-221-0/+16
* lib/cmdline.c: add size unit t/p/e to memparseGui Hecheng2017-12-221-5/+10
* lib/cmdline.c: declare exported symbols immediatelyFelipe Contreras2017-12-221-3/+2
* lib/cmdline.c: fix style issuesFelipe Contreras2017-12-221-5/+4
* lib/xz: Add fall-through comments to a switch statementLasse Collin2017-12-221-0/+16
* decompressors: fix typo "POWERPC"Paul Bolle2017-12-221-1/+1
* decompressors: make the default XZ_DEC_* config match the selected architectureFlorian Fainelli2017-12-221-6/+6
* decompressors: drop dependency on CONFIG_EXPERTFlorian Fainelli2017-12-221-6/+6
* lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann2017-12-181-1/+1
* lib/cmdline.c: fix get_options() overflow while parsing rangesIlya Matveychikov2017-11-061-3/+3
* lib/digsig: fix dereference of NULL user_key_payloadEric Biggers2017-11-061-0/+6
* lib/lz4: make arrays static const, reduces object code sizeColin Ian King2017-10-211-2/+2
* lz4k: Remove lz4k modulealexlartsev192017-09-265-855/+0
* debugfs: add get/set for atomic typesSeth Jennings2017-09-261-21/+0
* lib: Don't enable DEBUG_BUGVERBOSE by defaultSultanxda2017-09-231-1/+1
* checkpatch: add ability to find bad uses of vsprintf %p<foo> extensionsJoe Perches2017-09-231-0/+3
* llists: move llist_reverse_order from raid5 to llist.cChristoph Hellwig2017-09-111-0/+22
* Make ARCH_HAS_FAST_MULTIPLIER a real config variableLinus Torvalds2017-08-313-4/+7
* lib/bsearch.c: micro-optimize pivot position calculationSergey Senozhatsky2017-08-301-10/+12
* uksm: remove Mtk aksm & uksm (because its fugly)Mister Oyster2017-07-042-477/+1
* UPSTREAM: math64: New separate div64_u64_rem helperMike Snitzer2017-05-241-0/+40
* rbtree: add postorder iteration functionsCody P Schafer2017-04-171-0/+40
* random32: include missing header filePatrick Tjin2017-04-131-0/+1
* 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