aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+3
2019-04-19kcov: improve CONFIG_ARCH_HAS_KCOV help textGravatar Mark Rutland 1-3/+3
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+4
2019-04-12rhashtable: use BIT(0) for locking.Gravatar NeilBrown 1-1/+1
2019-04-12rhashtable: replace rht_ptr_locked() with rht_assign_locked()Gravatar NeilBrown 1-3/+3
2019-04-12rhashtable: move dereference inside rht_ptr()Gravatar NeilBrown 2-7/+7
2019-04-12rhashtable: fix some __rcu annotation errorsGravatar NeilBrown 1-2/+2
2019-04-12rhashtable: use struct_size() in kvzalloc()Gravatar Gustavo A. R. Silva 1-2/+1
2019-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+8
2019-04-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-0/+4
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-38/+52
2019-04-07rhashtable: add lockdep tracking to bucket bit-spin-locks.Gravatar NeilBrown 1-6/+9
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.Gravatar NeilBrown 2-72/+71
2019-04-07rhashtable: allow rht_bucket_var to return NULL.Gravatar NeilBrown 1-9/+20
2019-04-07rhashtable: use cmpxchg() in nested_table_alloc()Gravatar NeilBrown 1-3/+5
2019-04-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-6/+27
2019-04-05lib/lzo: fix bugs for very short or empty inputGravatar Dave Rodgman 2-6/+7
2019-04-05lib/string.c: implement a basic bcmpGravatar Nick Desaulniers 1-0/+20
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+11
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsGravatar Steven Rostedt (Red Hat) 1-1/+1
2019-04-04ptrace: Remove maxargs from task_current_syscall()Gravatar Steven Rostedt (Red Hat) 1-32/+25
2019-04-03iov_iter: Fix build error without CONFIG_CRYPTOGravatar YueHaibing 1-0/+4
2019-04-03kbuild: add ability to generate BTF type info for vmlinuxGravatar Andrii Nakryiko 1-0/+8
2019-03-29Merge tag 'for-linus-20190329' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+11
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-4/+8
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-2/+6
2019-03-25sbitmap: order READ/WRITE freed instance and setting clear bitGravatar Ming Lei 1-0/+11
2019-03-21rhashtable: rename rht_for_each*continue as *from.Gravatar NeilBrown 1-1/+1
2019-03-21rhashtable: don't hold lock on first table throughout insertion.Gravatar NeilBrown 1-36/+16
2019-03-21rhashtable: Still do rehash when we get EEXISTGravatar Herbert Xu 1-2/+6
2019-03-17Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-1/+1
2019-03-15Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-1/+1
2019-03-14libfdt: prefix header search paths with $(srctree)/Gravatar Masahiro Yamada 1-1/+1
2019-03-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+15
2019-03-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-400/+223
2019-03-12Drop flex_arraysGravatar Kent Overstreet 2-399/+1
2019-03-12generic radix treesGravatar Kent Overstreet 2-1/+219
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-0/+3
2019-03-11Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 2-127/+324
2019-03-10Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-0/+2
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-36/+0
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-14/+10
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 2-1/+27
2019-03-09Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-1/+17
2019-03-09Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-0/+389
2019-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Gravatar Linus Torvalds 10-1/+686
2019-03-07lib/lzo: separate lzo-rle from lzoGravatar Dave Rodgman 2-10/+35
2019-03-07lib/lzo: implement run-length encodingGravatar Dave Rodgman 3-35/+152
2019-03-07lib/lzo: fast 8-byte copy on arm64Gravatar Matt Sealey 1-1/+1
2019-03-07lib/lzo: 64-bit CTZ on arm64Gravatar Matt Sealey 1-1/+1