aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-18sparc64: 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-14sparc64: Implement HAVE_CONTEXT_TRACKINGKirill Tkhai1-5/+9
2013-11-13sparc64: Encode huge PMDs using PTE encoding.David S. Miller3-110/+10
2013-11-12sparc64: Move to 64-bit PGDs and PMDs.David S. Miller1-1/+1
2013-11-12sparc64: Move from 4MB to 8MB huge pages.David S. Miller3-72/+21
2013-11-12sparc64: Make PAGE_OFFSET variable.David S. Miller2-6/+98
2013-11-12sparc64: Document the shift counts used to validate linear kernel addresses.David S. Miller1-1/+3
2013-11-12sparc64: Use PAGE_OFFSET instead of a magic constant.David S. Miller1-7/+7
2013-11-12sparc64: Clean up 64-bit mmap exclusion defines.David S. Miller1-2/+0
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2-5/+13
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi1-0/+5
2013-07-14sparc: delete __cpuinit/__CPUINIT usage from all usersPaul Gortmaker2-7/+7
2013-07-10[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/powerpcLinus Torvalds1-2/+3
2013-07-03mm/SPARC: prepare for removing num_physpages and simplify mem_init()Jiang Liu2-51/+7
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu2-3/+2
2013-07-03mm: 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-07mm/SPARC: use common help functions to free reserved pagesJiang Liu2-56/+9
2013-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller7-59/+181
2013-04-29sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner1-4/+3
2013-04-29mm/SPARC: use free_highmem_page() to free highmem pages into buddy systemJiang Liu1-10/+2
2013-04-24sparc64: Fix missing put_cpu_var() in tlb_batch_add_one() when not batching.David S. Miller1-1/+2
2013-04-19sparc64: Fix race in TLB batch processing.David S. Miller3-43/+171
2013-04-08sparc64: Do not save/restore interrupts in get_new_mmu_context()Kirill Tkhai1-3/+2
2013-03-31sparc/iommu: fix typo s/265KB/256KB/Akinobu Mita1-1/+1
2013-03-31sparc/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-23swap: add per-partition lock for swapfileShaohua Li1-1/+1
2013-02-23memory-hotplug: remove memmap of sparse-vmemmapTang Chen1-0/+4
2013-02-23memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu1-0/+1
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+11
2013-02-20sparc64: Fix tsb_grow() in atomic context.David S. Miller3-9/+35
2013-02-20sparc64: Handle hugepage TSB being NULL.David S. Miller1-16/+22
2013-02-20sparc64: Fix gfp_flags setting in tsb_grow().David S. Miller1-1/+1
2013-02-13sparc64: Fix get_user_pages_fast() wrt. THP.David S. Miller1-2/+57
2013-01-29Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin2-98/+34
2013-01-03SPARC: drivers: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-1/+1
2012-12-11mm: use vm_unmapped_area() in hugetlbfs on sparc64 architectureMichel Lespinasse1-94/+30
2012-11-17sparc, mm: Remove calling of free_all_bootmem_node()Yinghai Lu1-13/+11
2012-11-16Merge branch 'arch-frv' into no-rebasesAl Viro1-2/+62
2012-10-16sparc64: Add global PMU register dumping via sysrq.David S. Miller1-2/+62
2012-10-14sparc64: clear syscall_noerror on the entry to syscall, not on the exitAl Viro1-1/+1