summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libfdt: prefix header search paths with $(srctree)/Masahiro Yamada2019-03-141-1/+1
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-03-121-2/+15
|\
| * iov_iter: optimize page_copy_sane()Eric Dumazet2019-02-261-2/+15
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-124-400/+223
|\ \
| * | Drop flex_arraysKent Overstreet2019-03-122-399/+1
| * | generic radix treesKent Overstreet2019-03-122-1/+219
| * | treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3
* | | Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-03-112-127/+324
|\ \ \ | |/ / |/| |
| * | XArray: Fix xa_reserve for 2-byte aligned entriesMatthew Wilcox2019-02-212-3/+15
| * | XArray: Fix xa_erase of 2-byte aligned entriesMatthew Wilcox2019-02-212-2/+16
| * | XArray: Use xa_cmpxchg to implement xa_reserveMatthew Wilcox2019-02-201-36/+0
| * | XArray: Fix xa_release in allocating arraysMatthew Wilcox2019-02-202-9/+25
| * | XArray: Mark xa_insert and xa_reserve as must_checkMatthew Wilcox2019-02-091-5/+5
| * | XArray: Add cyclic allocationMatthew Wilcox2019-02-062-0/+103
| * | XArray: Redesign xa_alloc APIMatthew Wilcox2019-02-062-31/+84
| * | XArray: Add support for 1s-based allocationMatthew Wilcox2019-02-062-33/+66
| * | XArray: Change xa_insert to return -EBUSYMatthew Wilcox2019-02-062-4/+4
| * | XArray: Update xa_erase family descriptionsMatthew Wilcox2019-02-041-9/+8
| * | XArray tests: RCU lock prohibits GFP_KERNELMatthew Wilcox2019-02-041-0/+3
* | | Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-03-101-0/+2
|\ \ \
| * | | kbuild: move -gsplit-dwarf, -gdwarf-4 option tests to KconfigMasahiro Yamada2019-02-281-0/+2
* | | | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-101-36/+0
|\ \ \ \
| * | | | dma-mapping: move debug configuration options to kernel/dmaAndy Shevchenko2019-02-131-36/+0
| |/ / /
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-102-14/+10
|\ \ \ \
| * | | | lib/raid6: arm: optimize away a mask operation in NEON recovery routineArd Biesheuvel2019-02-281-6/+6
| * | | | lib/raid6: use vdupq_n_u8 to avoid endianness warningsndesaulniers@google.com2019-02-282-8/+4
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-092-1/+27
|\ \ \ \ \
| * | | | | lib/irq_poll: Support schedules in non-interrupt contextsSteve Wise2019-02-191-1/+1
| * | | | | lib/scatterlist: Provide a DMA page iteratorJason Gunthorpe2019-02-111-0/+26
| | |_|/ / | |/| | |
* | | | | Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-03-092-1/+17
|\ \ \ \ \
| * | | | | lib/vsprintf: Remove %pCr remnant in commentGeert Uytterhoeven2019-02-281-1/+0
| * | | | | printk: Add caller information to printk() output.Tetsuo Handa2018-12-181-0/+17
* | | | | | Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-03-093-0/+389
|\ \ \ \ \ \
| * | | | | | lib: Introduce test_stackinit moduleKees Cook2019-03-043-0/+389
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2019-03-0810-1/+686
|\ \ \ \ \ \
| * | | | | | livepatch: Proper error handling in the shadow variables selftestPetr Mladek2019-02-061-0/+22
| * | | | | | livepatch: return -ENOMEM on ptr_id() allocation failureJoe Lawrence2019-02-061-1/+1
| * | | | | | selftests/livepatch: add DYNAMIC_DEBUG config dependencyJoe Lawrence2019-02-011-0/+1
| * | | | | | selftests/livepatch: introduce testsJoe Lawrence2019-01-1110-1/+663
* | | | | | | lib/lzo: separate lzo-rle from lzoDave Rodgman2019-03-072-10/+35
* | | | | | | lib/lzo: implement run-length encodingDave Rodgman2019-03-073-35/+152
* | | | | | | lib/lzo: fast 8-byte copy on arm64Matt Sealey2019-03-071-1/+1
* | | | | | | lib/lzo: 64-bit CTZ on arm64Matt Sealey2019-03-071-1/+1
* | | | | | | lib/lzo: tidy-up ifdefsDave Rodgman2019-03-071-4/+4
* | | | | | | lib/ubsan: default UBSAN_ALIGNMENT to not setAnders Roxell2019-03-071-5/+9
* | | | | | | lib/test_firmware.c: remove some dead codeDan Carpenter2019-03-071-9/+0
* | | | | | | lib/assoc_array.c: mark expected switch fall-throughGustavo A. R. Silva2019-03-071-0/+1
* | | | | | | lib/test_ubsan.c: VLA no longer used in kernelOlof Johansson2019-03-071-10/+1
* | | | | | | lib/div64.c: off by one in shiftStanislaw Gruszka2019-03-071-2/+2
* | | | | | | dynamic_debug: move pr_err from module.c to ddebug_add_moduleRasmus Villemoes2019-03-071-1/+3