summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ubsan: remove CONFIG_UBSAN_OBJECT_SIZEKees Cook2022-04-132-35/+0
* lz4: fix LZ4_decompress_safe_partial read out of boundGuo Xuenan2022-04-131-2/+6
* lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN optionFeng Tang2022-04-131-1/+2
* lib/logic_iomem: correct fallback config referencesJohannes Berg2022-04-131-4/+4
* XArray: Update the LRU list in xas_split()Matthew Wilcox (Oracle)2022-04-081-0/+2
* XArray: Fix xas_create_range() when multi-order entry presentMatthew Wilcox (Oracle)2022-04-082-0/+24
* lib/test_lockup: fix kernel pointer check for separate address spacesArnd Bergmann2022-04-081-3/+8
* uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann2022-04-081-2/+2
* lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3Paul Menzel2022-04-081-1/+3
* lib/test: use after free in register_test_dev_kmod()Dan Carpenter2022-04-081-0/+1
* vsprintf: Fix %pK with kptr_restrict == 0Christophe Leroy2022-04-081-15/+21
* vsprintf: Fix potential unaligned accessAndy Shevchenko2022-04-081-5/+7
* kunit: make kunit_test_timeout compatible with commentPeng Liu2022-04-081-1/+1
* lib/raid6/test: fix multiple definition linking errorDirk Müller2022-04-081-1/+0
* ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSEJulian Braha2022-03-191-1/+0
* lib/iov_iter: initialize "flags" in new pipe_bufferMax Kellermann2022-02-231-0/+2
* kasan: test: fix compatibility with FORTIFY_SOURCEMarco Elver2022-02-161-0/+5
* lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() testAndrey Konovalov2022-01-271-0/+1
* mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple2022-01-271-0/+24
* kunit: Don't crash if no parameters are generatedDavid Gow2022-01-271-8/+10
* bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2022-01-271-2/+2
* lib/mpi: Add the return value check of kcalloc()Zizhuang Deng2022-01-271-0/+2
* lib/logic_iomem: Fix operation on 32-bitJohannes Berg2022-01-271-3/+3
* lib/logic_iomem: Fix 32-bit buildJohannes Berg2022-01-271-6/+7
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-081-0/+1
|\
| * bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLKumar Kartikeya Dwivedi2021-12-021-0/+1
* | siphash: use _unaligned version by defaultArnd Bergmann2021-11-291-6/+6
* | parisc: Increase FRAME_WARN to 2048 bytes on pariscHelge Deller2021-11-221-2/+3
* | kasan: test: silence intentional read overflow warningsKees Cook2021-11-201-0/+2
* | Merge tag 'zstd-for-linus-5.16-rc1' of git://github.com/terrelln/linuxLinus Torvalds2021-11-184-2/+21
|\ \
| * | lib: zstd: Don't add -O3 to cflagsNick Terrell2021-11-181-2/+0
| * | lib: zstd: Don't inline functions in zstd_opt.cNick Terrell2021-11-182-0/+19
| * | lib: zstd: Fix unused variable warningNick Terrell2021-11-181-0/+2
* | | Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-181-0/+6
|\ \ \ | |/ / |/| |
| * | Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek2021-11-181-0/+6
| |\ \
| | * | printk: restore flushing of NMI buffers on remote CPUs after NMI backtracesNicholas Piggin2021-11-101-0/+6
* | | | Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds2021-11-1366-11874/+24495
|\ \ \ \ | |_|_|/ |/| | |
| * | | lib: zstd: Add cast to silence clang's -Wbitwise-instead-of-logicalNathan Chancellor2021-11-081-1/+1
| * | | lib: zstd: Upgrade to latest upstream zstd version 1.4.10Nick Terrell2021-11-0865-11944/+24453
| * | | lib: zstd: Add decompress_sources.h for decompress_unzstdNick Terrell2021-11-082-5/+24
| * | | lib: zstd: Add kernel-specific APINick Terrell2021-11-083-92/+185
* | | | mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple2021-11-111-3/+2
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-093-9/+51
|\ \ \ \ | |/ / / |/| | |
| * | | mm/scatterlist: replace the !preemptible warning in sg_miter_stop()Thomas Gleixner2021-11-091-7/+4
| * | | lib: uninline simple_strntoull() as wellAlexey Dobriyan2021-11-091-2/+1
| * | | lib, stackdepot: add helper to print stack entries into bufferImran Khan2021-11-091-0/+25
| * | | lib, stackdepot: add helper to print stack entriesImran Khan2021-11-091-0/+18
| * | | lib, stackdepot: check stackdepot handle before accessing slabsImran Khan2021-11-091-0/+3
* | | | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-081-0/+4
|\ \ \ \
| * | | | isystem: delete global -isystem compile optionAlexey Dobriyan2021-09-221-0/+4