summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2019-07-233-15/+59
|\
| * lib/math/rational.c: fix possible incorrect result from rational fractions he...Trent Piepho2019-07-201-13/+50
| * lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie2019-07-201-3/+3
| * lib/genalloc.c: export symbol addr_in_gen_poolHuang Shijie2019-07-201-0/+1
| * fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa2019-07-201-0/+6
* | Merge remote-tracking branch 'xarray/xarray'Stephen Rothwell2019-07-232-0/+28
|\ \
| * | XArray: Fix xas_next() with a single entry at 0Matthew Wilcox (Oracle)2019-07-012-0/+28
* | | Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-07-201-11/+1
|\ \ \
| * | | kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada2019-07-181-11/+1
* | | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-07-193-142/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | memory: move jedec_ddr_data.c from lib/ to drivers/memory/Masahiro Yamada2019-06-173-145/+0
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-1710-91/+531
|\ \ \ \
| * | | | lib/rbtree: avoid generating code twice for the cached versionsMichel Lespinasse2019-07-161-37/+3
| * | | | lib/test_meminit.c: minor test fixesAlexander Potapenko2019-07-161-6/+6
| * | | | lib/test_meminit.c: fix -Wmaybe-uninitialized false positiveArnd Bergmann2019-07-161-24/+26
| * | | | lib/string_helpers: fix some kerneldoc warningsJonathan Corbet2019-07-161-37/+40
| * | | | mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual2019-07-161-0/+2
| * | | | mm/ioremap: check virtual address alignment while creating huge mappingsAnshuman Khandual2019-07-161-0/+9
| * | | | lib: introduce test_meminit moduleAlexander Potapenko2019-07-163-0/+371
| * | | | lib/test_overflow.c: avoid tainting the kernel and fix wrap sizeKees Cook2019-07-161-5/+6
| * | | | lib/test_string.c: add some testcases for strchr and strnchrPeter Rosin2019-07-161-0/+77
| * | | | lib/test_string.c: avoid masking memset16/32/64 failuresPeter Rosin2019-07-161-3/+3
| * | | | lib/string.c: allow searching for NUL with strnchrPeter Rosin2019-07-161-1/+10
| * | | | lib/mpi/longlong.h: fix building with 32-bit x86Arnd Bergmann2019-07-161-8/+8
| | |/ / | |/| |
* | | | Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2019-07-161-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | docs: locking: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-151-2/+2
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-152-4/+110
|\ \ \ \ | |/ / / |/| | |
| * | | linux/dim: Implement RDMA adaptive moderation (DIM)Yamin Friedman2019-07-082-4/+110
| * | | Merge tag 'blk-dim-v2' into rdma.git for-nextJason Gunthorpe2019-07-085-0/+291
| |\ \ \
* | \ \ \ Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds2019-07-141-2/+11
|\ \ \ \ \
| * | | | | percpu_ref: release percpu memory early without PERCPU_REF_ALLOW_REINITRoman Gushchin2019-05-091-2/+11
* | | | | | Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-131-7/+8
|\ \ \ \ \ \
| * | | | | | uio: make import_iovec()/compat_import_iovec() return bytes on successJens Axboe2019-05-311-7/+8
* | | | | | | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-07-122-96/+27
|\ \ \ \ \ \ \
| * | | | | | | lib/raid6: refactor unroll rules with pattern rulesMasahiro Yamada2019-06-241-86/+11
| * | | | | | | lib/raid6: remove duplicated CFLAGS_REMOVE_altivec8.oMasahiro Yamada2019-06-241-1/+0
| * | | | | | | kbuild: add 'headers' target to build up uapi headers in usr/includeMasahiro Yamada2019-06-151-3/+1
| * | | | | | | kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samplesMasahiro Yamada2019-06-151-5/+14
| * | | | | | | kbuild: fix Kconfig prompt of CONFIG_HEADERS_CHECKMasahiro Yamada2019-06-151-3/+3
* | | | | | | | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-121-3/+122
|\ \ \ \ \ \ \ \
| * | | | | | | | lib/genalloc.c: Add algorithm, align and zeroed family of DMA allocatorsFredrik Noring2019-06-281-4/+96
| * | | | | | | | lib/genalloc: add gen_pool_dma_zalloc() for zeroed DMA allocationsFredrik Noring2019-06-031-1/+28
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-125-73/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | lib: notifier-error-inject: no need to check return value of debugfs_create f...Greg Kroah-Hartman2019-07-031-12/+1
| * | | | | | | | lib: 842: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-4/+1
| * | | | | | | | lib : kobject: fix refcount imblance on kobject_renameLin Yi2019-06-191-1/+3
| * | | | | | | | fault-inject: clean up debugfs file creation logicGreg Kroah-Hartman2019-06-181-47/+26
| * | | | | | | | lib: dynamic_debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-181-9/+3
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-121-3/+95
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lib/test_kasan: Add test for double-kzfree detectionMarco Elver2019-07-121-0/+17