aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-30Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-0/+97
2010-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse137-224/+468
2010-10-29ftrace/MIPS: Enable C Version of recordmcountWu Zhangjin1-0/+1
2010-10-29MIPS: Make TASK_SIZE reflect proper size for both 32 and 64 bit processes.David Daney4-24/+37
2010-10-29MIPS: Allow UserLocal on MIPS_R1 processorsKevin Cernekee1-6/+7
2010-10-29MIPS: Honor L2 bypass bitKevin Cernekee1-4/+30
2010-10-29MIPS: Add BMIPS CP0 register definitionsKevin Cernekee1-0/+51
2010-10-29MIPS: Add BMIPS processor types to KconfigKevin Cernekee1-0/+63
2010-10-29MIPS: Decouple BMIPS CPU support from bcm47xx/bcm63xx SoC codeKevin Cernekee4-61/+65
2010-10-29MIPS: Add support for hardware performance events (mipsxx)Deng-Cheng Zhu2-0/+1059
2010-10-29MIPS: Perf-events: Add callchain supportDeng-Cheng Zhu1-1/+107
2010-10-29MIPS: add support for hardware performance events (skeleton)Deng-Cheng Zhu4-0/+523
2010-10-29MIPS: add support for software performance eventsDeng-Cheng Zhu5-5/+36
2010-10-29MIPS: define local_xchg from xchg_local to atomic_long_xchgDeng-Cheng Zhu1-1/+1
2010-10-29MIPS: AR7: Add support for Titan (TNETV10xx) SoC variantFlorian Fainelli5-13/+345
2010-10-29MIPS: AR7: Initialize GPIO earlierFlorian Fainelli3-2/+5
2010-10-29MIPS: Add platform device and Kconfig for Octeon USB EHCI / OHCIDavid Daney2-1/+106
2010-10-29MIPS: Octeon: Add register definitions for EHCI / OHCI USB glue logic.David Daney1-0/+261
2010-10-29MIPS: Octeon: Apply CN63XXP1 errata workarounds.David Daney4-5/+69
2010-10-29MIPS: Octeon: Use I/O clock rate for calculations.David Daney2-2/+2
2010-10-29MIPS: Octeon: Add octeon_get_io_clock_rate() for cn63xxDavid Daney2-28/+49
2010-10-29MIPS: Octeon: Remove bogus code from octeon_get_clock_rate()David Daney1-2/+0
2010-10-29MIPS: Octeon: Scale Octeon2 clocks in octeon_init_cvmcount()David Daney1-3/+31
2010-10-29MIPS: Octeon: Enable Read Inhibit / eXecute Inhibit on Octeon II.David Daney1-1/+1
2010-10-29MIPS: Octeon: Probe for Octeon II CPUs.David Daney1-0/+7
2010-10-29MIPS: Octeon: Handle Octeon II caches.David Daney1-1/+15
2010-10-29MIPS: Add identifiers for Octeon II CPUs.David Daney1-1/+2
2010-10-29MIPS: Octeon: Update L2 Cache code for CN63XXDavid Daney3-417/+629
2010-10-29MIPS: Octeon: Add cn63XX to Octeon chip detection macros.David Daney1-8/+28
2010-10-29MIPS: Octeon: Update register definitions for CN63XX chipsDavid Daney20-2161/+4212
2010-10-29MIPS: Octeon: Rewrite DMA mapping functions.David Daney6-301/+389
2010-10-29MIPS: Add a platform hook for swiotlb setup.David Daney2-0/+13
2010-10-29MIPS: Convert DMA to use dma-mapping-common.hDavid Daney8-153/+136
2010-10-29MIPS: ip32, ip27, jazz: Make static functions in dma-coherence.h inline.David Daney3-8/+8
2010-10-29MIPS: Octeon: Select ZONE_DMA32David Daney1-0/+1
2010-10-29MIPS: Octeon: Adjust top of DMA32 zone.David Daney1-0/+6
2010-10-29MIPS: Allow MAX_DMA32_PFN to be overridden.David Daney1-0/+3
2010-10-29MIPS: Octeon: Set dma_masks for octeon_mgmt device.David Daney1-0/+5
2010-10-29MIPS: IRQ: Add stackoverflow detectionFrom: jiang.adam@gmail.com3-0/+35
2010-10-29MIPS: Kconfig cleanupThomas Gleixner1-2/+0
2010-10-29MIPS: Remove wait argument of r4k_on_each_cpuRalf Baechle1-11/+9
2010-10-29MIPS: More detailed description of r4k_on_each_cpuRalf Baechle1-0/+1
2010-10-29MIPS: Get rid of branches to .subsections.Ralf Baechle5-297/+243
2010-10-28Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-2/+0
2010-10-27mips: remove dma64_addr_t usageFUJITA Tomonori1-1/+1
2010-10-27ptrace: cleanup arch_ptrace() on MIPSNamhyung Kim1-11/+11
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-1/+2
2010-10-27mm: fix race in kunmap_atomic()Peter Zijlstra1-1/+2
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra2-6/+0
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra2-35/+33