summaryrefslogtreecommitdiffstats
path: root/arch/arc/mm
Commit message (Expand)AuthorAgeFilesLines
* ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcacheVineet Gupta2016-12-191-4/+9
* ARC: mm: No need to save cache version in @cpuinfoVineet Gupta2016-12-191-11/+4
* ARC: mm: IOC: Don't enable IOC by defaultVineet Gupta2016-11-281-1/+1
* arc: Implement arch-specific dma_map_ops.mmapAlexey Brodkin2016-11-031-0/+26
* ARC: mm: retire ARC_DBG_TLB_MISS_COUNT...Vineet Gupta2016-10-281-21/+0
* ARC: boot log: remove awkward space comma from MMU lineVineet Gupta2016-10-281-3/+3
* ARCv2: boot log: print IOC exists as well as enabled statusVineet Gupta2016-10-281-6/+3
* ARCv2: IOC: use @ioc_enable not @ioc_exist where intendedVineet Gupta2016-10-242-6/+8
* ARCv2: Support dynamic peripheral address space in HS38 rel 3.0 coresVineet Gupta2016-09-302-6/+19
* ARC: export kmapVineet Gupta2016-08-191-0/+1
* ARC: Elide redundant setup of DMA callbacksVineet Gupta2016-08-101-0/+9
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-6/+6
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* Merge tag 'arc-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2016-07-292-2/+3
|\
| * ARC: dma: fix address translation in arc_dma_freeVladimir Kondratiev2016-07-201-1/+2
| * ARC: typo fix in mm/ioremap.cAlexey Brodkin2016-07-191-1/+1
* | mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
|/
* Fix typosAndrea Gelmini2016-05-302-4/+4
* ARC: [plat-eznps] Use dedicated user stack topNoam Camus2016-05-091-0/+6
* ARC: Make vmalloc size configurableNoam Camus2016-05-091-0/+5
* ARC: support HIGHMEM even without PAE40Vineet Gupta2016-05-051-15/+39
* ARC: add support for reserved memory defined by device treeAlexey Brodkin2016-04-271-0/+4
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* ARCv2: ioremap: Support dynamic peripheral address spaceVineet Gupta2016-03-192-2/+22
* ARC: dma: reintroduce platform specific dma<->physVineet Gupta2016-03-191-5/+4
* ARC: dma: ioremap: use phys_addr_t consistenctly in code pathsVineet Gupta2016-03-193-30/+32
* ARC: dma: pass_phys() not sg_virt() to cache opsVineet Gupta2016-03-191-2/+2
* ARC: dma: non-coherent pages need V-P mapping if in HIGHMEMVineet Gupta2016-03-191-15/+32
* ARC: dma: Use struct page based page allocator helpersVineet Gupta2016-03-191-8/+17
* ARC: Fix misspellings in comments.Adam Buchbinder2016-03-113-6/+6
* arc: convert to dma_map_opsChristoph Hellwig2016-01-201-47/+105
* mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov2016-01-151-2/+2
* ARC: mm: HIGHMEM: Fix section mismatch splatVineet Gupta2015-12-211-2/+2
* ARC: [plat-sim] unbork non default CONFIG_LINUX_LINK_BASEVineet Gupta2015-12-171-1/+3
* ARC: comments updateVineet Gupta2015-11-161-2/+2
* ARC: use ASL assembler mnemonicVineet Gupta2015-11-141-3/+3
* ARC: mm: PAE40 supportVineet Gupta2015-10-293-10/+72
* ARC: mm: PAE40: tlbex.S: Explicitify the size of pte_tVineet Gupta2015-10-281-9/+12
* ARC: mm: PAE40: switch to using phys_addr_t for physical addressesVineet Gupta2015-10-282-18/+18
* ARC: mm: HIGHMEM: populate high memory from DTVineet Gupta2015-10-281-6/+64
* ARC: mm: HIGHMEM: kmap API implementationVineet Gupta2015-10-282-0/+141
* ARC: mm: preps ahead of HIGHMEM support #2Vineet Gupta2015-10-281-26/+14
* ARC: mm: preps ahead of HIGHMEM supportVineet Gupta2015-10-282-8/+21
* ARC: mm: Improve Duplicate PD Fault handlerVineet Gupta2015-10-281-24/+24
* ARC: Ensure DT mem base is same as what kernel is built withVineet Gupta2015-10-281-0/+2
* ARC: boot log: decode more mmu config itemsVineet Gupta2015-10-171-6/+8
* ARC: boot log: move helper macros to header for reuseVineet Gupta2015-10-172-4/+3
* ARC: mm: compute TLB size as needed from ways * setsVineet Gupta2015-10-171-5/+4
* ARCv2: mm: THP: flush_pmd_tlb_range make SMP safeVineet Gupta2015-10-171-2/+25
* ARCv2: mm: THP: Implement flush_pmd_tlb_range() optimizationVineet Gupta2015-10-171-0/+20