summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-131-1/+1
|\
| * net: rename busy poll socket op and globalsEliezer Tamir2013-07-101-1/+1
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-07-13158-2309/+2189
|\ \
| * \ Merge branch '3.10-fixes' into mips-for-linux-nextRalf Baechle2013-07-1242-362/+503
| |\ \
| | * | MIPS: tlbex: Fix size of area to be flushed.Ralf Baechle2013-06-271-1/+1
| | * | MIPS: Flush TLB handlers directly after writing themJonas Gorski2013-06-252-16/+16
| | * | MIPS: SNI: pcit: Fix build error with CONFIG_PCI=n disabled.Ralf Baechle2013-06-251-7/+9
| | * | MIPS: SNI: pcimt: Guard sni_controller with CONFIG_PCIMarkos Chandras2013-06-251-0/+2
| | * | MIPS: Sibyte: Platform: Add load address for CONFIG_SIBYTE_LITTLESURMarkos Chandras2013-06-251-0/+1
| | * | MIPS: microMIPS: Fix POOL16C minor opcode enumTony Wu2013-06-211-4/+5
| | * | MIPS: Fix TLBR-use hazards for R2 cores in the TLB reload handlersRalf Baechle2013-06-211-0/+26
| | * | MIPS: Fix rtlx build error.Ralf Baechle2013-06-211-1/+0
| | * | MIPS: BCM63XX: remove bogus Kconfig selectsFlorian Fainelli2013-06-211-5/+0
| | * | MIPS: Fix execution hazard during watchpoint register probePaul Burton2013-06-211-0/+8
| | * | MIPS: powertv: Drop SYS_HAS_EARLY_PRINTKMarkos Chandras2013-06-211-1/+0
| | * | MIPS: sibyte: Amend dependencies for SIBYTE_BUS_WATCHERMarkos Chandras2013-06-211-1/+2
| | * | MIPS: Sibyte: Fix bus watcher build for BCM1x55 and BCM1x80.Ralf Baechle2013-06-213-2/+11
| | * | MIPS: Sibyte: Fix build for SIBYTE_BW_TRACE on BCM1x55 and BCM1x80.Ralf Baechle2013-06-211-4/+0
| | * | MIPS: sibyte: Declare the cfe_write() buffer as constantMarkos Chandras2013-06-212-4/+4
| | * | MIPS: Sibyte: Add missing sched.h headerMarkos Chandras2013-06-211-0/+1
| | * | MIPS: sibyte: Remove unused variable.Markos Chandras2013-06-211-3/+0
| | * | MIPS: ath79: Fix argument for the ap136_pc_init functionMarkos Chandras2013-06-211-1/+1
| | * | MIPS/OCTEON: Override default address space layout.David Daney2013-06-211-0/+24
| | * | MIPS: malta: Remove software reset defines from generic header.Steven J. Hill2013-06-212-30/+5
| | * | MIPS: malta: Move defines of reset registers and values.Steven J. Hill2013-06-211-1/+3
| | * | MIPS: sead3: Fix ability to perform a soft reset.Steven J. Hill2013-06-211-2/+3
| | * | MIPS: Loongson: Fix random early boot hangAaro Koskinen2013-06-211-0/+14
| | * | MIPS: Octeon: Don't clobber bootloader data structures.David Daney2013-06-211-1/+1
| | * | MIPS: IP27: Fix build error if CONFIG_PCI=y and CONFIG_NUMA disabled.Ralf Baechle2013-06-211-0/+2
| | * | MIPS: IP27: Fix build errors with CONFIG_PCI disabled.Ralf Baechle2013-06-211-0/+9
| | * | MIPS: IP27: Fix build errors with CONFIG_PCI disabled.Ralf Baechle2013-06-213-214/+267
| | * | MIPS: IP27: Fix build error with CONFIG_MAPPED_KERNELRalf Baechle2013-06-211-2/+10
| | * | MIPS: Move gas macro MAPPED_KERNEL_SETUP_TLB to IP27-specific code.Ralf Baechle2013-06-212-39/+39
| | * | MIPS: Octeon: Fix build error if CONFIG_MTD=nRalf Baechle2013-06-201-1/+2
| | * | MIPS: Octeon: Fix build error if CONFIG_BUG=nDavid Daney2013-06-181-0/+7
| | * | MIPS: Oceton: Fix build error.Ralf Baechle2013-06-181-1/+2
| | * | MIPS: <uapi/asm/siginfo.h>: Don't reference CONFIG_* symbols.Ralf Baechle2013-06-181-2/+2
| | * | MIPS: <uapi/asm/msgbuf.h>: Don't reference CONFIG_* symbols.Ralf Baechle2013-06-181-6/+6
| | * | MIPS: <uapi/asm/swab.h>: Don't reference CONFIG_* symbols.Ralf Baechle2013-06-181-6/+6
| | * | MIPS: <uapi/asm/resource.h: Don't reference CONFIG_* symbols.Ralf Baechle2013-06-181-1/+1
| | * | MIPS: <uapi/asm/fcntl.h>: Don't reference CONFIG_* symbols.Ralf Baechle2013-06-131-2/+4
| | * | MIPS: Kconfig: Remove extranous help keyword.Ralf Baechle2013-06-131-1/+0
| * | | MIPS: Kconfig: Add missing MODULES dependency to VPE_LOADERMarkos Chandras2013-07-021-1/+1
| * | | MIPS: BCM63xx: CLK: Add dummy clk_{set,round}_rate() functionsMarkos Chandras2013-07-021-0/+12
| * | | MIPS: SEAD3: Disable L2 cache on SEAD-3.Steven J. Hill2013-07-011-1/+0
| * | | MIPS: BCM63xx: Enable second core SMP on BCM6328 if availableJonas Gorski2013-07-013-1/+14
| * | | MIPS: BCM63xx: Add SMP support to prom.cKevin Cernekee2013-07-011-0/+41
| * | | MIPS: define write{b,w,l,q}_relaxedFlorian Fainelli2013-07-011-0/+5
| * | | MIPS: Expose missing pci_io{map,unmap} declarationsMarkos Chandras2013-07-012-1/+6
| * | | MIPS: Malta: Update GCMP detection.Leonid Yegoshin2013-07-011-1/+3
OpenPOWER on IntegriCloud