summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* netlink: add validation of NLA_F_NESTED flagMichal Kubecek2019-05-041-0/+15
* netlink: set bad attribute also on maxtype checkMichal Kubecek2019-05-041-1/+2
* lib: Add support for generic packing operationsVladimir Oltean2019-05-033-0/+231
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-032-3/+4
|\
| * lib/test_vmalloc.c: do not create cpumask_t variable on stackUladzislau Rezki (Sony)2019-04-261-3/+3
| * lib/Kconfig.debug: fix build error without CONFIG_BLOCKYueHaibing2019-04-261-0/+1
* | netlink: add strict parsing for future attributesJohannes Berg2019-04-271-0/+4
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-83/+88
* | netlink: add NLA_MIN_LENJohannes Berg2019-04-271-1/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-261-3/+3
|\|
| * kcov: improve CONFIG_ARCH_HAS_KCOV help textMark Rutland2019-04-191-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-0/+4
|\|
| * Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-04-101-0/+4
| |\
| | * iov_iter: Fix build error without CONFIG_CRYPTOYueHaibing2019-04-041-0/+4
* | | rhashtable: use BIT(0) for locking.NeilBrown2019-04-131-1/+1
* | | rhashtable: replace rht_ptr_locked() with rht_assign_locked()NeilBrown2019-04-131-3/+3
* | | rhashtable: move dereference inside rht_ptr()NeilBrown2019-04-132-7/+7
* | | rhashtable: fix some __rcu annotation errorsNeilBrown2019-04-131-2/+2
* | | rhashtable: use struct_size() in kvzalloc()Gustavo A. R. Silva2019-04-131-2/+1Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-121-0/+8
|\ \ \
| * | | kbuild: add ability to generate BTF type info for vmlinuxAndrii Nakryiko2019-04-031-0/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-094-38/+52
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-04-063-6/+27
| |\ \ \
| | * | | lib/lzo: fix bugs for very short or empty inputDave Rodgman2019-04-062-6/+7
| | * | | lib/string.c: implement a basic bcmpNick Desaulniers2019-04-061-0/+20
| | | |/ | | |/|
| * | | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-1/+1
| * | | ptrace: Remove maxargs from task_current_syscall()Steven Rostedt (Red Hat)2019-04-041-32/+25Star
| |/ /
* | | rhashtable: add lockdep tracking to bucket bit-spin-locks.NeilBrown2019-04-081-6/+9
* | | rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown2019-04-082-72/+71Star
* | | rhashtable: allow rht_bucket_var to return NULL.NeilBrown2019-04-081-9/+20
* | | rhashtable: use cmpxchg() in nested_table_alloc()NeilBrown2019-04-081-3/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-051-0/+11
|\| | | |/ |/|
| * Merge tag 'for-linus-20190329' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-291-0/+11
| |\
| | * sbitmap: order READ/WRITE freed instance and setting clear bitMing Lei2019-03-251-0/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-283-4/+8
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-271-2/+6
| |\ \ | | |/ | |/|
| | * rhashtable: Still do rehash when we get EEXISTHerbert Xu2019-03-211-2/+6
| * | Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-171-1/+1
| |\ \
| | * | libfdt: prefix header search paths with $(srctree)/Masahiro Yamada2019-03-131-1/+1
| | |/
| * | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-03-151-1/+1
| |\ \ | | |/ | |/|
| | * ARM: 8833/1: Ensure that NEON code always compiles with ClangNathan Chancellor2019-02-121-1/+1
* | | rhashtable: rename rht_for_each*continue as *from.NeilBrown2019-03-211-1/+1
* | | rhashtable: don't hold lock on first table throughout insertion.NeilBrown2019-03-211-36/+16Star
|/ /
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-03-121-2/+15
|\ \
| * | iov_iter: optimize page_copy_sane()Eric Dumazet2019-02-261-2/+15
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-124-400/+223Star
|\ \
| * | Drop flex_arraysKent Overstreet2019-03-122-399/+1Star
| * | generic radix treesKent Overstreet2019-03-122-1/+219
| * | treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3
* | | Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-03-122-127/+324
|\ \ \ | |/ / |/| |