summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* MIPS: BCM63xx: Remove !RUNTIME_DETECT code for bcmcpu_get_idJonas Gorski2014-07-302-93/+38
* MIPS: BCM63xx: Remove !RUNTIME_DETECT in cpu-feature-overridesJonas Gorski2014-07-301-1/+1
* MIPS: BCM63xx: Remove !RUNTIME_DETECT usage from enet codeJonas Gorski2014-07-302-50/+0
* MIPS: BCM63xx: Remove !RUNTIME_DETECT from spi codeJonas Gorski2014-07-302-35/+0
* MIPS: BCM63xx: Remove !RUNTIME_DETECT code from gpio codeJonas Gorski2014-07-301-14/+0
* MIPS: BCM63xx: Remove !RUNTIME_DETECT from reset codeJonas Gorski2014-07-301-60/+0
* MIPS: BCM63xx: Remove !RUNTIME_DETECT from irq setup codeJonas Gorski2014-07-301-109/+0
* MIPS: BCM63xx: Remove !RUNTIME_DETECT code from register setsJonas Gorski2014-07-301-78/+0
* MIPS: BCM63xx: Sync MIPS counters during CPU bringupJonas Gorski2014-07-301-0/+1
* MIPS: ralink: Use strlcpy to ensure string is always NUL-terminated.Rickard Strandqvist2014-07-301-1/+1
* MIPS: Alchemy: remove old clock supportManuel Lauss2014-07-305-177/+5
* MIPS: Alchemy: au1100fb: use clk frameworkManuel Lauss2014-07-301-0/+14
* MIPS: Alchemy: db1x00: use clk frameworkManuel Lauss2014-07-303-25/+45
* MIPS: Alchemy: pci: use clk framework to enable PCI clockManuel Lauss2014-07-301-1/+23
* MIPS: Alchemy: usb: use clk frameworkManuel Lauss2014-07-301-7/+40
* MIPS: Alchemy: platform: use clk framework for uartsManuel Lauss2014-07-303-22/+12
* MIPS: Alchemy: clock framework integration of onchip clocksManuel Lauss2014-07-304-2/+1115
* MIPS: Alchemy: remove au_read/write/syncManuel Lauss2014-07-304-91/+44
* MIPS: Alchemy: add helpers to access static memory ctrl registers.Manuel Lauss2014-07-305-47/+59
* MIPS: Alchemy: introduce helpers to access SYS register block.Manuel Lauss2014-07-3013-140/+134
* MIPS: Alchemy: au1000.h move C-code after register definitions.Manuel Lauss2014-07-301-618/+622
* MIPS: Alchemy: move ethernet registers to ethernet driverManuel Lauss2014-07-301-126/+0
* MIPS: Alchemy: au1000.h: remove unused register definitionsManuel Lauss2014-07-301-157/+0
* MIPS: RB532: Replace parse_mac_addr() with mac_pton().Daniel Walter2014-07-301-23/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-07-011-0/+1
|\
| * MIPS: KVM: Fix memory leak on VCPUDeng-Cheng Zhu2014-06-251-0/+1
* | MIPS: Lasat: Fix build error if CRC32 is not enabled.Ralf Baechle2014-06-261-0/+1
* | MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd regionMarkos Chandras2014-06-261-1/+1
* | MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64Markos Chandras2014-06-261-1/+4
* | MIPS: BPF: Use 32 or 64-bit load instruction to load an address to registerMarkos Chandras2014-06-261-1/+13
* | MIPS: bpf: Fix PKT_TYPE case for big-endian coresMarkos Chandras2014-06-261-2/+10
* | MIPS: BPF: Prevent kernel fall over for >=32bit shiftsMarkos Chandras2014-06-261-4/+12
* | MIPS: bpf: Drop update_on_xread and always initialize the X registerMarkos Chandras2014-06-261-21/+1
* | MIPS: bpf: Fix is_range() semanticsMarkos Chandras2014-06-261-7/+5
* | MIPS: bpf: Use pr_debug instead of pr_warn for unhandled opcodesMarkos Chandras2014-06-261-2/+2
* | MIPS: bpf: Fix return values for VLAN_TAG_PRESENT caseMarkos Chandras2014-06-261-2/+5
* | MIPS: bpf: Use correct mask for VLAN_TAG caseMarkos Chandras2014-06-261-1/+1
* | MIPS: bpf: Fix branch conditional for BPF_J{GT/GE} casesMarkos Chandras2014-06-261-1/+1
* | MIPS: bpf: Add SEEN_SKB to flags when looking for the PKT_TYPEMarkos Chandras2014-06-261-0/+2
* | MIPS: bpf: Use 'andi' instead of 'and' for the VLAN casesMarkos Chandras2014-06-261-2/+2
* | MIPS: bpf: Return error code if the offset is a negative numberMarkos Chandras2014-06-261-0/+23
* | MIPS: bpf: Use the LO register to get division's quotientMarkos Chandras2014-06-261-1/+1
* | MIPS: mm: uasm: Fix lh micro-assembler instructionMarkos Chandras2014-06-261-1/+1
* | MIPS: uasm: Add SLT uasm instructionMarkos Chandras2014-06-265-1/+6
* | MIPS: uasm: Add s3s1s2 instruction builderMarkos Chandras2014-06-262-0/+10
* | MIPS: BPF JIT: Fix build error.Daniel Borkmann2014-06-261-74/+69
* | Revert "MIPS: Save/restore MSA context around signals"Paul Burton2014-06-266-363/+16
* | MIPS: math-emu: Reduce code duplication.Ralf Baechle2014-06-261-13/+6
* | MIPS: math-emu: Work around limitations of older GCC.Ralf Baechle2014-06-161-3/+15
* | MIPS: pm-cps: convert smp_mb__*()Paul Burton2014-06-161-2/+2