summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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-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
2020-06-04hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz5-31/+11
2020-06-04hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz6-102/+0
2020-06-04hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz6-36/+84
2020-06-04mm: make deferred init's max threads arch-specificDaniel Jordan1-0/+12
2020-06-04mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport1-4/+1
2020-06-04mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport1-29/+12
2020-06-04mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODESMike Rapoport3-27/+0
2020-06-04xtensa: simplify detection of memory zone boundariesMike Rapoport1-4/+4
2020-06-04unicore32: simplify detection of memory zone boundariesMike Rapoport4-50/+15
2020-06-04sparc32: simplify detection of memory zone boundariesMike Rapoport1-16/+5