aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner1-2/+4
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-36/+6
2013-07-03mm/ARC: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-33/+3
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-06-27arc: delete __cpuinit usage from all arc filesPaul Gortmaker2-4/+4
2013-06-27ARC: [tlb-miss] Fix bug with CONFIG_ARC_DBG_TLB_MISS_COUNTVineet Gupta1-5/+5
2013-06-27ARC: [tlb-miss] Extraneous PTE bit testing/settingVineet Gupta1-5/+5
2013-06-26ARC: Remove explicit passing around of ECRVineet Gupta2-8/+5
2013-06-22ARC: [mm] Remove @write argument to do_page_fault()Vineet Gupta2-13/+4
2013-06-22ARC: [mm] Assume pagecache page dirty by defaultVineet Gupta2-7/+7
2013-06-22ARC: [mm] optimise VIPT dcache aliasing 2/xVineet Gupta1-0/+1
2013-06-22ARC: [mm] optimise VIPT dcache aliasing 1/xVineet Gupta1-1/+6
2013-06-22ARC: [mm] Zero page optimizationVineet Gupta1-1/+5
2013-06-22ARC: No-op full icache flush if !CONFIG_ARC_HAS_ICACHEVineet Gupta1-19/+9
2013-06-22ARC: cache detection code bitrotVineet Gupta1-21/+10
2013-06-22ARC: Disintegrate arcregs.hVineet Gupta4-9/+57
2013-06-22ARC: Use kconfig helper IS_ENABLED() to get rid of defines.hVineet Gupta2-3/+5
2013-05-25ARC: lazy dcache flush broke gdb in non-aliasing configsVineet Gupta1-10/+11
2013-05-23ARC: Brown paper bag bug in macro for checking cache colorVineet Gupta1-1/+2
2013-05-23ARC: copy_(to|from)_user() to honor usermode-access permissionsVineet Gupta1-3/+3
2013-05-23ARC: [mm] Prevent stray dcache lines after__sync_icache_dcach()Vineet Gupta1-1/+1
2013-05-10Merge tag 'arc-v3.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds4-51/+279
2013-05-09Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds6-228/+83
2013-05-09ARC: [mm] Aliasing VIPT dcache support 4/4Vineet Gupta2-1/+79
2013-05-09ARC: [mm] Aliasing VIPT dcache support 3/4Vineet Gupta1-1/+1
2013-05-09ARC: [mm] Aliasing VIPT dcache support 2/4Vineet Gupta2-11/+150
2013-05-09ARC: [mm] Aliasing VIPT dcache support 1/4Vineet Gupta2-17/+33
2013-05-09ARC: [mm] refactor the core (i|d)cache line ops loopsVineet Gupta1-29/+24
2013-05-09ARC: [mm] serious bug in vaddr based icache flushVineet Gupta1-1/+1
2013-05-07ARC: [mm] Lazy D-cache flush (non aliasing VIPT)Vineet Gupta2-7/+20
2013-05-07ARC: [mm] micro-optimize page size icache invalidateVineet Gupta1-3/+12
2013-05-07ARC: [mm] remove the pessimistic all-alias-invalidate icache helpersVineet Gupta1-184/+17
2013-05-07ARC: [mm] consolidate icache/dcache sync codeVineet Gupta1-16/+16
2013-05-07ARC: [mm] optimise icache flush for kernel mappingsVineet Gupta1-4/+10
2013-05-07ARC: [mm] optimise icache flush for user mappingsVineet Gupta2-14/+12
2013-05-07ARC: Respect the cpu_id passed for fetching correct cpu infoNoam Camus1-1/+1
2013-04-29mm/arc: use common help functions to free reserved pagesJiang Liu1-21/+2
2013-04-09ARC: [build] Fix warnings with CONFIG_DEBUG_SECTION_MISMATCHVineet Gupta2-4/+4
2013-04-09ARC: remove #ifdef-ed out include of dead headerPaul Bolle1-3/+0
2013-04-09ARC: Fix coding style issuesSachin Kamat1-2/+2
2013-04-09ARC: Use <linux/*> headers instead of <asm/*>Sachin Kamat1-1/+1
2013-04-09ARC: Remove unneeded version.h header includeSachin Kamat1-1/+0
2013-02-15ARC: Don't fiddle with non-existent cachesVineet Gupta1-12/+9
2013-02-15ARC: Add support for ioremap_prot APIGilad Ben-Yossef1-12/+36
2013-02-15ARC: Support for single cycle Close Coupled Mem (CCM)Vineet Gupta1-3/+2
2013-02-15ARC: Boot #2: Verbose Boot reporting / feature verificationVineet Gupta2-0/+84
2013-02-15ARC: SMP supportVineet Gupta2-0/+44
2013-02-15ARC: Diagnostics: show_regs() etcVineet Gupta1-0/+20