Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2019-03-11 | 1 | -0/+2 | |
|\ \ \ | ||||||
| * | | | kbuild: move -gsplit-dwarf, -gdwarf-4 option tests to Kconfig | Masahiro Yamada | 2019-02-28 | 1 | -0/+2 | |
* | | | | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2019-03-10 | 1 | -36/+0 | |
|\ \ \ \ | ||||||
| * | | | | dma-mapping: move debug configuration options to kernel/dma | Andy Shevchenko | 2019-02-13 | 1 | -36/+0 | |
| |/ / / | ||||||
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2019-03-10 | 2 | -14/+10 | |
|\ \ \ \ | ||||||
| * | | | | lib/raid6: arm: optimize away a mask operation in NEON recovery routine | Ard Biesheuvel | 2019-02-28 | 1 | -6/+6 | |
| * | | | | lib/raid6: use vdupq_n_u8 to avoid endianness warnings | ndesaulniers@google.com | 2019-02-28 | 2 | -8/+4 | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2019-03-10 | 2 | -1/+27 | |
|\ \ \ \ \ | ||||||
| * | | | | | lib/irq_poll: Support schedules in non-interrupt contexts | Steve Wise | 2019-02-20 | 1 | -1/+1 | |
| * | | | | | lib/scatterlist: Provide a DMA page iterator | Jason Gunthorpe | 2019-02-11 | 1 | -0/+26 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2019-03-09 | 2 | -1/+17 | |
|\ \ \ \ \ | ||||||
| * | | | | | lib/vsprintf: Remove %pCr remnant in comment | Geert Uytterhoeven | 2019-02-28 | 1 | -1/+0 | |
| * | | | | | printk: Add caller information to printk() output. | Tetsuo Handa | 2018-12-18 | 1 | -0/+17 | |
* | | | | | | Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-03-09 | 3 | -0/+389 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | lib: Introduce test_stackinit module | Kees Cook | 2019-03-04 | 3 | -0/+389 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv... | Linus Torvalds | 2019-03-08 | 10 | -1/+686 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | livepatch: Proper error handling in the shadow variables selftest | Petr Mladek | 2019-02-06 | 1 | -0/+22 | |
| * | | | | | | livepatch: return -ENOMEM on ptr_id() allocation failure | Joe Lawrence | 2019-02-06 | 1 | -1/+1 | |
| * | | | | | | selftests/livepatch: add DYNAMIC_DEBUG config dependency | Joe Lawrence | 2019-02-01 | 1 | -0/+1 | |
| * | | | | | | selftests/livepatch: introduce tests | Joe Lawrence | 2019-01-11 | 10 | -1/+663 | |
* | | | | | | | lib/lzo: separate lzo-rle from lzo | Dave Rodgman | 2019-03-08 | 2 | -10/+35 | |
* | | | | | | | lib/lzo: implement run-length encoding | Dave Rodgman | 2019-03-08 | 3 | -35/+152 | |
* | | | | | | | lib/lzo: fast 8-byte copy on arm64 | Matt Sealey | 2019-03-08 | 1 | -1/+1 | |
* | | | | | | | lib/lzo: 64-bit CTZ on arm64 | Matt Sealey | 2019-03-08 | 1 | -1/+1 | |
* | | | | | | | lib/lzo: tidy-up ifdefs | Dave Rodgman | 2019-03-08 | 1 | -4/+4 | |
* | | | | | | | lib/ubsan: default UBSAN_ALIGNMENT to not set | Anders Roxell | 2019-03-08 | 1 | -5/+9 | |
* | | | | | | | lib/test_firmware.c: remove some dead code | Dan Carpenter | 2019-03-08 | 1 | -9/+0 | |
* | | | | | | | lib/assoc_array.c: mark expected switch fall-through | Gustavo A. R. Silva | 2019-03-08 | 1 | -0/+1 | |
* | | | | | | | lib/test_ubsan.c: VLA no longer used in kernel | Olof Johansson | 2019-03-08 | 1 | -10/+1 | |
* | | | | | | | lib/div64.c: off by one in shift | Stanislaw Gruszka | 2019-03-08 | 1 | -2/+2 | |
* | | | | | | | dynamic_debug: move pr_err from module.c to ddebug_add_module | Rasmus Villemoes | 2019-03-08 | 1 | -1/+3 | |
* | | | | | | | dynamic_debug: remove unused EXPORT_SYMBOLs | Rasmus Villemoes | 2019-03-08 | 1 | -2/+0 | |
* | | | | | | | dynamic_debug: use pointer comparison in ddebug_remove_module | Rasmus Villemoes | 2019-03-08 | 1 | -1/+2 | |
* | | | | | | | dynamic_debug: don't duplicate modname in ddebug_add_module | Rasmus Villemoes | 2019-03-08 | 1 | -8/+7 | |
* | | | | | | | lib/vsprintf.c: move sizeof(struct printf_spec) next to its definition | Rasmus Villemoes | 2019-03-08 | 1 | -2/+3 | |
* | | | | | | | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-03-06 | 3 | -9/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge 5.0-rc6 into driver-core-next | Greg Kroah-Hartman | 2019-02-11 | 6 | -70/+119 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | devres: always use dev_name() in devm_ioremap_resource() | Sergei Shtylyov | 2019-01-31 | 1 | -3/+1 | |
| * | | | | | | | | kobject: drop newline from msg string | Bo YU | 2019-01-22 | 1 | -3/+3 | |
| * | | | | | | | | kobject: to repalce printk with pr_* style | Bo YU | 2019-01-22 | 1 | -3/+2 | |
| * | | | | | | | | kobject: make kset_get_ownership() 'static' | Eric Biggers | 2019-01-22 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-03-06 | 2 | -5/+136 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge 5.0-rc6 into char-misc-next | Greg Kroah-Hartman | 2019-02-11 | 2 | -9/+16 | |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge 5.0-rc4 into char-misc-next | Greg Kroah-Hartman | 2019-01-28 | 4 | -61/+103 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| * | | | | | | | | iomap: introduce io{read|write}64_{lo_hi|hi_lo} | Logan Gunthorpe | 2019-01-22 | 1 | -0/+132 | |
| * | | | | | | | | iomap: Use non-raw io functions for io{read|write}XXbe | Logan Gunthorpe | 2019-01-22 | 1 | -4/+4 | |
| * | | | | | | | | lkdtm: Do not depend on BLOCK and clean up headers | Kees Cook | 2019-01-09 | 1 | -1/+0 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-03-06 | 6 | -53/+567 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | mm/page_owner: move config option to mm/Kconfig.debug | Changbin Du | 2019-03-06 | 1 | -17/+0 | |
| * | | | | | | | | vmalloc: add test driver to analyse vmalloc allocator | Uladzislau Rezki (Sony) | 2019-03-06 | 3 | -0/+565 |