summaryrefslogtreecommitdiff
path: root/arch/loongarch/mm
AgeCommit message (Expand)Author
2024-02-06LoongArch: Fix earlycon parameter if KASAN enabledHuacai Chen
2024-01-26LoongArch/smp: Call rcutree_report_cpu_starting() at tlb_init()Huacai Chen
2023-11-21LoongArch: Mark {dmw,tlb}_virt_to_page() exports as non-GPLHuacai Chen
2023-10-18LoongArch: Replace kmap_atomic() with kmap_local_page() in copy_user_highpage()Huacai Chen
2023-10-18LoongArch: Export symbol invalid_pud_table for modules buildingHuacai Chen
2023-10-18LoongArch: Use SYM_CODE_* to annotate exception handlersTiezhu Yang
2023-09-20LoongArch: Don't inline kasan_mem_to_shadow()/kasan_shadow_to_mem()Huacai Chen
2023-09-20LoongArch: Fix some build warnings with W=1Bibo Mao
2023-09-08Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2023-09-06LoongArch: Add KASAN (Kernel Address Sanitizer) supportQing Zhang
2023-09-06LoongArch: Add KFENCE (Kernel Electric-Fence) supportEnze Li
2023-09-06LoongArch: mm: Add page table mapped mode support for virt_to_page()Enze Li
2023-09-06LoongArch: Use static defined zero page rather than allocatedBibo Mao
2023-09-06LoongArch: mm: Introduce unified function populate_kernel_pte()Bibo Mao
2023-09-06LoongArch: Remove shm_align_mask and use SHMLBA insteadHuacai Chen
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-25LoongArch: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada
2023-08-25LoongArch: Remove unneeded #include <asm/export.h>Masahiro Yamada
2023-08-24loongarch: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-21loongarch: convert various functions to use ptdescsVishal Moola (Oracle)
2023-06-30Merge tag 'loongarch-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2023-06-29LoongArch: Introduce hardware page table walkerHuacai Chen
2023-06-29LoongArch: Support dbar with different hintsHuacai Chen
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds
2023-04-18LoongArch: Mark 3 symbol exports as non-GPLHuacai Chen
2023-02-25LoongArch: Add kprobes supportTiezhu Yang
2023-02-25LoongArch: Add la_abs macro implementationYouling Tang
2023-02-25LoongArch: Use la.pcrel instead of la.abs when it's trivially possibleXi Ruoyao
2023-01-17LoongArch: Add generic ex-handler unwind in prologue unwinderJinyang He
2022-12-19Merge tag 'loongarch-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-14LoongArch: BPF: Add BPF exception tablesYouling Tang
2022-12-14LoongArch: extable: Add a dedicated uaccess handlerYouling Tang
2022-12-14LoongArch: extable: Add `type` and `data` fieldsYouling Tang
2022-12-14LoongArch: Switch to relative exception tablesYouling Tang
2022-12-11mm/sparse-vmemmap: generalise vmemmap_populate_hugepages()Feiyang Chen
2022-12-11LoongArch: add sparse memory vmemmap supportFeiyang Chen
2022-12-11MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()Feiyang Chen
2022-12-08LoongArch: mm: Fix huge page entry update for virtual machineHuacai Chen
2022-10-12LoongArch: Use TLB for ioremap()Huacai Chen
2022-10-12LoongArch: Support access filter to /dev/mem interfaceHuacai Chen
2022-10-12LoongArch: Refactor cache probe and flush methodsHuacai Chen
2022-10-12LoongArch: mm: Refactor TLB exception handlersRui Wang
2022-10-12LoongArch: Flush TLB earlier at initializationHuacai Chen
2022-09-03LoongArch: mm: Remove the unneeded result variableye xingchen
2022-09-03LoongArch: Fix arch_remove_memory() undefined build errorYupeng Li
2022-08-25LoongArch: mm: Avoid unnecessary page fault retires on shared memory typesHuacai Chen
2022-08-25LoongArch: Cleanup headers to avoid circular dependencyHuacai Chen
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-29LoongArch: Re-tab the assembly filesWANG Xuerui