summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Merge tag 'arm-dt-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds464-4884/+24917
2020-06-05Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2020-06-05Merge tag 'arm-defconfig-5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-4/+45
2020-06-05Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds117-5567/+790
2020-06-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds110-901/+963
2020-06-05powerpc/pseries/hotplug-memory: stop checking is_mem_section_removable()David Hildenbrand1-23/+3
2020-06-05kmap: consolidate kmap_prot definitionsIra Weiny10-18/+2
2020-06-05sparc: remove unnecessary includesIra Weiny2-2/+0
2020-06-05parisc/kmap: remove duplicate kmap codeIra Weiny1-26/+2
2020-06-05kmap: remove kmap_atomic_to_page()Ira Weiny3-15/+0
2020-06-05arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny10-68/+21
2020-06-05arch/kmap: don't hard code kmap_prot valuesIra Weiny4-4/+4
2020-06-05arch/kmap: ensure kmap_prot visibilityIra Weiny5-8/+3
2020-06-05arch/kunmap_atomic: consolidate duplicate codeIra Weiny22-79/+28
2020-06-05arch/kmap_atomic: consolidate duplicate codeIra Weiny20-93/+23
2020-06-05{x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny6-26/+36
2020-06-05arch/kunmap: remove duplicate kunmap implementationsIra Weiny15-110/+0
2020-06-05arch/kmap: remove redundant arch specific kmapsIra Weiny16-109/+11
2020-06-05arch/xtensa: move kmap build bug out of the wayIra Weiny2-5/+4
2020-06-05arch/kmap: remove BUG_ON()Ira Weiny11-14/+13
2020-06-05mm/debug: add tests validating architecture page table helpersAnshuman Khandual5-0/+5
2020-06-05x86/mm: define mm_p4d_folded()Anshuman Khandual1-0/+6
2020-06-05unicore32: remove __ARCH_USE_5LEVEL_HACKMike Rapoport2-2/+3
2020-06-05sh: add support for folded p4d page tablesMike Rapoport11-22/+76
2020-06-05sh: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport3-9/+7
2020-06-05sh: fault: modernize printing of kernel messagesGeert Uytterhoeven1-20/+18
2020-06-05powerpc: add support for folded p4d page tablesMike Rapoport23-145/+200
2020-06-05openrisc: add support for folded p4d page tablesMike Rapoport3-4/+11
2020-06-05nios2: add support for folded p4d page tablesMike Rapoport3-5/+13
2020-06-05ia64: add support for folded p4d page tablesMike Rapoport5-22/+52
2020-06-05hexagon: remove __ARCH_USE_5LEVEL_HACKMike Rapoport2-3/+2
2020-06-05arm64: add support for folded p4d page tablesMike Rapoport12-104/+368
2020-06-05arm: add support for folded p4d page tablesMike Rapoport12-37/+125
2020-06-05h8300: remove usage of __ARCH_USE_5LEVEL_HACKMike Rapoport1-1/+0
2020-06-05mm: Fix mremap not considering huge pmd devmapFan Yang1-0/+1
2020-06-05Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2-12/+3
2020-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds7-124/+147
2020-06-04Merge tag 'linux-watchdog-5.8-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds1-0/+1
2020-06-04Merge tag 'backlight-next-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-11/+34
2020-06-04Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2-2/+2
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds76-672/+224
2020-06-04arm64: mm: use ARCH_HAS_DEBUG_WX instead of arch definedZong Li2-29/+1
2020-06-04x86: mm: use ARCH_HAS_DEBUG_WX instead of arch definedZong Li2-27/+1
2020-06-04riscv: support DEBUG_WXZong Li3-0/+15
2020-06-04mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual6-6/+6
2020-06-04powerpc/mm: drop platform defined pmd_mknotpresent()Anshuman Khandual1-4/+0
2020-06-04sparc32: register memory occupied by kernel as memblock.memoryMike Rapoport1-0/+1
2020-06-04mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual11-28/+4
2020-06-04mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual11-56/+2
2020-06-04arm64/mm: drop __HAVE_ARCH_HUGE_PTEP_GETAnshuman Khandual1-6/+0