summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* random32: make prandom_u32() output unpredictableGeorge Spelvin2020-11-181-179/+283
* lib/crc32test: remove extra local_irq_disable/enableVasily Gorbik2020-11-101-4/+0
* Fonts: Replace discarded const qualifierLee Jones2020-11-1011-11/+11
* sgl_alloc_order: fix memory leakDouglas Gilbert2020-11-051-1/+1
* lib/crc32.c: fix trivial typo in preprocessor conditionTobias Jordan2020-10-301-1/+1
* Fonts: Support FONT_EXTRA_WORDS macros for built-in fontsPeilin Ye2020-10-1411-49/+47
* random32: Restore __latent_entropy attribute on net_rand_stateThibaut Sautereau2020-10-071-1/+1
* lib/string.c: implement stpcpyNick Desaulniers2020-10-011-0/+24
* test_kmod: avoid potential double free in trigger_config_run_type()Tiezhu Yang2020-08-211-1/+1
* dyndbg: fix a BUG_ON in ddebug_describe_flagsJim Cromie2020-08-191-12/+11
* random32: remove net_rand_state from the latent entropy gcc pluginLinus Torvalds2020-08-071-1/+1
* random32: update the net random state on interrupt and activityWilly Tarreau2020-08-071-1/+1
* lib/zlib: remove outdated and incorrect pre-increment optimizationJann Horn2020-06-251-56/+35
* lib/mpi: Fix 64-bit MIPS build with ClangNathan Chancellor2020-06-221-1/+1
* lib: Reduce user_access_begin() boundaries in strncpy_from_user() and strnlen...Christophe Leroy2020-06-222-14/+14
* make 'user_access_begin()' do 'access_ok()'Linus Torvalds2020-06-222-8/+10
* ubsan: build ubsan.c more conservativelyArnd Bergmann2020-05-271-1/+2
* x86/uaccess, ubsan: Fix UBSAN vs. SMAPPeter Zijlstra2020-05-271-0/+1
* lib: devres: add a helper function for ioremap_ucTuowen Zhao2020-05-101-0/+19
* lib/mpi: Fix building for powerpc with clangNathan Chancellor2020-05-101-17/+17
* lib/raid6: use vdupq_n_u8 to avoid endianness warningsndesaulniers@google.com2020-04-232-8/+4
* uapi: rename ext2_swab() to swab() and share globally in swab.hYury Norov2020-04-171-14/+2
* lib/stackdepot.c: fix global out-of-bounds in stack_slabsAlexander Potapenko2020-02-281-2/+6
* lib/scatterlist.c: adjust indentation in __sg_alloc_tableNathan Chancellor2020-02-241-1/+1
* lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()Gustavo A. R. Silva2020-02-111-0/+1
* Partially revert "kfifo: fix kfifo_alloc() and kfifo_init()"Linus Torvalds2020-01-271-1/+2
* devres: allow const resource argumentsArnd Bergmann2020-01-271-1/+2
* idr: Fix idr_get_next_ul race with idr_removeMatthew Wilcox (Oracle)2019-12-171-20/+11
* lib: raid6: fix awk build warningsGreg Kroah-Hartman2019-12-171-1/+1
* lib/genalloc.c: include vmalloc.hOlof Johansson2019-12-051-0/+1
* lib/genalloc.c: use vzalloc_node() to allocate the bitmapHuang Shijie2019-12-051-2/+2
* lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunkAlexey Skidanov2019-12-051-8/+12
* idr: Fix idr_alloc_u32 on 32-bit systemsMatthew Wilcox (Oracle)2019-12-051-1/+1
* lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebufRasmus Villemoes2019-12-011-4/+6
* idr: Fix idr_get_next race with idr_removeMatthew Wilcox (Oracle)2019-11-241-2/+13
* crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2019-11-201-3/+3
* dump_stack: avoid the livelock of the dump_lockKevin Hao2019-11-121-1/+6
* lib: textsearch: fix escapes in example codeRandy Dunlap2019-10-291-2/+2
* kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16KNicolas Boichat2019-10-071-1/+1
* lib: logic_pio: Add logic_pio_unregister_range()John Garry2019-09-061-0/+14
* lib: logic_pio: Avoid possible overlap for unregistering regionsJohn Garry2019-09-061-5/+5
* lib: logic_pio: Fix RCU usageJohn Garry2019-09-061-14/+35
* test_firmware: fix a memory leak bugWenwen Wang2019-08-161-1/+4
* lib/test_string.c: avoid masking memset16/32/64 failuresPeter Rosin2019-08-061-3/+3
* lib/test_overflow.c: avoid tainting the kernel and fix wrap sizeKees Cook2019-08-061-5/+6
* lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZEChristophe Leroy2019-07-261-4/+5
* rslib: Fix handling of of caller provided syndromeFerdinand Blomqvist2019-07-261-2/+12
* rslib: Fix decoding of shortened codesFerdinand Blomqvist2019-07-261-2/+2
* lib/mpi: Fix karactx leak in mpi_powmHerbert Xu2019-07-101-4/+2
* test_firmware: Use correct snprintf() limitDan Carpenter2019-06-111-7/+7