aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven1-1/+1
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-04-02xtensa: nommu supportJohannes Weiner4-62/+75
2009-04-02xtensa: cope with ram beginning at higher addressesJohannes Weiner1-5/+5
2009-04-02xtensa: don't make bootmem bitmap larger than requiredJohannes Weiner1-1/+2
2009-04-02xtensa: fix init_bootmem_node() argument orderJohannes Weiner1-1/+2
2009-03-10xtensa: fix compilation somewhatAlexey Dobriyan1-0/+1
2008-07-26xtensa: use generic show_mem()Johannes Weiner1-27/+0
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-02-13[XTENSA] Fix icache flush for cache aliasingChris Zankel1-1/+1
2008-02-13[XTENSA] Flush the page-address in update-mmu instead of user-addressChris Zankel1-3/+3
2008-02-13[XTENSA] Fix argument list for pgd_ctor constructor.Chris Zankel1-1/+1
2008-02-13[XTENSA] Remove duplicate includes.Chris Zankel1-1/+0
2008-01-28Remove references to "make dep"Adrian Bunk1-4/+0
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-1/+1
2007-10-16During VM oom condition, kill all threads in process groupWill Schmidt1-1/+1
2007-08-27[XTENSA] Add support for cache-aliasingChris Zankel5-279/+547