aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/mm
Commit message (Expand)AuthorAge
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-12
* arch: mm: remove obsolete init OOM protectionJohannes Weiner2013-09-12
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-09-10
|\
| * of: Specify initrd location using 64-bitSantosh Shilimkar2013-07-24
* | ARC: [ASID] Track ASID allocation cycles/generationsVineet Gupta2013-08-30
* | ARC: [ASID] get_new_mmu_context() to conditionally allocate new ASIDVineet Gupta2013-08-30
* | ARC: [ASID] Refactor the TLB paranoid debug codeVineet Gupta2013-08-30
* | ARC: No need to flush the TLB in early bootVineet Gupta2013-08-30
* | ARC: MMUv4 preps/3 - Abstract out TLB Insert/DeleteVineet Gupta2013-08-30
* | ARC: MMUv4 preps/2 - Reshuffle PTE bitsVineet Gupta2013-08-30
* | ARC: MMUv4 preps/1 - Fold PTE K/U access flagsVineet Gupta2013-08-29
* | ARC: Code cosmetics (Nothing semantical)Vineet Gupta2013-08-29
* | ARC: Exception Handlers Code consolidationVineet Gupta2013-08-26
|/
* mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner2013-07-09
* Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-03
|\
| * mm/ARC: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-03
| * mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-03
| * mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-03
| * mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-03
* | arc: delete __cpuinit usage from all arc filesPaul Gortmaker2013-06-27
* | ARC: [tlb-miss] Fix bug with CONFIG_ARC_DBG_TLB_MISS_COUNTVineet Gupta2013-06-27
* | ARC: [tlb-miss] Extraneous PTE bit testing/settingVineet Gupta2013-06-27
* | ARC: Remove explicit passing around of ECRVineet Gupta2013-06-26
* | ARC: [mm] Remove @write argument to do_page_fault()Vineet Gupta2013-06-22
* | ARC: [mm] Assume pagecache page dirty by defaultVineet Gupta2013-06-22
* | ARC: [mm] optimise VIPT dcache aliasing 2/xVineet Gupta2013-06-22
* | ARC: [mm] optimise VIPT dcache aliasing 1/xVineet Gupta2013-06-22
* | ARC: [mm] Zero page optimizationVineet Gupta2013-06-22
* | ARC: No-op full icache flush if !CONFIG_ARC_HAS_ICACHEVineet Gupta2013-06-22
* | ARC: cache detection code bitrotVineet Gupta2013-06-22
* | ARC: Disintegrate arcregs.hVineet Gupta2013-06-22
* | ARC: Use kconfig helper IS_ENABLED() to get rid of defines.hVineet Gupta2013-06-22
|/
* ARC: lazy dcache flush broke gdb in non-aliasing configsVineet Gupta2013-05-25
* ARC: Brown paper bag bug in macro for checking cache colorVineet Gupta2013-05-23
* ARC: copy_(to|from)_user() to honor usermode-access permissionsVineet Gupta2013-05-23
* ARC: [mm] Prevent stray dcache lines after__sync_icache_dcach()Vineet Gupta2013-05-23
* Merge tag 'arc-v3.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-10
|\
| * ARC: [mm] Aliasing VIPT dcache support 4/4Vineet Gupta2013-05-09
| * ARC: [mm] Aliasing VIPT dcache support 3/4Vineet Gupta2013-05-09
| * ARC: [mm] Aliasing VIPT dcache support 2/4Vineet Gupta2013-05-09
| * ARC: [mm] Aliasing VIPT dcache support 1/4Vineet Gupta2013-05-09
| * ARC: [mm] refactor the core (i|d)cache line ops loopsVineet Gupta2013-05-09
| * ARC: [mm] serious bug in vaddr based icache flushVineet Gupta2013-05-09
* | Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-09
|\|
| * ARC: [mm] Lazy D-cache flush (non aliasing VIPT)Vineet Gupta2013-05-07
| * ARC: [mm] micro-optimize page size icache invalidateVineet Gupta2013-05-07
| * ARC: [mm] remove the pessimistic all-alias-invalidate icache helpersVineet Gupta2013-05-07
| * ARC: [mm] consolidate icache/dcache sync codeVineet Gupta2013-05-07
| * ARC: [mm] optimise icache flush for kernel mappingsVineet Gupta2013-05-07
| * ARC: [mm] optimise icache flush for user mappingsVineet Gupta2013-05-07