Age | Commit message (Expand) | Author | Files | Lines |
2019-04-22 | Merge tag 'v5.1-rc6' into for-5.2/block | Jens Axboe | 6 | -41/+59 |
2019-04-19 | kcov: improve CONFIG_ARCH_HAS_KCOV help text | Mark Rutland | 1 | -3/+3 |
2019-04-10 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -0/+4 |
2019-04-06 | block: remove CONFIG_LBDAF | Christoph Hellwig | 1 | -1/+0 |
2019-04-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -6/+27 |
2019-04-06 | lib/lzo: fix bugs for very short or empty input | Dave Rodgman | 2 | -6/+7 |
2019-04-06 | lib/string.c: implement a basic bcmp | Nick Desaulniers | 1 | -0/+20 |
2019-04-05 | syscalls: Remove start and number from syscall_get_arguments() args | Steven Rostedt (Red Hat) | 1 | -1/+1 |
2019-04-04 | ptrace: Remove maxargs from task_current_syscall() | Steven Rostedt (Red Hat) | 1 | -32/+25 |
2019-04-04 | iov_iter: Fix build error without CONFIG_CRYPTO | YueHaibing | 1 | -0/+4 |
2019-03-30 | Merge tag 'for-linus-20190329' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+11 |
2019-03-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -2/+6 |
2019-03-25 | sbitmap: order READ/WRITE freed instance and setting clear bit | Ming Lei | 1 | -0/+11 |
2019-03-21 | rhashtable: Still do rehash when we get EEXIST | Herbert Xu | 1 | -2/+6 |
2019-03-17 | Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 1 | -1/+1 |
2019-03-16 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -1/+1 |
2019-03-13 | libfdt: prefix header search paths with $(srctree)/ | Masahiro Yamada | 1 | -1/+1 |
2019-03-12 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+15 |
2019-03-12 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 4 | -400/+223 |
2019-03-12 | Drop flex_arrays | Kent Overstreet | 2 | -399/+1 |
2019-03-12 | generic radix trees | Kent Overstreet | 2 | -1/+219 |
2019-03-12 | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 1 | -0/+3 |
2019-03-12 | Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2 | -127/+324 |
2019-03-11 | Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -0/+2 |
2019-03-10 | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -36/+0 |
2019-03-10 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2 | -14/+10 |
2019-03-10 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2 | -1/+27 |
2019-03-09 | Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2 | -1/+17 |
2019-03-09 | Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -0/+389 |
2019-03-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv... | Linus Torvalds | 10 | -1/+686 |
2019-03-08 | lib/lzo: separate lzo-rle from lzo | Dave Rodgman | 2 | -10/+35 |
2019-03-08 | lib/lzo: implement run-length encoding | Dave Rodgman | 3 | -35/+152 |
2019-03-08 | lib/lzo: fast 8-byte copy on arm64 | Matt Sealey | 1 | -1/+1 |
2019-03-08 | lib/lzo: 64-bit CTZ on arm64 | Matt Sealey | 1 | -1/+1 |
2019-03-08 | lib/lzo: tidy-up ifdefs | Dave Rodgman | 1 | -4/+4 |
2019-03-08 | lib/ubsan: default UBSAN_ALIGNMENT to not set | Anders Roxell | 1 | -5/+9 |
2019-03-08 | lib/test_firmware.c: remove some dead code | Dan Carpenter | 1 | -9/+0 |
2019-03-08 | lib/assoc_array.c: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2019-03-08 | lib/test_ubsan.c: VLA no longer used in kernel | Olof Johansson | 1 | -10/+1 |
2019-03-08 | lib/div64.c: off by one in shift | Stanislaw Gruszka | 1 | -2/+2 |
2019-03-08 | dynamic_debug: move pr_err from module.c to ddebug_add_module | Rasmus Villemoes | 1 | -1/+3 |
2019-03-08 | dynamic_debug: remove unused EXPORT_SYMBOLs | Rasmus Villemoes | 1 | -2/+0 |
2019-03-08 | dynamic_debug: use pointer comparison in ddebug_remove_module | Rasmus Villemoes | 1 | -1/+2 |
2019-03-08 | dynamic_debug: don't duplicate modname in ddebug_add_module | Rasmus Villemoes | 1 | -8/+7 |
2019-03-08 | lib/vsprintf.c: move sizeof(struct printf_spec) next to its definition | Rasmus Villemoes | 1 | -2/+3 |
2019-03-07 | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -9/+6 |
2019-03-07 | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -5/+136 |
2019-03-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 6 | -53/+567 |
2019-03-06 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -2/+7 |
2019-03-06 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -5/+15 |