summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-04-08XArray: Update the LRU list in xas_split()Matthew Wilcox (Oracle)1-0/+2
2022-04-08XArray: Fix xas_create_range() when multi-order entry presentMatthew Wilcox (Oracle)2-0/+24
2022-04-08lib/test_lockup: fix kernel pointer check for separate address spacesArnd Bergmann1-3/+8
2022-04-08uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann1-2/+2
2022-04-08lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3Paul Menzel1-1/+3
2022-04-08lib/test: use after free in register_test_dev_kmod()Dan Carpenter1-0/+1
2022-04-08vsprintf: Fix %pK with kptr_restrict == 0Christophe Leroy1-15/+21
2022-04-08vsprintf: Fix potential unaligned accessAndy Shevchenko1-5/+7
2022-04-08kunit: make kunit_test_timeout compatible with commentPeng Liu1-1/+1
2022-04-08lib/raid6/test: fix multiple definition linking errorDirk Müller1-1/+0
2022-03-19ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSEJulian Braha1-1/+0
2022-02-23lib/iov_iter: initialize "flags" in new pipe_bufferMax Kellermann1-0/+2
2022-02-16kasan: test: fix compatibility with FORTIFY_SOURCEMarco Elver1-0/+5
2022-01-27lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() testAndrey Konovalov1-0/+1
2022-01-27mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple1-0/+24
2022-01-27kunit: Don't crash if no parameters are generatedDavid Gow1-8/+10
2022-01-27bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang1-2/+2
2022-01-27lib/mpi: Add the return value check of kcalloc()Zizhuang Deng1-0/+2
2022-01-27lib/logic_iomem: Fix operation on 32-bitJohannes Berg1-3/+3
2022-01-27lib/logic_iomem: Fix 32-bit buildJohannes Berg1-6/+7
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-0/+1
2021-12-02bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLKumar Kartikeya Dwivedi1-0/+1
2021-11-29siphash: use _unaligned version by defaultArnd Bergmann1-6/+6
2021-11-22parisc: Increase FRAME_WARN to 2048 bytes on pariscHelge Deller1-2/+3
2021-11-20kasan: test: silence intentional read overflow warningsKees Cook1-0/+2
2021-11-18Merge tag 'zstd-for-linus-5.16-rc1' of git://github.com/terrelln/linuxLinus Torvalds4-2/+21
2021-11-18lib: zstd: Don't add -O3 to cflagsNick Terrell1-2/+0
2021-11-18lib: zstd: Don't inline functions in zstd_opt.cNick Terrell2-0/+19
2021-11-18lib: zstd: Fix unused variable warningNick Terrell1-0/+2
2021-11-18Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+6
2021-11-18Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek1-0/+6
2021-11-13Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds66-11874/+24495
2021-11-11mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple1-3/+2
2021-11-10printk: restore flushing of NMI buffers on remote CPUs after NMI backtracesNicholas Piggin1-0/+6
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-9/+51
2021-11-09mm/scatterlist: replace the !preemptible warning in sg_miter_stop()Thomas Gleixner1-7/+4
2021-11-09lib: uninline simple_strntoull() as wellAlexey Dobriyan1-2/+1
2021-11-09lib, stackdepot: add helper to print stack entries into bufferImran Khan1-0/+25
2021-11-09lib, stackdepot: add helper to print stack entriesImran Khan1-0/+18
2021-11-09lib, stackdepot: check stackdepot handle before accessing slabsImran Khan1-0/+3
2021-11-08lib: zstd: Add cast to silence clang's -Wbitwise-instead-of-logicalNathan Chancellor1-1/+1
2021-11-08lib: zstd: Upgrade to latest upstream zstd version 1.4.10Nick Terrell65-11944/+24453
2021-11-08lib: zstd: Add decompress_sources.h for decompress_unzstdNick Terrell2-5/+24
2021-11-08lib: zstd: Add kernel-specific APINick Terrell3-92/+185
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+4
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-53/+85
2021-11-06kfence: default to dynamic branch instead of static keys modeMarco Elver1-11/+15
2021-11-06stacktrace: move filter_irq_stacks() to kernel/stacktrace.cMarco Elver1-24/+0
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand1-1/+1
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport2-2/+2