Age | Commit message (Expand) | Author | Files | Lines |
2019-01-07 | Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 58 | -550/+31 |
2019-01-07 | Fix 'acccess_ok()' on alpha and SH | Linus Torvalds | 2 | -5/+10 |
2019-01-06 | Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -1/+9 |
2019-01-06 | Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -7/+5 |
2019-01-06 | kbuild: use assignment instead of define ... endef for filechk_* rules | Masahiro Yamada | 2 | -14/+5 |
2019-01-06 | arch: remove redundant UAPI generic-y defines | Masahiro Yamada | 24 | -408/+0 |
2019-01-06 | arch: remove stale comments "UAPI Header export list" | Masahiro Yamada | 23 | -23/+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 | 1 | -1/+1 |
2019-01-06 | kbuild: remove redundant target cleaning on failure | Masahiro Yamada | 6 | -7/+6 |
2019-01-06 | jump_label: move 'asm goto' support test to Kconfig | Masahiro Yamada | 23 | -59/+19 |
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 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 branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 6 | -0/+6 |
2019-01-05 | Merge tag 'mips_fixes_4.21_1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 15 | -186/+64 |
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 | 20 | -118/+1611 |
2019-01-05 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 11 | -109/+151 |
2019-01-05 | Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 48 | -593/+579 |
2019-01-05 | Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linux | Linus Torvalds | 33 | -219/+1550 |
2019-01-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 52 | -144/+101 |
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 | 1 | -6/+17 |
2019-01-05 | ARM: multi_v7_defconfig: enable CONFIG_UNIPHIER_MDMAC | Masahiro Yamada | 1 | -0/+1 |
2019-01-05 | arch/arc/mm/fault.c: remove caller signal_pending_branch predictions | Davidlohr Bueso | 1 | -1/+1 |
2019-01-05 | mm: select HAVE_MOVE_PMD on x86 for faster mremap | Joel Fernandes (Google) | 1 | -0/+1 |
2019-01-05 | mm: speed up mremap by 20x on large regions | Joel Fernandes (Google) | 1 | -0/+5 |
2019-01-05 | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) | 36 | -126/+78 |
2019-01-05 | fls: change parameter to unsigned int | Matthew Wilcox | 13 | -17/+16 |
2019-01-04 | make 'user_access_begin()' do 'access_ok()' | Linus Torvalds | 1 | -1/+8 |
2019-01-04 | Fix access_ok() fallout for sparc32 and powerpc | Linus Torvalds | 2 | -3/+2 |
2019-01-04 | Merge commit 'smp-hotplug^{/omap2}' into for-linus | Russell King | 13 | -177/+73 |
2019-01-04 | arm64: compat: Hook up io_pgetevents() for 32-bit tasks | Will Deacon | 2 | -1/+3 |
2019-01-04 | arm64: compat: Don't pull syscall number from regs in arm_compat_syscall | Will Deacon | 2 | -10/+8 |
2019-01-04 | arm64: compat: Avoid sending SIGILL for unallocated syscall numbers | Will Deacon | 2 | -4/+5 |
2019-01-04 | arm64/sve: Disentangle <uapi/asm/ptrace.h> from <uapi/asm/sigcontext.h> | Dave Martin | 3 | -49/+99 |
2019-01-04 | arm64/sve: ptrace: Fix SVE_PT_REGS_OFFSET definition | Dave Martin | 1 | -1/+1 |
2019-01-04 | powerpc: Drop use of 'type' from access_ok() | Mathieu Malaterre | 1 | -1/+1 |
2019-01-04 | Merge branch 'master' into fixes | Michael Ellerman | 1685 | -22384/+51636 |
2019-01-04 | arm64: replace arm64-obj-* in Makefile with obj-* | Masahiro Yamada | 1 | -31/+30 |
2019-01-04 | sh: ftrace: Fix missing parenthesis in WARN_ON() | Steven Rostedt (VMware) | 1 | -1/+1 |
2019-01-04 | Remove 'type' argument from access_ok() function | Linus Torvalds | 133 | -410/+371 |