summaryrefslogtreecommitdiffstats
path: root/arch/mips/cavium-octeon
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'fixes-for-linus', 'generic', 'cavium', 'module.h-fixes', 'nex...Ralf Baechle2012-05-262-6/+1
|\ \
| | * MIPS: Fix several implicit uses of export.h/module.hPaul Gortmaker2012-05-151-0/+1
| |/ |/|
| * MIPS: Cavium: Remove smp_reserve_lock.Ralf Baechle2012-05-171-6/+0
|/
* Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-041-6/+6
|\
| * MIPS: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-281-6/+6
* | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-04-021-2/+2
|\ \
| * | documentation: remove references to cpu_*_map.Rusty Russell2012-03-291-1/+1
| * | remove references to cpu_*_map in arch/Rusty Russell2012-03-291-1/+1
* | | Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-03-301-1/+1
|\ \ \ | |/ / |/| |
| * | mtd: do not use plain 0 as NULLArtem Bityutskiy2012-03-271-1/+1
| |/
* / Disintegrate asm/system.h for MIPSDavid Howells2012-03-282-2/+1
|/
*---. Merge branches 'next/ar7', 'next/ath79', 'next/bcm63xx', 'next/bmips', 'next/...Ralf Baechle2012-01-1120-41/+6625
|\ \ \
| | * | MIPS: Octeon: Update DMA mapping operations for OCTEON II processors.David Daney2011-12-071-2/+21
| | * | MIPS: Octeon: Rearrange CVMX files in preperation for device treeDavid Daney2011-12-074-24/+107
| | * | MIPS: Octeon: Update bootloader board type constants.David Daney2011-12-071-0/+20
| | * | MIPS: Octeon: Move some Ethernet support files out of staging.David Daney2011-12-0718-5/+6416
| | * | MIPS: Oceton: Update model detection code for new chips.David Daney2011-12-071-34/+85
| |/ /
* | | Merge branch 'next/generic' into mips-for-linux-nextRalf Baechle2012-01-111-8/+0
|\ \ \ | | |/ | |/|
| * | MIPS: Handle initmem in systems with kernel not in add_memory_region() memDavid Daney2011-12-071-8/+0
| |/
* / MIPS: Fix up inconsistency in panic() string argument.Ralf Baechle2011-12-072-4/+4
|/
* MIPS: Octeon: Fix compile error in arch/mips/cavium-octeon/flash_setup.cDavid Daney2011-11-101-7/+2
* MIPS: Octeon: Mark SMP-IPI interrupt as IRQF_NO_THREADVenkat Subbiah2011-11-081-2/+3
* mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-313-0/+3
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-05-271-10/+1
|\
| * mtd: octeon: convert to mtd_device_register()Jamie Iles2011-05-251-10/+1
* | Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-191-2/+1
|\ \
| * \ Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Thomas Gleixner2011-05-145-650/+796
| |\ \
| * | | mips: convert to clocksource_register_hz/khzJohn Stultz2011-02-211-2/+1
| | | |
| \ \ \
*-. \ \ \ Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds2011-05-191-0/+2
|\ \ \ \ \ | | | |_|/ | | |/| |
| * | | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-141-0/+2
| | |_|/ | |/| |
* | | | MIPS: Octeon: Don't request interrupts for unused IPI mailbox bits.David Daney2011-05-191-8/+7
* | | | Octeon: Fix interrupt irq settings for performance counters.Chandrakala Chavva2011-05-191-7/+0
| |/ / |/| |
* | | MIPS: Octeon: Guard the Kconfig body with CPU_CAVIUM_OCTEONDavid Daney2011-05-101-11/+4
|/ /
* | Fix common misspellingsLucas De Marchi2011-03-313-3/+3
* | MIPS: Octeon: Simplify irq_cpu_on/offline irq chip functionsThomas Gleixner2011-03-291-54/+17
* | MIPS: Octeon: Rewrite interrupt handling code.David Daney2011-03-293-645/+828
|/
* MIPS: Add platform device and Kconfig for Octeon USB EHCI / OHCIDavid Daney2010-10-291-1/+104
* MIPS: Octeon: Apply CN63XXP1 errata workarounds.David Daney2010-10-292-4/+49
* 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-291-28/+48
* 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: Update L2 Cache code for CN63XXDavid Daney2010-10-291-322/+488
* MIPS: Octeon: Rewrite DMA mapping functions.David Daney2010-10-292-287/+306
* MIPS: Octeon: Set dma_masks for octeon_mgmt device.David Daney2010-10-291-0/+5
* MIPS: Add missing #inclusions of <linux/irq.h>David Howells2010-10-071-0/+1
* MIPS: Octeon: Place cnmips_cu2_setup in __init memory.David Daney2010-10-041-1/+1
* MIPS: Octeon: Determine if helper needs to be builtAndreas Bießmann2010-10-042-1/+5
* MIPS: Octeon: Allow more than 3.75GB of memory with PCIeDavid Daney2010-08-052-8/+43
* MIPS: Octeon: Export prom_putchar().David Daney2010-08-051-1/+5