summaryrefslogtreecommitdiff
path: root/arch/sparc/mm/tlb.c
AgeCommit message (Expand)Author
2023-09-05sparc64: add missing initialization of folio in tlb_batch_add()Mike Rapoport (IBM)
2023-08-24sparc64: implement the new page table range APIMatthew Wilcox (Oracle)
2023-06-19sparc: allow pte_offset_map() to failHugh Dickins
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying
2018-03-15sparc64: Fix regression in pmdp_invalidate().David S. Miller
2018-01-31sparc64: update pmdp_invalidate() to return old pmd valueNitin Gupta
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-06sparc64: Fix memory corruption when THP is enabledNitin Gupta
2017-02-23sparc64: Multi-page size supportNitin Gupta
2016-09-28sparc64 mm: Fix more TSB sizing issuesMike Kravetz
2016-07-28sparc64 mm: Fix base TSB sizing when hugetlb pages are usedMike Kravetz
2016-05-20sparc64: Reduce TLB flushes during hugepte changesNitin Gupta
2014-08-26sparc: Replace __get_cpu_var usesChristoph Lameter
2014-05-03sparc64: Fix huge PMD invalidation.David S. Miller
2014-05-03sparc64: Fix executable bit testing in set_pmd_at() paths.David S. Miller
2014-01-28sparc: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds
2013-11-15mm, thp: do not access mm->pmd_huge_pte directlyKirill A. Shutemov
2013-11-13sparc64: Encode huge PMDs using PTE encoding.David S. Miller
2013-11-12sparc64: Move from 4MB to 8MB huge pages.David S. Miller
2013-07-01Merge tag 'v3.10' into nextBenjamin Herrenschmidt
2013-06-20mm/THP: add pmd args to pgtable deposit and withdraw APIsAneesh Kumar K.V
2013-06-19sparc: tsb must be flushed before tlbDave Kleikamp
2013-04-24sparc64: Fix missing put_cpu_var() in tlb_batch_add_one() when not batching.David S. Miller
2013-04-19sparc64: Fix race in TLB batch processing.David S. Miller
2013-02-20sparc64: Fix tsb_grow() in atomic context.David S. Miller
2012-10-09sparc64: Support transparent huge pages.David Miller
2011-05-25sparc: mmu_gather reworkPeter Zijlstra
2008-12-04sparc,sparc64: unify mm/Sam Ravnborg