summaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm
Commit message (Expand)AuthorAgeFilesLines
* sparc64: Add global PMU register dumping via sysrq.David S. Miller2012-10-161-2/+62
* sparc64: Fix deficiencies in sun4v error reporting.David S. Miller2012-10-111-2/+0Star
* sparc64: Support transparent huge pages.David Miller2012-10-095-84/+306
* sparc64: Eliminate PTE table memory wastage.David Miller2012-10-092-0/+110
* sparc64: Only support 4MB huge pages and 8KB base pages.David Miller2012-10-092-24/+2Star
* readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-092-0/+2
* sparc: fix format string argument for prom_printf()Akinobu Mita2012-10-032-5/+6
* sparc64: Use cpu_pgsz_mask for linear kernel mapping config.David S. Miller2012-09-071-39/+65
* sparc64: Probe cpu page size support more portably.David S. Miller2012-09-071-0/+31
* sparc64: Support 2GB and 16GB page sizes for kernel linear mappings.David S. Miller2012-09-072-29/+112
* sparc64: Be less verbose during vmemmap population.David S. Miller2012-08-151-5/+23
* sparc32: delete dead code in show_mem()Sam Ravnborg2012-07-271-7/+0Star
* sparc32: move kmap_init() to highmem.cSam Ravnborg2012-07-272-13/+17
* sparc32: move probe_memory() to srmmu.cSam Ravnborg2012-07-272-13/+11Star
* sparc32: centralize all mmu context handling in srmmu.cSam Ravnborg2012-07-273-33/+60
* sparc32: drop quicklistSam Ravnborg2012-07-271-2/+0Star
* sparc32: drop sparc model check in paging_initSam Ravnborg2012-07-271-13/+1Star
* sparc32: drop sparc_unmapped_baseSam Ravnborg2012-07-271-2/+0Star
* sparc32,leon: drop leon_init()Sam Ravnborg2012-07-271-2/+0Star
* sparc32: drop fixmap.hSam Ravnborg2012-07-271-3/+4
* sparc32: drop unused kmap_atomic_to_pageSam Ravnborg2012-07-271-18/+0Star
* sparc32: beautify srmmu_inherit_prom_mappings()Sam Ravnborg2012-07-271-10/+16
* sparc32: use void * in nocache get/freeSam Ravnborg2012-07-271-27/+34
* sparc32: fix coding-style in srmmu.cSam Ravnborg2012-07-271-68/+64Star
* sparc32: sort includes in srmmu.cSam Ravnborg2012-07-271-21/+21
* sparc32: define a few srmmu functions __initSam Ravnborg2012-07-271-2/+2
* sparc32: srmmu_probe now knows about leon tooSam Ravnborg2012-05-282-5/+22
* sparc32: introduce run-time patching of srmmu access functionsSam Ravnborg2012-05-282-0/+83
* sparc32,leon: always include leon_smp + leon_mm in buildSam Ravnborg2012-05-281-1/+1
* sparc32: use the common implementation of alloc_thread_info_node()Sam Ravnborg2012-05-221-27/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2012-05-2114-3917/+523Star
|\
| * sparc32: drop unused inline functions in srmmu.cSam Ravnborg2012-05-201-26/+0Star
| * sparc32: drop unused functions in pgtsrmmu.hSam Ravnborg2012-05-201-2/+14
| * sparc32,leon: move leon mmu functions to leon_mm.cSam Ravnborg2012-05-203-81/+85
| * sparc32: cleanup mm/fault_32.cSam Ravnborg2012-05-151-50/+44Star
| * sparc32: Remove cypress cpu support.David S. Miller2012-05-151-331/+2Star
| * sparc32: remove runtime btfix supportSam Ravnborg2012-05-146-323/+1Star
| * sparc32: Move cache and TLB flushes over to method ops.David S. Miller2012-05-143-217/+366
| * sparc32: Remove unused declarations in srmmu.cDavid S. Miller2012-05-141-6/+0Star
| * sparc32: Convert mmu_* interfaces from btfixup to method ops.David S. Miller2012-05-132-23/+49
| * sparc: Kill mmu_{un,}lockarea().David S. Miller2012-05-132-25/+0Star
| * sparc32: Un-btfixup update_mmu_cache().David S. Miller2012-05-131-40/+0Star
| * sparc32: Kill btfixup for xchg()'s 'swap' instruction.David S. Miller2012-05-131-5/+0Star
| * sparc32: drop btfixup in page_32.hSam Ravnborg2012-05-131-1/+0Star
| * sparc32: drop btfixup in mmu_context_32.hSam Ravnborg2012-05-131-2/+1Star
| * sparc32: drop btfixup in pgtable_32.hSam Ravnborg2012-05-131-60/+17Star
| * sparc32: drop btfixup in pgalloc_32.hSam Ravnborg2012-05-131-57/+14Star
| * sparc32: Un-btfixup more PTE constants and PTE ops.David S. Miller2012-05-121-16/+0Star
| * sparc32: Un-btfixup pte_{write,dirty,young}iDavid S. Miller2012-05-121-3/+0Star
| * sparc32: Un-btfixup set_pte, pte_present, mk_pte{_phys,_io}().David S. Miller2012-05-121-29/+6Star