summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
* MIPS: Netlogic: No hazards needed for XLR/XLSJayachandran C2013-02-171-1/+1
* MIPS: PCI: Prevent hang on XLP reg readJayachandran C2013-02-171-1/+5
* MIPS: Netlogic: Use PIC timer as a clocksourceJayachandran C2013-02-176-8/+110
* MIPS: Netlogic: Split XLP L1 i-cache among threadsJayachandran C2013-02-172-0/+8
* MIPS: PCI: Byteswap not needed in little-endian modeJayachandran C2013-02-171-3/+12
* MIPS: Netlogic: Optimize EIMR/EIRR accesses in 32-bitJayachandran C2013-02-173-28/+98
* MIPS: Netlogic: add XLS6xx to FMN configJayachandran C2013-02-171-0/+2
* MIPS: lantiq: rework external irq codeJohn Crispin2013-02-172-32/+74
* MIPS: lantiq: improve pci reset gpio handlingJohn Crispin2013-02-171-2/+10
* MIPS: lantiq: add GPHY clock gate bitsJohn Crispin2013-02-172-0/+10
* MIPS: lantiq: adds static clock for PP32John Crispin2013-02-176-10/+69
* MIPS: lantiq: trivial typo fixJohn Crispin2013-02-171-1/+1
* MIPS: show correct cpu name for 24KEcJohn Crispin2013-02-171-1/+4
* MIPS: BCM47XX: use fallback sprom var for board_{rev,type}Hauke Mehrtens2013-02-151-4/+2Star
* MIPS: BCM47XX: select NO_EXCEPT_FILLHauke Mehrtens2013-02-151-0/+1
* MIPS: BCM47XX: select BOOT_RAWHauke Mehrtens2013-02-151-0/+1
* MIPS: BCM47XX: trim the nvram values for parsingHauke Mehrtens2013-02-151-3/+3
* MIPS: BCM47XX: add bcm47xx prefix in front of nvram function namesHauke Mehrtens2013-02-154-15/+15
* MIPS: BCM47XX: handle different nvram sizesHauke Mehrtens2013-02-151-7/+39
* MIPS: BCM47XX: rename early_nvram_init to nvram_initHauke Mehrtens2013-02-151-2/+2
* MIPS: BCM47XX: nvram add nand flash supportHauke Mehrtens2013-02-151-0/+7
* MIPS: BCM47XX: return error when init of nvram failedHauke Mehrtens2013-02-151-15/+20
* MIPS: BCM47XX: use common error codes in nvram readsHauke Mehrtens2013-02-153-6/+3Star
* MIPS: bcm47xx: separate functions finding flash window addrRafał Miłecki2013-02-151-27/+60
* MIPS: Function tracer: Fix broken function tracingAl Cooper2013-01-312-4/+39
* mips: Move __virt_addr_valid() to a place for MIPS 64Steven Rostedt2013-01-312-6/+6
* MIPS: Netlogic: Fix UP compilation on XLRJayachandran C2013-01-301-1/+4
* MIPS: AR71xx: Fix AR71XX_PCI_MEM_SIZEGabor Juhos2013-01-301-1/+1
* MIPS: AR724x: Fix AR724X_PCI_MEM_SIZEGabor Juhos2013-01-301-1/+1
* MIPS: Lantiq: Fix cp0_perfcount_irq mappingJohn Crispin2013-01-301-1/+1
* MIPS: DSP: Fix DSP mask for registers.Steven J. Hill2013-01-241-1/+1
* MIPS: Fix build failure by adding definition of pfn_pmd().David Daney2013-01-231-0/+1
* MIPS: Octeon: Fix warning.Ralf Baechle2013-01-221-4/+5
* MIPS: delay.c: Check BITS_PER_LONG instead of __SIZEOF_LONG__Geert Uytterhoeven2013-01-221-1/+1
* MIPS: PNX833x: Fix comment.Ralf Baechle2013-01-221-1/+1
* MIPS: Add struct p_format to union mips_instruction.Ralf Baechle2013-01-171-0/+1
* MIPS: Export <asm/break.h>.Ralf Baechle2013-01-162-0/+1
* MIPS: BCM47xx: Enable SSB prerequisite SSB_DRIVER_PCICORE.Ralf Baechle2013-01-161-0/+1
* MIPS: BCM47xx: Select GPIOLIB for BCMA on bcm47xx platformArend van Spriel2013-01-161-0/+2
* MIPS: vpe.c: Fix null pointer dereference in print arguments.Cong Ding2013-01-161-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-01-0722-104/+44Star
|\
| * MIPS: 64-bit: Fix build if !CONFIG_MODULESJoshua Kinard2013-01-031-2/+2
| * MIPS: Wire up finit_module syscall.Ralf Baechle2012-12-285-6/+13
| * MIPS: Fix modpost error in modules attepting to use virt_addr_valid().Ralf Baechle2012-12-282-1/+10
| * MIPS: page.h: Remove now unnecessary #ifndef __ASSEMBLY__ wrapper.Ralf Baechle2012-12-281-4/+0Star
| * MIPS: Switch remaining assembler PAGE_SIZE users to <asm/asm-offsets.h>.Ralf Baechle2012-12-284-8/+6Star
| * MIPS: Include PAGE_S{IZE,HIFT} in <asm/offset.h>.Ralf Baechle2012-12-281-0/+3
| * MIPS: Don't include <asm/page.h> unnecessarily.Ralf Baechle2012-12-285-5/+0Star
| * MIPS: Fix comment.Ralf Baechle2012-12-271-4/+5
| * Revert "MIPS: Optimise TLB handlers for MIPS32/64 R2 cores."Ralf Baechle2012-12-271-16/+0Star