summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | openrisc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-253-10/+25
| * | | nios2: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-253-46/+67
| * | | mips: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-2512-86/+121
| * | | microblaze: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-253-12/+15
| * | | m68k: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-256-14/+28
| * | | loongarch: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-255-19/+23
| * | | ia64: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-254-26/+54
| * | | hexagon: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-252-10/+7
| * | | csky: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-255-34/+50
| * | | arm64: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-253-30/+36
| * | | arm: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-2512-87/+136
| * | | arc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-255-40/+59
| * | | alpha: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-252-2/+18
| * | | mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)2023-08-253-3/+3
| * | | minmax: add in_range() macroMatthew Wilcox (Oracle)2023-08-251-3/+3
| * | | mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan2023-08-255-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
| * | | | x86: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-211-19/+28
| * | | | powerpc: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-213-50/+50
| * | | | mm: convert ptlock_ptr() to use ptdescsVishal Moola (Oracle)2023-08-211-1/+1
| * | | | powerpc/book3s64/memhotplug: enable memmap on memory for radixAneesh Kumar K.V2023-08-213-1/+23
| * | | | mm/memory_hotplug: simplify ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE kconfigAneesh Kumar K.V2023-08-212-6/+2
| * | | | mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan2023-08-211-0/+1
| * | | | arm64: hugetlb: enable __HAVE_ARCH_FLUSH_HUGETLB_TLB_RANGEKefeng Wang2023-08-211-0/+15
| * | | | arm64: tlbflush: add some comments for TLB batched flushingYicong Yang2023-08-211-0/+15
| * | | | powerpc/book3s64/radix: add debug message to give more details of vmemmap all...Aneesh Kumar K.V2023-08-181-0/+3
| * | | | powerpc/book3s64/radix: remove mmu_vmemmap_psizeAneesh Kumar K.V2023-08-182-18/+14
| * | | | powerpc/book3s64/radix: add support for vmemmap optimization for radixAneesh Kumar K.V2023-08-183-0/+215
| * | | | powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...Aneesh Kumar K.V2023-08-184-32/+329
| * | | | powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V2023-08-189-11/+313
| * | | | powerpc/mm/trace: convert trace event to trace event classAneesh Kumar K.V2023-08-182-2/+2
| * | | | mm/vmemmap optimization: split hugetlb and devdax vmemmap optimizationAneesh Kumar K.V2023-08-184-4/+5