summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2019-04-08lib: Use new kselftest headerTobin C. Harding-34/+9
2019-04-08lib/test_printf: Add empty module_exit functionTobin C. Harding-0/+6
2019-04-07rhashtable: add lockdep tracking to bucket bit-spin-locks.NeilBrown-6/+9
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown-72/+71
2019-04-07rhashtable: allow rht_bucket_var to return NULL.NeilBrown-9/+20
2019-04-07rhashtable: use cmpxchg() in nested_table_alloc()NeilBrown-3/+5
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig-1/+0
2019-04-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds-6/+27
2019-04-05lib/lzo: fix bugs for very short or empty inputDave Rodgman-6/+7
2019-04-05lib/string.c: implement a basic bcmpNick Desaulniers-0/+20
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+11
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)-1/+1
2019-04-04ptrace: Remove maxargs from task_current_syscall()Steven Rostedt (Red Hat)-32/+25
2019-04-03iov_iter: Fix build error without CONFIG_CRYPTOYueHaibing-0/+4
2019-04-03x86/uaccess, ubsan: Fix UBSAN vs. SMAPPeter Zijlstra-0/+5
2019-04-03kbuild: add ability to generate BTF type info for vmlinuxAndrii Nakryiko-0/+8
2019-04-01kobject: Don't trigger kobject_uevent(KOBJ_REMOVE) twice.Tetsuo Handa-4/+7
2019-03-29Merge tag 'for-linus-20190329' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+11
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+8
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-2/+6
2019-03-25sbitmap: order READ/WRITE freed instance and setting clear bitMing Lei-0/+11
2019-03-21rhashtable: rename rht_for_each*continue as *from.NeilBrown-1/+1
2019-03-21rhashtable: don't hold lock on first table throughout insertion.NeilBrown-36/+16
2019-03-21rhashtable: Still do rehash when we get EEXISTHerbert Xu-2/+6
2019-03-20lib/test_printf: Switch to bitmap_zalloc()Andy Shevchenko-2/+2
2019-03-17Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-1/+1
2019-03-15Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-1/+1
2019-03-14libfdt: prefix header search paths with $(srctree)/Masahiro Yamada-1/+1
2019-03-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+15
2019-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds-400/+223
2019-03-12Drop flex_arraysKent Overstreet-399/+1
2019-03-12generic radix treesKent Overstreet-1/+219
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-0/+3
2019-03-11Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds-127/+324
2019-03-10Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-0/+2
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-36/+0
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-14/+10
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-1/+27
2019-03-09Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+17
2019-03-09Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+389
2019-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds-1/+686
2019-03-07lib/lzo: separate lzo-rle from lzoDave Rodgman-10/+35
2019-03-07lib/lzo: implement run-length encodingDave Rodgman-35/+152
2019-03-07lib/lzo: fast 8-byte copy on arm64Matt Sealey-1/+1
2019-03-07lib/lzo: 64-bit CTZ on arm64Matt Sealey-1/+1
2019-03-07lib/lzo: tidy-up ifdefsDave Rodgman-4/+4
2019-03-07lib/ubsan: default UBSAN_ALIGNMENT to not setAnders Roxell-5/+9
2019-03-07lib/test_firmware.c: remove some dead codeDan Carpenter-9/+0
2019-03-07lib/assoc_array.c: mark expected switch fall-throughGustavo A. R. Silva-0/+1
2019-03-07lib/test_ubsan.c: VLA no longer used in kernelOlof Johansson-10/+1