| Commit message (Expand) | Author | Age | Files | Lines |
* | sparc: fix format string argument for prom_printf() | Akinobu Mita | 2012-10-02 | 2 | -5/+6 |
* | sparc64: Use cpu_pgsz_mask for linear kernel mapping config. | David S. Miller | 2012-09-06 | 1 | -39/+65 |
* | sparc64: Probe cpu page size support more portably. | David S. Miller | 2012-09-06 | 1 | -0/+31 |
* | sparc64: Support 2GB and 16GB page sizes for kernel linear mappings. | David S. Miller | 2012-09-06 | 2 | -29/+112 |
* | sparc64: Be less verbose during vmemmap population. | David S. Miller | 2012-08-15 | 1 | -5/+23 |
* | sparc32: delete dead code in show_mem() | Sam Ravnborg | 2012-07-26 | 1 | -7/+0 |
* | sparc32: move kmap_init() to highmem.c | Sam Ravnborg | 2012-07-26 | 2 | -13/+17 |
* | sparc32: move probe_memory() to srmmu.c | Sam Ravnborg | 2012-07-26 | 2 | -13/+11 |
* | sparc32: centralize all mmu context handling in srmmu.c | Sam Ravnborg | 2012-07-26 | 3 | -33/+60 |
* | sparc32: drop quicklist | Sam Ravnborg | 2012-07-26 | 1 | -2/+0 |
* | sparc32: drop sparc model check in paging_init | Sam Ravnborg | 2012-07-26 | 1 | -13/+1 |
* | sparc32: drop sparc_unmapped_base | Sam Ravnborg | 2012-07-26 | 1 | -2/+0 |
* | sparc32,leon: drop leon_init() | Sam Ravnborg | 2012-07-26 | 1 | -2/+0 |
* | sparc32: drop fixmap.h | Sam Ravnborg | 2012-07-26 | 1 | -3/+4 |
* | sparc32: drop unused kmap_atomic_to_page | Sam Ravnborg | 2012-07-26 | 1 | -18/+0 |
* | sparc32: beautify srmmu_inherit_prom_mappings() | Sam Ravnborg | 2012-07-26 | 1 | -10/+16 |
* | sparc32: use void * in nocache get/free | Sam Ravnborg | 2012-07-26 | 1 | -27/+34 |
* | sparc32: fix coding-style in srmmu.c | Sam Ravnborg | 2012-07-26 | 1 | -68/+64 |
* | sparc32: sort includes in srmmu.c | Sam Ravnborg | 2012-07-26 | 1 | -21/+21 |
* | sparc32: define a few srmmu functions __init | Sam Ravnborg | 2012-07-26 | 1 | -2/+2 |
* | sparc32: srmmu_probe now knows about leon too | Sam Ravnborg | 2012-05-27 | 2 | -5/+22 |
* | sparc32: introduce run-time patching of srmmu access functions | Sam Ravnborg | 2012-05-27 | 2 | -0/+83 |
* | sparc32,leon: always include leon_smp + leon_mm in build | Sam Ravnborg | 2012-05-27 | 1 | -1/+1 |
* | sparc32: use the common implementation of alloc_thread_info_node() | Sam Ravnborg | 2012-05-22 | 1 | -27/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 2012-05-21 | 14 | -3917/+523 |
|\ |
|
| * | sparc32: drop unused inline functions in srmmu.c | Sam Ravnborg | 2012-05-19 | 1 | -26/+0 |
| * | sparc32: drop unused functions in pgtsrmmu.h | Sam Ravnborg | 2012-05-19 | 1 | -2/+14 |
| * | sparc32,leon: move leon mmu functions to leon_mm.c | Sam Ravnborg | 2012-05-19 | 3 | -81/+85 |
| * | sparc32: cleanup mm/fault_32.c | Sam Ravnborg | 2012-05-15 | 1 | -50/+44 |
| * | sparc32: Remove cypress cpu support. | David S. Miller | 2012-05-15 | 1 | -331/+2 |
| * | sparc32: remove runtime btfix support | Sam Ravnborg | 2012-05-14 | 6 | -323/+1 |
| * | sparc32: Move cache and TLB flushes over to method ops. | David S. Miller | 2012-05-13 | 3 | -217/+366 |
| * | sparc32: Remove unused declarations in srmmu.c | David S. Miller | 2012-05-13 | 1 | -6/+0 |
| * | sparc32: Convert mmu_* interfaces from btfixup to method ops. | David S. Miller | 2012-05-13 | 2 | -23/+49 |
| * | sparc: Kill mmu_{un,}lockarea(). | David S. Miller | 2012-05-13 | 2 | -25/+0 |
| * | sparc32: Un-btfixup update_mmu_cache(). | David S. Miller | 2012-05-13 | 1 | -40/+0 |
| * | sparc32: Kill btfixup for xchg()'s 'swap' instruction. | David S. Miller | 2012-05-13 | 1 | -5/+0 |
| * | sparc32: drop btfixup in page_32.h | Sam Ravnborg | 2012-05-13 | 1 | -1/+0 |
| * | sparc32: drop btfixup in mmu_context_32.h | Sam Ravnborg | 2012-05-13 | 1 | -2/+1 |
| * | sparc32: drop btfixup in pgtable_32.h | Sam Ravnborg | 2012-05-13 | 1 | -60/+17 |
| * | sparc32: drop btfixup in pgalloc_32.h | Sam Ravnborg | 2012-05-13 | 1 | -57/+14 |
| * | sparc32: Un-btfixup more PTE constants and PTE ops. | David S. Miller | 2012-05-12 | 1 | -16/+0 |
| * | sparc32: Un-btfixup pte_{write,dirty,young}i | David S. Miller | 2012-05-12 | 1 | -3/+0 |
| * | sparc32: Un-btfixup set_pte, pte_present, mk_pte{_phys,_io}(). | David S. Miller | 2012-05-12 | 1 | -29/+6 |
| * | sparc32: drop loadmmu | Sam Ravnborg | 2012-05-12 | 3 | -40/+6 |
| * | sparc32: Un-btfixup pmd_{bad,present}(). | David S. Miller | 2012-05-12 | 1 | -9/+0 |
| * | sparc32: Un-btfixup pgd_{none,bad,present}. | David S. Miller | 2012-05-12 | 1 | -16/+3 |
| * | sparc32: Un-btfixup PAGE_{NONE,COPY,READONLY,SHARED,KERNEL}. | David S. Miller | 2012-05-12 | 2 | -32/+0 |
| * | sparc32: Un-btfixup pmd_page and pte_pfn. | David S. Miller | 2012-05-12 | 1 | -29/+0 |
| * | sparc32: Un-btfixup {pte,pmd,pgd}_clear(). | David S. Miller | 2012-05-12 | 1 | -42/+1 |