aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-18MIPS: Use WARN() in uasm for better diagnostics.David Daney1-24/+16
2011-01-18MIPS: Optimize TLB handlers for Octeon CPUsDavid Daney1-51/+310
2011-01-18MIPS: Add LDX and LWX instructions to uasm.David Daney1-1/+6
2011-01-18MIPS: Use BBIT instructions in TLB handlersDavid Daney1-29/+90
2011-01-18MIPS: Use C0_KScratch (if present) to hold PGD pointer.David Daney1-10/+106
2011-01-18MIPS: Add DINSM to uasm.David Daney1-1/+10
2010-12-17MIPS: Fix build errors in sc-mips.cKevin Cernekee1-0/+4
2010-12-16MIPS: Rename mips_dma_cache_sync back to dma_cache_syncRalf Baechle1-1/+3
2010-10-29MIPS: Honor L2 bypass bitKevin Cernekee1-4/+30
2010-10-29MIPS: Decouple BMIPS CPU support from bcm47xx/bcm63xx SoC codeKevin Cernekee1-6/+5
2010-10-29MIPS: add support for software performance eventsDeng-Cheng Zhu1-2/+9
2010-10-29MIPS: Octeon: Apply CN63XXP1 errata workarounds.David Daney1-1/+19
2010-10-29MIPS: Octeon: Handle Octeon II caches.David Daney1-1/+15
2010-10-29MIPS: Convert DMA to use dma-mapping-common.hDavid Daney1-110/+55
2010-10-29MIPS: Remove wait argument of r4k_on_each_cpuRalf Baechle1-11/+9
2010-10-29MIPS: More detailed description of r4k_on_each_cpuRalf Baechle1-0/+1
2010-10-27mm: fix race in kunmap_atomic()Peter Zijlstra1-1/+2
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra1-23/+27
2010-10-04MIPS: DMA: Fix computation of DMA flags from device's coherent_dma_mask.Ralf Baechle1-8/+20
2010-10-04MIPS: RM7000: Symbol should be staticRicardo Mendoza1-1/+1
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori1-7/+0
2010-08-09kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros1-2/+2
2010-08-05MIPS: kprobe: Add support.David Daney1-1/+14
2010-08-05MIPS: uasm: Add option to export uasm API.David Daney1-49/+82
2010-08-05MIPS: uasm: Add BBIT0 and BBIT1 instructionsDavid Daney1-1/+21
2010-08-05MIPS: uasm: Add drotr32 and uasm_i_drotr_safe.David Daney1-5/+8
2010-08-05MIPS: JZ4740: Add base support for Ingenic JZ4740 System-on-a-ChipLars-Peter Clausen1-0/+5
2010-08-05MIPS: RM7000: Add support for tertiary cacheRicardo Mendoza1-23/+128
2010-08-05MIPS: RM7000: Make use of cache_op() instead of inline asmRicardo Mendoza1-10/+2
2010-08-05MIPS: Remove unnecessary header file inclusion from fault.c.Ralf Baechle1-1/+0
2010-08-05MIPS: Add -Werror to arch/mips/KbuildSam Ravnborg1-2/+0
2010-04-30MIPS: Check for accesses beyond the end of the PGD.David Daney1-23/+87
2010-04-30MIPS: Use uasm_i_ds{r,l}l_safe() instead of uasm_i_ds{r,l}l() in tlbex.cDavid Daney1-16/+14
2010-04-12MIPS: Fix __vmalloc() etc. on MIPS for non-GPL modulesAnton Altaparmakov1-1/+1
2010-04-12MIPS: Sibyte: Fix M3 TLB exception handler workaround.Ralf Baechle1-6/+16
2010-04-12MIPS: uasm: Add OR instruction.Ralf Baechle1-1/+3
2010-04-12MIPS: Add SYSCALL to uasm.David Daney1-2/+17
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-1/+3
2010-02-28Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-02-27MIPS: Give Octeon+ CPUs their own cputype.David Daney1-3/+4
2010-02-27MIPS: Implement Read Inhibit/eXecute InhibitDavid Daney5-50/+220
2010-02-27MIPS: Add TLBR and ROTR to uasm.David Daney1-2/+7
2010-02-27MIPS: Use 64-bit stores to c0_entrylo on 64-bit kernels.David Daney1-10/+10
2010-02-27MIPS: Remove #if 0 r4k_update_mmu_cache_hwbugDavid Daney1-34/+0
2010-02-27MIPS: Move arch/mips/mm/uasm.h to arch/mips/include/asm/uasm.hFlorian Fainelli4-196/+3
2010-02-27MIPS: Nuke trailing blank linesRalf Baechle2-2/+0
2010-02-27MIPS: Remove probe_tlb().David Daney1-31/+0
2010-02-27MIPS: Two-level pagetables for 64-bit kernels with 64KB pages.David Daney3-18/+30
2010-02-22MIPS: Highmem: Fix build errorYoichi Yuasa1-0/+1
2010-02-17Merge branch 'linus' into x86/mmThomas Gleixner8-25/+66