summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() testAndrey Konovalov2022-01-271-0/+1
* 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-171-3/+3
* lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompres...Lasse Collin2021-11-172-3/+20
* iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return valueAndreas Gruenbacher2021-11-171-2/+3
* Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCHLukas Bulwahn2021-09-261-1/+0
* lib/test_stackinit: Fix static initializer testKees Cook2021-09-221-13/+7
* 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-151-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-191-1/+3
* lib: vsprintf: Fix handling of number field widths in vsscanfRichard Fitzgerald2021-07-143-37/+60
* seq_buf: Make trace_seq_putmem_hex() support data longer than 8Yun Zhou2021-07-141-1/+3
* iov_iter_fault_in_readable() should do nothing in xarray caseAl Viro2021-07-141-1/+1
* copy_page_to_iter(): fix ITER_DISCARD caseAl Viro2021-07-141-2/+5
* lib/lz4: explicitly support in-place decompressionGao Xiang2021-06-102-1/+7
* XArray: add xas_splitMatthew Wilcox (Oracle)2021-06-102-9/+203
* XArray: add xa_get_orderMatthew Wilcox (Oracle)2021-06-102-0/+61
* 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-191-4/+5
* net: fix nla_strcmp to handle more then one trailing null characterMaciej Żenczykowski2021-05-191-1/+1
* bug: Remove redundant condition check in report_bugAndrew Scull2021-05-141-18/+15
* avoid __memcat_p link failureArnd Bergmann2021-05-071-2/+2
* PCI: Fix pci_register_io_range() memory leakGeert Uytterhoeven2021-03-171-0/+3
* 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