summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-03-111-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/+0Star
|\ \
| * | dma-mapping: move debug configuration options to kernel/dmaAndy Shevchenko2019-02-131-36/+0Star
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-102-14/+10Star
|\ \
| * | 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/+4Star
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-102-1/+27
|\ \ \
| * | | lib/irq_poll: Support schedules in non-interrupt contextsSteve Wise2019-02-201-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/+0Star
| * | | | 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-082-10/+35
* | | | | | lib/lzo: implement run-length encodingDave Rodgman2019-03-083-35/+152
* | | | | | lib/lzo: fast 8-byte copy on arm64Matt Sealey2019-03-081-1/+1
* | | | | | lib/lzo: 64-bit CTZ on arm64Matt Sealey2019-03-081-1/+1
* | | | | | lib/lzo: tidy-up ifdefsDave Rodgman2019-03-081-4/+4
* | | | | | lib/ubsan: default UBSAN_ALIGNMENT to not setAnders Roxell2019-03-081-5/+9
* | | | | | lib/test_firmware.c: remove some dead codeDan Carpenter2019-03-081-9/+0Star
* | | | | | lib/assoc_array.c: mark expected switch fall-throughGustavo A. R. Silva2019-03-081-0/+1
* | | | | | lib/test_ubsan.c: VLA no longer used in kernelOlof Johansson2019-03-081-10/+1Star
* | | | | | lib/div64.c: off by one in shiftStanislaw Gruszka2019-03-081-2/+2
* | | | | | dynamic_debug: move pr_err from module.c to ddebug_add_moduleRasmus Villemoes2019-03-081-1/+3
* | | | | | dynamic_debug: remove unused EXPORT_SYMBOLsRasmus Villemoes2019-03-081-2/+0Star
* | | | | | dynamic_debug: use pointer comparison in ddebug_remove_moduleRasmus Villemoes2019-03-081-1/+2
* | | | | | dynamic_debug: don't duplicate modname in ddebug_add_moduleRasmus Villemoes2019-03-081-8/+7Star
* | | | | | lib/vsprintf.c: move sizeof(struct printf_spec) next to its definitionRasmus Villemoes2019-03-081-2/+3
* | | | | | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-063-9/+6Star
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman2019-02-116-70/+119
| |\ \ \ \ \ \
| * | | | | | | devres: always use dev_name() in devm_ioremap_resource()Sergei Shtylyov2019-01-311-3/+1Star
| * | | | | | | kobject: drop newline from msg stringBo YU2019-01-221-3/+3
| * | | | | | | kobject: to repalce printk with pr_* styleBo YU2019-01-221-3/+2Star
| * | | | | | | kobject: make kset_get_ownership() 'static'Eric Biggers2019-01-221-1/+1
* | | | | | | | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-062-5/+136
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman2019-02-112-9/+16
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman2019-01-284-61/+103
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | iomap: introduce io{read|write}64_{lo_hi|hi_lo}Logan Gunthorpe2019-01-221-0/+132
| * | | | | | | | iomap: Use non-raw io functions for io{read|write}XXbeLogan Gunthorpe2019-01-221-4/+4
| * | | | | | | | lkdtm: Do not depend on BLOCK and clean up headersKees Cook2019-01-091-1/+0Star
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-066-53/+567
|\ \ \ \ \ \ \ \
| * | | | | | | | mm/page_owner: move config option to mm/Kconfig.debugChangbin Du2019-03-061-17/+0Star
| * | | | | | | | vmalloc: add test driver to analyse vmalloc allocatorUladzislau Rezki (Sony)2019-03-063-0/+565