summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-087-193/+458
|\
| * 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
| |\
| * | 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
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-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
| |\ \ \ \ \
| * | | | | | 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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-283-4/+8
| |\ \ \ \ \ \
| * | | | | | | 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 tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-081-1/+0Star
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-226-41/+59
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | block: remove CONFIG_LBDAFChristoph Hellwig2019-04-061-1/+0Star
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-071-18/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | lib/siphash.c: mark expected switch fall-throughsStephen Rothwell2019-04-251-18/+18
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-072-36/+68
|\ \ \ \ \ \ \ \
| * | | | | | | | kobject: clean up the kobject add documentation a bit moreGreg Kroah-Hartman2019-05-031-2/+6
| * | | | | | | | kobject: Fix kernel-doc comment first lineTobin C. Harding2019-05-021-21/+22
| * | | | | | | | kobject: Remove docstring reference to ksetTobin C. Harding2019-05-021-3/+2Star
| * | | | | | | | kobject: fix dereference before null check on kobjColin Ian King2019-05-011-1/+2
| * | | | | | | | kobject: Improve doc clarity kobject_init_and_add()Tobin C. Harding2019-04-281-3/+6
| * | | | | | | | kobject: Improve docs for kobject_add/delTobin C. Harding2019-04-281-5/+12
| * | | | | | | | kobject: Add support for default attribute groups to kobj_typeKimberly Brown2019-04-251-0/+14
| * | | | | | | | kobject: Don't trigger kobject_uevent(KOBJ_REMOVE) twice.Tetsuo Handa2019-04-011-4/+7
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-076-1/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | ASN.1: mark expected switch fall-throughGustavo A. R. Silva2019-04-091-0/+4
| * | | | | | | | lib/cmdline.c: mark expected switch fall-throughsGustavo A. R. Silva2019-04-091-0/+5
| * | | | | | | | lib: zstd: Mark expected switch fall-throughsGustavo A. R. Silva2019-04-094-1/+12
* | | | | | | | | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-074-168/+298
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'for-5.2-pf-removal' into for-linusPetr Mladek2019-05-062-3/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-092-3/+3
| * | | | | | | | | | Merge branch 'for-5.2-vsprintf-hardening' into for-linusPetr Mladek2019-05-062-163/+293
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | lib/vsprintf: Make function pointer_string staticYueHaibing2019-04-291-2/+3
| | * | | | | | | | | | vsprintf: Limit the length of inlined error messagesPetr Mladek2019-04-261-12/+27