| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "MIPS: make userspace mapping young by default" | Thomas Bogendoerfer | 2021-06-05 | 1 | -16/+14 |
* | hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share() | Peter Xu | 2021-05-05 | 1 | -2/+2 |
* | mm: move mem_init_print_info() into mm_init() | Kefeng Wang | 2021-04-30 | 1 | -1/+0 |
* | mm: move page_mapping_file to pagemap.h | Matthew Wilcox (Oracle) | 2021-04-30 | 1 | -0/+1 |
* | MIPS: uaccess: Added __get/__put_kernel_nofault | Thomas Bogendoerfer | 2021-04-06 | 2 | -0/+14 |
* | MIPS: Add support for CONFIG_DEBUG_VIRTUAL | Florian Fainelli | 2021-04-06 | 2 | -0/+58 |
* | MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT handling | Huang Pei | 2021-03-14 | 1 | -4/+5 |
* | MIPS: make userspace mapping young by default | Huang Pei | 2021-02-26 | 1 | -14/+16 |
* | MIPS: do not call flush_tlb_all when setting pmd entry | Bibo Mao | 2021-02-24 | 2 | -2/+0 |
* | MIPS: remove CONFIG_DMA_PERDEV_COHERENT | Christoph Hellwig | 2021-02-13 | 1 | -1/+1 |
* | driver core: lift dma_default_coherent into common code | Christoph Hellwig | 2021-02-13 | 2 | -2/+1 |
* | MIPS: refactor the runtime coherent vs noncoherent DMA indicators | Christoph Hellwig | 2021-02-13 | 1 | -6/+2 |
* | MIPS: mm:remove function __uncached_access() | Yanteng Si | 2021-01-27 | 1 | -8/+0 |
* | Revert "MIPS: Remove unused R4300 CPU support" | Lauri Kasanen | 2021-01-22 | 2 | -0/+2 |
* | MIPS: mm: Add prototype for function __update_cache | Yanteng Si | 2021-01-22 | 1 | -0/+1 |
* | MIPS: mm: abort uaccess retries upon fatal signal | Thomas Bogendoerfer | 2021-01-22 | 1 | -1/+4 |
* | MIPS: Remove empty prom_free_prom_memory functions | Thomas Bogendoerfer | 2021-01-07 | 1 | -0/+5 |
* | MIPS: c-r4k: Fix section mismatch for loongson2_sc_init | Nathan Chancellor | 2021-01-07 | 1 | -1/+1 |
* | Merge tag 'mips_5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 2020-12-16 | 4 | -68/+29 |
|\ |
|
| * | mips: fix Section mismatch in reference | Anders Roxell | 2020-12-14 | 2 | -3/+3 |
| * | MIPS: mm: Remove unused is_aligned_hugepage_range | Thomas Bogendoerfer | 2020-11-27 | 1 | -12/+0 |
| * | MIPS: Loongson64: Fix wrong scache size when execute lscpu | Tiezhu Yang | 2020-11-19 | 1 | -6/+4 |
| * | MIPS: Remove cpu_has_6k_cache and cpu_has_8k_cache in cpu_cache_init() | Tiezhu Yang | 2020-11-19 | 1 | -10/+0 |
| * | MIPS: mm: Clean up setup of protection map | Thomas Bogendoerfer | 2020-11-19 | 1 | -37/+18 |
| * | MIPS: mm: shorten lines by using macro | Thomas Bogendoerfer | 2020-11-19 | 1 | -17/+21 |
* | | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2020-12-14 | 2 | -81/+0 |
|\ \
| |/
|/| |
|
| * | mips/mm/highmem: Switch to generic kmap atomic | Thomas Gleixner | 2020-11-06 | 2 | -81/+0 |
* | | MIPS: export has_transparent_hugepage() for modules | Randy Dunlap | 2020-10-27 | 1 | -0/+1 |
|/ |
|
* | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches | 2020-10-25 | 1 | -1/+1 |
* | Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 2020-10-16 | 5 | -16/+29 |
|\ |
|
| * | MIPS: Ingenic: Fix bugs when detecting L2 cache of JZ4775 and X1000E. | 周琰杰 (Zhou Yanjie) | 2020-09-27 | 1 | -0/+2 |
| * | MIPS: Get rid of CAVIUM_OCTEON_DCACHE_PREFETCH_WAR | Thomas Bogendoerfer | 2020-09-07 | 1 | -1/+1 |
| * | MIPS: Get rid of BCM1250_M3_WAR | Thomas Bogendoerfer | 2020-09-07 | 1 | -1/+5 |
| * | MIPS: Convert R10000_LLSC_WAR info a config option | Thomas Bogendoerfer | 2020-09-07 | 1 | -1/+1 |
| * | MIPS: Convert TX49XX_ICACHE_INDEX_INV into a config option | Thomas Bogendoerfer | 2020-09-07 | 1 | -3/+3 |
| * | MIPS: Convert R4600_V2_HIT_CACHEOP into a config option | Thomas Bogendoerfer | 2020-09-07 | 2 | -5/+8 |
| * | MIPS: Convert R4600_V1_HIT_CACHEOP into a config option | Thomas Bogendoerfer | 2020-09-07 | 2 | -3/+5 |
| * | MIPS: Convert R4600_V1_INDEX_ICACHEOP into a config option | Thomas Bogendoerfer | 2020-09-07 | 1 | -2/+4 |
* | | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h> | Christoph Hellwig | 2020-10-06 | 1 | -1/+0 |
* | | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h> | Christoph Hellwig | 2020-10-06 | 1 | -1/+0 |
* | | dma-mapping: split <linux/dma-mapping.h> | Christoph Hellwig | 2020-10-06 | 1 | -0/+1 |
* | | dma-mapping: remove dma_cache_sync | Christoph Hellwig | 2020-09-25 | 1 | -6/+0 |
* | | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv... | Christoph Hellwig | 2020-09-25 | 1 | -0/+4 |
|\ \ |
|
| * | | MIPS: mm: BMIPS5000 has inclusive physical caches | Florian Fainelli | 2020-08-21 | 1 | -0/+4 |
| |/ |
|
* / | MIPS: make dma_sync_*_for_cpu a little less overzealous | Christoph Hellwig | 2020-09-11 | 1 | -16/+28 |
|/ |
|
* | mm/mips: use general page fault accounting | Peter Xu | 2020-08-12 | 1 | -11/+3 |
* | mm: do page fault accounting in handle_mm_fault | Peter Xu | 2020-08-12 | 1 | -1/+1 |
* | Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds | 2020-08-06 | 1 | -2/+2 |
|\ |
|
| * | MIPS: Unify naming style of vendor CP0.Config6 bits | Huacai Chen | 2020-07-08 | 1 | -2/+2 |
* | | treewide: Remove uninitialized_var() usage | Kees Cook | 2020-07-16 | 2 | -4/+4 |
|/ |
|