summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)2023-08-185-16/+0
* mmu_notifiers: rename invalidate_range notifierAlistair Popple2023-08-185-10/+10
* mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple2023-08-186-0/+15
* arm64: support batched/deferred tlb shootdown during page reclamation/migrationBarry Song2023-08-183-3/+54
* mm/tlbbatch: introduce arch_flush_tlb_batched_pending()Yicong Yang2023-08-181-0/+5
* mm/tlbbatch: rename and extend some functionsBarry Song2023-08-181-2/+3
* mm/tlbbatch: introduce arch_tlbbatch_should_defer()Anshuman Khandual2023-08-181-0/+12
* arm64 : mm: add wrapper function ioremap_prot()Baoquan He2023-08-182-6/+7
* powerpc: mm: convert to GENERIC_IOREMAPChristophe Leroy2023-08-185-50/+16
* mm: move is_ioremap_addr() into new header fileBaoquan He2023-08-181-10/+0
* parisc: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-183-63/+15
* xtensa: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-183-64/+27
* sh: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-183-86/+20
* sh: add <asm-generic/io.h> includingBaoquan He2023-08-182-7/+49
* s390: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-183-56/+23
* openrisc: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-183-54/+7
* ia64: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-183-43/+12
* arc: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-183-49/+8
* openrisc: mm: remove unneeded early ioremap codeBaoquan He2023-08-181-38/+5
* hexagon: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-185-51/+9
* asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He2023-08-186-22/+3
* mm/page_table_check: remove unused parameter in [__]page_table_check_pud_setKemeng Shi2023-08-183-3/+3
* mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_setKemeng Shi2023-08-183-6/+6
* mm/page_table_check: remove unused parameter in [__]page_table_check_pte_setKemeng Shi2023-08-183-3/+3
* mm/page_table_check: remove unused parameter in [__]page_table_check_pud_clearKemeng Shi2023-08-181-1/+1
* mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clearKemeng Shi2023-08-183-3/+3
* mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clearKemeng Shi2023-08-183-4/+4
* s390: add pte_free_defer() for pgtables sharing pageHugh Dickins2023-08-182-12/+72
* sparc: add pte_free_defer() for pte_t *pgtable_tHugh Dickins2023-08-182-0/+20
* powerpc: add pte_free_defer() for pgtables sharing pageHugh Dickins2023-08-182-3/+30
* powerpc: assert_pte_locked() use pte_offset_map_nolock()Hugh Dickins2023-08-181-2/+6
* arm: adjust_pte() use pte_offset_map_nolock()Hugh Dickins2023-08-181-2/+1
* arm64: mte: simplify swap tag restoration logicPeter Collingbourne2023-08-183-44/+11
* mm: make show_free_areas() staticKefeng Wang2023-08-181-1/+1
* mm: remove arguments of show_mem()Kefeng Wang2023-08-181-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-308-56/+121
|\
| * KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guestSean Christopherson2023-07-291-4/+9
| * KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalidSean Christopherson2023-07-295-20/+52