Age | Commit message (Expand) | Author | Files | Lines |
2013-11-15 | xtensa: use buddy allocator for PTE table | Kirill A. Shutemov | 1 | -20/+0 |
2013-09-13 | arch: mm: pass userspace fault flag to generic fault handler | Johannes Weiner | 1 | -0/+2 |
2013-07-11 | Merge tag 'xtensa-next-20130710' of git://github.com/czankel/xtensa-linux | Linus Torvalds | 1 | -3/+117 |
2013-07-08 | xtensa: check TLB sanity on return to userspace | Max Filippov | 1 | -0/+113 |
2013-07-04 | mm/xtensa: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 1 | -25/+2 |
2013-07-04 | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 1 | -1/+1 |
2013-07-04 | mm: enhance free_reserved_area() to support poisoning memory with zero | Jiang Liu | 1 | -2/+2 |
2013-07-04 | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 1 | -1/+1 |
2013-06-05 | xtensa: flush TLB entries for pages of non-current mm correctly | Max Filippov | 1 | -3/+4 |
2013-05-10 | Merge tag 'xtensa-next-20130508' of git://github.com/czankel/xtensa-linux | Linus Torvalds | 1 | -5/+9 |
2013-05-09 | xtensa: add MMU v3 support | Max Filippov | 1 | -5/+9 |
2013-04-30 | mm/xtensa: use common help functions to free reserved pages | Jiang Liu | 1 | -18/+3 |
2012-12-19 | xtensa: clean up files to make them code-style compliant | Chris Zankel | 5 | -28/+25 |
2012-12-19 | xtensa: fix RASID SR initialization | Max Filippov | 1 | -1/+1 |
2012-12-19 | xtensa: fix build warning for arch/xtensa/mm/tlb.c | Max Filippov | 1 | -1/+1 |
2012-12-19 | xtensa: provide proper assembler function boundaries with ENDPROC() | Chris Zankel | 1 | -0/+49 |
2012-10-16 | xtensa: fix missing return in do_page_fault for SIGBUS case | Marc Gauthier | 1 | -1/+2 |
2012-10-09 | readahead: fault retry breaks mmap file read random detection | Shaohua Li | 1 | -0/+1 |
2012-07-31 | xtensa/mm/fault.c: port OOM changes to do_page_fault | Kautuk Consul | 1 | -5/+24 |
2012-06-21 | xtensa: use the declarations provided by <asm/sections.h> | Geert Uytterhoeven | 1 | -11/+7 |
2012-06-21 | xtensa: replace xtensa-specific _f{data,text} by _s{data,text} | Geert Uytterhoeven | 1 | -3/+3 |
2012-03-28 | Disintegrate asm/system.h for Xtensa | David Howells | 2 | -2/+0 |
2011-05-25 | mm: now that all old mmu_gather code is gone, remove the storage | Peter Zijlstra | 1 | -2/+0 |
2011-05-25 | xtensa/mm: remove pgtable.c | Sebastian Andrzej Siewior | 1 | -72/+0 |
2010-06-05 | xtensa: invoke oom-killer from page fault | Nick Piggin | 1 | -10/+4 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+1 |
2010-02-20 | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself | Russell King | 1 | -2/+2 |
2009-09-22 | arches: drop superfluous casts in nr_free_pages() callers | Geert Uytterhoeven | 1 | -1/+1 |
2009-06-22 | Move FAULT_FLAG_xyz into handle_mm_fault() callers | Linus Torvalds | 1 | -1/+1 |
2009-04-03 | xtensa: nommu support | Johannes Weiner | 4 | -62/+75 |
2009-04-03 | xtensa: cope with ram beginning at higher addresses | Johannes Weiner | 1 | -5/+5 |
2009-04-03 | xtensa: don't make bootmem bitmap larger than required | Johannes Weiner | 1 | -1/+2 |
2009-04-03 | xtensa: fix init_bootmem_node() argument order | Johannes Weiner | 1 | -1/+2 |
2009-03-11 | xtensa: fix compilation somewhat | Alexey Dobriyan | 1 | -0/+1 |
2008-07-26 | xtensa: use generic show_mem() | Johannes Weiner | 1 | -27/+0 |
2008-07-26 | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 1 | -1/+1 |
2008-02-14 | [XTENSA] Fix icache flush for cache aliasing | Chris Zankel | 1 | -1/+1 |
2008-02-14 | [XTENSA] Flush the page-address in update-mmu instead of user-address | Chris Zankel | 1 | -3/+3 |
2008-02-14 | [XTENSA] Fix argument list for pgd_ctor constructor. | Chris Zankel | 1 | -1/+1 |
2008-02-14 | [XTENSA] Remove duplicate includes. | Chris Zankel | 1 | -1/+0 |
2008-01-29 | Remove references to "make dep" | Adrian Bunk | 1 | -4/+0 |
2007-10-19 | pid namespaces: define is_global_init() and is_container_init() | Serge E. Hallyn | 1 | -1/+1 |
2007-10-16 | During VM oom condition, kill all threads in process group | Will Schmidt | 1 | -1/+1 |
2007-08-28 | [XTENSA] Add support for cache-aliasing | Chris Zankel | 5 | -279/+547 |
2007-07-19 | mm: fault feedback #2 | Nick Piggin | 1 | -12/+11 |
2007-06-01 | [XTENSA] Spelling fixes in arch/xtensa | Chris Zankel | 1 | -1/+1 |
2006-12-10 | [PATCH] xtensa: remove extra header files | Chris Zankel | 4 | -646/+80 |
2006-10-04 | fix file specification in comments | Uwe Zeisberger | 2 | -2/+2 |
2006-09-29 | [PATCH] pidspace: is_init() | Sukadev Bhattiprolu | 1 | -1/+1 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |