Age | Commit message (Expand) | Author | Files | Lines |
2012-05-19 | sparc32: Remove asm/sysen.h header. | David S. Miller | 1 | -15/+0 |
2012-05-19 | sparc32: Delete asm/smpprim.h | David S. Miller | 1 | -54/+0 |
2012-05-19 | sparc32: Remove unused empty_bad_page{,_table} declarations. | David S. Miller | 1 | -2/+0 |
2012-05-19 | sparc32: Kill boot_cpu_id4 | David S. Miller | 3 | -6/+1 |
2012-05-19 | sparc32: Move GET_PROCESSOR*_ID() out of asm/asmmacro.h | David S. Miller | 2 | -10/+5 |
2012-05-19 | sparc32: Remove completely unused code from asm/cache.h | David S. Miller | 1 | -114/+0 |
2012-05-19 | sparc32: Add ucmpdi2.o to obj-y instead of lib-y. | David S. Miller | 1 | -2/+2 |
2012-05-19 | sparc32: add ucmpdi2 | Sam Ravnborg | 2 | -1/+20 |
2012-05-15 | sparc: introduce arch/sparc/Kbuild | Sam Ravnborg | 2 | -2/+9 |
2012-05-15 | sparc: clean up Makefile | Sam Ravnborg | 1 | -21/+10 |
2012-05-15 | sparc32: delete muldiv.o from Makefile | Sam Ravnborg | 1 | -1/+0 |
2012-05-15 | sparc32: Kill off software 32-bit multiply/divide routines. | David S. Miller | 17 | -2129/+24 |
2012-05-15 | sparc32: Build kernel with -mcpu=v8 | David S. Miller | 1 | -1/+1 |
2012-05-15 | sparc32: cleanup mm/fault_32.c | Sam Ravnborg | 2 | -52/+44 |
2012-05-15 | sparc32: Remove cypress cpu support. | David S. Miller | 6 | -449/+5 |
2012-05-14 | sparc64: Remove pointless assignment in floppy support. | David S. Miller | 1 | -1/+0 |
2012-05-14 | sparc32: Kill unused hard_smp{4m,4d,leon}_processor_id() inlined. | David S. Miller | 1 | -29/+0 |
2012-05-14 | sparc32: drop build time btfixup patching | Sam Ravnborg | 3 | -449/+10 |
2012-05-14 | sparc32: remove runtime btfix support | Sam Ravnborg | 20 | -547/+1 |
2012-05-14 | sparc32: remove remaining users of btfixup | Sam Ravnborg | 8 | -49/+23 |
2012-05-14 | sparc32: move smp ipi to method ops | Sam Ravnborg | 10 | -105/+107 |
2012-05-14 | sparc32: Implement hard_smp_processor_id() via instruction patching. | David S. Miller | 10 | -175/+99 |
2012-05-13 | sparc32: Move cache and TLB flushes over to method ops. | David S. Miller | 13 | -478/+466 |
2012-05-13 | sparc32: Remove unused declarations in srmmu.c | David S. Miller | 1 | -6/+0 |
2012-05-13 | sparc32: Convert mmu_* interfaces from btfixup to method ops. | David S. Miller | 5 | -44/+79 |
2012-05-13 | sparc: Kill mmu_{un,}lockarea(). | David S. Miller | 7 | -47/+3 |
2012-05-13 | sparc32: Un-btfixup update_mmu_cache(). | David S. Miller | 2 | -43/+1 |
2012-05-13 | sparc32: Kill btfixup for xchg()'s 'swap' instruction. | David S. Miller | 6 | -61/+2 |
2012-05-13 | sparc32: drop unused clear_cpu_int | Sam Ravnborg | 4 | -21/+0 |
2012-05-13 | sparc32: drop unused set_irq_udt | Sam Ravnborg | 4 | -18/+0 |
2012-05-13 | sparc32: drop btfixup in page_32.h | Sam Ravnborg | 2 | -5/+1 |
2012-05-13 | sparc32: drop unused prototype from timer_32.h | Sam Ravnborg | 1 | -5/+0 |
2012-05-13 | sparc32: drop btfixup in mmu_context_32.h | Sam Ravnborg | 2 | -5/+2 |
2012-05-13 | sparc32: drop btfixup in pgtable_32.h | Sam Ravnborg | 3 | -89/+58 |
2012-05-13 | sparc32: drop btfixup in pgalloc_32.h | Sam Ravnborg | 2 | -81/+63 |
2012-05-12 | sparc32: Pass -mcpu=v7 explicitly to gcc. | David S. Miller | 1 | -1/+1 |
2012-05-12 | sparc32: Un-btfixup more PTE constants and PTE ops. | David S. Miller | 2 | -38/+17 |
2012-05-12 | sparc32: Un-btfixup pte_{write,dirty,young}i | David S. Miller | 2 | -13/+3 |
2012-05-12 | sparc32: drop unused code in process_32 | Sam Ravnborg | 1 | -82/+0 |
2012-05-12 | sparc32: Un-btfixup set_pte, pte_present, mk_pte{_phys,_io}(). | David S. Miller | 2 | -52/+33 |
2012-05-12 | sparc32: drop loadmmu | Sam Ravnborg | 3 | -40/+6 |
2012-05-12 | sparc32: Un-btfixup pmd_{bad,present}(). | David S. Miller | 2 | -14/+9 |
2012-05-12 | sparc32: Un-btfixup pgd_{none,bad,present}. | David S. Miller | 2 | -22/+16 |
2012-05-12 | sparc32: Un-btfixup PAGE_{NONE,COPY,READONLY,SHARED,KERNEL}. | David S. Miller | 3 | -71/+23 |
2012-05-12 | sparc32: Un-btfixup pmd_page and pte_pfn. | David S. Miller | 2 | -35/+25 |
2012-05-12 | sparc32: Un-btfixup {pte,pmd,pgd}_clear(). | David S. Miller | 3 | -49/+39 |
2012-05-12 | sparc32: Un-btfixup PGDIR_{SHIFT,SIZE,MASK} {USER_,}PTRS_PER_{PGD,PMD} | David S. Miller | 2 | -23/+6 |
2012-05-12 | sparc32: drop unused type/extern | Sam Ravnborg | 2 | -14/+0 |
2012-05-12 | sparc32: drop btfixup for check_pgt_cache | Sam Ravnborg | 4 | -27/+1 |
2012-05-12 | sparc32: drop btfixup for switch_mm | Sam Ravnborg | 2 | -6/+4 |