aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-1/+1
2019-11-15lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocationsGravatar Lasse Collin 1-0/+1
2019-11-10lib: Remove select of inexistant GENERIC_IOGravatar Corentin Labbe 1-1/+0
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 5-22/+46
2019-11-08Merge tag 'xarray-5.4' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 4-21/+40
2019-11-06dump_stack: avoid the livelock of the dump_lockGravatar Kevin Hao 1-1/+6
2019-11-03idr: Fix idr_alloc_u32 on 32-bit systemsGravatar Matthew Wilcox (Oracle) 1-1/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-9/+103
2019-11-01idr: Fix idr_get_next_ul race with idr_removeGravatar Matthew Wilcox (Oracle) 1-20/+11
2019-10-30bpf, testing: Introduce 'gso_linear_no_head_frag' skb_segment testGravatar Shmulik Ladkani 1-0/+63
2019-10-30bpf, testing: Refactor test_skb_segment() for testing skb_segment() on differ...Gravatar Shmulik Ladkani 1-10/+41
2019-10-23lib/vdso: Make clock_getres() POSIX compliant againGravatar Thomas Gleixner 1-4/+5
2019-10-18Merge tag 'copy-struct-from-user-v5.4-rc4' of gitolite.kernel.org:pub/scm/lin...Gravatar Linus Torvalds 1-9/+28
2019-10-16usercopy: Avoid soft lockups in test_check_nonzero_user()Gravatar Michael Ellerman 1-3/+19
2019-10-14lib/test_meminit: add a kmem_cache_alloc_bulk() testGravatar Alexander Potapenko 1-0/+27
2019-10-14lib/generic-radix-tree.c: add kmemleak annotationsGravatar Eric Biggers 1-6/+26
2019-10-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-21/+0
2019-10-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-9/+0
2019-10-08lib/string: Make memzero_explicit() inline instead of externalGravatar Arvind Sankar 1-21/+0
2019-10-07lib: vdso: Remove CROSS_COMPILE_COMPAT_VDSOGravatar Vincenzo Frascino 1-9/+0
2019-10-07lib: test_user_copy: style cleanupGravatar Aleksa Sarai 1-6/+9
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-2/+2
2019-10-03usercopy: Add parentheses around assignment in test_copy_struct_from_userGravatar Nathan Chancellor 1-2/+2
2019-10-03lib: textsearch: fix escapes in example codeGravatar Randy Dunlap 1-2/+2
2019-10-01lib: introduce copy_struct_from_user() helperGravatar Aleksa Sarai 3-13/+186
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-3/+2
2019-09-27lib: dimlib: fix help text typosGravatar Randy Dunlap 1-1/+1
2019-09-27dimlib: make DIMLIB a hidden symbolGravatar Uwe Kleine-König 1-2/+1
2019-09-25lib: untag user pointers in strn*_userGravatar Andrey Konovalov 2-2/+4
2019-09-25lib/lzo/lzo1x_compress.c: fix alignment bug in lzo-rleGravatar Dave Rodgman 1-6/+8
2019-09-25bug: move WARN_ON() "cut here" into exception handlerGravatar Kees Cook 1-2/+9
2019-09-25compiler: enable CONFIG_OPTIMIZE_INLINING forciblyGravatar Masahiro Yamada 1-3/+1
2019-09-25lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG buildsGravatar Stephen Boyd 1-21/+0
2019-09-25lib/extable.c: add missing prototypesGravatar Valdis Kletnieks 1-0/+1
2019-09-25lib/generic-radix-tree.c: make 2 functions static inlineGravatar Valdis Kletnieks 1-2/+2
2019-09-25strscpy: reject buffer sizes larger than INT_MAXGravatar Kees Cook 1-1/+1
2019-09-25kernel-doc: core-api: include string.h into core-apiGravatar Joe Perches 1-4/+6
2019-09-25augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroGravatar Michel Lespinasse 1-20/+17
2019-09-24mm: remove quicklist page table cachesGravatar Nicholas Piggin 1-5/+0
2019-09-24mm: introduce page_size()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2019-09-24lib/test_kasan.c: add roundtrip testsGravatar Mark Rutland 1-0/+41
2019-09-24kasan: add memory corruption identification for software tag-based modeGravatar Walter Wu 1-0/+8
2019-09-24mm/kmemleak: increase the max mem pool to 1MGravatar Qian Cai 1-1/+1
2019-09-24mm: kmemleak: use the memory pool for early allocationsGravatar Catalin Marinas 1-5/+6
2019-09-24kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16KGravatar Nicolas Boichat 1-1/+1
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-16/+0
2019-09-21Merge tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linuxGravatar Linus Torvalds 1-1/+1
2019-09-21Merge tag 'printk-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-3/+15
2019-09-20lz4: do not export static symbolGravatar Linus Torvalds 1-1/+0
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-1/+1