summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | lib/sort: make swap functions more genericGeorge Spelvin2019-05-151-24/+99
| * | | lib/plist: rename DEBUG_PI_LIST to DEBUG_PLISTDavidlohr Bueso2019-05-152-3/+3
| * | | lib/bitmap.c: guard exotic bitmap functions by CONFIG_NUMARasmus Villemoes2019-05-151-0/+2
| * | | lib/bitmap.c: remove unused EXPORT_SYMBOLsRasmus Villemoes2019-05-151-4/+0Star
| * | | compiler: allow all arches to enable CONFIG_OPTIMIZE_INLININGMasahiro Yamada2019-05-151-0/+14
| | |/ | |/|
| * | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-2/+5
| * | Merge tag 'printk-for-5.2-fixes' of ssh://gitolite.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-101-7/+4Star
| |\ \
| | * | vsprintf: Do not break early boot with probing addressesPetr Mladek2019-05-101-7/+4Star
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-091-0/+37
| |\ \ \
| | * | | RDMA/core: Introduce RDMA subsystem ibdev_* print functionsGal Pressman2019-05-011-0/+37
| * | | | 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
| | | |/ / / / / / / / | | |/| | | | | | | |