| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-07-12 | 5 | -50/+13 |
|\ |
|
| * | sh: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-06-03 | 5 | -50/+13 |
* | | mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP | Christoph Hellwig | 2019-07-12 | 1 | -1/+1 |
* | | sh: use the generic get_user_pages_fast code | Christoph Hellwig | 2019-07-12 | 4 | -278/+40 |
* | | sh: add the missing pud_page definition | Christoph Hellwig | 2019-07-12 | 1 | -0/+3 |
* | | sh: prevent warnings when using iounmap | Sam Ravnborg | 2019-07-12 | 1 | -1/+5 |
* | | sh: config: remove left-over BACKLIGHT_LCD_SUPPORT | Krzysztof Kozlowski | 2019-07-12 | 2 | -2/+0 |
* | | arch/sh/configs/sdk7786_defconfig: remove CONFIG_LOGFS | Kefeng Wang | 2019-07-12 | 1 | -1/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2019-07-11 | 3 | -3/+0 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-22 | 1 | -5/+1 |
| |\ \ |
|
| * | | | net: sched: remove NET_CLS_IND config option | Jiri Pirko | 2019-06-15 | 3 | -3/+0 |
| | |/
| |/| |
|
* | | | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-07-11 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | arch: wire-up pidfd_open() | Christian Brauner | 2019-06-28 | 1 | -0/+1 |
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg... | Linus Torvalds | 2019-07-11 | 2 | -6/+2 |
|\ \ \ \ |
|
| * | | | | binfmt_flat: remove the persistent argument from flat_get_addr_from_rp | Christoph Hellwig | 2019-06-24 | 1 | -1/+1 |
| * | | | | binfmt_flat: add a ARCH_HAS_BINFMT_FLAT option | Christoph Hellwig | 2019-06-24 | 1 | -0/+1 |
| * | | | | binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variable | Christoph Hellwig | 2019-06-24 | 1 | -1/+0 |
| * | | | | binfmt_flat: remove flat_old_ram_flag | Christoph Hellwig | 2019-06-24 | 1 | -1/+0 |
| * | | | | binfmt_flat: provide a default version of flat_get_relocate_addr | Christoph Hellwig | 2019-06-24 | 1 | -1/+0 |
| * | | | | binfmt_flat: remove flat_set_persistent | Christoph Hellwig | 2019-06-24 | 1 | -1/+0 |
| * | | | | binfmt_flat: remove flat_reloc_valid | Christoph Hellwig | 2019-06-24 | 1 | -1/+0 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'docs-5.3' of git://git.lwn.net/linux | Linus Torvalds | 2019-07-09 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | docs: kdump: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 2019-06-14 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-07-09 | 12 | -30/+23 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | signal: Remove the task parameter from force_sig_fault | Eric W. Biederman | 2019-05-29 | 4 | -5/+5 |
| * | | | signal: Explicitly call force_sig_fault on current | Eric W. Biederman | 2019-05-29 | 1 | -1/+1 |
| * | | | signal/sh: Remove tsk parameter from force_sig_info_fault | Eric W. Biederman | 2019-05-29 | 1 | -7/+4 |
| * | | | signal: Remove task parameter from force_sig | Eric W. Biederman | 2019-05-27 | 9 | -19/+15 |
| | |/
| |/| |
|
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -5/+1 |
| |/
|/| |
|
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 211 | Thomas Gleixner | 2019-05-30 | 9 | -18/+9 |
* | | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 3 | -0/+3 |
* | | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
|/ |
|
* | treewide: prefix header search paths with $(srctree)/ | Masahiro Yamada | 2019-05-18 | 1 | -2/+2 |
* | sh: exclude vmlinux.scr from .gitignore pattern | Masahiro Yamada | 2019-05-18 | 1 | -0/+1 |
* | sh: vsyscall: drop unnecessary cc-ldoption | Nick Desaulniers | 2019-05-18 | 1 | -2/+1 |
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2019-05-17 | 1 | -0/+6 |
|\ |
|
| * | uapi: Wire up the mount API syscalls on non-x86 arches [ver #2] | David Howells | 2019-05-16 | 1 | -0/+6 |
* | | arch: remove <asm/sizes.h> and <asm-generic/sizes.h> | Masahiro Yamada | 2019-05-15 | 1 | -1/+0 |
* | | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h> | Masahiro Yamada | 2019-05-15 | 18 | -18/+18 |
* | | mm: memblock: make keeping memblock memory opt-in rather than opt-out | Mike Rapoport | 2019-05-14 | 1 | -1/+0 |
* | | mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail | David Hildenbrand | 2019-05-14 | 1 | -8/+3 |
* | | mm, memory_hotplug: provide a more generic restrictions for memory hotplug | Michal Hocko | 2019-05-14 | 1 | -3/+3 |
* | | hugetlb: allow to free gigantic pages regardless of the configuration | Alexandre Ghiti | 2019-05-14 | 1 | -1/+1 |
* | | mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC | Alexandre Ghiti | 2019-05-14 | 1 | -1/+1 |
* | | sh: advertise gigantic page support | Alexandre Ghiti | 2019-05-14 | 1 | -0/+1 |
* | | init: provide a generic free_initmem implementation | Mike Rapoport | 2019-05-14 | 1 | -5/+0 |
* | | initramfs: provide a generic free_initrd_mem implementation | Christoph Hellwig | 2019-05-14 | 1 | -7/+0 |
* | | mm/gup: change GUP fast to use flags rather than a write 'bool' | Ira Weiny | 2019-05-14 | 1 | -5/+6 |
* | | arch/sh/boards/mach-dreamcast/irq.c: Remove duplicate header | Sabyasachi Gupta | 2019-05-14 | 1 | -1/+0 |
* | | Merge tag 'mtd/for-5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-05-12 | 6 | -6/+6 |
|\ \ |
|