summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-10-2915-143/+235
|\
| * kgdb,ppc: Individual register get/set for ppcDongdong Deng2010-10-292-63/+126
| * kgdbts: prevent re-entry to kgdbts before it unregistersDongdong Deng2010-10-291-14/+2
| * debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng2010-10-294-25/+10
| * kdb: Fix early debugging crash regressionJason Wessel2010-10-291-1/+1
| * kgdb,arm: fix register dumpRabin Vincent2010-10-292-3/+4
| * kdb: fix per_cpu command to remove supress maskJason Wessel2010-10-291-35/+11
| * kdb: Add kdb kernel module sampleJason Wessel2010-10-295-2/+81
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/par...Linus Torvalds2010-10-291-0/+1
|\ \
| * | parisc-agp: fix missing slab.h includeKyle McMartin2010-10-291-0/+1
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2010-10-2994-3525/+9360
|\ \ \
| * | | ftrace/MIPS: Enable C Version of recordmcountWu Zhangjin2010-10-291-0/+1
| * | | ftrace/MIPS: Add module support for C version of recordmcountWu Zhangjin2010-10-292-4/+57
| * | | ftrace/MIPS: Add MIPS64 support for C version of recordmcountJohn Reiser2010-10-292-4/+71
| * | | 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
| * | | USB: Add EHCI and OHCH glue for OCTEON II SOCs.David Daney2010-10-297-2/+645
| * | | 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
| * | | WATCHDOG: octeon-wdt: Use I/O clock rate for timing calculations.David Daney2010-10-291-2/+2
| * | | ATA: pata_octeon_cf: Use I/O clock rate for timing calculations.David Daney2010-10-291-1/+1
| * | | 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
| * | | MIPS: Octeon: Update L2 Cache code for CN63XXDavid Daney2010-10-293-417/+629
| * | | MIPS: Octeon: Add cn63XX to Octeon chip detection macros.David Daney2010-10-291-8/+28
| * | | MIPS: Octeon: Update register definitions for CN63XX chipsDavid Daney2010-10-2920-2161/+4212
| * | | MIPS: Octeon: Rewrite DMA mapping functions.David Daney2010-10-296-301/+389
| * | | MIPS: Add a platform hook for swiotlb setup.David Daney2010-10-292-0/+13
| * | | MIPS: Convert DMA to use dma-mapping-common.hDavid Daney2010-10-298-153/+136
| * | | MIPS: ip32, ip27, jazz: Make static functions in dma-coherence.h inline.David Daney2010-10-293-8/+8
| * | | MIPS: Octeon: Select ZONE_DMA32David Daney2010-10-291-0/+1
| * | | MIPS: Octeon: Adjust top of DMA32 zone.David Daney2010-10-291-0/+6
OpenPOWER on IntegriCloud