summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-1213-25/+33
|\ \
| * | treewide: Use array_size() in vzalloc()Kees Cook2018-06-123-11/+17
| * | treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-121-1/+1
| * | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-2/+2
| * | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-127-10/+12
| * | test_overflow: fix an IS_ERR() vs NULL bugDan Carpenter2018-06-121-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-081-0/+3
|\ \ \
| * \ \ Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams2018-06-082-0/+64
| |\ \ \
| | * | | uio, lib: Fix CONFIG_ARCH_HAS_UACCESS_MCSAFE compilationDan Williams2018-05-221-0/+3
* | | | | lib/ucs2_string.c: add MODULE_LICENSE()Randy Dunlap2018-06-071-0/+2
* | | | | lib/mpi: headers cleanupVasily Averin2018-06-071-70/+5
* | | | | lib/percpu_ida.c: use _irqsave() instead of local_irq_save() + spin_lockSebastian Andrzej Siewior2018-06-071-42/+21
* | | | | lib/idr.c: remove simple_ida_lockMatthew Wilcox2018-06-071-5/+5
* | | | | lib/bitmap.c: micro-optimization for __bitmap_complement()Yury Norov2018-06-071-4/+1
* | | | | mm: kvmalloc does not fallback to vmalloc for incompatible gfp flagsMichal Hocko2018-06-071-4/+1
| |_|_|/ |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-063-250/+574
|\ \ \ \
| * | | | bpf: add also cbpf long jump test cases with heavy expansionDaniel Borkmann2018-06-031-0/+63
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-262-3/+5
| |\ \ \ \ | | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-215-23/+39
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-071-212/+358
| |\ \ \ \ \
| | * | | | | bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann2018-05-031-212/+358
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-044-22/+17
| |\ \ \ \ \ \
| * | | | | | | netns: restrict ueventsChristian Brauner2018-05-011-42/+95
| * | | | | | | uevent: add alloc_uevent_skb() helperChristian Brauner2018-05-011-13/+34
| | |/ / / / / | |/| | | | |
| * | | | | | rhashtable: improve rhashtable_walk stability when stop/start used.NeilBrown2018-04-241-3/+41
| * | | | | | rhashtable: reset iter when rhashtable_walk_start sees new tableNeilBrown2018-04-241-0/+2
| * | | | | | rhashtable: Revise incorrect comment on r{hl, hash}table_walk_enter()NeilBrown2018-04-241-2/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-063-0/+421
|\ \ \ \ \ \
| * | | | | | test_overflow: Add memory allocation overflow testsKees Cook2018-06-051-0/+110
| * | | | | | test_overflow: Report test failuresKees Cook2018-06-051-15/+39
| * | | | | | test_overflow: macrofy some more, do more tests for freeRasmus Villemoes2018-06-051-26/+22
| * | | | | | lib: add runtime test of check_*_overflow functionsRasmus Villemoes2018-06-053-0/+291
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-062-81/+54
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-4.18-vsprintf-pcr-removal' into for-4.18Petr Mladek2018-06-051-3/+0
| |\ \ \ \ \ \
| | * | | | | | lib/vsprintf: Remove atomic-unsafe support for %pCrGeert Uytterhoeven2018-06-051-3/+0
| * | | | | | | vsprintf: Tweak pF/pf commentSergey Senozhatsky2018-04-181-8/+4
| * | | | | | | lib/vsprintf: Mark expected switch fall-throughAndy Shevchenko2018-04-111-0/+3
| * | | | | | | lib/vsprintf: Replace space with '_' before crng is readyShunyong Yang2018-04-111-1/+2
| * | | | | | | lib/vsprintf: Deduplicate pointer_string()Andy Shevchenko2018-04-111-20/+7
OpenPOWER on IntegriCloud