summaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams2017-11-301-1/+1
* mm: replace pud_write with pud_access_permitted in fault + gup pathsDan Williams2017-11-301-1/+1
* mm: remove cold parameter from free_hot_cold_page*Mel Gorman2017-11-161-1/+1
* sparc64: simplify vmemmap_populatePavel Tatashin2017-11-161-17/+6Star
* sparc64/mm: set fields in deferred pagesPavel Tatashin2017-11-161-1/+8
* kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-161-2/+2
* mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov2017-11-161-1/+1
* mm: account pud page tablesKirill A. Shutemov2017-11-161-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0223-0/+23
* sparc64: Cleanup hugepage table walk functionsNitin Gupta2017-08-161-34/+20Star
* sparc64: Add 16GB hugepage supportNitin Gupta2017-08-162-28/+100
* sparc64: Support huge PUD case in get_user_pagesNitin Gupta2017-08-161-1/+44
* sparc64: Increase max_phys_bits to 51 and VA bits to 53 for M8.Vijay Kumar2017-08-041-1/+11
* sparc64: recognize and support sparc M8 cpu typeAllen Pais2017-08-041-0/+2
* sparc64: Register hugepages during arch initNitin Gupta2017-07-201-1/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2017-07-121-2/+2
|\
| * sparc64: Fix gup_huge_pmdNitin Gupta2017-06-251-2/+2
* | lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer2017-07-111-14/+14
* | mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal2017-07-071-1/+2
* | mm: larger stack guard gap, between vmasHugh Dickins2017-06-191-1/+1
|/
* sparc64: delete old wrap codePavel Tatashin2017-06-061-5/+0Star
* sparc64: new context wrapPavel Tatashin2017-06-061-27/+54
* sparc64: add per-cpu mm of secondary contextsPavel Tatashin2017-06-061-0/+1
* sparc64: redefine first versionPavel Tatashin2017-06-061-3/+3
* sparc64: reset mm cpumask after wrapPavel Tatashin2017-06-061-0/+2
* sparc/mm/hugepages: Fix setup_hugepagesz for invalid values.Liam R. Howlett2017-06-061-1/+2
* sparc64: mm: fix copy_tsb to correctly copy huge page TSBsMike Kravetz2017-06-061-2/+5
* sparc: Fix -Wstringop-overflow warningOrlando Arias2017-05-171-1/+1
* sparc64: Fix hugepage page table freeNitin Gupta2017-04-181-0/+16
* sparc32: Export vac_cache_size to fix build errorGuenter Roeck2017-04-061-0/+1
* sparc64: Fix memory corruption when THP is enabledNitin Gupta2017-04-062-5/+5
* sparc64: kern_addr_valid regressionbob picco2017-03-281-1/+1
* sparc64: Add support for 2G hugepagesNitin Gupta2017-03-282-0/+11
* sparc64: Fix size check in huge_pte_allocNitin Gupta2017-03-281-1/+1
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-021-0/+1
* sparc64: Fix build error in flush_tsb_user_pageNitin Gupta2017-02-242-6/+19
* sparc64: memblock resizes are not handled properlyPavel Tatashin2017-02-231-0/+6
* sparc64: use latency groups to improve add_node_ranges speedPavel Tatashin2017-02-231-95/+113
* sparc64: Add 64K page size supportNitin Gupta2017-02-233-13/+50
* sparc64: Multi-page size supportNitin Gupta2017-02-234-33/+230
* sparc32: mm: srmmu: add __ro_after_init to sparc32_cachetlb_ops structuresBhumika Goyal2017-02-231-3/+3
* arch, mm: remove arch specific show_memMichal Hocko2017-02-231-11/+0Star
* sparc: migrate exception table users onto extable.hPaul Gortmaker2017-01-261-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* sparc64: fix compile warning section mismatch in find_node()Thomas Tai2016-11-141-3/+3
* sparc64: Fix find_node warning if numa node cannot be foundThomas Tai2016-11-111-4/+61
* sparc64: Handle extremely large kernel TLB range flushes more gracefully.David S. Miller2016-10-271-55/+228
* sparc64: Fix illegal relative branches in hypervisor patched TLB cross-call c...David S. Miller2016-10-261-12/+30