summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* nodemask: Fix return values to be unsignedKees Cook2022-06-141-2/+2
* assoc_array: Fix BUG_ON during garbage collectStephen Brennan2022-06-061-0/+8
* hex2bin: fix access beyond string endMikulas Patocka2022-05-121-3/+6
* hex2bin: make the function hex_to_bin constant-timeMikulas Patocka2022-05-121-7/+25
* lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3Paul Menzel2022-04-151-1/+3
* lib/test: use after free in register_test_dev_kmod()Dan Carpenter2022-04-151-0/+1
* lib/raid6/test: fix multiple definition linking errorDirk Müller2022-04-151-1/+0
* ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSEJulian Braha2022-03-231-1/+0
* lib/iov_iter: initialize "flags" in new pipe_bufferMax Kellermann2022-02-231-0/+2
* ARM: 8800/1: use choice for kernel unwindersStefan Agner2021-12-221-3/+3
* siphash: use _unaligned version by defaultArnd Bergmann2021-12-081-6/+6
* lib/xz: Validate the value before assigning it to an enum variableLasse Collin2021-11-261-3/+3
* lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompres...Lasse Collin2021-11-262-3/+20
* lib/timerqueue: Rely on rbtree semantics for next timerDavidlohr Bueso2021-10-091-18/+12
* Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCHLukas Bulwahn2021-09-261-1/+0
* bpf/tests: Do not PASS tests without actually testing the resultJohan Almbladh2021-09-221-1/+8
* bpf/tests: Fix copy-and-paste error in double word testJohan Almbladh2021-09-221-2/+2
* lib/mpi: use kcalloc in mpi_resizeHongbo Li2021-09-221-1/+1
* once: Fix panic when module unloadKefeng Wang2021-09-031-3/+8
* lib/decompress_unlz4.c: correctly handle zero-padding around initrds.Dimitri John Ledkov2021-07-201-0/+8
* seq_buf: Fix overflow in seq_buf_putmem_hex()Yun Zhou2021-07-201-1/+3
* lib: vsprintf: Fix handling of number field widths in vsscanfRichard Fitzgerald2021-07-203-37/+60
* seq_buf: Make trace_seq_putmem_hex() support data longer than 8Yun Zhou2021-07-201-1/+3
* iov_iter_fault_in_readable() should do nothing in xarray caseAl Viro2021-07-201-1/+1
* lib: stackdepot: turn depot_lock spinlock to raw_spinlockZqiang2021-05-221-3/+3
* kobject_uevent: remove warning in init_uevent_argv()Greg Kroah-Hartman2021-05-221-4/+5
* net: fix nla_strcmp to handle more then one trailing null characterMaciej Żenczykowski2021-05-221-1/+1
* bug: Remove redundant condition check in report_bugAndrew Scull2021-05-221-18/+15
* PCI: Fix pci_register_io_range() memory leakGeert Uytterhoeven2021-03-171-0/+3
* lib/string: Add strscpy_pad() functionTobin C. Harding2021-02-131-7/+40
* lib/genalloc: fix the overflow when size is too bigHuang Shijie2021-01-121-12/+13
* 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