summaryrefslogtreecommitdiff
path: root/arch/sparc/mm
AgeCommit message (Expand)AuthorFilesLines
2014-06-05hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi1-5/+0
2014-05-09sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus.David S. Miller1-1/+13
2014-05-07sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addr...David S. Miller1-15/+1
2014-05-04sparc64: Use 'ILOG2_4MB' instead of constant '22'.David S. Miller1-6/+6
2014-05-04sparc64: Fix top-level fault handling bugs.David S. Miller1-30/+52
2014-05-04sparc64: Fix bugs in get_user_pages_fast() wrt. THP.David S. Miller1-1/+1
2014-05-04sparc64: Fix huge PMD invalidation.David S. Miller1-0/+11
2014-05-04sparc64: Fix executable bit testing in set_pmd_at() paths.David S. Miller1-6/+9
2014-03-17sparc64:tsb.c:use array size macro rather than numberDoug Wilson1-1/+1
2014-02-20sparc32: make copy_to/from_user_page() usable from modular codePaul Gortmaker1-0/+2
2014-01-29sparc: delete non-required instances of include <linux/init.h>Paul Gortmaker2-2/+0
2014-01-22memblock: make memblock_set_node() support different memblock_typeTang Chen1-2/+3
2013-11-19sparc64: merge fixStephen Rothwell1-2/+0
2013-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds8-202/+147
2013-11-15sparc: handle pgtable_page_ctor() failKirill A. Shutemov2-6/+10
2013-11-15mm, thp: do not access mm->pmd_huge_pte directlyKirill A. Shutemov1-6/+6
2013-11-15sparc64: Implement HAVE_CONTEXT_TRACKINGKirill Tkhai1-5/+9
2013-11-14sparc64: Encode huge PMDs using PTE encoding.David S. Miller3-110/+10
2013-11-13sparc64: Move to 64-bit PGDs and PMDs.David S. Miller1-1/+1
2013-11-13sparc64: Move from 4MB to 8MB huge pages.David S. Miller3-72/+21
2013-11-13sparc64: Make PAGE_OFFSET variable.David S. Miller2-6/+98
2013-11-13sparc64: Document the shift counts used to validate linear kernel addresses.David S. Miller1-1/+3
2013-11-13sparc64: Use PAGE_OFFSET instead of a magic constant.David S. Miller1-7/+7
2013-11-13sparc64: Clean up 64-bit mmap exclusion defines.David S. Miller1-2/+0
2013-09-13arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2-5/+13
2013-09-12mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi1-0/+5
2013-07-15sparc: delete __cpuinit/__CPUINIT usage from all usersPaul Gortmaker2-7/+7
2013-07-11[PATCH] sparc32: vm_area_struct access for old Sun SPARCs.Olivier DANET4-16/+16
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-2/+3
2013-07-04mm/SPARC: prepare for removing num_physpages and simplify mem_init()Jiang Liu2-51/+7
2013-07-04mm: concentrate modification of totalram_pages into the mm coreJiang Liu2-3/+2
2013-07-04mm: change signature of free_reserved_area() to fix building warningsJiang Liu2-4/+4
2013-07-01Merge tag 'v3.10' into nextBenjamin Herrenschmidt2-2/+9
2013-06-20mm/THP: add pmd args to pgtable deposit and withdraw APIsAneesh Kumar K.V1-2/+3
2013-06-19sparc: tsb must be flushed before tlbDave Kleikamp1-1/+1
2013-06-19sparc64 address-congruence propertybob picco1-1/+8
2013-05-08mm/SPARC: use common help functions to free reserved pagesJiang Liu2-56/+9
2013-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller7-59/+181
2013-04-30sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner1-4/+3
2013-04-30mm/SPARC: use free_highmem_page() to free highmem pages into buddy systemJiang Liu1-10/+2
2013-04-25sparc64: Fix missing put_cpu_var() in tlb_batch_add_one() when not batching.David S. Miller1-1/+2
2013-04-20sparc64: Fix race in TLB batch processing.David S. Miller3-43/+171
2013-04-09sparc64: Do not save/restore interrupts in get_new_mmu_context()Kirill Tkhai1-3/+2
2013-04-01sparc/iommu: fix typo s/265KB/256KB/Akinobu Mita1-1/+1
2013-04-01sparc/srmmu: clear trailing edge of bitmap properlyAkinobu Mita1-1/+3
2013-03-20sparc64: Do not change num_physpages during initmem freeingTkhai Kirill1-2/+0
2013-02-24swap: add per-partition lock for swapfileShaohua Li1-1/+1
2013-02-24memory-hotplug: remove memmap of sparse-vmemmapTang Chen1-0/+4
2013-02-24memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu1-0/+1
2013-02-22Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-13/+11