summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/mm
Commit message (Expand)AuthorAgeFilesLines
...
* sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand2015-05-191-0/+2
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
* xtensa: nommu: clean up memory map dumpMax Filippov2014-10-211-1/+7
* xtensa: nommu: reserve memory below PLATFORM_DEFAULT_MEM_STARTMax Filippov2014-10-211-0/+11
* xtensa: nommu: don't build most of the cache flushing codeMax Filippov2014-10-211-2/+2
* xtensa: support highmem in aliasing cache flushing codeMax Filippov2014-08-141-10/+6Star
* xtensa: support aliasing cache in kmapMax Filippov2014-08-141-0/+18
* xtensa: support aliasing cache in k[un]map_atomicMax Filippov2014-08-141-7/+10
* xtensa: implement clear_user_highpage and copy_user_highpageMax Filippov2014-08-142-64/+115
* xtensa: allow fixmap and kmap span more than one page tableMax Filippov2014-08-141-16/+22
* xtensa: make fixmap region addressing grow with indexMax Filippov2014-08-141-3/+3
* xtensa: fix sysmem reservation at the end of existing blockMax Filippov2014-06-091-1/+1
* xtensa: add HIGHMEM supportMax Filippov2014-04-065-15/+146
* xtensa: optimize local_flush_tlb_kernel_rangeMax Filippov2014-04-061-0/+15
* xtensa: dump sysmem from the bootmem_initMax Filippov2014-04-011-0/+12
* xtensa: handle memmap kernel optionMax Filippov2014-04-011-0/+50
* xtensa: keep sysmem banks ordered in mem_reserveMax Filippov2014-04-011-32/+50
* xtensa: keep sysmem banks ordered in add_sysmem_bankMax Filippov2014-04-011-5/+98
* xtensa: split bootparam and kernel meminfoMax Filippov2014-04-011-0/+17
* Merge tag 'xtensa-for-next-20140221-1' into for_nextChris Zankel2014-02-241-4/+9
|\
| * xtensa: don't pass high memory to bootmem allocatorMax Filippov2014-02-211-4/+9
* | xtensa: fix warning '"CONFIG_OF" is not defined'Max Filippov2014-01-191-1/+1
|/
* xtensa: remap io area defined in device treeBaruch Siach2014-01-141-0/+16
* xtensa: add SMP supportMax Filippov2014-01-144-22/+28
* xtensa: fix build warning in 64-bit build environmentMax Filippov2014-01-141-2/+2
* xtensa: use buddy allocator for PTE tableKirill A. Shutemov2013-11-151-20/+0Star
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-131-0/+2
* Merge tag 'xtensa-next-20130710' of git://github.com/czankel/xtensa-linuxLinus Torvalds2013-07-111-3/+117
|\
| * xtensa: check TLB sanity on return to userspaceMax Filippov2013-07-081-0/+113
| * xtensa: flush TLB entries for pages of non-current mm correctlyMax Filippov2013-06-051-3/+4
* | mm/xtensa: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-041-25/+2Star
* | mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-041-1/+1
* | mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-041-2/+2
* | mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-041-1/+1
|/
* Merge tag 'xtensa-next-20130508' of git://github.com/czankel/xtensa-linuxLinus Torvalds2013-05-091-5/+9
|\
| * xtensa: add MMU v3 supportMax Filippov2013-05-091-5/+9
* | mm/xtensa: use common help functions to free reserved pagesJiang Liu2013-04-301-18/+3Star
|/
* xtensa: clean up files to make them code-style compliantChris Zankel2012-12-195-28/+25Star
* xtensa: fix RASID SR initializationMax Filippov2012-12-191-1/+1
* xtensa: fix build warning for arch/xtensa/mm/tlb.cMax Filippov2012-12-191-1/+1
* xtensa: provide proper assembler function boundaries with ENDPROC()Chris Zankel2012-12-191-0/+49
* xtensa: fix missing return in do_page_fault for SIGBUS caseMarc Gauthier2012-10-161-1/+2
* readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
* xtensa/mm/fault.c: port OOM changes to do_page_faultKautuk Consul2012-07-311-5/+24
* xtensa: use the declarations provided by <asm/sections.h>Geert Uytterhoeven2012-06-201-11/+7Star
* xtensa: replace xtensa-specific _f{data,text} by _s{data,text}Geert Uytterhoeven2012-06-201-3/+3
* Disintegrate asm/system.h for XtensaDavid Howells2012-03-282-2/+0Star
* mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra2011-05-251-2/+0Star
* xtensa/mm: remove pgtable.cSebastian Andrzej Siewior2011-05-251-72/+0Star
* xtensa: invoke oom-killer from page faultNick Piggin2010-06-051-10/+4Star