summaryrefslogtreecommitdiffstats
path: root/arch/arc/mm
Commit message (Expand)AuthorAgeFilesLines
* ARC: Don't memzero twice in dma_alloc_coherent for __GFP_ZEROVineet Gupta2015-07-061-2/+2
* ARCv2: guard SLC DMA ops with spinlockAlexey Brodkin2015-07-061-2/+10
* Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2015-07-015-248/+434
|\
| * ARCv2: [vdk] dts files and defconfig for HS38 VDKRuud Derwig2015-06-251-0/+2
| * ARCv2: SLC: Handle explcit flush for DMA ops (w/o IO-coherency)Vineet Gupta2015-06-252-2/+74
| * ARCv2: MMUv4: support aliasing icache configVineet Gupta2015-06-221-1/+13
| * ARCv2: MMUv4: cache programming model changesVineet Gupta2015-06-221-15/+97
| * ARCv2: MMUv4: TLB programming Model changesVineet Gupta2015-06-222-3/+75
| * ARCv2: Support for ARCv2 ISA and HS38x coresVineet Gupta2015-06-221-2/+0Star
| * ARC: entry.S: confine EXCEPTION_* macros to one fileVineet Gupta2015-06-191-15/+1Star
| * ARC: untangle cache flush loopVineet Gupta2015-06-191-25/+55
| * ARC: cacheflush: No need to retain DC_CTRL from __before_dc_op()Vineet Gupta2015-06-191-20/+19Star
| * ARC: cacheflush: move some code around, delete old commentsVineet Gupta2015-06-191-165/+102Star
| * ARC: mm/cache_arc700.c -> mm/cache.cVineet Gupta2015-06-192-1/+1
| * ARC: compress cpuinfo_arc_mmu (mainly save page size in KB)Vineet Gupta2015-06-191-4/+4
| * ARC: remove the unused platform helpers from dma mapping APIVineet Gupta2015-06-191-8/+4Star
| * ARC: fold ___flush_dcache_page into __flush_dcache_pageVineet Gupta2015-05-191-6/+6
* | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-1/+1
|/
* ARC: inline cache flush toggle helpersVineet Gupta2015-05-111-2/+2
* ARC: mem init spring cleaning - No functional changesVineet Gupta2015-04-131-4/+5
* ARC: perf: Enable generic software eventsVineet Gupta2015-02-271-2/+10
* arc: mm: Fix build failureGuenter Roeck2015-01-301-1/+1
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
* ARC: boot: cpu feature print enhancementsVineet Gupta2014-10-131-5/+3Star
* ARC: refactoring: reduce the scope of some local varsVineet Gupta2014-10-131-9/+5Star
* ARC: [mm] Fix compilation breakageNoam Camus2014-09-031-1/+1
* flush_icache_range: export symbol to fix build errorsPranith Kumar2014-08-301-0/+1
* mm, arc: remove obsolete pagefault oom killer commentDavid Rientjes2014-08-081-1/+0Star
* ARC: help gcc elide icache helper for !SMPVineet Gupta2014-07-231-11/+28
* ARC: move common ops for line/full cache into helpersVineet Gupta2014-07-231-36/+32Star
* ARC: cache boot reporting updatesVineet Gupta2014-07-231-25/+36
* ARC: update some commentsVineet Gupta2014-07-231-2/+2
* ARC: [SMP] Enable icache coherencyVineet Gupta2014-06-261-6/+19
* ARC: Disable caches in early boot if so configuredVineet Gupta2014-06-031-81/+25Star
* ARC: fix mmuv2 warningVineet Gupta2014-05-051-0/+4
* ARC: [SMP] General FixesVineet Gupta2014-04-051-2/+1Star
* ARC: switch to generic ENTRY/END assembler annotationsVineet Gupta2014-03-261-6/+4Star
* ARC: support external initrdNoam Camus2014-03-261-0/+27
* ARC: Use correct PTAG register for icache flushVineet Gupta2014-03-071-2/+2
* Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-7/+0Star
|\
| * of: remove early_init_dt_setup_initrd_archRob Herring2013-10-091-7/+0Star
* | ARC: [SMP] TLB flushVineet Gupta2013-11-061-0/+73
* | ARC: [SMP] ASID allocationVineet Gupta2013-11-061-6/+8
* | ARC: Fix bogus gcc warning and micro-optimise TLB iteration loopVineet Gupta2013-11-061-2/+2
* | ARC: Change calling convention of do_page_fault()Vineet Gupta2013-11-062-3/+3
* | ARC: cacheflush optim - PTAG can be loop invariant if V-P is constVineet Gupta2013-11-061-3/+11
* | ARC: cacheflush refactor #3: Unify the {d,i}cache flush leaf helpersVineet Gupta2013-11-061-84/+55Star
* | ARC: cacheflush refactor #2: I and D caches lines to have same sizeVineet Gupta2013-11-061-15/+15
* | ARC: cacheflush refactor #1: push aux reg ascertaining into leaf routineVineet Gupta2013-11-061-10/+6Star
* | ARC: Incorrect mm reference used in vmalloc fault handlerVineet Gupta2013-11-021-3/+3
|/