aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-29Merge tag 'xtensa-20181228' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-0/+3
2018-12-28kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov1-7/+11
2018-12-17xtensa: support memtestMax Filippov1-0/+3
2018-11-01Merge tag 'xtensa-20181101' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport4-5/+4
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-1/+1
2018-10-15xtensa: remove ZONE_DMAChristoph Hellwig1-1/+1
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+1
2018-04-25signal/xtensa: Use force_sig_fault where appropriateEric W. Biederman1-14/+5
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying1-1/+1
2018-02-15xtensa: fix high memory/reserved memory collisionMax Filippov1-7/+63
2017-12-17xtensa: print kernel sections info in mem_initMax Filippov1-2/+17
2017-12-16xtensa: add support for KASANMax Filippov3-0/+107
2017-12-16xtensa: move fixmap and kmap just above the KSEGMax Filippov1-6/+6
2017-12-16xtensa: don't clear swapper_pg_dir in paging_initMax Filippov1-1/+0
2017-12-16xtensa: extract init_kioMax Filippov1-13/+17
2017-12-16xtensa: clean up custom-controlled debug outputMax Filippov3-20/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-01xtensa: mm/cache: add missing EXPORT_SYMBOLsMax Filippov1-1/+5
2017-07-28xtensa: fix cache aliasing handling code for WT cacheMax Filippov1-7/+3
2017-01-24xtensa: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-12-15xtensa: enable HAVE_DMA_CONTIGUOUSMax Filippov1-0/+2
2016-10-05Merge tag 'xtensa-20161005' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-260/+19
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-07-24xtensa: support reserved-memory DT nodeMax Filippov1-0/+2
2016-07-24xtensa: drop sysmem and switch to memblockMax Filippov1-257/+15
2016-07-24xtensa: add alternative kernel memory layoutsMax Filippov1-2/+1
2016-07-24xtensa: move kernel mapping addresses into kmem_layout.hMax Filippov1-1/+1
2016-03-20Merge tag 'xtensa-next-20160320' of git://github.com/czankel/xtensa-linuxLinus Torvalds3-5/+73
2016-03-17mm: remove VM_FAULT_MINORJan Kara1-1/+1
2016-03-11xtensa: fix preemption in {clear,copy}_user_highpageMax Filippov1-4/+4
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov1-1/+1
2016-01-11xtensa: support ioremap for memory outside KIO regionMax Filippov2-1/+69
2015-08-17xtensa: count software page fault perf eventsMax Filippov1-0/+7
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-2/+2
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand1-0/+2
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2014-10-21xtensa: nommu: clean up memory map dumpMax Filippov1-1/+7
2014-10-21xtensa: nommu: reserve memory below PLATFORM_DEFAULT_MEM_STARTMax Filippov1-0/+11
2014-10-21xtensa: nommu: don't build most of the cache flushing codeMax Filippov1-2/+2
2014-08-14xtensa: support highmem in aliasing cache flushing codeMax Filippov1-10/+6
2014-08-14xtensa: support aliasing cache in kmapMax Filippov1-0/+18
2014-08-14xtensa: support aliasing cache in k[un]map_atomicMax Filippov1-7/+10
2014-08-14xtensa: implement clear_user_highpage and copy_user_highpageMax Filippov2-64/+115
2014-08-14xtensa: allow fixmap and kmap span more than one page tableMax Filippov1-16/+22
2014-08-14xtensa: make fixmap region addressing grow with indexMax Filippov1-3/+3
2014-06-09xtensa: fix sysmem reservation at the end of existing blockMax Filippov1-1/+1