summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-07-01Revert "MIPS: make CAC_ADDR and UNCAC_ADDR account for PHYS_OFFSET"Leonid Yegoshin3-9/+13
2013-07-01MIPS: APSP: Remove <asm/kspd.h>Deng-Cheng Zhu1-32/+0
2013-07-01MIPS: microMIPS: Fix improper definition of ISA exception bit.Steven J. Hill3-4/+10
2013-07-01MIPS: Don't try to decode microMIPS branch instructions where they cannot exist.David Daney1-0/+3
2013-07-01MIPS: Declare emulate_load_store_microMIPS as a static function.David Daney1-1/+2
2013-07-01MIPS: Fix typos and cleanup commentTony Wu3-5/+2
2013-07-01MIPS: Cleanup indentation and whitespaceTony Wu6-22/+22
2013-07-01MIPS: BMIPS: support booting from physical CPU other than 0Florian Fainelli1-6/+23
2013-07-01MIPS: Only set cpu_has_mmips if SYS_SUPPORTS_MICROMIPSDavid Daney1-1/+5
2013-07-01MIPS: GIC: Fix gic_set_affinity infinite loopTony Wu1-8/+7
2013-07-01MIPS: Don't save/restore OCTEON wide multiplier state on syscalls.David Daney1-15/+14
2013-07-01MIPS: Octeon: Enable interfaces on EdgeRouter LiteAaro Koskinen2-0/+15
2013-07-01MIPS: Move generated code to .text for microMIPSJayachandran C4-46/+83
2013-07-01MIPS: Get rid of MIPS I flag and test macros.Ralf Baechle5-25/+25
2013-07-01MIPS: Malta: Move platform-specific PCI code to arch/mips/pci.Ralf Baechle3-2/+1
2013-07-01MIPS: Sibyte: Fix comment.Ralf Baechle1-1/+2
2013-07-01MIPS: Sibyte: Remove duplicate but harmless line from Platform file.Ralf Baechle1-1/+0
2013-07-01MIPS: Update cavium_octeon_defconfigDavid Daney1-3/+1
2013-07-01MIPS: OCTEON: Remove custom serial setup code.David Daney2-110/+1
2013-07-01MIPS: OCTEON: Set proper UART clock in internal device trees.David Daney1-1/+8
2013-07-01MIPS: BCM63XX: add support for the Netgear CVG834GFlorian Fainelli1-0/+35
2013-07-01MIPS: BCM63XX: let board specify an external GPIO to reset PHYFlorian Fainelli2-0/+10
2013-07-01MIPS: BCM63XX: provide a MAC address for BCM3368 chipsFlorian Fainelli1-0/+10
2013-07-01MIPS: BCM63XX: recognize Cable Modem firmware formatFlorian Fainelli1-2/+12
2013-07-01MIPS: BCM63XX: add support for BCM3368 Cable ModemFlorian Fainelli15-19/+259
2013-07-01MIPS: BCM63XX: select BOOT_RAWFlorian Fainelli1-0/+1
2013-07-01MIPS: Delete Wind River ppmc eval board support.Paul Gortmaker15-681/+0
2013-07-01MIPS: fcntl.h: Use __kernel_off_t, not off_t.Ralf Baechle1-2/+2
2013-07-01MIPS: Use proper include guard symbol for <uapi/asm/fcntl.h>.Ralf Baechle1-3/+3
2013-07-01MIPS: remove alloc_pci_controller prototypeJonas Gorski1-1/+0
2013-07-01MIPS: BCM63XX: select BMIPS4350 and default to 2 CPUs for supported SoCsJonas Gorski1-0/+2
2013-07-01MIPS: BCM63XX: Handle SW IRQs 0-1Kevin Cernekee1-0/+4
2013-07-01MIPS: r4k,octeon,r2300: stack protector: change canary per taskGregory Fong4-0/+23
2013-07-01MIPS: initial stack protector supportGregory Fong4-0/+63
2013-07-01MIPS: Boot: Compressed: Remove -fstack-protector from CFLAGSMarkos Chandras1-0/+2
2013-06-18mips: lasat: sysctl: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-7/+7
2013-06-18MIPS: MSP71xx: Remove gpio driversPaul Bolle4-409/+0
2013-06-18MIPS: DEC: remove unbuildable promcon.cPaul Bolle2-55/+0
2013-06-13MIPS: Fixup check for invalid scratch registerJayachandran C1-5/+5
2013-06-13MIPS: Allow platform specific scratch registersJayachandran C2-15/+27
2013-06-13MIPS: Netlogic: Fix plat_irq_dispatchJayachandran C1-4/+3
2013-06-13MIPS: Netlogic: Remove workarounds for early SoCsJayachandran C1-22/+1
2013-06-13MIPS: Netlogic: Fixup memory regions for prefetchJayachandran C1-0/+13
2013-06-13MIPS: Netlogic: wait for all hardware threadsJayachandran C1-7/+20
2013-06-13MIPS: Netlogic: Fix sign extension in PIC writeJayachandran C1-1/+1
2013-06-13MIPS: Netlogic: use branch instead of jumpJayachandran C2-2/+2
2013-06-13MIPS: Netlogic: move cpu_ready array to boot areaJayachandran C8-9/+22
2013-06-13MIPS: Netlogic: Add nlm_get_boot_data() helperJayachandran C2-6/+11
2013-06-13MIPS: Netlogic: Initialization when !CONFIG_SMPJayachandran C5-8/+16
2013-06-13MIPS: Netlogic: Split reset code out of smpboot.SJayachandran C5-187/+253