summaryrefslogtreecommitdiff
path: root/arch/sparc/mm
AgeCommit message (Expand)AuthorFilesLines
2018-11-10sparc64: Fix regression in pmdp_invalidate().David S. Miller1-6/+13
2018-05-30sparc64: update pmdp_invalidate() to return old pmd valueNitin Gupta1-5/+18
2017-12-25sparc32: Export vac_cache_size to fix build errorGuenter Roeck1-0/+1
2017-12-14sparc64/mm: set fields in deferred pagesPavel Tatashin1-1/+8
2017-06-24mm: larger stack guard gap, between vmasHugh Dickins1-1/+1
2017-06-14sparc64: delete old wrap codePavel Tatashin1-5/+0
2017-06-14sparc64: new context wrapPavel Tatashin1-27/+54
2017-06-14sparc64: add per-cpu mm of secondary contextsPavel Tatashin1-0/+1
2017-06-14sparc64: redefine first versionPavel Tatashin1-3/+3
2017-06-14sparc64: reset mm cpumask after wrapPavel Tatashin1-0/+2
2017-06-14sparc64: mm: fix copy_tsb to correctly copy huge page TSBsMike Kravetz1-2/+5
2017-06-07sparc: Fix -Wstringop-overflow warningOrlando Arias1-1/+1
2017-05-03sparc64: kern_addr_valid regressionbob picco1-1/+1
2016-11-14sparc64: fix compile warning section mismatch in find_node()Thomas Tai1-3/+3
2016-11-10sparc64: Fix find_node warning if numa node cannot be foundThomas Tai1-4/+61
2016-10-27sparc64: Handle extremely large kernel TLB range flushes more gracefully.David S. Miller1-55/+228
2016-10-26sparc64: Fix illegal relative branches in hypervisor patched TLB cross-call c...David S. Miller1-12/+30
2016-10-26sparc64: Fix instruction count in comment for __hypervisor_flush_tlb_pending.David S. Miller1-1/+1
2016-10-25sparc64: Handle extremely large kernel TSB range flushes sanely.David S. Miller1-0/+17
2016-10-25sparc64: Fix illegal relative branches in hypervisor patched TLB code.David S. Miller1-14/+51
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+2
2016-10-06sparc: migrate exception table users off module.h and onto extable.hPaul Gortmaker2-2/+2
2016-09-28sparc64: Fix irq stack bootmem allocation.Atish Patra1-16/+0
2016-09-28sparc64 mm: Fix more TSB sizing issuesMike Kravetz3-10/+44
2016-09-28sparc64: fix section mismatch in find_numa_latencies_for_groupPaul Gortmaker1-3/+3
2016-07-29sparc64: Trim page tables for 8M hugepagesNitin Gupta3-58/+118
2016-07-28sparc64 mm: Fix base TSB sizing when hugetlb pages are usedMike Kravetz5-14/+17
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2-3/+3
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-4/+2
2016-05-25sparc64: Take ctx_alloc_lock properly in hugetlb_setup().David S. Miller1-3/+7
2016-05-20sparc64: Reduce TLB flushes during hugepte changesNitin Gupta4-39/+63
2016-05-20sparc32: drop superfluous cast in calls to __nocache_pa()Sam Ravnborg1-2/+2
2016-05-20sparc32: fix build with STRICT_MM_TYPECHECKSSam Ravnborg2-7/+12
2016-04-21sparc64: recognize and support Sonoma CPU typeKhalid Aziz1-0/+3
2016-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-4/+4
2016-03-20sparc: Convert naked unsigned uses to unsigned intJoe Perches1-4/+4
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov1-1/+1
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen1-1/+1
2016-01-30arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani1-4/+4
2016-01-15sparc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2-4/+1
2016-01-15mm: drop tail page refcountingKirill A. Shutemov1-13/+1
2016-01-14sparc64: Fix numa node distance initializationNitin Gupta1-7/+8
2015-11-04sparc64: Fix numa distance valuesNitin Gupta1-1/+69
2015-06-25sparc64: Convert BUG_ON to warningDavid Ahern1-2/+3
2015-06-24mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck1-2/+4
2015-06-24mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen1-5/+0
2015-06-02Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar1-21/+53
2015-05-31sparc: Resolve conflict between sparc v9 and M7 on usage of bit 9 of TTEKhalid Aziz1-21/+53
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand3-5/+5