aboutsummaryrefslogtreecommitdiffstats
path: root/arch/loongarch/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-12LoongArch: Use TLB for ioremap()Huacai Chen1-0/+64
2022-10-12LoongArch: Support access filter to /dev/mem interfaceHuacai Chen1-0/+29
2022-10-12LoongArch: Refactor cache probe and flush methodsHuacai Chen1-96/+115
2022-10-12LoongArch: mm: Refactor TLB exception handlersRui Wang1-290/+247
2022-10-12LoongArch: Flush TLB earlier at initializationHuacai Chen1-2/+3
2022-09-03LoongArch: mm: Remove the unneeded result variableye xingchen1-4/+1
2022-09-03LoongArch: Fix arch_remove_memory() undefined build errorYupeng Li1-12/+10
2022-08-25LoongArch: mm: Avoid unnecessary page fault retires on shared memory typesHuacai Chen1-0/+4
2022-08-25LoongArch: Cleanup headers to avoid circular dependencyHuacai Chen1-9/+2
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-4/+50
2022-07-29LoongArch: Re-tab the assembly filesWANG Xuerui2-68/+68
2022-07-29LoongArch: Simplify "BLT foo, zero" with BLTZWANG Xuerui1-3/+3
2022-07-29LoongArch: Simplify "BEQ/BNE foo, zero" with BEQZ/BNEZWANG Xuerui1-15/+15
2022-07-29LoongArch: Use the "jr" pseudo-instruction where applicableWANG Xuerui2-5/+5
2022-07-29LoongArch: Use ABI names of registers where appropriateWANG Xuerui2-42/+42
2022-07-17loongarch: drop definition of PGD_ORDERMike Rapoport1-1/+1
2022-07-17loongarch: drop definition of PTE_ORDERMike Rapoport1-3/+3
2022-07-17loongarch/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-0/+46
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-03LoongArch: Add Non-Uniform Memory Access (NUMA) supportHuacai Chen2-7/+43
2022-06-03LoongArch: Add multi-processor (SMP) supportHuacai Chen1-0/+69
2022-06-03LoongArch: Add memory managementHuacai Chen12-0/+1811
2022-06-03LoongArch: Add build infrastructureHuacai Chen1-0/+9