aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-19mm: fault feedback #2Nick Piggin1-12/+11
2007-05-31[XTENSA] Spelling fixes in arch/xtensaChris Zankel1-1/+1
2006-12-10[PATCH] xtensa: remove extra header filesChris Zankel4-646/+80
2006-10-03fix file specification in commentsUwe Zeisberger2-2/+2
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-1/+1
2006-03-22[PATCH] mm: split highorder pagesNick Piggin1-7/+3
2006-03-22[PATCH] xtensa: pgtable fixesNick Piggin1-8/+8
2005-09-22[PATCH] xtensa: remove io_remap_page_range and minor clean-upsChris Zankel1-1/+1
2005-06-24[PATCH] xtensa: Architecture support for Tensilica Xtensa Part 5Chris Zankel6-0/+1800