summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* udp: fix skb_copy_and_csum_datagram with odd segment sizesWillem de Bruijn2021-02-171-10/+14
* lib/raid6: Let $(UNROLL) rules work with macOS userlandJohn Millikin2021-01-191-1/+1
* lib/genalloc: fix the overflow when size is too bigHuang Shijie2021-01-121-12/+13
* lib/syscall: fix syscall registers retrieval on 32-bit platformsWilly Tarreau2020-12-111-2/+9
* 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-1012-12/+12
* sgl_alloc_order: fix memory leakDouglas Gilbert2020-11-051-1/+1
* lib/crc32.c: fix trivial typo in preprocessor conditionTobias Jordan2020-10-291-1/+1
* ida: Free allocated bitmap in error pathMatthew Wilcox (Oracle)2020-10-291-0/+1
* Fonts: Support FONT_EXTRA_WORDS macros for built-in fontsPeilin Ye2020-10-1412-54/+51
* random32: Restore __latent_entropy attribute on net_rand_stateThibaut Sautereau2020-10-071-1/+1
* lib/string.c: implement stpcpyNick Desaulniers2020-10-011-0/+24
* kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()Iurii Zaikin2020-10-011-0/+11
* kobject: Restore old behaviour of kobject_del(NULL)Andy Shevchenko2020-09-171-1/+5
* test_kmod: avoid potential double free in trigger_config_run_type()Tiezhu Yang2020-08-211-1/+1
* devres: keep both device name and resource name in pretty nameVladimir Oltean2020-08-211-1/+10
* kobject: Avoid premature parent object freeing in kobject_cleanup()Heikki Krogerus2020-08-191-10/+23
* dyndbg: fix a BUG_ON in ddebug_describe_flagsJim Cromie2020-08-191-12/+11
* crc-t10dif: Fix potential crypto notify dead-lockHerbert Xu2020-08-191-12/+42
* 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
* test_objagg: Fix potential memory leak in error handlingAditya Pakki2020-06-301-2/+2
* lib/zlib: remove outdated and incorrect pre-increment optimizationJann Horn2020-06-241-56/+35
* kasan: stop tests being eliminated as dead code with FORTIFY_SOURCEDaniel Axtens2020-06-221-10/+19
* lib/mpi: Fix 64-bit MIPS build with ClangNathan Chancellor2020-06-221-1/+1
* lib/lzo: fix ambiguous encoding bug in lzo-rleDave Rodgman2020-06-171-0/+13
* vsprintf: don't obfuscate NULL and error pointersIlya Dryomov2020-05-272-1/+25
* 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/test: fix build on distros whose /bin/sh is not bashMasahiro Yamada2020-04-291-3/+3
* kbuild, btf: Fix dependencies for DEBUG_INFO_BTFSlava Bacherikov2020-04-231-0/+2
* xarray: Fix early termination of xas_for_each_markedMatthew Wilcox (Oracle)2020-04-171-0/+2
* XArray: Fix xas_pause for large multi-index entriesMatthew Wilcox (Oracle)2020-04-172-1/+38
* uapi: rename ext2_swab() to swab() and share globally in swab.hYury Norov2020-04-131-14/+2
* XArray: Fix xa_find_next for large multi-index entriesMatthew Wilcox (Oracle)2020-04-082-1/+20
* kbuild: move headers_check rule to usr/include/MakefileMasahiro Yamada2020-03-051-11/+0
* 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
* debugobjects: Fix various data racesMarco Elver2020-02-241-21/+25
* raid6/test: fix a compilation warningZhengyuan Liu2020-02-241-1/+1
* lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()Gustavo A. R. Silva2020-02-111-0/+1
* XArray: Fix xas_pause at ULONG_MAXMatthew Wilcox (Oracle)2020-02-052-3/+27
* lib: Reduce user_access_begin() boundaries in strncpy_from_user() and strnlen...Christophe Leroy2020-01-292-14/+14
* XArray: Fix xas_find returning too many entriesMatthew Wilcox (Oracle)2020-01-292-2/+13
* XArray: Fix xa_find_after with multi-index entriesMatthew Wilcox (Oracle)2020-01-292-20/+32
* XArray: Fix infinite loop with entry at ULONG_MAXMatthew Wilcox (Oracle)2020-01-292-0/+20
* sbitmap: only queue kyber's wait callback if not already activeDavid Jeffery2020-01-121-1/+1
* lib/ubsan: don't serialize UBSAN reportJulien Grall2020-01-091-41/+23
* ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces...Peter Zijlstra2019-12-311-1/+4