summaryrefslogtreecommitdiff
path: root/arch/arc/mm
AgeCommit message (Expand)Author
2017-11-06ARCv2: Accomodate HS48 MMUv5 by relaxing MMU ver checkingVineet Gupta
2017-09-01ARC: Re-enable MMU upon Machine Check exceptionJose Abreu
2017-09-01ARC: mm: Decouple RAM base address from kernel link addressEugeniy Paltsev
2017-09-01ARCv2: IOC: Tighten up the contraints (specifically base / size alignment)Eugeniy Paltsev
2017-08-30ARCv2: SLC: provide a line based flush routine for debuggingVineet Gupta
2017-08-28ARC: set boot print log level to PR_INFONoam Camus
2017-08-28ARC: [plat-eznps] Fix TLB ErrataNoam Camus
2017-08-28ARC: typo fix in mm/fault.cLiav Rehana
2017-08-21Merge tag 'arc-4.13-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-08-04ARCv2: PAE40: set MSB even if !CONFIG_ARC_HAS_PAE40 but PAE exists in SoCVineet Gupta
2017-08-04ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addressesAlexey Brodkin
2017-08-04ARC: dma: implement dma_unmap_page and sg variantVineet Gupta
2017-08-04ARCv2: SLC: Make sure busy bit is set properly for region opsAlexey Brodkin
2017-07-20dma-coherent: introduce interface for default DMA poolVladimir Murzin
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins
2017-05-09Merge tag 'arc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds
2017-05-02ARCv2: mm: Merge 2 updates to DC_CTRL for region flushVineet Gupta
2017-05-02ARCv2: mm: Implement cache region flush operationsVineet Gupta
2017-05-02ARC: mm: Move full_page computation into cache version agnostic wrapperVineet Gupta
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-03-30ARCv2: SLC: Make sure busy bit is set properly on SLC flushingAlexey Brodkin
2017-03-30ARC: uaccess: enable INLINE_COPY_{TO,FROM}_USER ...Vineet Gupta
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-01-26arc: migrate exception table users off module.h and onto extable.hPaul Gortmaker
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche
2017-01-18ARC: Revert "ARC: mm: IOC: Don't enable IOC by default"Vineet Gupta
2017-01-18ARC: mm: split arc_cache_init to allow __init reaping of bulkVineet Gupta
2017-01-18ARCv2: IOC: Use actual memory size to setup aperture sizeVineet Gupta
2017-01-18ARCv2: IOC: Adhere to progamming model guidelines to avoid DMA corruptionVineet Gupta
2017-01-18ARCv2: IOC: refactor the IOC and SLC operations into own functionsVineet Gupta
2017-01-04ARC: mmu: clarify the MMUv3 programming modelVineet Gupta
2016-12-23Merge tag 'arc-4.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-12-19ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcacheVineet Gupta
2016-12-19ARC: mm: No need to save cache version in @cpuinfoVineet Gupta
2016-12-14arch/arc: add option to skip sync on DMA mappingAlexander Duyck
2016-11-28ARC: mm: IOC: Don't enable IOC by defaultVineet Gupta
2016-11-03arc: Implement arch-specific dma_map_ops.mmapAlexey Brodkin
2016-10-28ARC: mm: retire ARC_DBG_TLB_MISS_COUNT...Vineet Gupta
2016-10-28ARC: boot log: remove awkward space comma from MMU lineVineet Gupta
2016-10-28ARCv2: boot log: print IOC exists as well as enabled statusVineet Gupta
2016-10-24ARCv2: IOC: use @ioc_enable not @ioc_exist where intendedVineet Gupta
2016-09-30ARCv2: Support dynamic peripheral address space in HS38 rel 3.0 coresVineet Gupta
2016-08-19ARC: export kmapVineet Gupta
2016-08-10ARC: Elide redundant setup of DMA callbacksVineet Gupta
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick
2016-07-29Merge tag 'arc-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds