Age | Commit message (Expand) | Author | Files | Lines |
2019-01-06 | kbuild: use assignment instead of define ... endef for filechk_* rules | Masahiro Yamada | 6 | -26/+12 |
2019-01-06 | arch: remove redundant UAPI generic-y defines | Masahiro Yamada | 24 | -408/+0 |
2019-01-06 | kbuild: generate asm-generic wrappers if mandatory headers are missing | Masahiro Yamada | 3 | -10/+10 |
2019-01-06 | arch: remove stale comments "UAPI Header export list" | Masahiro Yamada | 24 | -25/+0 |
2019-01-06 | riscv: remove redundant kernel-space generic-y | Masahiro Yamada | 1 | -25/+0 |
2019-01-06 | kbuild: change filechk to surround the given command with { } | Masahiro Yamada | 7 | -12/+14 |
2019-01-06 | kbuild: remove redundant target cleaning on failure | Masahiro Yamada | 9 | -25/+16 |
2019-01-06 | kbuild: clean up rule_dtc_dt_yaml | Masahiro Yamada | 1 | -2/+2 |
2019-01-06 | kbuild: remove UIMAGE_IN and UIMAGE_OUT | Masahiro Yamada | 1 | -4/+2 |
2019-01-06 | jump_label: move 'asm goto' support test to Kconfig | Masahiro Yamada | 42 | -119/+65 |
2019-01-06 | kallsyms: lower alignment on ARM | Mathias Krause | 1 | -2/+2 |
2019-01-06 | scripts: coccinelle: boolinit: drop warnings on named constants | Julia Lawall | 1 | -0/+5 |
2019-01-06 | scripts: coccinelle: check for redeclaration | Julia Lawall | 1 | -0/+3 |
2019-01-06 | kconfig: remove unused "file" field of yylval union | Masahiro Yamada | 1 | -1/+0 |
2019-01-06 | nds32: remove redundant kernel-space generic-y | Masahiro Yamada | 1 | -10/+0 |
2019-01-06 | nios2: remove unneeded HAS_DMA define | Masahiro Yamada | 1 | -3/+0 |
2019-01-06 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 32 | -135/+138 |
2019-01-06 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent... | Linus Torvalds | 18 | -93/+383 |
2019-01-06 | Merge tag 'trace-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Linus Torvalds | 1 | -1/+1 |
2019-01-06 | Merge tag '4.21-smb3-small-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 4 | -16/+32 |
2019-01-06 | Merge tag 'iomap-4.21-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -0/+12 |
2019-01-06 | Merge tag 'xfs-4.21-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2 | -2/+0 |
2019-01-06 | Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 6 | -162/+174 |
2019-01-06 | lib/genalloc.c: include vmalloc.h | Olof Johansson | 1 | -0/+1 |
2019-01-06 | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 28 | -1040/+724 |
2019-01-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -50/+38 |
2019-01-05 | Merge tag 'mips_fixes_4.21_1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 17 | -188/+70 |
2019-01-05 | Merge tag 'powerpc-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 4 | -12/+19 |
2019-01-05 | Merge branch 'parisc-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
2019-01-05 | Merge tag 'for-4.21' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux | Linus Torvalds | 2 | -18/+1 |
2019-01-05 | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/... | Linus Torvalds | 37 | -124/+3084 |
2019-01-05 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 13 | -117/+153 |
2019-01-05 | Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 57 | -853/+869 |
2019-01-05 | Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linux | Linus Torvalds | 36 | -222/+1555 |
2019-01-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 138 | -587/+746 |
2019-01-05 | dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocations | Christoph Hellwig | 1 | -6/+7 |
2019-01-05 | x86/amd_gart: fix unmapping of non-GART mappings | Christoph Hellwig | 1 | -1/+9 |
2019-01-05 | ia64: fix compile without swiotlb | Christoph Hellwig | 2 | -1/+3 |
2019-01-05 | x86: re-introduce non-generic memcpy_{to,from}io | Linus Torvalds | 4 | -18/+51 |
2019-01-05 | Use __put_user_goto in __put_user_size() and unsafe_put_user() | Linus Torvalds | 1 | -31/+22 |
2019-01-05 | x86 uaccess: Introduce __put_user_goto | Linus Torvalds | 1 | -11/+17 |
2019-01-05 | parisc: Remap hugepage-aligned pages in set_kernel_text_rw() | Helge Deller | 1 | -2/+2 |
2019-01-05 | Merge branch 'next/drivers' into next/late | Olof Johansson | 79 | -1249/+5116 |
2019-01-05 | ARM: multi_v7_defconfig: enable CONFIG_UNIPHIER_MDMAC | Masahiro Yamada | 1 | -0/+1 |
2019-01-05 | Add CREDITS entry for Shaohua Li | Jens Axboe | 1 | -0/+6 |
2019-01-05 | mm/page_io.c: fix polled swap page in | Jens Axboe | 1 | -1/+3 |
2019-01-05 | checkpatch: add Co-developed-by to signature tags | Jorge Ramirez-Ortiz | 1 | -0/+1 |
2019-01-05 | docs: fix Co-Developed-by docs | Jorge Ramirez-Ortiz | 1 | -2/+2 |
2019-01-05 | drivers/base/platform.c: kmemleak ignore a known leak | Qian Cai | 1 | -0/+3 |
2019-01-05 | fs: don't open code lru_to_page() | Nikolay Borisov | 10 | -15/+15 |