summaryrefslogtreecommitdiffstats
path: root/arch/arc/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-0/+2
|\
| * signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+2
* | arc: use generic dma_noncoherent_opsChristoph Hellwig2018-05-191-127/+13
* | arc: fix arc_dma_{map,unmap}_pageChristoph Hellwig2018-05-191-25/+2
* | arc: fix arc_dma_sync_sg_for_{cpu,device}Christoph Hellwig2018-05-191-2/+3
* | arc: simplify arc_dma_sync_single_for_{cpu,device}Christoph Hellwig2018-05-191-12/+12
|/
* mm: fix races between swapoff and flush dcacheHuang Ying2018-04-051-1/+1
* Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2018-03-011-1/+4
|\
| * ARCv2: cache: fix slc_entire_op: flush only instead of flush-n-invEugeniy Paltsev2018-01-171-1/+4
* | arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMAChristoph Hellwig2018-01-091-7/+7
|/
* ARCv2: Accomodate HS48 MMUv5 by relaxing MMU ver checkingVineet Gupta2017-11-061-24/+33
* ARC: Re-enable MMU upon Machine Check exceptionJose Abreu2017-09-011-3/+0
* ARC: mm: Decouple RAM base address from kernel link addressEugeniy Paltsev2017-09-012-4/+4
* ARCv2: IOC: Tighten up the contraints (specifically base / size alignment)Eugeniy Paltsev2017-09-011-8/+19
* ARCv2: SLC: provide a line based flush routine for debuggingVineet Gupta2017-08-301-1/+53
* ARC: set boot print log level to PR_INFONoam Camus2017-08-282-2/+2
* ARC: [plat-eznps] Fix TLB ErrataNoam Camus2017-08-281-0/+9
* ARC: typo fix in mm/fault.cLiav Rehana2017-08-281-1/+1
* Merge tag 'arc-4.13-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-08-213-9/+98
|\
| * ARCv2: PAE40: set MSB even if !CONFIG_ARC_HAS_PAE40 but PAE exists in SoCVineet Gupta2017-08-042-7/+39
| * ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addressesAlexey Brodkin2017-08-041-2/+11
| * ARC: dma: implement dma_unmap_page and sg variantVineet Gupta2017-08-041-0/+45
| * ARCv2: SLC: Make sure busy bit is set properly for region opsAlexey Brodkin2017-08-041-0/+3
* | dma-coherent: introduce interface for default DMA poolVladimir Murzin2017-07-201-1/+1
|/
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-191-1/+1
* Merge tag 'arc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2017-05-091-13/+98
|\
| * ARCv2: mm: Merge 2 updates to DC_CTRL for region flushVineet Gupta2017-05-021-14/+32
| * ARCv2: mm: Implement cache region flush operationsVineet Gupta2017-05-021-0/+68
| * ARC: mm: Move full_page computation into cache version agnostic wrapperVineet Gupta2017-05-021-13/+12
* | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-011-14/+0
|\ \ | |/ |/|
| * ARC: uaccess: enable INLINE_COPY_{TO,FROM}_USER ...Vineet Gupta2017-03-301-14/+0
* | ARCv2: SLC: Make sure busy bit is set properly on SLC flushingAlexey Brodkin2017-03-301-0/+3
|/
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+2
* sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-021-1/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-1/+1
* | arc: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-261-1/+2
* | ARC: Revert "ARC: mm: IOC: Don't enable IOC by default"Vineet Gupta2017-01-181-1/+1
* | ARC: mm: split arc_cache_init to allow __init reaping of bulkVineet Gupta2017-01-181-14/+19
* | ARCv2: IOC: Use actual memory size to setup aperture sizeVineet Gupta2017-01-182-2/+15
* | ARCv2: IOC: Adhere to progamming model guidelines to avoid DMA corruptionVineet Gupta2017-01-181-0/+46
* | ARCv2: IOC: refactor the IOC and SLC operations into own functionsVineet Gupta2017-01-181-21/+47
* | ARC: mmu: clarify the MMUv3 programming modelVineet Gupta2017-01-041-1/+5
|/
* Merge tag 'arc-4.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-231-15/+13
|\
| * 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
* | arch/arc: add option to skip sync on DMA mappingAlexander Duyck2016-12-141-1/+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
OpenPOWER on IntegriCloud