Age | Commit message (Expand) | Author | Files | Lines |
2022-01-20 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -11/+3 |
2022-01-20 | mm: percpu: add generic pcpu_fc_alloc/free funciton | Kefeng Wang | 1 | -15/+1 |
2022-01-20 | mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedef | Kefeng Wang | 1 | -3/+9 |
2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -10/+9 |
2022-01-15 | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit | Qi Zheng | 1 | -10/+9 |
2021-12-14 | MIPS: Fix typo in a comment | Jason Wang | 1 | -1/+1 |
2021-11-29 | MIPS: Remove a repeated word in a comment | Jason Wang | 1 | -1/+1 |
2021-11-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2021-11-06 | memblock: use memblock_free for freeing virtual pointers | Mike Rapoport | 1 | -1/+1 |
2021-11-06 | memblock: rename memblock_free to memblock_phys_free | Mike Rapoport | 1 | -1/+1 |
2021-11-06 | memblock: drop memblock_free_early_nid() and memblock_free_early() | Mike Rapoport | 1 | -1/+1 |
2021-11-05 | Merge tag 'mips_5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 2 | -10/+1 |
2021-10-24 | MIPS: Remove NETLOGIC support | Thomas Bogendoerfer | 2 | -10/+1 |
2021-10-06 | mips, uasm: Enable muhu opcode for MIPS R6 | Tony Ambardar | 2 | -2/+5 |
2021-09-03 | Merge tag 'mips_5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 1 | -15/+14 |
2021-07-28 | mips: clean up kernel-doc in mm/c-octeon.c | Randy Dunlap | 1 | -15/+14 |
2021-07-13 | MIPS: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+2 |
2021-07-02 | Merge tag 'mips_5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 1 | -0/+1 |
2021-06-29 | mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA | Mike Rapoport | 1 | -2/+2 |
2021-06-29 | arch, mm: remove stale mentions of DISCONIGMEM | Mike Rapoport | 1 | -3/+0 |
2021-06-05 | Revert "MIPS: make userspace mapping young by default" | Thomas Bogendoerfer | 1 | -16/+14 |
2021-06-01 | MIPS: mm: XBurst CPU requires sync after DMA | Paul Cercueil | 1 | -0/+1 |
2021-05-05 | hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share() | Peter Xu | 1 | -2/+2 |
2021-04-30 | mm: move mem_init_print_info() into mm_init() | Kefeng Wang | 1 | -1/+0 |
2021-04-30 | mm: move page_mapping_file to pagemap.h | Matthew Wilcox (Oracle) | 1 | -0/+1 |
2021-04-06 | MIPS: uaccess: Added __get/__put_kernel_nofault | Thomas Bogendoerfer | 2 | -0/+14 |
2021-04-06 | MIPS: Add support for CONFIG_DEBUG_VIRTUAL | Florian Fainelli | 2 | -0/+58 |
2021-03-14 | MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT handling | Huang Pei | 1 | -4/+5 |
2021-02-26 | MIPS: make userspace mapping young by default | Huang Pei | 1 | -14/+16 |
2021-02-25 | MIPS: do not call flush_tlb_all when setting pmd entry | Bibo Mao | 2 | -2/+0 |
2021-02-13 | MIPS: remove CONFIG_DMA_PERDEV_COHERENT | Christoph Hellwig | 1 | -1/+1 |
2021-02-13 | driver core: lift dma_default_coherent into common code | Christoph Hellwig | 2 | -2/+1 |
2021-02-13 | MIPS: refactor the runtime coherent vs noncoherent DMA indicators | Christoph Hellwig | 1 | -6/+2 |
2021-01-27 | MIPS: mm:remove function __uncached_access() | Yanteng Si | 1 | -8/+0 |
2021-01-22 | Revert "MIPS: Remove unused R4300 CPU support" | Lauri Kasanen | 2 | -0/+2 |
2021-01-22 | MIPS: mm: Add prototype for function __update_cache | Yanteng Si | 1 | -0/+1 |
2021-01-22 | MIPS: mm: abort uaccess retries upon fatal signal | Thomas Bogendoerfer | 1 | -1/+4 |
2021-01-07 | MIPS: Remove empty prom_free_prom_memory functions | Thomas Bogendoerfer | 1 | -0/+5 |
2021-01-07 | MIPS: c-r4k: Fix section mismatch for loongson2_sc_init | Nathan Chancellor | 1 | -1/+1 |
2020-12-16 | Merge tag 'mips_5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 4 | -68/+29 |
2020-12-15 | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -81/+0 |
2020-12-14 | mips: fix Section mismatch in reference | Anders Roxell | 2 | -3/+3 |
2020-11-27 | MIPS: mm: Remove unused is_aligned_hugepage_range | Thomas Bogendoerfer | 1 | -12/+0 |
2020-11-19 | MIPS: Loongson64: Fix wrong scache size when execute lscpu | Tiezhu Yang | 1 | -6/+4 |
2020-11-19 | MIPS: Remove cpu_has_6k_cache and cpu_has_8k_cache in cpu_cache_init() | Tiezhu Yang | 1 | -10/+0 |
2020-11-19 | MIPS: mm: Clean up setup of protection map | Thomas Bogendoerfer | 1 | -37/+18 |
2020-11-19 | MIPS: mm: shorten lines by using macro | Thomas Bogendoerfer | 1 | -17/+21 |
2020-11-07 | mips/mm/highmem: Switch to generic kmap atomic | Thomas Gleixner | 2 | -81/+0 |
2020-10-27 | MIPS: export has_transparent_hugepage() for modules | Randy Dunlap | 1 | -0/+1 |
2020-10-26 | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches | 1 | -1/+1 |