summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-11-17crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel1-0/+1
2019-11-17crypto: x86/poly1305 - expose existing driver as poly1305 libraryArd Biesheuvel1-0/+1
2019-11-17crypto: poly1305 - expose init/update/final library interfaceArd Biesheuvel2-0/+100
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel3-0/+164
2019-11-17crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel5-11/+77
2019-11-17crypto: lib - tidy up lib/crypto Kconfig and MakefileArd Biesheuvel2-8/+23
2019-11-16lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocationsLasse Collin1-0/+1
2019-11-15pipe: Allow pipes to have kernel-reserved slotsDavid Howells1-2/+2
2019-11-15y2038: vdso: change time_t to __kernel_old_time_tArnd Bergmann1-2/+2
2019-11-14seq_buf: Add printing formatted hex dumpsPiotr Maziarz1-0/+62
2019-11-14lib/bsearch: Use generic type for comparator functionAndy Shevchenko1-1/+1
2019-11-14lib/sort: Move swap, cmp and cmp_r function types for wider useAndy Shevchenko1-10/+5
2019-11-14kbuild: move headers_check rule to usr/include/MakefileMasahiro Yamada1-11/+0
2019-11-13sbitmap: Delete sbitmap_any_bit_clear()John Garry1-17/+0
2019-11-11lib: provide a simple generic ioremap implementationChristoph Hellwig2-0/+42
2019-11-11lib: devres: add a helper function for ioremap_ucTuowen Zhao1-0/+19
2019-11-10lib: Remove select of inexistant GENERIC_IOCorentin Labbe1-1/+0
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-22/+46
2019-11-08Merge tag 'xarray-5.4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds4-21/+40
2019-11-07lib: Uplevel the pmem "region" ida to a global allocatorDan Williams3-0/+22
2019-11-06dump_stack: avoid the livelock of the dump_lockKevin Hao1-1/+6
2019-11-05lib: devres: provide devm_ioremap_resource_wc()Bartosz Golaszewski1-0/+15
2019-11-05lib: devres: prepare devm_ioremap_resource() for more variantsBartosz Golaszewski1-20/+27
2019-11-03idr: Fix idr_alloc_u32 on 32-bit systemsMatthew Wilcox (Oracle)1-1/+1
2019-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-9/+103
2019-11-02idr: Fix idr_get_next_ul race with idr_removeMatthew Wilcox (Oracle)1-20/+11
2019-11-01lib/list-test: add a test for the 'list' doubly linked listDavid Gow3-0/+767
2019-11-01livepatch: Selftests of the API for tracking system state changesPetr Mladek4-1/+362
2019-10-31pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells1-118/+151
2019-10-30bpf, testing: Introduce 'gso_linear_no_head_frag' skb_segment testShmulik Ladkani1-0/+63
2019-10-30bpf, testing: Refactor test_skb_segment() for testing skb_segment() on differ...Shmulik Ladkani1-10/+41
2019-10-29Merge tag 'v5.4-rc4' into docs-nextJonathan Corbet8-51/+260
2019-10-28ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces...Peter Zijlstra1-1/+4
2019-10-23compat_ioctl: reimplement SG_IO handlingArnd Bergmann1-0/+1
2019-10-23lib/vdso: Make clock_getres() POSIX compliant againThomas Gleixner1-4/+5
2019-10-19Merge tag 'copy-struct-from-user-v5.4-rc4' of gitolite.kernel.org:pub/scm/lin...Linus Torvalds1-9/+28
2019-10-18Merge branch 'for-5.5-pr-warn' into for-5.5Petr Mladek1-1/+1
2019-10-18lib: cpu_rmap: Use pr_warn instead of pr_warningKefeng Wang1-1/+1
2019-10-17printf: add support for printing symbolic error namesRasmus Villemoes5-0/+281
2019-10-16usercopy: Avoid soft lockups in test_check_nonzero_user()Michael Ellerman1-3/+19
2019-10-15lib/test_meminit: add a kmem_cache_alloc_bulk() testAlexander Potapenko1-0/+27
2019-10-15lib/generic-radix-tree.c: add kmemleak annotationsEric Biggers1-6/+26
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-1/+1
2019-10-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-21/+0
2019-10-11lib/test_printf: Add tests for %pfw printk modifierSakari Ailus1-0/+32
2019-10-11lib/vsprintf: Add %pfw conversion specifier for printing fwnode namesSakari Ailus1-0/+36
2019-10-11lib/vsprintf: OF nodes are first and foremost, struct device_nodesSakari Ailus1-12/+4
2019-10-11lib/vsprintf: Make use of fwnode API to obtain node names and separatorsSakari Ailus1-22/+17
2019-10-11lib/vsprintf: Add a note on re-using %pf or %pFSakari Ailus1-0/+2
2019-10-11lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %psSakari Ailus1-8/+2