| Commit message (Expand) | Author | Age | Files | Lines |
* | xtensa: simplify coherent_kvaddr logic | Max Filippov | 2021-04-04 | 1 | -7/+2 |
* | xtensa: disable preemption around cache alias management calls | Max Filippov | 2020-11-16 | 1 | -0/+14 |
* | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport | 2020-08-07 | 1 | -1/+0 |
* | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 2020-06-09 | 1 | -1/+1 |
* | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2020-06-09 | 1 | -1/+1 |
* | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | mm: fix races between swapoff and flush dcache | Huang Ying | 2018-04-05 | 1 | -1/+1 |
* | xtensa: clean up custom-controlled debug output | Max Filippov | 2017-12-16 | 1 | -3/+0 |
* | xtensa: mm/cache: add missing EXPORT_SYMBOLs | Max Filippov | 2017-08-01 | 1 | -1/+5 |
* | xtensa: fix cache aliasing handling code for WT cache | Max Filippov | 2017-07-28 | 1 | -7/+3 |
* | xtensa: fix preemption in {clear,copy}_user_highpage | Max Filippov | 2016-03-11 | 1 | -4/+4 |
* | xtensa: support highmem in aliasing cache flushing code | Max Filippov | 2014-08-14 | 1 | -10/+6 |
* | xtensa: implement clear_user_highpage and copy_user_highpage | Max Filippov | 2014-08-14 | 1 | -0/+63 |
* | xtensa: add HIGHMEM support | Max Filippov | 2014-04-06 | 1 | -1/+6 |
* | xtensa: add SMP support | Max Filippov | 2014-01-14 | 1 | -4/+3 |
* | xtensa: clean up files to make them code-style compliant | Chris Zankel | 2012-12-18 | 1 | -14/+13 |
* | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself | Russell King | 2010-02-20 | 1 | -2/+2 |
* | [XTENSA] Flush the page-address in update-mmu instead of user-address | Chris Zankel | 2008-02-13 | 1 | -3/+3 |
* | [XTENSA] Remove duplicate includes. | Chris Zankel | 2008-02-13 | 1 | -1/+0 |
* | [XTENSA] Add support for cache-aliasing | Chris Zankel | 2007-08-27 | 1 | -0/+256 |