aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-23Merge tag 'arc-4.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds1-15/+13
2016-12-19ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcacheVineet Gupta1-4/+9
2016-12-19ARC: mm: No need to save cache version in @cpuinfoVineet Gupta1-11/+4
2016-12-14arch/arc: add option to skip sync on DMA mappingAlexander Duyck1-1/+4
2016-11-28ARC: mm: IOC: Don't enable IOC by defaultVineet Gupta1-1/+1
2016-11-03arc: Implement arch-specific dma_map_ops.mmapAlexey Brodkin1-0/+26
2016-10-28ARC: mm: retire ARC_DBG_TLB_MISS_COUNT...Vineet Gupta1-21/+0
2016-10-28ARC: boot log: remove awkward space comma from MMU lineVineet Gupta1-3/+3
2016-10-28ARCv2: boot log: print IOC exists as well as enabled statusVineet Gupta1-6/+3
2016-10-24ARCv2: IOC: use @ioc_enable not @ioc_exist where intendedVineet Gupta2-6/+8
2016-09-30ARCv2: Support dynamic peripheral address space in HS38 rel 3.0 coresVineet Gupta2-6/+19
2016-08-19ARC: export kmapVineet Gupta1-0/+1
2016-08-10ARC: Elide redundant setup of DMA callbacksVineet Gupta1-0/+9
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-6/+6
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-1/+1
2016-07-29Merge tag 'arc-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds2-2/+3
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-07-20ARC: dma: fix address translation in arc_dma_freeVladimir Kondratiev1-1/+2
2016-07-19ARC: typo fix in mm/ioremap.cAlexey Brodkin1-1/+1
2016-05-30Fix typosAndrea Gelmini2-4/+4
2016-05-09ARC: [plat-eznps] Use dedicated user stack topNoam Camus1-0/+6
2016-05-09ARC: Make vmalloc size configurableNoam Camus1-0/+5
2016-05-05ARC: support HIGHMEM even without PAE40Vineet Gupta1-15/+39
2016-04-27ARC: add support for reserved memory defined by device treeAlexey Brodkin1-0/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-03-19ARCv2: ioremap: Support dynamic peripheral address spaceVineet Gupta2-2/+22
2016-03-19ARC: dma: reintroduce platform specific dma<->physVineet Gupta1-5/+4
2016-03-19ARC: dma: ioremap: use phys_addr_t consistenctly in code pathsVineet Gupta3-30/+32
2016-03-19ARC: dma: pass_phys() not sg_virt() to cache opsVineet Gupta1-2/+2
2016-03-19ARC: dma: non-coherent pages need V-P mapping if in HIGHMEMVineet Gupta1-15/+32
2016-03-19ARC: dma: Use struct page based page allocator helpersVineet Gupta1-8/+17
2016-03-11ARC: Fix misspellings in comments.Adam Buchbinder3-6/+6
2016-01-20arc: convert to dma_map_opsChristoph Hellwig1-47/+105
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov1-2/+2
2015-12-21ARC: mm: HIGHMEM: Fix section mismatch splatVineet Gupta1-2/+2
2015-12-17ARC: [plat-sim] unbork non default CONFIG_LINUX_LINK_BASEVineet Gupta1-1/+3
2015-11-16ARC: comments updateVineet Gupta1-2/+2
2015-11-14ARC: use ASL assembler mnemonicVineet Gupta1-3/+3
2015-10-29ARC: mm: PAE40 supportVineet Gupta3-10/+72
2015-10-28ARC: mm: PAE40: tlbex.S: Explicitify the size of pte_tVineet Gupta1-9/+12
2015-10-28ARC: mm: PAE40: switch to using phys_addr_t for physical addressesVineet Gupta2-18/+18
2015-10-28ARC: mm: HIGHMEM: populate high memory from DTVineet Gupta1-6/+64
2015-10-28ARC: mm: HIGHMEM: kmap API implementationVineet Gupta2-0/+141
2015-10-28ARC: mm: preps ahead of HIGHMEM support #2Vineet Gupta1-26/+14
2015-10-28ARC: mm: preps ahead of HIGHMEM supportVineet Gupta2-8/+21
2015-10-28ARC: mm: Improve Duplicate PD Fault handlerVineet Gupta1-24/+24
2015-10-28ARC: Ensure DT mem base is same as what kernel is built withVineet Gupta1-0/+2
2015-10-17ARC: boot log: decode more mmu config itemsVineet Gupta1-6/+8
2015-10-17ARC: boot log: move helper macros to header for reuseVineet Gupta2-4/+3
2015-10-17ARC: mm: compute TLB size as needed from ways * setsVineet Gupta1-5/+4