aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAge
* tools/testing/selftests/sysctl/sysctl.sh: add proc_do_large_bitmap() test caseEric Sandeen2019-05-14
* init: introduce DEBUG_MISC optionSinan Kaya2019-05-14
* lib/test_vmalloc.c:test_func(): eliminate local `ret'Andrew Morton2019-05-14
* lib/test_bitmap: add tests for bitmap_parselist_user()Yury Norov2019-05-14
* lib/test_bitmap: add testcases for bitmap_parselist()Yury Norov2019-05-14
* lib/test_bitmap: switch test_bitmap_parselist to ktime_get()Yury Norov2019-05-14
* lib: rework bitmap_parselistYury Norov2019-05-14
* lib: make bitmap_parselist_user() a wrapper on bitmap_parselist()Yury Norov2019-05-14
* lib/math: move int_pow() from pwm_bl.c for wider useAndy Shevchenko2019-05-14
* lib: Move mathematic helpers to separate folderAndy Shevchenko2019-05-14
* lib/list_sort: optimize number of calls to comparison functionGeorge Spelvin2019-05-14
* lib/list_sort: simplify and remove MAX_LIST_LENGTH_BITSGeorge Spelvin2019-05-14
* lib/sort: avoid indirect calls to built-in swapGeorge Spelvin2019-05-14
* lib/sort: use more efficient bottom-up heapsort variantGeorge Spelvin2019-05-14
* lib/sort: make swap functions more genericGeorge Spelvin2019-05-14
* lib/plist: rename DEBUG_PI_LIST to DEBUG_PLISTDavidlohr Bueso2019-05-14
* lib/bitmap.c: guard exotic bitmap functions by CONFIG_NUMARasmus Villemoes2019-05-14
* lib/bitmap.c: remove unused EXPORT_SYMBOLsRasmus Villemoes2019-05-14
* compiler: allow all arches to enable CONFIG_OPTIMIZE_INLININGMasahiro Yamada2019-05-14
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-14
* Merge tag 'printk-for-5.2-fixes' of ssh://gitolite.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-10
|\
| * vsprintf: Do not break early boot with probing addressesPetr Mladek2019-05-10
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-09
|\ \
| * | RDMA/core: Introduce RDMA subsystem ibdev_* print functionsGal Pressman2019-05-01
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-08
|\ \ \
| * | | netlink: add validation of NLA_F_NESTED flagMichal Kubecek2019-05-04
| * | | netlink: set bad attribute also on maxtype checkMichal Kubecek2019-05-04
| * | | lib: Add support for generic packing operationsVladimir Oltean2019-05-03
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-02
| |\ \ \
| * | | | netlink: add strict parsing for future attributesJohannes Berg2019-04-27
| * | | | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-27
| * | | | netlink: add NLA_MIN_LENJohannes Berg2019-04-27
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-25
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-17
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | rhashtable: use BIT(0) for locking.NeilBrown2019-04-12
| * | | | | rhashtable: replace rht_ptr_locked() with rht_assign_locked()NeilBrown2019-04-12
| * | | | | rhashtable: move dereference inside rht_ptr()NeilBrown2019-04-12
| * | | | | rhashtable: fix some __rcu annotation errorsNeilBrown2019-04-12
| * | | | | rhashtable: use struct_size() in kvzalloc()Gustavo A. R. Silva2019-04-12
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-11
| |\ \ \ \ \
| | * | | | | kbuild: add ability to generate BTF type info for vmlinuxAndrii Nakryiko2019-04-02
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-09
| |\ \ \ \ \ \
| * | | | | | | rhashtable: add lockdep tracking to bucket bit-spin-locks.NeilBrown2019-04-07
| * | | | | | | rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown2019-04-07
| * | | | | | | rhashtable: allow rht_bucket_var to return NULL.NeilBrown2019-04-07
| * | | | | | | rhashtable: use cmpxchg() in nested_table_alloc()NeilBrown2019-04-07
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-05
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-27
| |\ \ \ \ \ \ \
| * | | | | | | | rhashtable: rename rht_for_each*continue as *from.NeilBrown2019-03-21
| * | | | | | | | rhashtable: don't hold lock on first table throughout insertion.NeilBrown2019-03-21