aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-10sparc64: Fix deficiencies in sun4v error reporting.David S. Miller1-2/+0
2012-10-09sparc64: Support transparent huge pages.David Miller5-84/+306
2012-10-09sparc64: Eliminate PTE table memory wastage.David Miller2-0/+110
2012-10-09sparc64: Only support 4MB huge pages and 8KB base pages.David Miller2-24/+2
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li2-0/+2
2012-10-02sparc: fix format string argument for prom_printf()Akinobu Mita2-5/+6
2012-09-06sparc64: Use cpu_pgsz_mask for linear kernel mapping config.David S. Miller1-39/+65
2012-09-06sparc64: Probe cpu page size support more portably.David S. Miller1-0/+31
2012-09-06sparc64: Support 2GB and 16GB page sizes for kernel linear mappings.David S. Miller2-29/+112
2012-08-15sparc64: Be less verbose during vmemmap population.David S. Miller1-5/+23
2012-07-26sparc32: delete dead code in show_mem()Sam Ravnborg1-7/+0
2012-07-26sparc32: move kmap_init() to highmem.cSam Ravnborg2-13/+17
2012-07-26sparc32: move probe_memory() to srmmu.cSam Ravnborg2-13/+11
2012-07-26sparc32: centralize all mmu context handling in srmmu.cSam Ravnborg3-33/+60