summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xtensa-20190715' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-07-162-43/+40Star
|\
| * xtensa: abstract 'entry' and 'retw' in assembly codeMax Filippov2019-07-081-39/+39
| * xtensa: One function call less in bootmem_init()Markus Elfring2019-07-051-4/+1Star
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-2/+2
|\ \
| * | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-2/+2
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
| |/ |/|
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* init: provide a generic free_initmem implementationMike Rapoport2019-05-141-5/+0Star
* xtensa: fix format string warning in init_pmdMax Filippov2019-04-051-1/+1
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-122-0/+7
* memblock: memblock_phys_alloc(): don't panicMike Rapoport2019-03-121-0/+3
* memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_allocMike Rapoport2019-03-121-2/+1Star
* Merge tag 'xtensa-20181228' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2018-12-291-0/+3
|\
| * xtensa: support memtestMax Filippov2018-12-171-0/+3
* | kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov2018-12-281-7/+11
|/
* Merge tag 'xtensa-20181101' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2018-11-011-1/+1
|\
| * xtensa: remove ZONE_DMAChristoph Hellwig2018-10-151-1/+1
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-314-5/+4Star
* | memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* | memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport2018-10-311-1/+1
* | memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-1/+1
|/
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-181-1/+1
* signal/xtensa: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-14/+5Star
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* mm: fix races between swapoff and flush dcacheHuang Ying2018-04-061-1/+1
* xtensa: fix high memory/reserved memory collisionMax Filippov2018-02-151-7/+63
* xtensa: print kernel sections info in mem_initMax Filippov2017-12-181-2/+17
* xtensa: add support for KASANMax Filippov2017-12-173-0/+107
* xtensa: move fixmap and kmap just above the KSEGMax Filippov2017-12-171-6/+6
* xtensa: don't clear swapper_pg_dir in paging_initMax Filippov2017-12-171-1/+0Star
* xtensa: extract init_kioMax Filippov2017-12-171-13/+17
* xtensa: clean up custom-controlled debug outputMax Filippov2017-12-173-20/+11Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* xtensa: mm/cache: add missing EXPORT_SYMBOLsMax Filippov2017-08-011-1/+5
* xtensa: fix cache aliasing handling code for WT cacheMax Filippov2017-07-291-7/+3Star
* xtensa: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-241-1/+1
* xtensa: enable HAVE_DMA_CONTIGUOUSMax Filippov2016-12-151-0/+2
* Merge tag 'xtensa-20161005' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2016-10-061-260/+19Star
|\
| * xtensa: support reserved-memory DT nodeMax Filippov2016-07-241-0/+2
| * xtensa: drop sysmem and switch to memblockMax Filippov2016-07-241-257/+15Star
| * xtensa: add alternative kernel memory layoutsMax Filippov2016-07-241-2/+1Star
| * xtensa: move kernel mapping addresses into kmem_layout.hMax Filippov2016-07-241-1/+1
* | mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-271-1/+1
|/
* Merge tag 'xtensa-next-20160320' of git://github.com/czankel/xtensa-linuxLinus Torvalds2016-03-203-5/+73
|\
| * xtensa: fix preemption in {clear,copy}_user_highpageMax Filippov2016-03-111-4/+4
| * xtensa: support ioremap for memory outside KIO regionMax Filippov2016-01-112-1/+69
* | mm: remove VM_FAULT_MINORJan Kara2016-03-171-1/+1
* | mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov2016-01-161-1/+1
|/
* xtensa: count software page fault perf eventsMax Filippov2015-08-171-0/+7
* mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-2/+2