summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-04-021-206/+211
|\
| * MIPS: KVM: Consult HWREna before emulating RDHWRJames Hogan2014-03-191-0/+2
| * MIPS: KVM: asm/kvm_host.h: Clean up whitespaceJames Hogan2014-03-191-206/+209
* | Merge branch 'mips-for-linux-next' of git://git.linux-mips.org/pub/scm/ralf/u...Linus Torvalds2014-04-0260-652/+2616
|\ \
| * \ Merge branch '3.14-fixes' into mips-for-linux-nextRalf Baechle2014-03-316-31/+32
| |\ \
| | * | MIPS: Alchemy: remove duplicate UART register offset definitionsManuel Lauss2014-03-311-12/+0Star
| * | | MIPS: CPC: Use __raw_ memory access functionsPaul Burton2014-03-311-2/+2
| * | | MIPS: CM: use __raw_ memory access functionsPaul Burton2014-03-311-2/+2
| * | | MIPS: Fix warning when including smp-ops.h with CONFIG_SMP=nPaul Burton2014-03-311-3/+3
| * | | MIPS: Fix gigaton of warning building with microMIPS.Ralf Baechle2014-03-3110-69/+69
| * | | MIPS: MT: core_nvpes function to retrieve VPE countPaul Burton2014-03-311-0/+11
| * | | MIPS: Provide empty mips_mt_set_cpuoptions when CONFIG_MIPS_MT=nPaul Burton2014-03-311-0/+5
| * | | MIPS: Malta: Setup PM I/O region on bootPaul Burton2014-03-311-0/+5
| * | | MIPS: Loongson 3: Add CPU hotplug supportHuacai Chen2014-03-313-3/+5
| * | | MIPS: Loongson 3: Add Loongson-3 SMP supportHuacai Chen2014-03-312-0/+3
| * | | MIPS: Loongson: Add swiotlb to support All-Memory DMAHuacai Chen2014-03-312-1/+26
| * | | MIPS: Loongson 3: Add IRQ init and dispatch supportHuacai Chen2014-03-312-0/+51
| * | | MIPS: Loongson 3: Add HT-linked PCI supportHuacai Chen2014-03-312-0/+12
| * | | MIPS: Loongson: Add UEFI-like firmware interface (LEFI) supportHuacai Chen2014-03-312-2/+165
| * | | MIPS: Loongson 3: Add Lemote-3A machtypes definitionHuacai Chen2014-03-312-9/+21
| * | | MIPS: Loongson: Add basic Loongson-3 CPU supportHuacai Chen2014-03-311-0/+4
| * | | MIPS: Loongson: Add basic Loongson-3 definitionHuacai Chen2014-03-314-2/+23
| * | | MIPS: MT: proc: Add support for printing VPE and TC idsRalf Baechle2014-03-311-0/+21
| * | | MIPS: Loongson: Rename PRID_IMP_LOONGSON1 and PRID_IMP_LOONGSON2Huacai Chen2014-03-311-2/+2
| * | | MIPS: BCM47XX: Add Belkin F7Dxxxx board detectionCody P Schafer2014-03-261-0/+4
| * | | MIPS: BCM47XX: Add detection and GPIO config for Siemens SE505v2Hauke Mehrtens2014-03-261-0/+2
| * | | MIPS: BCM47XX: Detect some more Linksys devicesHauke Mehrtens2014-03-261-1/+1
| * | | MIPS: Add support for the M5150 processorLeonid Yegoshin2014-03-262-1/+2
| * | | MIPS: Add processor identifier for the M5150 processorLeonid Yegoshin2014-03-261-0/+1
| * | | MIPS: Alchemy: fold mach-db1xxx/db1x00 headers into board codeManuel Lauss2014-03-262-131/+0Star
| * | | MIPS: Extend DMA_MAYBE_COHERENT logic to DMA_NONCOHERENT useManuel Lauss2014-03-261-2/+2
| * | | MIPS: malta: Add support for SMP EVAMarkos Chandras2014-03-261-0/+6
| * | | MIPS: malta: malta-memory: Add support for the 'ememsize' variableMarkos Chandras2014-03-261-1/+1
| * | | MIPS: malta: spaces.h: Add spaces.h file for Malta (EVA)Markos Chandras2014-03-261-0/+46
| * | | MIPS: malta: Configure Segment Control registers for EVA bootMarkos Chandras2014-03-261-1/+108
| * | | MIPS: mm: init: Add free_init_pages() callback for EVAMarkos Chandras2014-03-261-0/+2
| * | | MIPS: asm: cpu: Add cpu flag for Enhanced Virtual AddressingMarkos Chandras2014-03-262-1/+4
| * | | MIPS: asm: page: Allow __pa_symbol overridesLeonid Yegoshin2014-03-261-0/+2
| * | | MIPS: asm: r4kcache: Add EVA cache flushing functionsLeonid Yegoshin2014-03-261-1/+151
| * | | MIPS: asm: r4kcache: Add protected cache operation for EVALeonid Yegoshin2014-03-261-0/+18
| * | | MIPS: asm: r4kcache: Build flushing code for instruction cacheLeonid Yegoshin2014-03-261-0/+1
| * | | MIPS: asm: checksum: Add MIPS specific csum_and_copy_from_user functionLeonid Yegoshin2014-03-261-0/+14
| * | | MIPS: asm: checksum: Split kernel and user copy operationsLeonid Yegoshin2014-03-261-6/+16
| * | | MIPS: checksum: Split the 'copy_user' symbolMarkos Chandras2014-03-261-6/+12
| * | | MIPS: asm: uaccess: Add EVA support for str*_user operationsMarkos Chandras2014-03-261-53/+119
| * | | MIPS: asm: uaccess: Add EVA support to copy_{in, to,from}_userMarkos Chandras2014-03-261-20/+171
| * | | MIPS: asm: uaccess: Rename {get,put}_user_asm macrosMarkos Chandras2014-03-261-30/+30
| * | | MIPS: asm: uaccess: Use EVA instructions wrappersMarkos Chandras2014-03-261-24/+109
| * | | MIPS: asm: uaccess: Disable unaligned access macros for EVALeonid Yegoshin2014-03-261-0/+6
| * | | MIPS: asm: uaccess: Move duplicated code to common functionMarkos Chandras2014-03-261-32/+29Star