summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
| * | MIPS: BCM47xx: Use sscanf for parsing mac addressHauke Mehrtens2010-12-162-20/+10
| * | MIPS: BCM47xx: Fill values for b43 into SSB spromHauke Mehrtens2010-12-161-22/+92
| * | MIPS: BCM47xx: Do not read config from CFEHauke Mehrtens2010-12-161-19/+9
| * | MIPS: FDT size is a be32Thomas Chou2010-12-161-1/+1
| * | MIPS: Fix CP0 COUNTER clockevent raceKevin Cernekee2010-12-161-1/+1
| * | MIPS: Fix regression on BCM4710 processor detectionKevin Cernekee2010-12-162-7/+4
| * | MIPS: JZ4740: Fix pcm device nameLars-Peter Clausen2010-12-161-1/+1
| * | MIPS: Separate two consecutive loads in memset.STony Wu2010-12-161-2/+2
| * | MIPS: Send proper signal and siginfo on FP emulator faults.David Daney2010-12-162-30/+130
| * | MIPS: AR7: Fix loops per jiffies on TNETD7200 devicesFlorian Fainelli2010-12-163-6/+7
| * | MIPS: AR7: Fix double ar7_gpio_init declarationFlorian Fainelli2010-12-161-2/+0
| * | MIPS: Rework GENERIC_HARDIRQS Kconfig.David Daney2010-12-161-14/+2
| * | MIPS: Alchemy: Add return value check for strict_strtoul()Yoichi Yuasa2010-12-161-3/+2
| * | MIPS: Loongson: Add return value check for strict_strtoul()Wu Zhangjin2010-12-161-2/+2
| * | MIPS: VPE loader: Check vmalloc return value in vpe_openJesper Juhl2010-12-161-8/+6
| * | MIPS: compat: Don't clobber personality bits in 32-bit sys_personality().David Daney2010-12-161-6/+7
| * | MIPS: Don't clobber personality high bits.David Daney2010-12-161-2/+6
| * | MIPS: jz4740: Fix section mismatch in prom.cLars-Peter Clausen2010-12-161-1/+1
| * | MIPS: jz4740: qi_lb60: Fix gpio for the 6th row of the keyboard matrixLars-Peter Clausen2010-12-161-2/+2
| * | MIPS: Don't stomp on caller's ->regs[2] in copy_thread()Al Viro2010-12-161-1/+0
| * | MIPS: Swarm: Fix typo in symbol name: RTC_M4LT81 -> RTC_M41T81Ralf Baechle2010-12-161-4/+4
| |/
* | perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra2010-11-261-1/+1
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-10-301-0/+97
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-10-30137-224/+468
| |\
| * | mtd: add Broadcom BCM63xx image tag partition parserFlorian Fainelli2010-10-251-0/+97
* | | ftrace/MIPS: Enable C Version of recordmcountWu Zhangjin2010-10-291-0/+1
* | | MIPS: Make TASK_SIZE reflect proper size for both 32 and 64 bit processes.David Daney2010-10-294-24/+37
* | | MIPS: Allow UserLocal on MIPS_R1 processorsKevin Cernekee2010-10-291-6/+7
* | | MIPS: Honor L2 bypass bitKevin Cernekee2010-10-291-4/+30
* | | MIPS: Add BMIPS CP0 register definitionsKevin Cernekee2010-10-291-0/+51
* | | MIPS: Add BMIPS processor types to KconfigKevin Cernekee2010-10-291-0/+63
* | | MIPS: Decouple BMIPS CPU support from bcm47xx/bcm63xx SoC codeKevin Cernekee2010-10-294-61/+65
* | | MIPS: Add support for hardware performance events (mipsxx)Deng-Cheng Zhu2010-10-292-0/+1059
* | | MIPS: Perf-events: Add callchain supportDeng-Cheng Zhu2010-10-291-1/+107
* | | MIPS: add support for hardware performance events (skeleton)Deng-Cheng Zhu2010-10-294-0/+523
* | | MIPS: add support for software performance eventsDeng-Cheng Zhu2010-10-295-5/+36
* | | MIPS: define local_xchg from xchg_local to atomic_long_xchgDeng-Cheng Zhu2010-10-291-1/+1
* | | MIPS: AR7: Add support for Titan (TNETV10xx) SoC variantFlorian Fainelli2010-10-295-13/+345
* | | MIPS: AR7: Initialize GPIO earlierFlorian Fainelli2010-10-293-2/+5
* | | MIPS: Add platform device and Kconfig for Octeon USB EHCI / OHCIDavid Daney2010-10-292-1/+106
* | | MIPS: Octeon: Add register definitions for EHCI / OHCI USB glue logic.David Daney2010-10-291-0/+261
* | | MIPS: Octeon: Apply CN63XXP1 errata workarounds.David Daney2010-10-294-5/+69
* | | MIPS: Octeon: Use I/O clock rate for calculations.David Daney2010-10-292-2/+2
* | | MIPS: Octeon: Add octeon_get_io_clock_rate() for cn63xxDavid Daney2010-10-292-28/+49
* | | MIPS: Octeon: Remove bogus code from octeon_get_clock_rate()David Daney2010-10-291-2/+0
* | | MIPS: Octeon: Scale Octeon2 clocks in octeon_init_cvmcount()David Daney2010-10-291-3/+31
* | | MIPS: Octeon: Enable Read Inhibit / eXecute Inhibit on Octeon II.David Daney2010-10-291-1/+1
* | | MIPS: Octeon: Probe for Octeon II CPUs.David Daney2010-10-291-0/+7
* | | MIPS: Octeon: Handle Octeon II caches.David Daney2010-10-291-1/+15
* | | MIPS: Add identifiers for Octeon II CPUs.David Daney2010-10-291-1/+2
OpenPOWER on IntegriCloud