summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/mm
Commit message (Expand)AuthorAgeFilesLines
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-5/+5
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-093-13/+4
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-093-3/+3
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-093-3/+3
* arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny2020-06-041-3/+3
* arch/kmap: don't hard code kmap_prot valuesIra Weiny2020-06-041-1/+1
* arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-5/+2
* arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-7/+2
* arch/xtensa: move kmap build bug out of the wayIra Weiny2020-06-041-0/+4
* xtensa: simplify detection of memory zone boundariesMike Rapoport2020-06-031-4/+4
* mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+0
* mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* mm: introduce fault_signal_pending()Peter Xu2020-04-021-1/+1
* xtensa: use MEMBLOCK_ALLOC_ANYWHERE for KASAN shadow mapMax Filippov2019-11-261-1/+3
* xtensa: fix TLB sanity checkerMax Filippov2019-11-261-2/+2
* xtensa: get rid of __ARCH_USE_5LEVEL_HACKMike Rapoport2019-11-264-6/+19
* xtensa: mm: fix PMD folding implementationMike Rapoport2019-11-264-6/+19
* xtensa: use correct symbol for the end of .rodataMax Filippov2019-10-201-2/+2
* xtensa: remove free_initrd_memMike Rapoport2019-08-261-10/+0
* Merge tag 'xtensa-20190715' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-07-162-43/+40
|\
| * 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/+1
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-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/+1
| |/ |/|
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* init: provide a generic free_initmem implementationMike Rapoport2019-05-141-5/+0
* xtensa: fix format string warning in init_pmdMax Filippov2019-04-041-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/+1
* 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/+4
* | 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-171-1/+1
* signal/xtensa: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-14/+5
* 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-051-1/+1
* xtensa: fix high memory/reserved memory collisionMax Filippov2018-02-151-7/+63
* xtensa: print kernel sections info in mem_initMax Filippov2017-12-171-2/+17
* xtensa: add support for KASANMax Filippov2017-12-163-0/+107
* xtensa: move fixmap and kmap just above the KSEGMax Filippov2017-12-161-6/+6
* xtensa: don't clear swapper_pg_dir in paging_initMax Filippov2017-12-161-1/+0