| Commit message (Expand) | Author | Age | Files | Lines |
* | sparc/srmmu: clear trailing edge of bitmap properly | Akinobu Mita | 2013-03-31 | 1 | -1/+3 |
* | sparc32: move probe_memory() to srmmu.c | Sam Ravnborg | 2012-07-26 | 1 | -1/+11 |
* | sparc32: centralize all mmu context handling in srmmu.c | Sam Ravnborg | 2012-07-26 | 1 | -9/+60 |
* | 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 | 1 | -4/+21 |
* | sparc32: use the common implementation of alloc_thread_info_node() | Sam Ravnborg | 2012-05-22 | 1 | -27/+0 |
* | sparc32: drop unused inline functions in srmmu.c | Sam Ravnborg | 2012-05-19 | 1 | -26/+0 |
* | sparc32,leon: move leon mmu functions to leon_mm.c | Sam Ravnborg | 2012-05-19 | 1 | -81/+2 |
* | sparc32: Remove cypress cpu support. | David S. Miller | 2012-05-15 | 1 | -331/+2 |
* | sparc32: remove runtime btfix support | Sam Ravnborg | 2012-05-14 | 1 | -3/+0 |
* | sparc32: Move cache and TLB flushes over to method ops. | David S. Miller | 2012-05-13 | 1 | -171/+363 |
* | sparc32: Remove unused declarations in srmmu.c | David S. Miller | 2012-05-13 | 1 | -6/+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 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 | 1 | -1/+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 | 1 | -9/+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 |
* | sparc32: Un-btfixup PGDIR_{SHIFT,SIZE,MASK} {USER_,}PTRS_PER_{PGD,PMD} | David S. Miller | 2012-05-12 | 1 | -9/+0 |
* | sparc32: drop btfixup for check_pgt_cache | Sam Ravnborg | 2012-05-12 | 1 | -6/+0 |
* | sparc32: drop btfixup for switch_mm | Sam Ravnborg | 2012-05-12 | 1 | -3/+2 |
* | sparc32: Trivial removal of sun4c references in comments. | David S. Miller | 2012-05-12 | 1 | -2/+1 |
* | sparc32: use inline versions of pgprot_noncached, pte_to_pgoff and pgoff_to_pte | Sam Ravnborg | 2012-05-11 | 1 | -21/+0 |
* | sparc32: drop btfixup for alloc_thread_info_node/free_thread_info | Sam Ravnborg | 2012-05-11 | 1 | -5/+2 |
* | sparc32: drop sun4c user stack checking routine | Sam Ravnborg | 2012-05-11 | 1 | -14/+0 |
* | sparc32: drop sun4c stack checking routine | Sam Ravnborg | 2012-05-11 | 1 | -1/+0 |
* | sparc32: drop sun4c window overflow stack checking routine | Sam Ravnborg | 2012-05-11 | 1 | -1/+0 |
* | sparc32: drop sun4c specific stack validation | Sam Ravnborg | 2012-05-11 | 1 | -1/+0 |
* | sparc32: remove sun4c traps | Sam Ravnborg | 2012-05-11 | 1 | -5/+0 |
* | sparc: Use vsprintf extention %pf with builtin_return_address | Joe Perches | 2012-02-28 | 1 | -1/+1 |
* | sparc: Remove unnecessary semicolons | Joe Perches | 2011-06-07 | 1 | -2/+2 |
* | mm: NUMA aware alloc_thread_info_node() | Eric Dumazet | 2011-03-22 | 1 | -2/+2 |
* | of/sparc: convert various prom_* functions to use phandle | Andres Salomon | 2010-10-09 | 1 | -3/+5 |
* | sparc32: Kill none_mask, it's bogus. | David S. Miller | 2010-05-25 | 1 | -2/+0 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+1 |
* | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself | Russell King | 2010-02-20 | 1 | -3/+3 |
* | sparc,leon: init_leon srmmu cleanup | Kristoffer Glembo | 2009-12-02 | 1 | -3/+1 |
* | sparc,leon: Sparc-Leon SMP support | Konrad Eisele | 2009-11-02 | 1 | -1/+4 |