aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/tlb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2025-05-28s390: Remove unneeded includesClaudio Imbrenda1-0/+1
2025-05-11mm: convert free_page_and_swap_cache() to free_folio_and_swap_cache()Fan Ni1-2/+2
2025-03-18s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste()Heiko Carstens1-1/+1
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-6/+4
2025-01-25mm: pgtable: introduce generic __tlb_remove_table()Qi Zheng1-5/+4
2025-01-25s390: pgtable: consolidate PxD and PTE TLB free pathsQi Zheng1-3/+0
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng1-3/+3
2025-01-25s390: pgtable: add statistics for PUD and P4D level page tableQi Zheng1-0/+2
2025-01-09s390/tlb: Add missing TLB range adjustmentAlexander Gordeev1-1/+1
2024-02-22mm/mmu_gather: add __tlb_remove_folio_pages()David Hildenbrand1-0/+17
2024-02-22mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page_size()David Hildenbrand1-7/+6
2023-11-05s390/mm: make pte_free_tlb() similar to pXd_free_tlb()Alexander Gordeev1-1/+3
2023-11-05s390/mm: use full 4KB page for 2KB PTEAlexander Gordeev1-5/+0
2023-11-05s390/mm: add missing conversion to use ptdescsAlexander Gordeev1-2/+2
2023-08-21s390: convert various pgalloc functions to use ptdescsVishal Moola (Oracle)1-2/+2
2022-11-30mm: delay page_remove_rmap() until after the TLB has been flushedLinus Torvalds1-0/+3
2022-11-30mm: mmu_gather: prepare to gather encoded page pointers with flagsLinus Torvalds1-3/+5
2022-07-21mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra1-3/+0
2021-01-19s390/tlb: make cleared_pXs flags consistent with generic codeAlexander Gordeev1-3/+2
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2019-04-03s390/tlb: Convert to generic mmu_gatherMartin Schwidefsky1-89/+39
2019-04-03asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra1-3/+1
2018-11-02s390/mm: fix mis-accounting of pgtable_bytesMartin Schwidefsky1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-3/+3
2017-08-10mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim1-1/+6
2017-08-10mm: refactor TLB gathering APIMinchan Kim1-6/+6
2017-07-26s390/mm: use new mm defines instead of magic valuesHeiko Carstens1-3/+3
2017-06-12s390/mm: implement 5 level pages tablesMartin Schwidefsky1-0/+15
2016-12-12mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V1-6/+0
2016-12-12mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V1-0/+6
2016-12-12mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V1-0/+2
2016-07-26mm/mmu_gather: track page size with mmu gather and force flush if page size changeAneesh Kumar K.V1-0/+13
2016-07-26mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V1-2/+7
2015-03-25s390: remove 31 bit supportHeiko Carstens1-4/+0
2014-12-08s390/mm: fix memory leak of ptlock in pmd_free_tlbMartin Schwidefsky1-0/+1
2014-08-26KVM: s390/mm: use radix trees for guest to host mappingsMartin Schwidefsky1-1/+1
2014-04-25mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing partsLinus Torvalds1-1/+12
2014-04-03s390/mm,tlb: safeguard against speculative TLB creationMartin Schwidefsky1-11/+3
2013-08-22s390/mm: introduce ptep_flush_lazy helperMartin Schwidefsky1-1/+2
2013-08-16s390: Fix broken buildGuenter Roeck1-1/+1
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-2/+6
2012-10-09thp, s390: architecture backend for thp on s390Gerald Schaefer1-0/+1
2012-05-24s390/headers: replace __s390x__ with CONFIG_64BIT where possibleHeiko Carstens1-2/+2
2012-04-11[S390] fix tlb flushing for page table pagesMartin Schwidefsky1-21/+1
2011-06-06[S390] use generic RCU page-table freeing codeMartin Schwidefsky1-52/+42
2011-05-25s390: mmu_gather reworkPeter Zijlstra1-25/+37
2011-01-31[S390] tlb: fix build error caused by THPHeiko Carstens1-0/+1
2010-10-25[S390] lockless get_user_pages_fast()Martin Schwidefsky1-6/+7