summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-04-13ubsan: remove CONFIG_UBSAN_OBJECT_SIZEKees Cook
2022-04-13lz4: fix LZ4_decompress_safe_partial read out of boundGuo Xuenan
2022-04-13lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN optionFeng Tang
2022-04-13lib/logic_iomem: correct fallback config referencesJohannes Berg
2022-04-08XArray: Update the LRU list in xas_split()Matthew Wilcox (Oracle)
2022-04-08XArray: Fix xas_create_range() when multi-order entry presentMatthew Wilcox (Oracle)
2022-04-08lib/test_lockup: fix kernel pointer check for separate address spacesArnd Bergmann
2022-04-08uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann
2022-04-08lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3Paul Menzel
2022-04-08lib/test: use after free in register_test_dev_kmod()Dan Carpenter
2022-04-08vsprintf: Fix %pK with kptr_restrict == 0Christophe Leroy
2022-04-08vsprintf: Fix potential unaligned accessAndy Shevchenko
2022-04-08kunit: make kunit_test_timeout compatible with commentPeng Liu
2022-04-08lib/raid6/test: fix multiple definition linking errorDirk Müller
2022-03-19ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSEJulian Braha
2022-02-23lib/iov_iter: initialize "flags" in new pipe_bufferMax Kellermann
2022-02-16kasan: test: fix compatibility with FORTIFY_SOURCEMarco Elver
2022-01-27lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() testAndrey Konovalov
2022-01-27mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple
2022-01-27kunit: Don't crash if no parameters are generatedDavid Gow
2022-01-27bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang
2022-01-27lib/mpi: Add the return value check of kcalloc()Zizhuang Deng
2022-01-27lib/logic_iomem: Fix operation on 32-bitJohannes Berg
2022-01-27lib/logic_iomem: Fix 32-bit buildJohannes Berg
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-12-02bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLKumar Kartikeya Dwivedi
2021-11-29siphash: use _unaligned version by defaultArnd Bergmann
2021-11-22parisc: Increase FRAME_WARN to 2048 bytes on pariscHelge Deller
2021-11-20kasan: test: silence intentional read overflow warningsKees Cook
2021-11-18Merge tag 'zstd-for-linus-5.16-rc1' of git://github.com/terrelln/linuxLinus Torvalds
2021-11-18lib: zstd: Don't add -O3 to cflagsNick Terrell
2021-11-18lib: zstd: Don't inline functions in zstd_opt.cNick Terrell
2021-11-18lib: zstd: Fix unused variable warningNick Terrell
2021-11-18Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-11-18Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek
2021-11-13Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds
2021-11-11mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple
2021-11-10printk: restore flushing of NMI buffers on remote CPUs after NMI backtracesNicholas Piggin
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09mm/scatterlist: replace the !preemptible warning in sg_miter_stop()Thomas Gleixner
2021-11-09lib: uninline simple_strntoull() as wellAlexey Dobriyan
2021-11-09lib, stackdepot: add helper to print stack entries into bufferImran Khan
2021-11-09lib, stackdepot: add helper to print stack entriesImran Khan
2021-11-09lib, stackdepot: check stackdepot handle before accessing slabsImran Khan
2021-11-08lib: zstd: Add cast to silence clang's -Wbitwise-instead-of-logicalNathan Chancellor
2021-11-08lib: zstd: Upgrade to latest upstream zstd version 1.4.10Nick Terrell
2021-11-08lib: zstd: Add decompress_sources.h for decompress_unzstdNick Terrell
2021-11-08lib: zstd: Add kernel-specific APINick Terrell
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds