summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
* | MIPS: Fix potencial corruptionRalf Baechle2012-12-131-11/+0
* | MIPS: Fix for warning from FPU emulation codeRalf Baechle2012-12-131-7/+8
* | MIPS: Handle COP3 Unusable exception as COP1X for FP emulationMaciej W. Rozycki2012-12-131-3/+18
* | MIPS: Fix poweroff failure when HOTPLUG_CPU configured.Huacai Chen2012-12-131-3/+1
* | MIPS: MT: Fix build with CONFIG_UIDGID_STRICT_TYPE_CHECKS=yFlorian Fainelli2012-12-131-2/+2
* | MIPS: Remove unused smvp.hPaul Bolle2012-12-131-19/+0
* | MIPS/EDAC: Improve OCTEON EDAC support.David Daney2012-12-133-14/+58
* | MIPS: OCTEON: Add definitions for OCTEON memory contoller registers.David Daney2012-12-131-0/+3457
* | MIPS: OCTEON: Add OCTEON family definitions to octeon-model.hDavid Daney2012-12-131-0/+6
* | MIPS/OCTEON/ata: Convert pata_octeon_cf.c to use device tree.David Daney2012-12-134-111/+0
* | MIPS: Remove usage of CEVT_R4K_LIB config option.Ralf Baechle2012-12-133-8/+2
* | MIPS: Remove usage of CSRC_R4K_LIB config option.Steven J. Hill2012-12-133-7/+3
* | MIPS: AR7: use part_probe_types to specificy the partition parser to useFlorian Fainelli2012-12-131-0/+3
* | MIPS: Lantiq: Fix typo in "endianness" in dma.cMasanari Iida2012-12-131-3/+3
* | MIPS: Kconfig: Rename several firmware related config symbols.Ralf Baechle2012-12-137-34/+34
* | MIPS: Octeon: Add kexec and kdump supportRalf Baechle2012-12-136-9/+335
* | MIPS: kdump: Add supportRalf Baechle2012-12-1311-9/+396
* | MIPS: Kconfig: Enable drivers/firmware/KconfigRalf Baechle2012-12-121-0/+2
* | MIPS: Fix harmlessly missing else statement.Ralf Baechle2012-12-121-5/+8
* | MIPS: Remove leftovers from the IRIX binary compat code.Ralf Baechle2012-12-122-8/+0
* | MIPS: Octeon: Simplify code by assuming CONFIG_64BIT is always set.Ralf Baechle2012-12-122-33/+0
* | MIPS: Octeon: Remove use of CONFIG_64BIT_PHYS_ADDR.Ralf Baechle2012-12-121-1/+1
* | MIPS: Octeon: Remove highmem code.Ralf Baechle2012-12-121-4/+0
* | MIPS: Cavium: Update defconfigDavid Daney2012-12-121-17/+81
* | MIPS: Transparent Huge Pages supportRalf Baechle2012-12-128-6/+243
* | MIPS: Cavium: Add EDAC support.Ralf Baechle2012-12-124-23/+58
* | MIPS: Control huge tlb support via Kconfig symbol MIPS_HUGE_TLB_SUPPORTDavid Daney2012-12-127-20/+23
* | MIPS: page.h: Provide more readable definition for PAGE_MASK.Ralf Baechle2012-12-121-1/+1
* | MIPS: tlbex: Better debug output.Ralf Baechle2012-11-262-48/+124
* | MIPS: N32: Remove unused defines.Ralf Baechle2012-11-261-6/+0
* | MIPS: pgtable.h: Remove commented out debugging printk.Ralf Baechle2012-11-261-1/+0
* | MIPS: Remove R5000A.Ralf Baechle2012-11-262-5/+3
* | MIPS: Fix crash that occurs when function tracing is enabledAl Cooper2012-11-231-4/+4
* | MIPS: Merge overlapping bootmem rangesRalf Baechle2012-11-231-6/+20
* | mips, arc: fix build failureDavid Rientjes2012-11-161-0/+1
* | MIPS: Malta: Fix interupt number of CBUS UART.Ralf Baechle2012-11-131-1/+2
* | MIPS: Make irqflags.h functions preempt-safe for non-mipsr2 cpusJim Quinlan2012-11-093-133/+253
* | MIPS: Remove irqflags.h dependency from bitops.hJim Quinlan2012-11-095-83/+214
* | MIPS: bitops.h: Change use of 'unsigned short' to 'int'Jim Quinlan2012-11-091-7/+7
* | MIPS: compat: Delete now unused TIF_32BIT.Ralf Baechle2012-11-091-6/+0
* | MIPS: compat: Implement is_compat_task() by testing for 32-bit address space.Ralf Baechle2012-11-091-1/+1
* | MIPS: compat: Fix use of TIF_32BIT_ADDR vs _TIF_32BIT_ADDRRalf Baechle2012-11-091-1/+1
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-10-188-25/+68
|\
| * MIPS: CMP: Fix physical core number calculation logicjerin jacob2012-10-181-1/+1
| * MIPS: JZ4740: Forward declare struct uart_port in header.Ralf Baechle2012-10-171-0/+2
| * MIPS: JZ4740: Fix '#include guard' in serial.hAntony Pavlov2012-10-171-0/+1
| * MIPS: hugetlbfs: Fix hazard between tlb write and pagemask restoration.Ralf Baechle2012-10-171-0/+1
| * MIPS: Restore pagemask after dumping the TLB.Ralf Baechle2012-10-171-1/+3
| * MIPS: Hugetlbfs: Handle huge pages correctly in pmd_bad()Ralf Baechle2012-10-171-1/+14
| * MIPS: R5000: Fix TLB hazard handling.Ralf Baechle2012-10-161-15/+8