summaryrefslogtreecommitdiffstats
path: root/arch/mips/cavium-octeon
Commit message (Expand)AuthorAgeFilesLines
* MIPS: SMP: Don't increment irq_count multiple times for call function IPIsAlex Smith2015-08-031-1/+1
* Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-07-021-3/+0Star
|\
| * of: clean-up unnecessary libfdt include pathsRob Herring2015-06-051-3/+0Star
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-06-271-1/+3
|\ \
| * | MIPS, IRQ: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-06-211-1/+3
| |/
* | Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu2015-06-198-14/+252
|\|
| * Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-201-2/+2
| |\
| | * mips: fix up obsolete cpu function usage.Rusty Russell2015-03-051-2/+2
| * | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-04-177-12/+250
| |\ \
| | * \ Merge branch '4.0-fixes' into mips-for-linux-nextRalf Baechle2015-04-131-1/+1
| | |\ \
| | | * | MIPS: OCTEON: Use correct CSR to soft resetChandrakala Chavva2015-03-251-1/+4
| | | * | MIPS: OCTEON: dma-octeon: fix OHCI USB config checkAaro Koskinen2015-03-251-1/+1
| | | |/
| | * | MIPS: Octeon: Don't set .owner.Ralf Baechle2015-04-081-1/+0Star
| | * | MIPS: Octeon: Make octeon-md5 driver endian-agnosticPaul Martin2015-04-011-4/+4
| | * | MIPS: Octeon: Set appropriate endianness in L2C registersPaul Martin2015-04-011-0/+12
| | * | MIPS: Octeon: Turn hardware bitfields and structures inside out.Paul Martin2015-04-011-0/+45
| | * | MIPS: OCTEON: add GPIO LED support for DSR-1000NAaro Koskinen2015-04-011-0/+7
| | * | MIPS: mark prom_free_prom_memory() everywhere with __initAaro Koskinen2015-04-011-1/+1
| | * | MIPS: OCTEON: Use correct CSR to soft resetChandrakala Chavva2015-04-011-1/+4
| | * | MIPS: OCTEON: Use device tree to probe for flash chips.David Daney2015-04-011-5/+37
| | * | MIPS: OCTEON: Protect accesses to bootbus flash with octeon_bootbus_sem.David Daney2015-04-011-1/+41
| | * | MIPS: OCTEON: Add semaphore to serialize bootbus accesses.David Daney2015-04-011-0/+3
| | * | MIPS: Octeon: Handle bootloader structures in little-endian mode.David Daney2015-04-011-0/+23
| | * | CRYPTO: Octeon: Add SHA512 moduleAaro Koskinen2015-03-242-0/+278
| | * | CRYPTO: Octeon: Add SHA256 moduleAaro Koskinen2015-03-242-0/+281
| | * | CRYPTO: Octeon: Add SHA1 moduleAaro Koskinen2015-03-242-1/+243
| | * | CRYPTO: Octeon: Add instruction definitions for SHA1/256/512Aaro Koskinen2015-03-241-4/+79
| | * | CRYPTO: Octeon: always disable preemption when using crypto engineAaro Koskinen2015-03-242-5/+3Star
| | * | CRYPTO: Octeon: Don't disable bottom half in octeon-md5Aaro Koskinen2015-03-241-4/+0Star
| | |/
* | / crypto: octeon - use md5 IV MD5_HX instead of their raw valueLABBE Corentin2015-05-181-4/+4
|/ /
* | crypto: octeon - add SHA512 moduleAaro Koskinen2015-03-102-0/+278
* | crypto: octeon - add SHA256 moduleAaro Koskinen2015-03-102-0/+281
* | crypto: octeon - add SHA1 moduleAaro Koskinen2015-03-102-1/+243
* | crypto: octeon - add instruction definitions for SHA1/256/512Aaro Koskinen2015-03-101-4/+79
* | crypto: octeon - always disable preemption when using crypto engineAaro Koskinen2015-03-102-5/+3Star
* | crypto: octeon - don't disable bottom half in octeon-md5Aaro Koskinen2015-03-101-4/+0Star
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-02-225-282/+885
|\
| * MIPS: OCTEON: irq: add CIB and other fixesDavid Daney2015-02-201-269/+780
| * MIPS: OCTEON: Don't do acknowledge operations for level triggered irqs.David Daney2015-02-201-2/+43
| * MIPS: OCTEON: More OCTEONIII supportChandrakala Chavva2015-02-202-2/+17
| * MIPS: OCTEON: Core-15169 Workaround and general CVMSEG cleanup.David Daney2015-02-201-3/+1Star
| * MIPS: OCTEON: Update octeon-model.h code for new SoCs.David Daney2015-02-204-5/+5
| * MIPS: OCTEON: Implement DCache errata workaround for all CN6XXXDavid Daney2015-02-201-3/+4
| * MIPS: OCTEON: Save/Restore wider multiply registers in OCTEON III CPUsDavid Daney2015-02-201-0/+37
* | Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2015-02-151-89/+63Star
|\ \
| * | USB: host: Introduce flag to enable use of 64-bit dma_mask for ehci-platformAndreas Herrmann2015-01-251-3/+1Star
| * | USB: host: Remove hard-coded octeon platform information for ehci/ohciAndreas Herrmann2015-01-091-86/+62Star
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-02-146-0/+371
|\ \
| * | crypto: octeon - add MD5 moduleAaro Koskinen2014-12-233-0/+220
| * | MIPS: OCTEON: reintroduce crypto features checkAaro Koskinen2014-12-231-0/+6