aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-15sparc64: Cleanup hugepage table walk functionsNitin Gupta1-34/+20
2017-08-15sparc64: Add 16GB hugepage supportNitin Gupta2-28/+100
2017-08-15sparc64: Support huge PUD case in get_user_pagesNitin Gupta1-1/+44
2017-08-04sparc64: Increase max_phys_bits to 51 and VA bits to 53 for M8.Vijay Kumar1-1/+11
2017-08-04sparc64: recognize and support sparc M8 cpu typeAllen Pais1-0/+2
2017-07-20sparc64: Register hugepages during arch initNitin Gupta1-1/+24
2017-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-2/+2
2017-07-10lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer1-14/+14
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal1-1/+2
2017-06-25sparc64: Fix gup_huge_pmdNitin Gupta1-2/+2
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-1/+1
2017-06-06sparc64: delete old wrap codePavel Tatashin1-5/+0
2017-06-06sparc64: new context wrapPavel Tatashin1-27/+54
2017-06-06sparc64: add per-cpu mm of secondary contextsPavel Tatashin1-0/+1
2017-06-06sparc64: redefine first versionPavel Tatashin1-3/+3
2017-06-06sparc64: reset mm cpumask after wrapPavel Tatashin1-0/+2
2017-06-06sparc/mm/hugepages: Fix setup_hugepagesz for invalid values.Liam R. Howlett1-1/+2
2017-06-06sparc64: mm: fix copy_tsb to correctly copy huge page TSBsMike Kravetz1-2/+5
2017-05-17sparc: Fix -Wstringop-overflow warningOrlando Arias1-1/+1
2017-04-18sparc64: Fix hugepage page table freeNitin Gupta1-0/+16
2017-04-06sparc32: Export vac_cache_size to fix build errorGuenter Roeck1-0/+1
2017-04-06sparc64: Fix memory corruption when THP is enabledNitin Gupta2-5/+5
2017-03-27sparc64: kern_addr_valid regressionbob picco1-1/+1
2017-03-27sparc64: Add support for 2G hugepagesNitin Gupta2-0/+11
2017-03-27sparc64: Fix size check in huge_pte_allocNitin Gupta1-1/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-02-24sparc64: Fix build error in flush_tsb_user_pageNitin Gupta2-6/+19
2017-02-23sparc64: memblock resizes are not handled properlyPavel Tatashin1-0/+6
2017-02-23sparc64: use latency groups to improve add_node_ranges speedPavel Tatashin1-95/+113
2017-02-23sparc64: Add 64K page size supportNitin Gupta3-13/+50
2017-02-23sparc64: Multi-page size supportNitin Gupta4-33/+230
2017-02-23sparc32: mm: srmmu: add __ro_after_init to sparc32_cachetlb_ops structuresBhumika Goyal1-3/+3
2017-02-22arch, mm: remove arch specific show_memMichal Hocko1-11/+0
2017-01-26sparc: migrate exception table users onto extable.hPaul Gortmaker1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
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 code.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