summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-07-18sh/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-17/+21
2022-07-18um/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual4-18/+22
2022-07-18arm/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual4-18/+22
2022-07-18arc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-18/+21
2022-07-18m68k/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual7-111/+105
2022-07-18mips/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-22/+4
2022-07-18ia64/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-19/+28
2022-07-18s390/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-17/+21
2022-07-18csky/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-18/+21
2022-07-18riscv/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-20/+21
2022-07-18nios2/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-16/+21
2022-07-18alpha/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-17/+23
2022-07-18parisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-18/+21
2022-07-18hexagon/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-27/+43
2022-07-18xtensa/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-18/+23
2022-07-18openrisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-18/+21
2022-07-18loongarch/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-19/+47
2022-07-18microblaze/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-17/+21
2022-07-18x86/mm: move protection_map[] inside the platformAnshuman Khandual4-23/+32
2022-07-18arm64/mm: move protection_map[] inside the platformAnshuman Khandual2-18/+21
2022-07-18sparc/mm: move protection_map[] inside the platformAnshuman Khandual5-39/+24
2022-07-18powerpc/mm: move protection_map[] inside the platformAnshuman Khandual3-20/+26
2022-07-18arm64/hugetlb: implement arm64 specific hugetlb_mask_last_pageBaolin Wang1-0/+22
2022-07-04mm: hugetlb: kill set_huge_swap_pte_at()Qi Zheng2-20/+17
2022-07-04mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport2-2/+2
2022-06-27Merge branch 'master' into mm-stableakpm116-660/+1335
2022-06-27Merge tag 'soc-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds20-110/+78
2022-06-26Merge tag 'for-5.19/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-3/+7
2022-06-26Merge tag 'xtensa-20220626' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds3-1/+3
2022-06-26Merge tag 'powerpc-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds13-40/+83
2022-06-26parisc: Enable ARCH_HAS_STRICT_MODULE_RWXHelge Deller1-0/+1
2022-06-26parisc: Fix flush_anon_page on PA8800/PA8900John David Anglin1-1/+4
2022-06-26parisc: align '*' in comment in math-emu codeJiang Jian1-1/+1
2022-06-25Merge tag 'loongarch-fixes-5.19-3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-15/+13
2022-06-25LoongArch: Make compute_return_era() return voidTiezhu Yang2-4/+2
2022-06-25LoongArch: Fix wrong fpu versionTiezhu Yang1-1/+1
2022-06-25LoongArch: Fix EENTRY/MERRENTRY setting in setup_tlb_handler()Huacai Chen1-2/+3
2022-06-25LoongArch: Fix sleeping in atomic context in setup_tlb_handler()Huacai Chen1-1/+1
2022-06-25LoongArch: Fix the _stext symbol addressHuacai Chen2-2/+1
2022-06-25LoongArch: Fix the !THP buildHuacai Chen1-5/+5
2022-06-24Merge tag 'riscv-for-linus-5.19-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+7
2022-06-24Merge tag 's390-5.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds3-7/+45
2022-06-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-38/+53
2022-06-24ARM: dts: aspeed: nuvia: rename vendor nuvia to qcomJae Hyun Yoo2-3/+3
2022-06-24Merge tag 'samsung-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2-6/+7
2022-06-24Merge tag 'arm-soc/for-5.19/devicetree-fixes' of https://github.com/Broadcom/...Arnd Bergmann1-3/+3
2022-06-24Merge tag 'ti-k3-dt-fixes-for-v5.19' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2-3/+1
2022-06-24arm: mach-spear: Add missing of_node_put() in time.cLiang He1-2/+6
2022-06-24ARM: cns3xxx: Fix refcount leak in cns3xxx_initMiaoqian Lin1-0/+2