Age | Commit message (Expand) | Author |
2019-01-22 | powerpc: Adopt nvram module for PPC64 | Finn Thain |
2019-01-22 | powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAM | Finn Thain |
2019-01-22 | powerpc: Define missing ppc_md.nvram_size for CHRP and PowerMac | Finn Thain |
2019-01-22 | m68k: Dispatch nvram_ops calls to Atari or Mac functions | Finn Thain |
2019-01-22 | m68k/mac: Fix PRAM accessors | Finn Thain |
2019-01-22 | m68k/mac: Use macros for RTC accesses not magic numbers | Finn Thain |
2019-01-22 | m68k/mac: Adopt naming and calling conventions for PRAM routines | Finn Thain |
2019-01-22 | m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRA... | Finn Thain |
2019-01-22 | powerpc: Replace nvram_* extern declarations with standard header | Finn Thain |
2019-01-22 | m68k/atari: Implement arch_nvram_ops struct | Finn Thain |
2019-01-22 | nvram: Replace nvram_* function exports with static functions | Finn Thain |
2019-01-22 | m68k/atari: Move Atari-specific code out of drivers/char/nvram.c | Finn Thain |
2019-01-06 | Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds |
2019-01-06 | Fix 'acccess_ok()' on alpha and SH | Linus Torvalds |
2019-01-06 | Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2019-01-05 | Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-01-06 | kbuild: use assignment instead of define ... endef for filechk_* rules | Masahiro Yamada |
2019-01-06 | arch: remove redundant UAPI generic-y defines | Masahiro Yamada |
2019-01-06 | arch: remove stale comments "UAPI Header export list" | Masahiro Yamada |
2019-01-06 | riscv: remove redundant kernel-space generic-y | Masahiro Yamada |
2019-01-06 | kbuild: change filechk to surround the given command with { } | Masahiro Yamada |
2019-01-06 | kbuild: remove redundant target cleaning on failure | Masahiro Yamada |
2019-01-06 | jump_label: move 'asm goto' support test to Kconfig | Masahiro Yamada |
2019-01-06 | nds32: remove redundant kernel-space generic-y | Masahiro Yamada |
2019-01-06 | nios2: remove unneeded HAS_DMA define | Masahiro Yamada |
2019-01-05 | Merge tag 'trace-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Linus Torvalds |
2019-01-05 | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2019-01-05 | Merge tag 'mips_fixes_4.21_1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-01-05 | Merge tag 'powerpc-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2019-01-05 | Merge branch 'parisc-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2019-01-05 | Merge tag 'for-4.21' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux | Linus Torvalds |
2019-01-05 | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/... | Linus Torvalds |
2019-01-05 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2019-01-05 | Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds |
2019-01-05 | Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linux | Linus Torvalds |
2019-01-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2019-01-05 | x86/amd_gart: fix unmapping of non-GART mappings | Christoph Hellwig |
2019-01-04 | ia64: fix compile without swiotlb | Christoph Hellwig |
2019-01-04 | x86: re-introduce non-generic memcpy_{to,from}io | Linus Torvalds |
2019-01-04 | Use __put_user_goto in __put_user_size() and unsafe_put_user() | Linus Torvalds |
2019-01-04 | x86 uaccess: Introduce __put_user_goto | Linus Torvalds |
2019-01-05 | parisc: Remap hugepage-aligned pages in set_kernel_text_rw() | Helge Deller |
2019-01-04 | Merge branch 'next/drivers' into next/late | Olof Johansson |
2019-01-04 | ARM: multi_v7_defconfig: enable CONFIG_UNIPHIER_MDMAC | Masahiro Yamada |
2019-01-04 | arch/arc/mm/fault.c: remove caller signal_pending_branch predictions | Davidlohr Bueso |
2019-01-04 | mm: select HAVE_MOVE_PMD on x86 for faster mremap | Joel Fernandes (Google) |
2019-01-04 | mm: speed up mremap by 20x on large regions | Joel Fernandes (Google) |
2019-01-04 | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) |
2019-01-04 | fls: change parameter to unsigned int | Matthew Wilcox |
2019-01-04 | make 'user_access_begin()' do 'access_ok()' | Linus Torvalds |