summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/mm
Commit message (Expand)AuthorAgeFilesLines
* xtensa: tlb: include <asm/tlb.h> for missing prototypeRandy Dunlap2023-09-201-0/+1
* xtensa: fault: include <asm/traps.h>Randy Dunlap2023-09-201-0/+1
* xtensa: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-36/+47
* xtensa: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-181-44/+14
* Merge branch 'expand-stack'Linus Torvalds2023-06-281-11/+3
|\
| * mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2023-06-241-11/+3
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+4
|\ \
| * | xtensa: add pte_unmap() to balance pte_offset_map()Hugh Dickins2023-06-191-1/+4
| |/
* | xtensa: move early_trap_init from kasan_early_init to init_archMax Filippov2023-06-131-2/+0
* | xtensa: add asm-prototypes.hMax Filippov2023-06-121-0/+5
|/
* xtensa: drop unused members of struct thread_structMax Filippov2023-01-061-4/+0
* xtensa/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-0/+22
* mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
* xtensa: noMMU: allow handling protection faultsMax Filippov2022-05-012-1/+6
* xtensa: extract vmalloc_fault code into a functionMax Filippov2022-05-011-53/+54
* xtensa: move asid_cache from fault.c to mmu.cMax Filippov2022-05-012-1/+2
* xtensa: define update_mmu_tlb functionMax Filippov2022-03-221-0/+6
* mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-9/+8
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-2/+1
|\
| * exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman2021-10-201-2/+1
* | xtensa: use CONFIG_USE_OF instead of CONFIG_OFRandy Dunlap2021-09-271-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-04-301-1/+0
|\
| * mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
* | xtensa: simplify coherent_kvaddr logicMax Filippov2021-04-042-38/+7
|/
* xtensa: fix uaccess-related livelock in do_page_faultMax Filippov2021-03-291-1/+4
* Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-143-50/+19
|\
| * xtensa/mm/highmem: Make generic kmap_atomic() work correctlyThomas Gleixner2020-11-163-10/+15
| * xtensa/mm/highmem: Switch to generic kmap atomicThomas Gleixner2020-11-061-41/+5
* | xtensa: disable preemption around cache alias management callsMax Filippov2020-11-161-0/+14
* | ARM, xtensa: highmem: avoid clobbering non-page aligned memory reservationsArd Biesheuvel2020-11-041-2/+2
|/
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+1
|\
| * dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
* | arm, xtensa: simplify initialization of high memory pagesMike Rapoport2020-10-131-45/+10
|/
* mm/xtensa: use general page fault accountingPeter Xu2020-08-121-11/+4
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-072-2/+0
* 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