aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/cavium-octeon (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds25-220/+436
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2013-02-15MIPS: Octeon: Adding driver to measure interrupt latency on Octeon.Venkat Subbiah3-0/+216
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle23-220/+220
2013-01-29x86: Don't panic if can not alloc buffer for swiotlbYinghai Lu1-1/+2
2013-01-29Merge branch 'master' into for-nextJiri Kosina9-153/+365
2013-01-22MIPS: Octeon: Fix warning.Ralf Baechle1-4/+5
2013-01-03MIPS: drivers: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2013-01-03treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers1-2/+2
2012-12-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds6-149/+363
2012-12-13Merge branch 'mips-next' of http://dev.phrozen.org/githttp/mips-next into mips-for-linux-nextRalf Baechle1-1/+2
2012-12-13MIPS/EDAC: Improve OCTEON EDAC support.David Daney1-4/+26
2012-12-13MIPS/OCTEON/ata: Convert pata_octeon_cf.c to use device tree.David Daney2-103/+0
2012-12-13MIPS: Octeon: Add kexec and kdump supportRalf Baechle2-7/+310
2012-12-12MIPS: Octeon: Simplify code by assuming CONFIG_64BIT is always set.Ralf Baechle2-33/+0
2012-12-12MIPS: Octeon: Remove use of CONFIG_64BIT_PHYS_ADDR.Ralf Baechle1-1/+1
2012-12-12MIPS: Octeon: Remove highmem code.Ralf Baechle1-4/+0
2012-12-12MIPS: Cavium: Add EDAC support.Ralf Baechle1-1/+29
2012-12-11Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-3/+0
2012-11-30kbuild: centralize .dts->.dtb ruleStephen Warren1-3/+0
2012-11-09mips/octeon: 16-Bit NOR flash was not being detected during bootCharles Hardin1-1/+2
2012-11-09MIPS: Remove irqflags.h dependency from bitops.hJim Quinlan1-0/+1
2012-10-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds4-195/+745
2012-09-27Merge branch 'cn6xxx-mgmt' of git://git.linux-mips.org/pub/scm/daney/upstream-daney into mips-for-linux-nextRalf Baechle2-31/+65
2012-09-16Merge 3.6-rc6 into tty-nextGreg Kroah-Hartman1-46/+43
2012-08-31MIPS: Octeon: Add octeon_io_clk_delay() function.David Daney2-31/+65
2012-08-31MIPS: OCTEON: Register ciu/ciu2 as the default irq_domain.David Daney1-0/+2
2012-08-31MIPS: Octeon: Make interrupt controller work with threaded handlers.David Daney1-143/+137
2012-08-31MIPS: OCTEON: Add support for cn68XX interrupt controller.David Daney1-24/+544
2012-08-31MIPS: OCTEON: Update register definitions.David Daney1-1/+1
2012-08-17MIPS: Octeon: Fix broken interrupt controller code.David Daney1-46/+43
2012-08-14MIPS: OCTEON: Fix breakage due to 8250 changes.David Daney1-15/+15
2012-07-25Merge branches 'next/generic', 'next/alchemy', 'next/bcm63xx', 'next/cavium', 'next/jz4740', 'next/lantiq', 'next/loongson1b' and 'next/netlogic' into mips-for-linux-nextRalf Baechle11-773/+2160
2012-07-24MIPS: OCTEON: Remove some unused files.David Daney2-426/+0
2012-07-23MIPS: Octeon: Implement Octeon specific __copy_user_inatomicDavid Daney1-4/+12
2012-07-23MIPS: Octeon: Use device tree to register serial ports.David Daney2-85/+53
2012-07-23netdev: octeon_mgmt: Convert to use device tree.David Daney2-64/+0
2012-07-23netdev: mdio-octeon.c: Convert to use device tree.David Daney1-30/+0
2012-07-23i2c: Convert i2c-octeon.c to use device tree.David Daney2-86/+0
2012-07-23MIPS: Octeon: Setup irq_domains for interrupts.David Daney1-9/+206
2012-07-23MIPS: Octeon: Initialize and fixup device tree.David Daney3-1/+570
2012-07-23MIPS: Octeon: Add device tree source files.David Daney4-0/+1211
2012-07-23MIPS: OCTEON: Consolidate the edge and level irq_chip structures.David Daney1-28/+2
2012-07-23MIPS: OCTEON: Remove unneeded OCTEON_IRQ_* defines.David Daney1-43/+0
2012-07-23MIPS: Octeon: Add irq handlers for GPIO interrupts.David Daney1-1/+110
2012-07-23MIPS: OCTEON: Remove some unused files.David Daney2-426/+0
2012-07-19MIPS: Octeon: delay enable irq to ->smp_finish()Yong Zhang1-1/+1
2012-07-19MIPS: Cavium: Fix duplicate ARCH_SPARSEMEM_ENABLE in kconfig.Yoichi Yuasa1-4/+0
2012-05-26Merge branches 'fixes-for-linus', 'generic', 'cavium', 'module.h-fixes', 'next/ath79' and 'next/lantiq' into mips-for-linux-nextRalf Baechle2-6/+1