aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/mm
AgeCommit message (Expand)AuthorFilesLines
2014-09-03ARC: [mm] Fix compilation breakageGravatar Noam Camus 1-1/+1
2014-08-29flush_icache_range: export symbol to fix build errorsGravatar Pranith Kumar 1-0/+1
2014-08-07mm, arc: remove obsolete pagefault oom killer commentGravatar David Rientjes 1-1/+0
2014-07-23ARC: help gcc elide icache helper for !SMPGravatar Vineet Gupta 1-11/+28
2014-07-23ARC: move common ops for line/full cache into helpersGravatar Vineet Gupta 1-36/+32
2014-07-23ARC: cache boot reporting updatesGravatar Vineet Gupta 1-25/+36
2014-07-23ARC: update some commentsGravatar Vineet Gupta 1-2/+2
2014-06-26ARC: [SMP] Enable icache coherencyGravatar Vineet Gupta 1-6/+19
2014-06-03ARC: Disable caches in early boot if so configuredGravatar Vineet Gupta 1-81/+25
2014-05-05ARC: fix mmuv2 warningGravatar Vineet Gupta 1-0/+4
2014-04-05ARC: [SMP] General FixesGravatar Vineet Gupta 1-2/+1
2014-03-26ARC: switch to generic ENTRY/END assembler annotationsGravatar Vineet Gupta 1-6/+4
2014-03-26ARC: support external initrdGravatar Noam Camus 1-0/+27
2014-03-07ARC: Use correct PTAG register for icache flushGravatar Vineet Gupta 1-2/+2
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+0
2013-11-06ARC: [SMP] TLB flushGravatar Vineet Gupta 1-0/+73
2013-11-06ARC: [SMP] ASID allocationGravatar Vineet Gupta 1-6/+8
2013-11-06ARC: Fix bogus gcc warning and micro-optimise TLB iteration loopGravatar Vineet Gupta 1-2/+2
2013-11-06ARC: Change calling convention of do_page_fault()Gravatar Vineet Gupta 2-3/+3
2013-11-06ARC: cacheflush optim - PTAG can be loop invariant if V-P is constGravatar Vineet Gupta 1-3/+11
2013-11-06ARC: cacheflush refactor #3: Unify the {d,i}cache flush leaf helpersGravatar Vineet Gupta 1-84/+55
2013-11-06ARC: cacheflush refactor #2: I and D caches lines to have same sizeGravatar Vineet Gupta 1-15/+15
2013-11-06ARC: cacheflush refactor #1: push aux reg ascertaining into leaf routineGravatar Vineet Gupta 1-10/+6
2013-11-02ARC: Incorrect mm reference used in vmalloc fault handlerGravatar Vineet Gupta 1-3/+3
2013-10-09of: remove early_init_dt_setup_initrd_archGravatar Rob Herring 1-7/+0
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerGravatar Johannes Weiner 1-2/+4
2013-09-12arch: mm: remove obsolete init OOM protectionGravatar Johannes Weiner 1-5/+0
2013-09-10Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 1-3/+2
2013-08-30ARC: [ASID] Track ASID allocation cycles/generationsGravatar Vineet Gupta 2-16/+11
2013-08-30ARC: [ASID] get_new_mmu_context() to conditionally allocate new ASIDGravatar Vineet Gupta 1-6/+7
2013-08-30ARC: [ASID] Refactor the TLB paranoid debug codeGravatar Vineet Gupta 2-20/+20
2013-08-30ARC: No need to flush the TLB in early bootGravatar Vineet Gupta 1-7/+0
2013-08-30ARC: MMUv4 preps/3 - Abstract out TLB Insert/DeleteGravatar Vineet Gupta 1-40/+54
2013-08-30ARC: MMUv4 preps/2 - Reshuffle PTE bitsGravatar Vineet Gupta 2-11/+3
2013-08-29ARC: MMUv4 preps/1 - Fold PTE K/U access flagsGravatar Vineet Gupta 2-23/+40
2013-08-29ARC: Code cosmetics (Nothing semantical)Gravatar Vineet Gupta 2-72/+67
2013-08-26ARC: Exception Handlers Code consolidationGravatar Vineet Gupta 1-7/+1
2013-07-24of: Specify initrd location using 64-bitGravatar Santosh Shilimkar 1-3/+2
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersGravatar Johannes Weiner 1-2/+4
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Gravatar Linus Torvalds 1-36/+6
2013-07-03mm/ARC: prepare for removing num_physpages and simplify mem_init()Gravatar Jiang Liu 1-33/+3
2013-07-03mm: concentrate modification of totalram_pages into the mm coreGravatar Jiang Liu 1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroGravatar Jiang Liu 1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsGravatar Jiang Liu 1-1/+1
2013-06-27arc: delete __cpuinit usage from all arc filesGravatar Paul Gortmaker 2-4/+4
2013-06-27ARC: [tlb-miss] Fix bug with CONFIG_ARC_DBG_TLB_MISS_COUNTGravatar Vineet Gupta 1-5/+5
2013-06-27ARC: [tlb-miss] Extraneous PTE bit testing/settingGravatar Vineet Gupta 1-5/+5
2013-06-26ARC: Remove explicit passing around of ECRGravatar Vineet Gupta 2-8/+5
2013-06-22ARC: [mm] Remove @write argument to do_page_fault()Gravatar Vineet Gupta 2-13/+4
2013-06-22ARC: [mm] Assume pagecache page dirty by defaultGravatar Vineet Gupta 2-7/+7