aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/is_single_threaded.c: change current_is_single_threaded() to use for_each...Oleg Nesterov2019-05-021-3/+2
* Revert "GCC: Fix up for gcc 5+"Moyster2018-11-302-7/+0
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-293-3/+3
* net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko2018-11-293-0/+31
* lib/string.c: use the name "C-string" in commentsDan Carpenter2018-11-291-4/+4
* asmlinkage Make __stack_chk_failed and memcmp visibleAndi Kleen2018-11-291-1/+1
* genalloc: Correct nbytes calculation on long boundarySunil Khatri2018-11-291-1/+1
* lib: genalloc: Change chunk allocation to vmallocShubhraprakash Das2018-11-291-2/+14
* lib/scatterlist: error handling in __sg_alloc_table()Dan Carpenter2018-11-291-2/+4
* lib/lzo: huge LZO decompression speedup on ARM by using unaligned accessMarkus F.X.J. Oberhumer2018-11-292-0/+10
* GCC: Fix up for gcc 5+mydongistiny2018-11-292-0/+7
* kbuild: Support split debug info v4Andi Kleen2018-11-291-0/+15
* lib: vsprintf: default kptr_restrict to the maximum valueDave Weinstein2018-11-271-1/+1
* BACKPORT: ASN.1: fix out-of-bounds read when parsing indefinite length itemEric Biggers2018-04-131-19/+24
* UPSTREAM: KEYS: fix out-of-bounds read during ASN.1 parsingEric Biggers2018-04-131-0/+3
* lib: clean up put_cpu_var usageShaohua Li2017-12-251-2/+2
* e/frandom: totally remove itMister Oyster2017-12-251-3/+4
* lib/ida: document locking requirements a bit betterDaniel Vetter2017-12-221-0/+11
* lib/mpi: use "static inline" instead of "extern inline"Arnd Bergmann2017-12-222-5/+5
* lib/mpi: avoid assembler warningArnd Bergmann2017-12-221-1/+1
* lib/mpi: Endianness fixMichal Marek2017-12-221-18/+21
* lib/mpi: only require buffers as big as needed for the integerAndrzej Zaborowski2017-12-221-4/+17
* hexdump: do a few calculations aheadAndy Shevchenko2017-12-221-24/+10
* hexdump: fix ascii column for the tail of a dumpAndy Shevchenko2017-12-221-3/+3
* 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