aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/loongarch/kernel/numa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)1-5/+0
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)1-1/+0
2024-09-03arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)1-18/+0
2024-09-03arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)1-3/+0
2023-12-10NUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni1-27/+1
2023-09-27LoongArch: numa: Fix high_memory calculationHuacai Chen1-1/+1
2023-09-06LoongArch: Use static defined zero page rather than allocatedBibo Mao1-1/+0
2023-09-06LoongArch: mm: Introduce unified function populate_kernel_pte()Bibo Mao1-35/+1
2023-09-06LoongArch: Code improvements in function pcpu_populate_pte()Bibo Mao1-13/+15
2022-12-19Merge tag 'loongarch-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds1-1/+16
2022-12-14LoongArch: Add FDT booting support from efi system tableBinbin Zhou1-1/+16
2022-12-11MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()Feiyang Chen1-2/+2
2022-07-07LoongArch: Fix section mismatch warningTiezhu Yang1-1/+0
2022-06-03LoongArch: Add Non-Uniform Memory Access (NUMA) supportHuacai Chen1-0/+466