summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/cache.c
AgeCommit message (Expand)AuthorLines
2024-07-03mm: remove page_mapping()Matthew Wilcox (Oracle)-1/+1
2023-12-20mips: fix r3k_cache_init build regressionArnd Bergmann-6/+3
2023-12-10mips: move cache declarations into headerArnd Bergmann-6/+0
2023-10-04mips: use nth_page() in place of direct struct page manipulationZi Yan-1/+1
2023-08-24mips: implement the new page table range APIMatthew Wilcox (Oracle)-28/+28
2023-04-05MIPS: mm: Remove local_cache_flush_pageThomas Bogendoerfer-2/+0
2023-04-05MIPS: Move declaration of bcache ops to cache.cJiaxun Yang-0/+19
2022-07-17mips/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual-0/+3
2022-03-01MIPS: Remove TX39XX supportThomas Bogendoerfer-5/+0
2021-06-05Revert "MIPS: make userspace mapping young by default"Thomas Bogendoerfer-16/+14
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)-0/+1
2021-02-26MIPS: make userspace mapping young by defaultHuang Pei-14/+16
2021-01-27MIPS: mm:remove function __uncached_access()Yanteng Si-8/+0
2021-01-22MIPS: mm: Add prototype for function __update_cacheYanteng Si-0/+1
2020-11-19MIPS: Remove cpu_has_6k_cache and cpu_has_8k_cache in cpu_cache_init()Tiezhu Yang-10/+0
2020-11-19MIPS: mm: Clean up setup of protection mapThomas Bogendoerfer-37/+18
2020-11-19MIPS: mm: shorten lines by using macroThomas Bogendoerfer-17/+21
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny-2/+2
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny-1/+1
2020-05-11MIPS: unexport __flush_icache_user_rangeChristoph Hellwig-1/+0
2019-06-03MIPS: remove the _dma_cache_wback_inv exportChristoph Hellwig-2/+0
2019-02-07MIPS: Delete unused flush_cache_sigtramp()Paul Burton-1/+0
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-1/+1
2018-06-24MIPS: simplify CONFIG_DMA_NONCOHERENT ifdefsChristoph Hellwig-2/+2
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying-1/+1
2017-08-29MIPS: Remove __invalidate_kernel_vmap_rangePaul Burton-1/+0
2017-08-29MIPS: Include asm/setup.h for cpu_cache_init()Paul Burton-0/+1
2017-03-28KVM: MIPS/Emulate: Adapt T&E CACHE emulation for OcteonJames Hogan-0/+1
2016-10-05MIPS: mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker-1/+1
2016-10-04MIPS: cacheflush: Use __flush_icache_user_range()James Hogan-1/+1
2016-10-04MIPS: c-r4k: Split user/kernel flush_icache_range()James Hogan-0/+4
2016-05-13MIPS: Sync icache & dcache in set_pte_atPaul Burton-16/+3
2016-05-13MIPS: Handle highmem pages in __update_cachePaul Burton-1/+9
2016-05-13MIPS: Flush highmem pages in __flush_dcache_pagePaul Burton-3/+9
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov-1/+1
2015-08-03MIPS: Partially disable RIXI support.Ralf Baechle-4/+4
2015-03-25MIPS: Fix race condition in lazy cache flushing.Lars Persson-0/+12
2015-03-25Revert "MIPS: Remove race window in page fault handling"Lars Persson-19/+8
2014-08-19MIPS: Remove race window in page fault handlingLars Persson-8/+19
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds-0/+1
2014-05-30MIPS: Export local_flush_icache_range for KVMJames Hogan-0/+1
2014-04-18mips: export flush_icache_rangeKees Cook-2/+2
2014-03-26MIPS: Extend DMA_MAYBE_COHERENT logic to DMA_NONCOHERENT useManuel Lauss-2/+2
2014-01-24mips: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker-1/+1
2013-05-08MIPS: Export routines needed by the KVM module.Sanjay Lal-0/+1
2012-09-13MIPS: Replace 'kernel_uses_smartmips_rixi' with 'cpu_has_rixi'.Steven J. Hill-1/+1
2011-10-20MIPS: cache: Provide cache flush operations for XFSRalf Baechle-0/+5
2010-04-12MIPS: Fix __vmalloc() etc. on MIPS for non-GPL modulesAnton Altaparmakov-1/+1
2010-02-27MIPS: Implement Read Inhibit/eXecute InhibitDavid Daney-16/+37