summaryrefslogtreecommitdiff
path: root/arch/xtensa/mm
AgeCommit message (Expand)Author
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)
2025-03-17arch, mm: streamline HIGHMEM freeingMike Rapoport (Microsoft)
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)
2025-03-17xtensa: split out printing of virtual memory layout to a functionMike Rapoport (Microsoft)
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang
2024-07-03mm: implement update_mmu_tlb() using update_mmu_tlb_range()Bang Li
2024-07-03mm: add update_mmu_tlb_range()Bang Li
2024-05-05xtensa/mm: convert check_tlb_entry() to sanity check foliosDavid Hildenbrand
2024-04-25xtensa: remove uses of PG_arch_1 on individual pagesMatthew Wilcox (Oracle)
2023-09-20xtensa: tlb: include <asm/tlb.h> for missing prototypeRandy Dunlap
2023-09-20xtensa: fault: include <asm/traps.h>Randy Dunlap
2023-08-24xtensa: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-18xtensa: mm: convert to GENERIC_IOREMAPBaoquan He
2023-06-28Merge branch 'expand-stack'Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds
2023-06-19xtensa: add pte_unmap() to balance pte_offset_map()Hugh Dickins
2023-06-13xtensa: move early_trap_init from kasan_early_init to init_archMax Filippov
2023-06-12xtensa: add asm-prototypes.hMax Filippov
2023-01-06xtensa: drop unused members of struct thread_structMax Filippov
2022-07-17xtensa/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu
2022-05-01xtensa: noMMU: allow handling protection faultsMax Filippov
2022-05-01xtensa: extract vmalloc_fault code into a functionMax Filippov
2022-05-01xtensa: move asid_cache from fault.c to mmu.cMax Filippov
2022-03-22xtensa: define update_mmu_tlb functionMax Filippov
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman
2021-09-27xtensa: use CONFIG_USE_OF instead of CONFIG_OFRandy Dunlap
2021-04-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2021-04-04xtensa: simplify coherent_kvaddr logicMax Filippov
2021-03-29xtensa: fix uaccess-related livelock in do_page_faultMax Filippov
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-11-16xtensa/mm/highmem: Make generic kmap_atomic() work correctlyThomas Gleixner
2020-11-16xtensa: disable preemption around cache alias management callsMax Filippov
2020-11-06xtensa/mm/highmem: Switch to generic kmap atomicThomas Gleixner
2020-11-04ARM, xtensa: highmem: avoid clobbering non-page aligned memory reservationsArd Biesheuvel
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-13arm, xtensa: simplify initialization of high memory pagesMike Rapoport
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-08-12mm/xtensa: use general page fault accountingPeter Xu
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport