aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-07-17parisc: rename PGD_ORDER to PGD_TABLE_ORDERMike Rapoport2-7/+7
2022-07-17loongarch: drop definition of PGD_ORDERMike Rapoport3-7/+3
2022-07-17loongarch: drop definition of PUD_ORDERMike Rapoport2-4/+3
2022-07-17loongarch: drop definition of PMD_ORDERMike Rapoport3-9/+5
2022-07-17loongarch: drop definition of PTE_ORDERMike Rapoport3-9/+7
2022-07-17nios2: drop definition of PGD_ORDERMike Rapoport3-6/+3
2022-07-17nios2: drop definition of PTE_ORDERMike Rapoport2-3/+2
2022-07-17mips: rename PGD_ORDER to PGD_TABLE_ORDERMike Rapoport7-21/+20
2022-07-17mips: drop definitions of PTE_ORDERMike Rapoport4-17/+10
2022-07-17mips: rename PUD_ORDER to PUD_TABLE_ORDERMike Rapoport3-10/+10
2022-07-17mips: rename PMD_ORDER to PMD_TABLE_ORDERMatthew Wilcox (Oracle)4-15/+12
2022-07-17csky: drop definition of PGD_ORDERMike Rapoport2-3/+2
2022-07-17csky: drop definition of PTE_ORDERMike Rapoport1-2/+1
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual22-22/+0
2022-07-17sh/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-17/+21
2022-07-17um/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual4-18/+22
2022-07-17arm/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual4-18/+22
2022-07-17arc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-18/+21
2022-07-17m68k/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual7-111/+105
2022-07-17mips/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-22/+4
2022-07-17ia64/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-19/+28
2022-07-17s390/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-17/+21
2022-07-17csky/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-18/+21
2022-07-17riscv/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-20/+21
2022-07-17nios2/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-16/+21
2022-07-17alpha/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-17/+23
2022-07-17parisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-18/+21
2022-07-17hexagon/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-27/+43
2022-07-17xtensa/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-18/+23
2022-07-17openrisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-18/+21
2022-07-17loongarch/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-19/+47
2022-07-17microblaze/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-17/+21
2022-07-17x86/mm: move protection_map[] inside the platformAnshuman Khandual4-23/+32
2022-07-17arm64/mm: move protection_map[] inside the platformAnshuman Khandual2-18/+21
2022-07-17sparc/mm: move protection_map[] inside the platformAnshuman Khandual5-39/+24
2022-07-17powerpc/mm: move protection_map[] inside the platformAnshuman Khandual3-20/+26
2022-07-17arm64/hugetlb: implement arm64 specific hugetlb_mask_last_pageBaolin Wang1-0/+22
2022-07-17um: include sys/types.h for size_tJason A. Donenfeld1-1/+2
2022-07-17um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck3-7/+7
2022-07-17um: Add missing apply_returns()Peter Zijlstra1-0/+4
2022-07-17um: add "noreboot" command line option for PANIC_TIMEOUT=-1 setupsJason A. Donenfeld1-1/+16
2022-07-17um: include linux/stddef.h for __always_inlineJason A. Donenfeld1-0/+1
2022-07-17UML: add support for KASAN under x86_64Patricia Alfonso10-5/+108
2022-07-17um: random: Don't initialise hwrng struct with zeroChristopher Obbard1-1/+1
2022-07-17um: remove unused mm_copy_segmentsTobias Klauser1-5/+0
2022-07-17um: remove unused variableHaowen Bai1-2/+1
2022-07-17um: Remove straying parenthesisBenjamin Beichler1-1/+1
2022-07-17um: x86: print RIP with symbolJohannes Berg1-2/+2
2022-07-17arch: um: Fix build for statically linked UML w/ constructorsDavid Gow1-0/+1
2022-07-17x86/um: Kconfig: Fix indentationJuerg Haefliger1-5/+5