summaryrefslogtreecommitdiff
path: root/arch/xtensa/mm/cache.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-16xtensa: disable preemption around cache alias management callsMax Filippov1-0/+14
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying1-1/+1
2017-12-16xtensa: clean up custom-controlled debug outputMax Filippov1-3/+0
2017-08-01xtensa: mm/cache: add missing EXPORT_SYMBOLsMax Filippov1-1/+5
2017-07-28xtensa: fix cache aliasing handling code for WT cacheMax Filippov1-7/+3
2016-03-11xtensa: fix preemption in {clear,copy}_user_highpageMax Filippov1-4/+4
2014-08-14xtensa: support highmem in aliasing cache flushing codeMax Filippov1-10/+6
2014-08-14xtensa: implement clear_user_highpage and copy_user_highpageMax Filippov1-0/+63
2014-04-06xtensa: add HIGHMEM supportMax Filippov1-1/+6
2014-01-14xtensa: add SMP supportMax Filippov1-4/+3
2012-12-18xtensa: clean up files to make them code-style compliantChris Zankel1-14/+13
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King1-2/+2
2008-02-13[XTENSA] Flush the page-address in update-mmu instead of user-addressChris Zankel1-3/+3
2008-02-13[XTENSA] Remove duplicate includes.Chris Zankel1-1/+0
2007-08-27[XTENSA] Add support for cache-aliasingChris Zankel1-0/+256