summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: add NLA_MIN_LENJohannes Berg
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-19kcov: improve CONFIG_ARCH_HAS_KCOV help textMark Rutland
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-12rhashtable: use BIT(0) for locking.NeilBrown
2019-04-12rhashtable: replace rht_ptr_locked() with rht_assign_locked()NeilBrown
2019-04-12rhashtable: move dereference inside rht_ptr()NeilBrown
2019-04-12rhashtable: fix some __rcu annotation errorsNeilBrown
2019-04-12rhashtable: use struct_size() in kvzalloc()Gustavo A. R. Silva
2019-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-07rhashtable: add lockdep tracking to bucket bit-spin-locks.NeilBrown
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown
2019-04-07rhashtable: allow rht_bucket_var to return NULL.NeilBrown
2019-04-07rhashtable: use cmpxchg() in nested_table_alloc()NeilBrown
2019-04-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-04-05lib/lzo: fix bugs for very short or empty inputDave Rodgman
2019-04-05lib/string.c: implement a basic bcmpNick Desaulniers
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)
2019-04-04ptrace: Remove maxargs from task_current_syscall()Steven Rostedt (Red Hat)
2019-04-03iov_iter: Fix build error without CONFIG_CRYPTOYueHaibing
2019-04-03kbuild: add ability to generate BTF type info for vmlinuxAndrii Nakryiko
2019-03-29Merge tag 'for-linus-20190329' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-03-25sbitmap: order READ/WRITE freed instance and setting clear bitMing Lei
2019-03-21rhashtable: rename rht_for_each*continue as *from.NeilBrown
2019-03-21rhashtable: don't hold lock on first table throughout insertion.NeilBrown
2019-03-21rhashtable: Still do rehash when we get EEXISTHerbert Xu
2019-03-17Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2019-03-15Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2019-03-14libfdt: prefix header search paths with $(srctree)/Masahiro Yamada
2019-03-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-12Drop flex_arraysKent Overstreet
2019-03-12generic radix treesKent Overstreet
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-11Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2019-03-10Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-03-09Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-03-09Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds
2019-03-07lib/lzo: separate lzo-rle from lzoDave Rodgman
2019-03-07lib/lzo: implement run-length encodingDave Rodgman