aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/cavium-octeon (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-22MIPS: kexec: Make a framework for both jumping and halting on nonboot CPUsDengcheng Zhu1-0/+7
2018-08-28MIPS: Convert to using %pOFn instead of device_node.nameRob Herring1-8/+8
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-6/+0
2018-07-27MIPS: Octeon: add missing of_node_put()Nicholas Mc Guire1-0/+2
2018-07-24MIPS: Octeon: Remove extern declarations.Steven J. Hill5-23/+8
2018-07-17mips: unify prom_putchar() declarationsAlexander Sverdlin1-2/+2
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers4-6/+0
2018-06-24MIPS: octeon: use of_platform_populate to probe devicesRob Herring1-1/+1
2018-06-24MIPS: Octeon: assign bool true/false not 1/0Nicholas Mc Guire1-1/+1
2018-06-24MIPS: consolidate the swiotlb implementationsChristoph Hellwig1-61/+0
2018-06-24MIPS: Octeon: refactor swiotlb codeChristoph Hellwig1-90/+71
2018-06-24MIPS: Octeon: unexport __phys_to_dma and __dma_to_physChristoph Hellwig1-3/+0
2018-05-09swiotlb: move the SWIOTLB config symbol to lib/KconfigChristoph Hellwig1-4/+0
2018-05-09mips,unicore32: swiotlb doesn't need sg->dma_lengthChristoph Hellwig1-1/+0
2018-05-09scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/KconfigChristoph Hellwig1-3/+0
2018-05-09iommu-helper: mark iommu_is_span_boundary as inlineChristoph Hellwig1-4/+0
2018-04-10Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mipsLinus Torvalds1-5/+5
2018-03-20dma/direct: Handle the memory encryption bit in common codeChristoph Hellwig1-5/+5
2018-02-23MIPS: OCTEON: irq: Check for null return on kzalloc allocationColin Ian King1-0/+2
2018-02-19MIPS: Octeon: Fix logging messages with spurious periods after newlinesJoe Perches1-5/+5
2018-01-15mips: use swiotlb_{alloc,free}Christoph Hellwig2-23/+4
2018-01-15dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig1-3/+0
2017-11-15Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mipsLinus Torvalds2-6/+6
2017-11-07MIPS: Octeon: Remove usage of cvmx_wait() everywhere.Steven J. Hill2-6/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-09-04MIPS: Octeon: Allow access to CIU3 IRQ domains.Steven J. Hill1-0/+9
2017-09-04MIPS: Octeon: Add support for accessing the boot vector.Steven J. Hill3-1/+253
2017-08-30MIPS: SMP: Allow boot_secondary SMP op to return errorsPaul Burton1-2/+6
2017-08-29MIPS: SMP: Constify smp opsMatt Redfearn1-3/+3
2017-08-07MIPS: OCTEON: Fix USB platform code breakage.Steven J. Hill1-1/+1
2017-05-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds6-170/+128
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd1-1/+1
2017-04-10MIPS: Octeon: Clean up platform code.Steven J. Hill1-4/+12
2017-04-10MIPS: Octeon: Fix compile error when USB is not enabled.Steven J. Hill1-48/+49
2017-04-10MIPS: Octeon: Remove unused L2C types and macros.Steven J. Hill2-94/+66
2017-04-10MIPS: Octeon: Remove vestiges of CONFIG_CAVIUM_OCTEON_2ND_KERNELDavid Daney3-24/+1
2017-04-06mips: get rid of tail-zeroing in primitivesAl Viro1-30/+1
2017-03-08MIPS: Add missing include filesArnd Bergmann3-0/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>Ingo Molnar1-0/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+2
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+0
2017-02-17MIPS: OCTEON: Fix copy_from_user fault handling for large buffersJames Cowgill1-8/+12
2017-02-14MIPS: Audit and remove any unnecessary uses of module.hPaul Gortmaker5-5/+6
2017-02-14MIPS: OCTEON: Platform support for OCTEON III USB controllerSteven J. Hill3-0/+554
2017-02-10MIPS: Octeon: Remove unnecessary MODULE_*()Russell King1-4/+0
2017-01-25MIPS: Octeon: Avoid empty-body warningArnd Bergmann1-10/+5
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-2/+2
2017-01-03MIPS: Export memcpy & memset functions alongside their definitionsPaul Burton1-0/+5
2017-01-03MIPS: SMP: Remove cpu_callin_mapMatt Redfearn1-1/+0
2017-01-03MIPS: Octeon: Enable KASLRSteven J. Hill1-2/+18