summaryrefslogtreecommitdiffstats
path: root/arch/arc/mm
AgeCommit message (Expand)AuthorLines
2015-02-27ARC: perf: Enable generic software eventsVineet Gupta-2/+10
2015-01-30arc: mm: Fix build failureGuenter Roeck-1/+1
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds-0/+2
2014-10-13ARC: boot: cpu feature print enhancementsVineet Gupta-5/+3
2014-10-13ARC: refactoring: reduce the scope of some local varsVineet Gupta-9/+5
2014-09-03ARC: [mm] Fix compilation breakageNoam Camus-1/+1
2014-08-29flush_icache_range: export symbol to fix build errorsPranith Kumar-0/+1
2014-08-07mm, arc: remove obsolete pagefault oom killer commentDavid Rientjes-1/+0
2014-07-23ARC: help gcc elide icache helper for !SMPVineet Gupta-11/+28
2014-07-23ARC: move common ops for line/full cache into helpersVineet Gupta-36/+32
2014-07-23ARC: cache boot reporting updatesVineet Gupta-25/+36
2014-07-23ARC: update some commentsVineet Gupta-2/+2
2014-06-26ARC: [SMP] Enable icache coherencyVineet Gupta-6/+19
2014-06-03ARC: Disable caches in early boot if so configuredVineet Gupta-81/+25
2014-05-05ARC: fix mmuv2 warningVineet Gupta-0/+4
2014-04-05ARC: [SMP] General FixesVineet Gupta-2/+1
2014-03-26ARC: switch to generic ENTRY/END assembler annotationsVineet Gupta-6/+4
2014-03-26ARC: support external initrdNoam Camus-0/+27
2014-03-07ARC: Use correct PTAG register for icache flushVineet Gupta-2/+2
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-7/+0
2013-11-06ARC: [SMP] TLB flushVineet Gupta-0/+73
2013-11-06ARC: [SMP] ASID allocationVineet Gupta-6/+8
2013-11-06ARC: Fix bogus gcc warning and micro-optimise TLB iteration loopVineet Gupta-2/+2
2013-11-06ARC: Change calling convention of do_page_fault()Vineet Gupta-3/+3
2013-11-06ARC: cacheflush optim - PTAG can be loop invariant if V-P is constVineet Gupta-3/+11
2013-11-06ARC: cacheflush refactor #3: Unify the {d,i}cache flush leaf helpersVineet Gupta-84/+55
2013-11-06ARC: cacheflush refactor #2: I and D caches lines to have same sizeVineet Gupta-15/+15
2013-11-06ARC: cacheflush refactor #1: push aux reg ascertaining into leaf routineVineet Gupta-10/+6
2013-11-02ARC: Incorrect mm reference used in vmalloc fault handlerVineet Gupta-3/+3
2013-10-09of: remove early_init_dt_setup_initrd_archRob Herring-7/+0
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner-2/+4
2013-09-12arch: mm: remove obsolete init OOM protectionJohannes Weiner-5/+0
2013-09-10Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds-3/+2
2013-08-30ARC: [ASID] Track ASID allocation cycles/generationsVineet Gupta-16/+11
2013-08-30ARC: [ASID] get_new_mmu_context() to conditionally allocate new ASIDVineet Gupta-6/+7
2013-08-30ARC: [ASID] Refactor the TLB paranoid debug codeVineet Gupta-20/+20
2013-08-30ARC: No need to flush the TLB in early bootVineet Gupta-7/+0
2013-08-30ARC: MMUv4 preps/3 - Abstract out TLB Insert/DeleteVineet Gupta-40/+54
2013-08-30ARC: MMUv4 preps/2 - Reshuffle PTE bitsVineet Gupta-11/+3
2013-08-29ARC: MMUv4 preps/1 - Fold PTE K/U access flagsVineet Gupta-23/+40
2013-08-29ARC: Code cosmetics (Nothing semantical)Vineet Gupta-72/+67
2013-08-26ARC: Exception Handlers Code consolidationVineet Gupta-7/+1
2013-07-24of: Specify initrd location using 64-bitSantosh Shilimkar-3/+2
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner-2/+4
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds-36/+6
2013-07-03mm/ARC: prepare for removing num_physpages and simplify mem_init()Jiang Liu-33/+3
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu-1/+1
2013-06-27arc: delete __cpuinit usage from all arc filesPaul Gortmaker-4/+4