summaryrefslogtreecommitdiffstats
path: root/arch/arc/mm
AgeCommit message (Expand)Author
2015-07-06ARC: Don't memzero twice in dma_alloc_coherent for __GFP_ZEROVineet Gupta
2015-07-06ARCv2: guard SLC DMA ops with spinlockAlexey Brodkin
2015-07-01Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2015-06-25ARCv2: [vdk] dts files and defconfig for HS38 VDKRuud Derwig
2015-06-25ARCv2: SLC: Handle explcit flush for DMA ops (w/o IO-coherency)Vineet Gupta
2015-06-22ARCv2: MMUv4: support aliasing icache configVineet Gupta
2015-06-22ARCv2: MMUv4: cache programming model changesVineet Gupta
2015-06-22ARCv2: MMUv4: TLB programming Model changesVineet Gupta
2015-06-22ARCv2: Support for ARCv2 ISA and HS38x coresVineet Gupta
2015-06-19ARC: entry.S: confine EXCEPTION_* macros to one fileVineet Gupta
2015-06-19ARC: untangle cache flush loopVineet Gupta
2015-06-19ARC: cacheflush: No need to retain DC_CTRL from __before_dc_op()Vineet Gupta
2015-06-19ARC: cacheflush: move some code around, delete old commentsVineet Gupta
2015-06-19ARC: mm/cache_arc700.c -> mm/cache.cVineet Gupta
2015-06-19ARC: compress cpuinfo_arc_mmu (mainly save page size in KB)Vineet Gupta
2015-06-19ARC: remove the unused platform helpers from dma mapping APIVineet Gupta
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand
2015-05-19ARC: fold ___flush_dcache_page into __flush_dcache_pageVineet Gupta
2015-05-11ARC: inline cache flush toggle helpersVineet Gupta
2015-04-13ARC: mem init spring cleaning - No functional changesVineet Gupta
2015-02-27ARC: perf: Enable generic software eventsVineet Gupta
2015-01-30arc: mm: Fix build failureGuenter Roeck
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2014-10-13ARC: boot: cpu feature print enhancementsVineet Gupta
2014-10-13ARC: refactoring: reduce the scope of some local varsVineet Gupta
2014-09-03ARC: [mm] Fix compilation breakageNoam Camus
2014-08-29flush_icache_range: export symbol to fix build errorsPranith Kumar
2014-08-07mm, arc: remove obsolete pagefault oom killer commentDavid Rientjes
2014-07-23ARC: help gcc elide icache helper for !SMPVineet Gupta
2014-07-23ARC: move common ops for line/full cache into helpersVineet Gupta
2014-07-23ARC: cache boot reporting updatesVineet Gupta
2014-07-23ARC: update some commentsVineet Gupta
2014-06-26ARC: [SMP] Enable icache coherencyVineet Gupta
2014-06-03ARC: Disable caches in early boot if so configuredVineet Gupta
2014-05-05ARC: fix mmuv2 warningVineet Gupta
2014-04-05ARC: [SMP] General FixesVineet Gupta
2014-03-26ARC: switch to generic ENTRY/END assembler annotationsVineet Gupta
2014-03-26ARC: support external initrdNoam Camus
2014-03-07ARC: Use correct PTAG register for icache flushVineet Gupta
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-11-06ARC: [SMP] TLB flushVineet Gupta
2013-11-06ARC: [SMP] ASID allocationVineet Gupta
2013-11-06ARC: Fix bogus gcc warning and micro-optimise TLB iteration loopVineet Gupta
2013-11-06ARC: Change calling convention of do_page_fault()Vineet Gupta
2013-11-06ARC: cacheflush optim - PTAG can be loop invariant if V-P is constVineet Gupta
2013-11-06ARC: cacheflush refactor #3: Unify the {d,i}cache flush leaf helpersVineet Gupta
2013-11-06ARC: cacheflush refactor #2: I and D caches lines to have same sizeVineet Gupta
2013-11-06ARC: cacheflush refactor #1: push aux reg ascertaining into leaf routineVineet Gupta
2013-11-02ARC: Incorrect mm reference used in vmalloc fault handlerVineet Gupta
2013-10-09of: remove early_init_dt_setup_initrd_archRob Herring