summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/cache.c
AgeCommit message (Expand)AuthorLines
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
2010-02-10MIPS: Fix __devinit __cpuinit confusion in cpu_cache_initDavid Daney-1/+1
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig-1/+1
2009-02-27MIPS: CVE-2009-0029: Enable syscall wrappers.Ralf Baechle-2/+3
2009-01-11MIPS: Hook Cavium OCTEON cache init into cache.cDavid Daney-0/+6
2008-09-05[MIPS] Fix WARNING: at kernel/smp.c:290Thomas Bogendoerfer-0/+1
2008-04-28[MIPS] Allow setting of the cache attribute at run time.Chris Dearman-8/+23
2008-04-07[MIPS] Handle aliases in vmalloc correctly.Ralf Baechle-0/+3
2008-03-12[MIPS] Fix loads of section missmatchesRalf Baechle-2/+3
2008-02-19[MIPS] Fix buggy invocations of kmap_coherent()Ralf Baechle-5/+10
2007-10-17Remove dma_cache_(wback|inv|wback_inv) functionsRalf Baechle-2/+0
2007-10-11[MIPS] Sibyte: Replace SB1 cachecode with standard R4000 class cache code.Ralf Baechle-7/+2
2007-07-10[MIPS] Hook for platforms to define cachability of /dev/mem regionsRalf Baechle-0/+10
2007-04-27[MIPS] Remove unused argument from kunmap_coherent().Ralf Baechle-1/+1
2007-03-24[MIPS] Implement flush_anon_page().Ralf Baechle-1/+15