aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-20dma-coherent: introduce interface for default DMA poolVladimir Murzin1-1/+1
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-1/+1
2017-05-09Merge tag 'arc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds1-13/+98
2017-05-02ARCv2: mm: Merge 2 updates to DC_CTRL for region flushVineet Gupta1-14/+32
2017-05-02ARCv2: mm: Implement cache region flush operationsVineet Gupta1-0/+68
2017-05-02ARC: mm: Move full_page computation into cache version agnostic wrapperVineet Gupta1-13/+12
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+0
2017-03-30ARCv2: SLC: Make sure busy bit is set properly on SLC flushingAlexey Brodkin1-0/+3
2017-03-30ARC: uaccess: enable INLINE_COPY_{TO,FROM}_USER ...Vineet Gupta1-14/+0
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h>Ingo Molnar1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2017-01-26arc: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+2
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2017-01-18ARC: Revert "ARC: mm: IOC: Don't enable IOC by default"Vineet Gupta1-1/+1
2017-01-18ARC: mm: split arc_cache_init to allow __init reaping of bulkVineet Gupta1-14/+19
2017-01-18ARCv2: IOC: Use actual memory size to setup aperture sizeVineet Gupta2-2/+15
2017-01-18ARCv2: IOC: Adhere to progamming model guidelines to avoid DMA corruptionVineet Gupta1-0/+46
2017-01-18ARCv2: IOC: refactor the IOC and SLC operations into own functionsVineet Gupta1-21/+47
2017-01-04ARC: mmu: clarify the MMUv3 programming modelVineet Gupta1-1/+5
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