summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tools/testing/selftests/sysctl/sysctl.sh: add proc_do_large_bitmap() test caseEric Sandeen2019-05-151-1/+17
* init: introduce DEBUG_MISC optionSinan Kaya2019-05-151-0/+9
* lib/test_vmalloc.c:test_func(): eliminate local `ret'Andrew Morton2019-05-151-5/+3Star
* lib/test_bitmap: add tests for bitmap_parselist_user()Yury Norov2019-05-151-10/+36
* lib/test_bitmap: add testcases for bitmap_parselist()Yury Norov2019-05-151-1/+17
* lib/test_bitmap: switch test_bitmap_parselist to ktime_get()Yury Norov2019-05-151-5/+4Star
* lib: rework bitmap_parselistYury Norov2019-05-151-113/+142
* lib: make bitmap_parselist_user() a wrapper on bitmap_parselist()Yury Norov2019-05-151-8/+11
* lib/math: move int_pow() from pwm_bl.c for wider useAndy Shevchenko2019-05-152-1/+33
* lib: Move mathematic helpers to separate folderAndy Shevchenko2019-05-1512-22/+25
* lib/list_sort: optimize number of calls to comparison functionGeorge Spelvin2019-05-151-22/+91
* lib/list_sort: simplify and remove MAX_LIST_LENGTH_BITSGeorge Spelvin2019-05-151-62/+103
* lib/sort: avoid indirect calls to built-in swapGeorge Spelvin2019-05-151-15/+36
* lib/sort: use more efficient bottom-up heapsort variantGeorge Spelvin2019-05-151-31/+81
* 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