summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-29205-1836/+2855
|\
| * nios2: fix flush_dcache_page() for usage from irq contextHelge Deller2023-08-242-2/+7
| * mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand2023-08-241-2/+3
| * arm64: mm: use ptep_clear() instead of pte_clear() in clear_flush()Qi Zheng2023-08-241-1/+1
| * mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)2023-08-2415-44/+5
| * xtensa: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-243-47/+63
| * x86: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-7/+7
| * um: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-5/+2
| * sparc64: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-245-67/+119
| * sparc32: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-243-8/+23
| * sh: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-248-55/+89
| * s390: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-9/+24
| * riscv: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-243-33/+36
| * powerpc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-2411-93/+89
| * parisc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-243-53/+105
| * openrisc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-243-10/+25
| * nios2: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-243-46/+67
| * mips: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-2412-86/+121
| * microblaze: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-243-12/+15
| * m68k: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-246-14/+28
| * loongarch: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-245-19/+23
| * ia64: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-244-26/+54
| * hexagon: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-242-10/+7
| * csky: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-245-34/+50
| * arm64: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-243-30/+36
| * arm: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-2412-87/+136
| * arc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-245-40/+59
| * alpha: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-242-2/+18
| * mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)2023-08-243-3/+3
| * minmax: add in_range() macroMatthew Wilcox (Oracle)2023-08-241-3/+3
| * mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan2023-08-245-5/+10
| * merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-213-0/+7
| |\
| * | riscv: include asm/cacheflush.h in asm/hugetlb.hHugh Dickins2023-08-211-0/+1
| * | arm64: include asm/cacheflush.h in asm/hugetlb.hHugh Dickins2023-08-211-0/+1
| * | arm: include asm/cacheflush.h in asm/hugetlb.hHugh Dickins2023-08-211-0/+1
| * | um: convert {pmd, pte}_free_tlb() to use ptdescsVishal Moola (Oracle)2023-08-211-9/+9
| * | sparc: convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalentsVishal Moola (Oracle)2023-08-211-2/+3
| * | sparc64: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-211-8/+9
| * | sh: convert pte_free_tlb() to use ptdescsVishal Moola (Oracle)2023-08-211-4/+5
| * | riscv: convert alloc_{pmd, pte}_late() to use ptdescsVishal Moola (Oracle)2023-08-212-14/+10
| * | openrisc: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)2023-08-211-4/+4
| * | nios2: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)2023-08-211-4/+4
| * | mips: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-212-17/+23
| * | m68k: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-213-29/+30
| * | loongarch: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-212-15/+19
| * | hexagon: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)2023-08-211-4/+4
| * | csky: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)2023-08-211-2/+2
| * | arm64: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-212-9/+12
| * | arm: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-212-8/+11
| * | s390: convert various pgalloc functions to use ptdescsVishal Moola (Oracle)2023-08-213-67/+69