summaryrefslogtreecommitdiffstats
path: root/arch/arc/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-7/+0
|\
| * of: remove early_init_dt_setup_initrd_archRob Herring2013-10-091-7/+0
* | 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/+55
* | 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/+6
* | ARC: Incorrect mm reference used in vmalloc fault handlerVineet Gupta2013-11-021-3/+3
|/
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-2/+4
* arch: mm: remove obsolete init OOM protectionJohannes Weiner2013-09-121-5/+0
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-09-101-3/+2
|\
| * of: Specify initrd location using 64-bitSantosh Shilimkar2013-07-241-3/+2
* | ARC: [ASID] Track ASID allocation cycles/generationsVineet Gupta2013-08-302-16/+11
* | ARC: [ASID] get_new_mmu_context() to conditionally allocate new ASIDVineet Gupta2013-08-301-6/+7
* | ARC: [ASID] Refactor the TLB paranoid debug codeVineet Gupta2013-08-302-20/+20
* | ARC: No need to flush the TLB in early bootVineet Gupta2013-08-301-7/+0
* | ARC: MMUv4 preps/3 - Abstract out TLB Insert/DeleteVineet Gupta2013-08-301-40/+54
* | ARC: MMUv4 preps/2 - Reshuffle PTE bitsVineet Gupta2013-08-302-11/+3
* | ARC: MMUv4 preps/1 - Fold PTE K/U access flagsVineet Gupta2013-08-292-23/+40
* | ARC: Code cosmetics (Nothing semantical)Vineet Gupta2013-08-292-72/+67
* | ARC: Exception Handlers Code consolidationVineet Gupta2013-08-261-7/+1
|/
* mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner2013-07-091-2/+4
* Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-031-36/+6
|\
| * mm/ARC: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-33/+3
| * mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+1
| * mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-031-2/+2
| * mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+1
* | arc: delete __cpuinit usage from all arc filesPaul Gortmaker2013-06-272-4/+4
* | ARC: [tlb-miss] Fix bug with CONFIG_ARC_DBG_TLB_MISS_COUNTVineet Gupta2013-06-271-5/+5
* | ARC: [tlb-miss] Extraneous PTE bit testing/settingVineet Gupta2013-06-271-5/+5
* | ARC: Remove explicit passing around of ECRVineet Gupta2013-06-262-8/+5
* | ARC: [mm] Remove @write argument to do_page_fault()Vineet Gupta2013-06-222-13/+4
* | ARC: [mm] Assume pagecache page dirty by defaultVineet Gupta2013-06-222-7/+7
* | ARC: [mm] optimise VIPT dcache aliasing 2/xVineet Gupta2013-06-221-0/+1
* | ARC: [mm] optimise VIPT dcache aliasing 1/xVineet Gupta2013-06-221-1/+6
* | ARC: [mm] Zero page optimizationVineet Gupta2013-06-221-1/+5
* | ARC: No-op full icache flush if !CONFIG_ARC_HAS_ICACHEVineet Gupta2013-06-221-19/+9
* | ARC: cache detection code bitrotVineet Gupta2013-06-221-21/+10
* | ARC: Disintegrate arcregs.hVineet Gupta2013-06-224-9/+57
* | ARC: Use kconfig helper IS_ENABLED() to get rid of defines.hVineet Gupta2013-06-222-3/+5
|/
* ARC: lazy dcache flush broke gdb in non-aliasing configsVineet Gupta2013-05-251-10/+11
* ARC: Brown paper bag bug in macro for checking cache colorVineet Gupta2013-05-231-1/+2
* ARC: copy_(to|from)_user() to honor usermode-access permissionsVineet Gupta2013-05-231-3/+3
* ARC: [mm] Prevent stray dcache lines after__sync_icache_dcach()Vineet Gupta2013-05-231-1/+1
* Merge tag 'arc-v3.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-104-51/+279
|\
| * ARC: [mm] Aliasing VIPT dcache support 4/4Vineet Gupta2013-05-092-1/+79
| * ARC: [mm] Aliasing VIPT dcache support 3/4Vineet Gupta2013-05-091-1/+1
OpenPOWER on IntegriCloud