summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm
AgeCommit message (Expand)AuthorFilesLines
2014-03-31MIPS: Loongson 3: Add CPU hotplug supportHuacai Chen3-3/+5
2014-03-31MIPS: Loongson 3: Add Loongson-3 SMP supportHuacai Chen2-0/+3
2014-03-31MIPS: Loongson: Add swiotlb to support All-Memory DMAHuacai Chen2-1/+26
2014-03-31MIPS: Loongson 3: Add IRQ init and dispatch supportHuacai Chen2-0/+51
2014-03-31MIPS: Loongson 3: Add HT-linked PCI supportHuacai Chen2-0/+12
2014-03-31MIPS: Loongson: Add UEFI-like firmware interface (LEFI) supportHuacai Chen2-2/+165
2014-03-31MIPS: Loongson 3: Add Lemote-3A machtypes definitionHuacai Chen2-9/+21
2014-03-31MIPS: Loongson: Add basic Loongson-3 CPU supportHuacai Chen1-0/+4
2014-03-31MIPS: Loongson: Add basic Loongson-3 definitionHuacai Chen4-2/+23
2014-03-31MIPS: MT: proc: Add support for printing VPE and TC idsRalf Baechle1-0/+21
2014-03-31MIPS: Loongson: Rename PRID_IMP_LOONGSON1 and PRID_IMP_LOONGSON2Huacai Chen1-2/+2
2014-03-26MIPS: BCM47XX: Add Belkin F7Dxxxx board detectionCody P Schafer1-0/+4
2014-03-26MIPS: BCM47XX: Add detection and GPIO config for Siemens SE505v2Hauke Mehrtens1-0/+2
2014-03-26MIPS: BCM47XX: Detect some more Linksys devicesHauke Mehrtens1-1/+1
2014-03-26MIPS: Add support for the M5150 processorLeonid Yegoshin2-1/+2
2014-03-26MIPS: Add processor identifier for the M5150 processorLeonid Yegoshin1-0/+1
2014-03-26MIPS: Alchemy: fold mach-db1xxx/db1x00 headers into board codeManuel Lauss2-131/+0
2014-03-26MIPS: Extend DMA_MAYBE_COHERENT logic to DMA_NONCOHERENT useManuel Lauss1-2/+2
2014-03-26MIPS: malta: Add support for SMP EVAMarkos Chandras1-0/+6
2014-03-26MIPS: malta: malta-memory: Add support for the 'ememsize' variableMarkos Chandras1-1/+1
2014-03-26MIPS: malta: spaces.h: Add spaces.h file for Malta (EVA)Markos Chandras1-0/+46
2014-03-26MIPS: malta: Configure Segment Control registers for EVA bootMarkos Chandras1-1/+108
2014-03-26MIPS: mm: init: Add free_init_pages() callback for EVAMarkos Chandras1-0/+2
2014-03-26MIPS: asm: cpu: Add cpu flag for Enhanced Virtual AddressingMarkos Chandras2-1/+4
2014-03-26MIPS: asm: page: Allow __pa_symbol overridesLeonid Yegoshin1-0/+2
2014-03-26MIPS: asm: r4kcache: Add EVA cache flushing functionsLeonid Yegoshin1-1/+151
2014-03-26MIPS: asm: r4kcache: Add protected cache operation for EVALeonid Yegoshin1-0/+18
2014-03-26MIPS: asm: r4kcache: Build flushing code for instruction cacheLeonid Yegoshin1-0/+1
2014-03-26MIPS: asm: checksum: Add MIPS specific csum_and_copy_from_user functionLeonid Yegoshin1-0/+14
2014-03-26MIPS: asm: checksum: Split kernel and user copy operationsLeonid Yegoshin1-6/+16
2014-03-26MIPS: checksum: Split the 'copy_user' symbolMarkos Chandras1-6/+12
2014-03-26MIPS: asm: uaccess: Add EVA support for str*_user operationsMarkos Chandras1-53/+119
2014-03-26MIPS: asm: uaccess: Add EVA support to copy_{in, to,from}_userMarkos Chandras1-20/+171
2014-03-26MIPS: asm: uaccess: Rename {get,put}_user_asm macrosMarkos Chandras1-30/+30
2014-03-26MIPS: asm: uaccess: Use EVA instructions wrappersMarkos Chandras1-24/+109
2014-03-26MIPS: asm: uaccess: Disable unaligned access macros for EVALeonid Yegoshin1-0/+6
2014-03-26MIPS: asm: uaccess: Move duplicated code to common functionMarkos Chandras1-32/+29
2014-03-26MIPS: asm: uaccess: Add instruction argument to __{put,get}_user_asmMarkos Chandras1-13/+13
2014-03-26MIPS: futex: Add EVA support for futex operationsMarkos Chandras1-4/+5
2014-03-26MIPS: asm: Add wrappers for EVA/non-EVA instructionsMarkos Chandras2-0/+136
2014-03-26MIPS: asm: Add prefetch instruction for EVALeonid Yegoshin1-0/+8
2014-03-26MIPS: Add cases for CPU_P5600James Hogan1-0/+1
2014-03-26MIPS: Add MIPS P5600 PRid and cputype identifiersJames Hogan1-1/+2
2014-03-26MIPS: Save/restore MSA context around signalsPaul Burton1-0/+2
2014-03-26MIPS: Basic MSA context switching supportPaul Burton5-6/+127
2014-03-26MIPS: Detect the MSA ASEPaul Burton3-0/+8
2014-03-26MIPS: Add MSA register definitions & accessPaul Burton3-0/+297
2014-03-26MIPS: Don't assume 64-bit FP registers for context switchPaul Burton2-128/+128
2014-03-26MIPS: Update outdated commentPaul Burton1-4/+3
2014-03-26MIPS: Simplify FP context accessPaul Burton2-4/+29