summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* ida: Change ida_get_new_above to return the idMatthew Wilcox2018-08-221-18/+12
* ida: Remove old APIMatthew Wilcox2018-08-222-50/+7
* test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox2018-08-221-0/+54
* test_ida: Convert check_ida_conv to new APIMatthew Wilcox2018-08-221-0/+30
* test_ida: Move ida_check_maxMatthew Wilcox2018-08-221-0/+23
* test_ida: Move ida_check_leafMatthew Wilcox2018-08-221-0/+25
* ida: Start new test_ida moduleMatthew Wilcox2018-08-223-0/+49
* ida: Add new APIMatthew Wilcox2018-08-221-39/+31
* ida: Lock the IDA in ida_destroyMatthew Wilcox2018-08-221-6/+11
* radix-tree: Fix UBSAN warningMatthew Wilcox2018-08-221-1/+1
* lib/ubsan: remove null-pointer checksAndrey Ryabinin2018-08-111-11/+0
* kasan: only select SLUB_DEBUG with SYSFS=yArnd Bergmann2018-07-271-1/+1
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-07-221-4/+73
|\
| * lib/iov_iter: Fix pipe handling in _copy_to_iter_mcsafe()Dan Williams2018-07-161-4/+33
| * lib/iov_iter: Document _copy_to_iter_flushcache()Dan Williams2018-07-161-0/+14
| * lib/iov_iter: Document _copy_to_iter_mcsafe()Dan Williams2018-07-161-0/+26
* | lib/rhashtable: consider param->min_size when setting initial table sizeDavidlohr Bueso2018-07-181-6/+11
* | rhashtable: add restart routine in rhashtable_free_and_destroy()Taehee Yoo2018-07-101-1/+7
* | lib: rhashtable: Correct self-assignment in rhashtable.cRishabh Bhatnagar2018-07-031-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-021-0/+20
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-011-0/+20
| |\
| | * test_bpf: flag tests that cannot be jited on s390Kleber Sacilotto de Souza2018-06-281-0/+20
* | | Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-301-6/+0
|\ \ \
| * | | sg: remove ->sg_magic memberJens Axboe2018-06-291-6/+0
* | | | Merge tag 'printk-for-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-281-7/+0
|\ \ \ \
| * | | | Revert "lib/test_printf.c: call wait_for_random_bytes() before plain %p tests"Petr Mladek2018-06-251-7/+0
* | | | | kasan: depend on CONFIG_SLUB_DEBUGJason A. Donenfeld2018-06-281-0/+1
* | | | | lib/percpu_ida.c: don't do alloc from per-CPU list if there is noneSebastian Andrzej Siewior2018-06-281-1/+1
| |_|/ / |/| | |
* | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-06-243-5/+45
|\ \ \ \ | |_|_|/ |/| | |
| * | | locking/refcounts: Implement refcount_dec_and_lock_irqsave()Anna-Maria Gleixner2018-06-121-0/+28
| * | | atomic: Add irqsave variant of atomic_dec_and_lock()Anna-Maria Gleixner2018-06-121-0/+16
| * | | alpha: Remove custom dec_and_lock() implementationSebastian Andrzej Siewior2018-06-121-5/+1
| | |/ | |/|
* | | Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-207-3279/+1
|\ \ \ | |_|/ |/| |
| * | dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig2018-06-147-3279/+1
| * | dma-mapping: use obj-y instead of lib-y for generic dma opsChristoph Hellwig2018-06-141-3/+3
* | | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* | | lib/test_printf.c: call wait_for_random_bytes() before plain %p testsThierry Escande2018-06-151-0/+7
* | | fault-injection: reorder config entriesMikulas Patocka2018-06-151-18/+18
|/ /
* | Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-06-131-4/+7
|\ \
| * | kcov: test compiler capability in Kconfig and correct dependencyMasahiro Yamada2018-06-111-4/+7
* | | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-1313-25/+33
|\ \ \
| * | | treewide: Use array_size() in vzalloc()Kees Cook2018-06-133-11/+17
| * | | treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-131-1/+1
| * | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-2/+2
| * | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-137-10/+12
| * | | test_overflow: fix an IS_ERR() vs NULL bugDan Carpenter2018-06-131-1/+1
| | |/ | |/|
* | | Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-06-123-13/+13
|\ \ \ | |/ / |/| |
| * | lib: Rename compiler intrinsic selects to GENERIC_LIB_*Matt Redfearn2018-04-232-12/+12
| * | Add notrace to lib/ucmpdi2.cPalmer Dabbelt2018-04-231-1/+1
* | | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-091-0/+3
|\ \ \