aboutsummaryrefslogtreecommitdiff
path: root/arch/xtensa/mm
AgeCommit message (Expand)Author
2015-08-17xtensa: count software page fault perf eventsMax Filippov
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2014-10-21xtensa: nommu: clean up memory map dumpMax Filippov
2014-10-21xtensa: nommu: reserve memory below PLATFORM_DEFAULT_MEM_STARTMax Filippov
2014-10-21xtensa: nommu: don't build most of the cache flushing codeMax Filippov
2014-08-14xtensa: support highmem in aliasing cache flushing codeMax Filippov
2014-08-14xtensa: support aliasing cache in kmapMax Filippov
2014-08-14xtensa: support aliasing cache in k[un]map_atomicMax Filippov
2014-08-14xtensa: implement clear_user_highpage and copy_user_highpageMax Filippov
2014-08-14xtensa: allow fixmap and kmap span more than one page tableMax Filippov
2014-08-14xtensa: make fixmap region addressing grow with indexMax Filippov
2014-06-09xtensa: fix sysmem reservation at the end of existing blockMax Filippov
2014-04-06xtensa: add HIGHMEM supportMax Filippov
2014-04-06xtensa: optimize local_flush_tlb_kernel_rangeMax Filippov
2014-04-02xtensa: dump sysmem from the bootmem_initMax Filippov
2014-04-02xtensa: handle memmap kernel optionMax Filippov
2014-04-02xtensa: keep sysmem banks ordered in mem_reserveMax Filippov
2014-04-02xtensa: keep sysmem banks ordered in add_sysmem_bankMax Filippov
2014-04-02xtensa: split bootparam and kernel meminfoMax Filippov
2014-02-24Merge tag 'xtensa-for-next-20140221-1' into for_nextChris Zankel
2014-02-21xtensa: don't pass high memory to bootmem allocatorMax Filippov
2014-01-19xtensa: fix warning '"CONFIG_OF" is not defined'Max Filippov
2014-01-15xtensa: remap io area defined in device treeBaruch Siach
2014-01-14xtensa: add SMP supportMax Filippov
2014-01-14xtensa: fix build warning in 64-bit build environmentMax Filippov
2013-11-15xtensa: use buddy allocator for PTE tableKirill A. Shutemov
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner
2013-07-11Merge tag 'xtensa-next-20130710' of git://github.com/czankel/xtensa-linuxLinus Torvalds
2013-07-08xtensa: check TLB sanity on return to userspaceMax Filippov
2013-07-03mm/xtensa: prepare for removing num_physpages and simplify mem_init()Jiang Liu
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu
2013-06-05xtensa: flush TLB entries for pages of non-current mm correctlyMax Filippov
2013-05-09Merge tag 'xtensa-next-20130508' of git://github.com/czankel/xtensa-linuxLinus Torvalds
2013-05-09xtensa: add MMU v3 supportMax Filippov
2013-04-29mm/xtensa: use common help functions to free reserved pagesJiang Liu
2012-12-18xtensa: clean up files to make them code-style compliantChris Zankel
2012-12-18xtensa: fix RASID SR initializationMax Filippov
2012-12-18xtensa: fix build warning for arch/xtensa/mm/tlb.cMax Filippov
2012-12-18xtensa: provide proper assembler function boundaries with ENDPROC()Chris Zankel
2012-10-15xtensa: fix missing return in do_page_fault for SIGBUS caseMarc Gauthier
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li
2012-07-30xtensa/mm/fault.c: port OOM changes to do_page_faultKautuk Consul
2012-06-20xtensa: use the declarations provided by <asm/sections.h>Geert Uytterhoeven
2012-06-20xtensa: replace xtensa-specific _f{data,text} by _s{data,text}Geert Uytterhoeven
2012-03-28Disintegrate asm/system.h for XtensaDavid Howells
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra