summaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm
Commit message (Expand)AuthorAgeFilesLines
...
* sparc64: Fix deficiencies in sun4v error reporting.David S. Miller2012-10-101-2/+0
* 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/+2
* 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-022-5/+6
* sparc64: Use cpu_pgsz_mask for linear kernel mapping config.David S. Miller2012-09-061-39/+65
* sparc64: Probe cpu page size support more portably.David S. Miller2012-09-061-0/+31
* sparc64: Support 2GB and 16GB page sizes for kernel linear mappings.David S. Miller2012-09-062-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-261-7/+0
* sparc32: move kmap_init() to highmem.cSam Ravnborg2012-07-262-13/+17
* sparc32: move probe_memory() to srmmu.cSam Ravnborg2012-07-262-13/+11
* sparc32: centralize all mmu context handling in srmmu.cSam Ravnborg2012-07-263-33/+60
* sparc32: drop quicklistSam Ravnborg2012-07-261-2/+0
* sparc32: drop sparc model check in paging_initSam Ravnborg2012-07-261-13/+1
* sparc32: drop sparc_unmapped_baseSam Ravnborg2012-07-261-2/+0
* sparc32,leon: drop leon_init()Sam Ravnborg2012-07-261-2/+0
* sparc32: drop fixmap.hSam Ravnborg2012-07-261-3/+4
* sparc32: drop unused kmap_atomic_to_pageSam Ravnborg2012-07-261-18/+0
* sparc32: beautify srmmu_inherit_prom_mappings()Sam Ravnborg2012-07-261-10/+16
* sparc32: use void * in nocache get/freeSam Ravnborg2012-07-261-27/+34
* sparc32: fix coding-style in srmmu.cSam Ravnborg2012-07-261-68/+64
* sparc32: sort includes in srmmu.cSam Ravnborg2012-07-261-21/+21
* sparc32: define a few srmmu functions __initSam Ravnborg2012-07-261-2/+2
* sparc32: srmmu_probe now knows about leon tooSam Ravnborg2012-05-272-5/+22
* sparc32: introduce run-time patching of srmmu access functionsSam Ravnborg2012-05-272-0/+83
* sparc32,leon: always include leon_smp + leon_mm in buildSam Ravnborg2012-05-271-1/+1
* sparc32: use the common implementation of alloc_thread_info_node()Sam Ravnborg2012-05-221-27/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2012-05-2114-3917/+523
|\
| * sparc32: drop unused inline functions in srmmu.cSam Ravnborg2012-05-191-26/+0
| * sparc32: drop unused functions in pgtsrmmu.hSam Ravnborg2012-05-191-2/+14
| * sparc32,leon: move leon mmu functions to leon_mm.cSam Ravnborg2012-05-193-81/+85
| * sparc32: cleanup mm/fault_32.cSam Ravnborg2012-05-151-50/+44
| * sparc32: Remove cypress cpu support.David S. Miller2012-05-151-331/+2
| * sparc32: remove runtime btfix supportSam Ravnborg2012-05-146-323/+1
| * sparc32: Move cache and TLB flushes over to method ops.David S. Miller2012-05-133-217/+366
| * sparc32: Remove unused declarations in srmmu.cDavid S. Miller2012-05-131-6/+0
| * 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/+0
| * sparc32: Un-btfixup update_mmu_cache().David S. Miller2012-05-131-40/+0
| * sparc32: Kill btfixup for xchg()'s 'swap' instruction.David S. Miller2012-05-131-5/+0
| * sparc32: drop btfixup in page_32.hSam Ravnborg2012-05-131-1/+0
| * sparc32: drop btfixup in mmu_context_32.hSam Ravnborg2012-05-131-2/+1
| * sparc32: drop btfixup in pgtable_32.hSam Ravnborg2012-05-131-60/+17
| * sparc32: drop btfixup in pgalloc_32.hSam Ravnborg2012-05-131-57/+14
| * sparc32: Un-btfixup more PTE constants and PTE ops.David S. Miller2012-05-121-16/+0
| * sparc32: Un-btfixup pte_{write,dirty,young}iDavid S. Miller2012-05-121-3/+0
| * sparc32: Un-btfixup set_pte, pte_present, mk_pte{_phys,_io}().David S. Miller2012-05-121-29/+6
| * sparc32: drop loadmmuSam Ravnborg2012-05-123-40/+6