Age | Commit message (Expand) | Author | Files | Lines |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 211 | Thomas Gleixner | 9 | -18/+9 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 3 | -0/+3 |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
2019-05-18 | treewide: prefix header search paths with $(srctree)/ | Masahiro Yamada | 1 | -2/+2 |
2019-05-18 | sh: exclude vmlinux.scr from .gitignore pattern | Masahiro Yamada | 1 | -0/+1 |
2019-05-18 | sh: vsyscall: drop unnecessary cc-ldoption | Nick Desaulniers | 1 | -2/+1 |
2019-05-17 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -0/+6 |
2019-05-16 | uapi: Wire up the mount API syscalls on non-x86 arches [ver #2] | David Howells | 1 | -0/+6 |
2019-05-14 | arch: remove <asm/sizes.h> and <asm-generic/sizes.h> | Masahiro Yamada | 1 | -1/+0 |
2019-05-14 | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h> | Masahiro Yamada | 18 | -18/+18 |
2019-05-14 | mm: memblock: make keeping memblock memory opt-in rather than opt-out | Mike Rapoport | 1 | -1/+0 |
2019-05-14 | mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail | David Hildenbrand | 1 | -8/+3 |
2019-05-14 | mm, memory_hotplug: provide a more generic restrictions for memory hotplug | Michal Hocko | 1 | -3/+3 |
2019-05-14 | hugetlb: allow to free gigantic pages regardless of the configuration | Alexandre Ghiti | 1 | -1/+1 |
2019-05-14 | mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC | Alexandre Ghiti | 1 | -1/+1 |
2019-05-14 | sh: advertise gigantic page support | Alexandre Ghiti | 1 | -0/+1 |
2019-05-14 | init: provide a generic free_initmem implementation | Mike Rapoport | 1 | -5/+0 |
2019-05-14 | initramfs: provide a generic free_initrd_mem implementation | Christoph Hellwig | 1 | -7/+0 |
2019-05-14 | mm/gup: change GUP fast to use flags rather than a write 'bool' | Ira Weiny | 1 | -5/+6 |
2019-05-14 | arch/sh/boards/mach-dreamcast/irq.c: Remove duplicate header | Sabyasachi Gupta | 1 | -1/+0 |
2019-05-12 | Merge tag 'mtd/for-5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -6/+6 |
2019-05-08 | Merge tag 'pinctrl-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 1 | -1/+1 |
2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+3 |
2019-05-07 | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -2/+2 |
2019-05-07 | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block | Linus Torvalds | 5 | -5/+0 |
2019-05-07 | Merge tag 'spi-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 1 | -3/+9 |
2019-05-06 | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 3 | -3/+14 |
2019-05-06 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -7/+0 |
2019-05-06 | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -4/+0 |
2019-05-06 | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -131/+10 |
2019-05-05 | Merge tag 'nand/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd... | Richard Weinberger | 6 | -6/+6 |
2019-05-02 | Merge branch 'spi-5.2' into spi-next | Mark Brown | 1 | -3/+9 |
2019-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+4 |
2019-04-23 | Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 1 | -0/+4 |
2019-04-22 | Merge tag 'v5.1-rc6' into for-5.2/block | Jens Axboe | 3 | -43/+16 |
2019-04-19 | net: socket: implement 64-bit timestamps | Arnd Bergmann | 1 | -2/+3 |
2019-04-18 | mtd: rawnand: Clarify Kconfig entry MTD_NAND | Miquel Raynal | 6 | -6/+6 |
2019-04-15 | arch: add pidfd and io_uring syscalls everywhere | Arnd Bergmann | 1 | -0/+4 |
2019-04-14 | sh/stacktrace: Remove the pointless ULONG_MAX marker | Thomas Gleixner | 1 | -4/+0 |
2019-04-10 | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 3 | -43/+16 |
2019-04-08 | sh/mmiowb: Add unconditional mmiowb() to arch_spin_unlock() | Will Deacon | 4 | -4/+14 |
2019-04-08 | arch: Use asm-generic header for asm/mmiowb.h | Will Deacon | 1 | -0/+1 |
2019-04-06 | block: remove CONFIG_LBDAF | Christoph Hellwig | 5 | -5/+0 |
2019-04-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+2 |
2019-04-05 | sh: fix multiple function definition build errors | Randy Dunlap | 1 | -2/+2 |
2019-04-05 | syscalls: Remove start and number from syscall_set_arguments() args | Steven Rostedt (VMware) | 2 | -18/+7 |
2019-04-05 | syscalls: Remove start and number from syscall_get_arguments() args | Steven Rostedt (Red Hat) | 2 | -23/+7 |
2019-04-04 | spi: sh-msiof: Convert to use GPIO descriptors | Geert Uytterhoeven | 1 | -3/+9 |
2019-04-03 | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs | Waiman Long | 1 | -6/+0 |
2019-04-03 | locking/rwsem: Remove arch specific rwsem files | Waiman Long | 1 | -1/+0 |