aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-21xtensa: nommu: clean up memory map dumpMax Filippov1-1/+7
2014-10-21xtensa: nommu: reserve memory below PLATFORM_DEFAULT_MEM_STARTMax Filippov1-0/+11
2014-10-21xtensa: nommu: don't build most of the cache flushing codeMax Filippov1-2/+2
2014-08-14xtensa: support highmem in aliasing cache flushing codeMax Filippov1-10/+6
2014-08-14xtensa: support aliasing cache in kmapMax Filippov1-0/+18
2014-08-14xtensa: support aliasing cache in k[un]map_atomicMax Filippov1-7/+10
2014-08-14xtensa: implement clear_user_highpage and copy_user_highpageMax Filippov2-64/+115
2014-08-14xtensa: allow fixmap and kmap span more than one page tableMax Filippov1-16/+22
2014-08-14xtensa: make fixmap region addressing grow with indexMax Filippov1-3/+3
2014-06-09xtensa: fix sysmem reservation at the end of existing blockMax Filippov1-1/+1
2014-04-06xtensa: add HIGHMEM supportMax Filippov5-15/+146
2014-04-06xtensa: optimize local_flush_tlb_kernel_rangeMax Filippov1-0/+15
2014-04-02xtensa: dump sysmem from the bootmem_initMax Filippov1-0/+12
2014-04-02xtensa: handle memmap kernel optionMax Filippov1-0/+50
2014-04-02xtensa: keep sysmem banks ordered in mem_reserveMax Filippov1-32/+50
2014-04-02xtensa: keep sysmem banks ordered in add_sysmem_bankMax Filippov1-5/+98
2014-04-02xtensa: split bootparam and kernel meminfoMax Filippov1-0/+17
2014-02-24Merge tag 'xtensa-for-next-20140221-1' into for_nextChris Zankel1-4/+9
2014-02-21xtensa: don't pass high memory to bootmem allocatorMax Filippov1-4/+9
2014-01-19xtensa: fix warning '"CONFIG_OF" is not defined'Max Filippov1-1/+1
2014-01-15xtensa: remap io area defined in device treeBaruch Siach1-0/+16
2014-01-14xtensa: add SMP supportMax Filippov4-22/+28
2014-01-14xtensa: fix build warning in 64-bit build environmentMax Filippov1-2/+2
2013-11-15xtensa: use buddy allocator for PTE tableKirill A. Shutemov1-20/+0
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-0/+2
2013-07-11Merge tag 'xtensa-next-20130710' of git://github.com/czankel/xtensa-linuxLinus Torvalds1-3/+117
2013-07-08xtensa: check TLB sanity on return to userspaceMax Filippov1-0/+113
2013-07-03mm/xtensa: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-25/+2
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-05xtensa: flush TLB entries for pages of non-current mm correctlyMax Filippov1-3/+4
2013-05-09Merge tag 'xtensa-next-20130508' of git://github.com/czankel/xtensa-linuxLinus Torvalds1-5/+9
2013-05-09xtensa: add MMU v3 supportMax Filippov1-5/+9
2013-04-29mm/xtensa: use common help functions to free reserved pagesJiang Liu1-18/+3
2012-12-18xtensa: clean up files to make them code-style compliantChris Zankel5-28/+25
2012-12-18xtensa: fix RASID SR initializationMax Filippov1-1/+1
2012-12-18xtensa: fix build warning for arch/xtensa/mm/tlb.cMax Filippov1-1/+1
2012-12-18xtensa: provide proper assembler function boundaries with ENDPROC()Chris Zankel1-0/+49
2012-10-15xtensa: fix missing return in do_page_fault for SIGBUS caseMarc Gauthier1-1/+2
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-07-30xtensa/mm/fault.c: port OOM changes to do_page_faultKautuk Consul1-5/+24
2012-06-20xtensa: use the declarations provided by <asm/sections.h>Geert Uytterhoeven1-11/+7
2012-06-20xtensa: replace xtensa-specific _f{data,text} by _s{data,text}Geert Uytterhoeven1-3/+3
2012-03-28Disintegrate asm/system.h for XtensaDavid Howells2-2/+0
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
2011-05-25xtensa/mm: remove pgtable.cSebastian Andrzej Siewior1-72/+0
2010-06-04xtensa: invoke oom-killer from page faultNick Piggin1-10/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King1-2/+2