aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying1-1/+1
2018-03-01Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds1-1/+4
2018-01-17ARCv2: cache: fix slc_entire_op: flush only instead of flush-n-invEugeniy Paltsev1-1/+4
2018-01-09arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMAChristoph Hellwig1-7/+7
2017-11-06ARCv2: Accomodate HS48 MMUv5 by relaxing MMU ver checkingVineet Gupta1-24/+33
2017-09-01ARC: Re-enable MMU upon Machine Check exceptionJose Abreu1-3/+0
2017-09-01ARC: mm: Decouple RAM base address from kernel link addressEugeniy Paltsev2-4/+4
2017-09-01ARCv2: IOC: Tighten up the contraints (specifically base / size alignment)Eugeniy Paltsev1-8/+19
2017-08-30ARCv2: SLC: provide a line based flush routine for debuggingVineet Gupta1-1/+53
2017-08-28ARC: set boot print log level to PR_INFONoam Camus2-2/+2
2017-08-28ARC: [plat-eznps] Fix TLB ErrataNoam Camus1-0/+9
2017-08-28ARC: typo fix in mm/fault.cLiav Rehana1-1/+1
2017-08-21Merge tag 'arc-4.13-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds3-9/+98
2017-08-04ARCv2: PAE40: set MSB even if !CONFIG_ARC_HAS_PAE40 but PAE exists in SoCVineet Gupta2-7/+39
2017-08-04ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addressesAlexey Brodkin1-2/+11
2017-08-04ARC: dma: implement dma_unmap_page and sg variantVineet Gupta1-0/+45
2017-08-04ARCv2: SLC: Make sure busy bit is set properly for region opsAlexey Brodkin1-0/+3
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