summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2013-09-04MIPS: Netlogic: Call xlp_mmu_init on all threadsJayachandran C1-3/+1
2013-09-04MIPS: Netlogic: Add support for XLP2XXJayachandran C4-7/+33
2013-09-04MIPS: Netlogic: Fix DT flash size parameterJayachandran C2-2/+2
2013-09-04MIPS: Netlogic: Remove memory section from built-in DTJayachandran C2-14/+0
2013-09-04MIPS: Netlogic: Read memory from DRAM BARsJayachandran C4-0/+65
2013-09-04MIPS: ath79: Switch to the clkdev frameworkGabor Juhos3-72/+55
2013-09-04MIPS: ath79: Use local variables for clock ratesGabor Juhos1-52/+106
2013-09-04MIPS: ath79: Use ath79_get_sys_clk_rate to get basic clock ratesGabor Juhos2-11/+12
2013-09-04MIPS: ath79: Use a helper function to get system clock ratesGabor Juhos4-11/+25
2013-09-04MIPS: ath79: Use local ref clock rate in ar934x_get_pll_freqGabor Juhos1-2/+2
2013-09-04MIPS: ath79: Fix ar933x watchdog clockFelix Fietkau1-1/+1
2013-09-04MIPS: ath79: Don't hardwire cpu_has_dsp{2} to 0Gabor Juhos1-2/+0
2013-09-04MIPS: Lantiq: Add defconfig for xway SoCJohn Crispin1-0/+159
2013-09-04MIPS: Lantiq: Falcon: fix asc clock definitionThomas Langer1-1/+4
2013-09-04MIPS: Lantiq: Falcon: add cpu-feature-override.hThomas Langer1-0/+58
2013-09-04MIPS: Lantiq: Adds minimal dcdc driverJohn Crispin2-1/+64
2013-09-03MIPS: Move declaration of Octeon function fixup_irqs() to header.Ralf Baechle3-4/+4
2013-09-03MIPS: Add uImage build targetJames Hogan3-0/+22
2013-09-03MIPS: Refactor load/entry address calculationsJames Hogan3-8/+13
2013-09-03MIPS: Refactor boot and boot/compressed rulesJames Hogan1-2/+13
2013-09-03MIPS: add <dt-bindings/> symlinkJames Hogan1-0/+1
2013-08-26MIPS: Discard .eh_frame sections in linker script.David Daney1-0/+1
2013-08-26MIPS: OCTEON: Select ARCH_REQUIRE_GPIOLIBDavid Daney2-0/+22
2013-08-26MIPS: Remove unreachable break statements from cp1emu.cDavid Daney1-27/+0
2013-08-26MIPS: BMIPS: Fix compilation for BMIPS5000Ralf Baechle1-33/+22
2013-08-26MIPS: cavium-octeon: fix I/O space setup on non-PCI systemsAaro Koskinen2-4/+33
2013-08-26MIPS:Netlogic: Remove redundant value in operation.Alexandru Juncu1-2/+1
2013-08-26MIPS: OCTEON: Set L1 cache parameters for OCTEON3 CPUs.David Daney1-0/+14
2013-08-26MIPS: Generate OCTEON3 TLB handlers with the same features as OCTEON2.David Daney1-0/+2
2013-08-26MIPS: Use r4k_wait for OCTEON3 CPUs.David Daney1-0/+1
2013-08-26MIPS: Probe for new OCTEON CPU/SoC types.David Daney1-0/+7
2013-08-26MIPS: Add CPU identifiers for more OCTEON family members.David Daney1-1/+4
2013-08-26MIPS: use generic-y where possibleJames Hogan17-58/+16
2013-08-26MIPS: tlbex: Guard tlbmiss_handler_setup_pgdTony Wu1-0/+2
2013-08-20MIPS: Handle OCTEON BBIT instructions in FPU emulator.David Daney1-0/+26
2013-08-05MIPS: BMIPS: fix hardware interrupt routing for boot CPU != 0Florian Fainelli1-2/+8
2013-08-05MIPS: oprofile: Fix BUG due to smp_processor_id() in preemptible code.Ralf Baechle2-1/+3
2013-08-05MIPS: PNX833x: PNX8335_PCI_ETHERNET_INT depends on CONFIG_SOC_PNX8335Markos Chandras1-0/+2
2013-07-30MIPS: BMIPS: fix slave CPU booting when physical CPU is not 0Florian Fainelli2-3/+13
2013-07-30MIPS: BMIPS: do not change interrupt routing depending on boot CPUFlorian Fainelli1-7/+1
2013-07-30MIPS: powertv: Fix arguments for free_reserved_area()Markos Chandras1-2/+1
2013-07-30MIPS: Set default CPU type for BCM47XX platformsMarkos Chandras2-1/+1
2013-07-30MIPS: uapi/asm/siginfo.h: Fix GCC 4.1.2 compilationMaciej W. Rozycki1-3/+4
2013-07-30MIPS: Fix multiple definitions of UNCAC_BASE.Steven J. Hill1-0/+4
2013-07-20Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds10-21/+69
2013-07-19MIPS: kvm: Kconfig: Drop HAVE_KVM dependency from VIRTUALIZATIONMarkos Chandras1-1/+0
2013-07-19MIPS: Octeon: Fix DT pruning bug with pip portsFaidon Liambotis1-2/+3
2013-07-19MIPS: KVM: Mark KVM_GUEST (T&E KVM) as BROKEN_ON_SMPJames Hogan1-0/+1
2013-07-19MIPS: tlbex: fix broken build in v3.11-rc1Aaro Koskinen1-1/+1
2013-07-19MIPS: Netlogic: Add XLP PIC irqdomainJayachandran C3-13/+61