summaryrefslogtreecommitdiffstats
path: root/arch/mips/cavium-octeon
Commit message (Expand)AuthorAgeFilesLines
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3
* Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-03-054-146/+75
|\
| * MIPS: OCTEON: program rx/tx-delay always from DTAaro Koskinen2019-02-073-40/+40
| * MIPS: OCTEON: delete board-specific link statusAaro Koskinen2019-02-071-42/+1
| * MIPS: OCTEON: don't lie about interface type of CN3005 boardAaro Koskinen2019-02-071-16/+0
| * MIPS: OCTEON: warn if deprecated link status is being usedAaro Koskinen2019-02-072-0/+6
| * MIPS: OCTEON: add fixed-link nodes to in-kernel device treeAaro Koskinen2019-02-071-0/+24
| * MIPS: OCTEON: delete SMI/MDIO enableAaro Koskinen2019-01-281-20/+0
| * mips: cavium: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-221-28/+4
* | MIPS: OCTEON: fix kexec supportAurelien Jarno2019-01-141-1/+1
|/
* Merge tag 'mips_fixes_4.21_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-051-1/+2
|\
| * MIPS: OCTEON: mark RGMII interface disabled on OCTEON IIIAaro Koskinen2019-01-021-1/+2
* | Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-12-2616-405/+115
|\|
| * MIPS: OCTEON: cvmx_gmxx_inf_mode: use oldest forward compatible definitionAaro Koskinen2018-12-042-3/+3
| * MIPS: OCTEON: cvmx_mio_fus_dat3: use oldest forward compatible definitionAaro Koskinen2018-12-041-6/+6
| * MIPS: OCTEON: cvmx_pko_mem_debug8: use oldest forward compatible definitionAaro Koskinen2018-12-041-1/+1
| * MIPS: OCTEON: octeon-usb: use common gpio_bit definitionAaro Koskinen2018-12-041-3/+3
| * MIPS: OCTEON: delete cvmx override functionsAaro Koskinen2018-11-211-31/+0
| * MIPS: OCTEON: cvmx-bootmem: make more functions staticAaro Koskinen2018-11-211-2/+24
| * MIPS: OCTEON: cvmx-bootmem: move code to avoid forward declarationsAaro Koskinen2018-11-211-47/+47
| * MIPS: OCTEON: cvmx-bootmem: delete unused functionsAaro Koskinen2018-11-211-12/+0
| * MIPS: OCTEON: make cvmx_bootmem_alloc_range staticAaro Koskinen2018-11-211-2/+15
| * MIPS: OCTEON: cvmx-helper-util: make cvmx_helper_setup_red_queue staticAaro Koskinen2018-11-211-1/+2
| * MIPS: OCTEON: cvmx-helper-util: delete cvmx_helper_dump_packetAaro Koskinen2018-11-211-87/+0
| * MIPS: OCTEON: smp: make internal symbols staticAaro Koskinen2018-11-211-2/+2
| * MIPS: OCTEON: csrc-octeon: include linux/sched/clock.hAaro Koskinen2018-11-211-0/+1
| * MIPS: OCTEON: octeon-irq: make octeon_irq_ciu3_set_affinity() staticAaro Koskinen2018-11-211-2/+2
| * MIPS: OCTEON: octeon-platform: fix typingAaro Koskinen2018-11-211-1/+1
| * MIPS: OCTEON: octeon-platform: make octeon_ids staticAaro Koskinen2018-11-211-1/+1
| * MIPS: OCTEON: delete unused loopback configuration functionsAaro Koskinen2018-11-214-199/+0
| * MIPS: OCTEON: cvmx-helper: make __cvmx_helper_errata_fix_ipd_ptr_alignment st...Aaro Koskinen2018-11-211-1/+1
| * MIPS: OCTEON: setup: include asm/prom.hAaro Koskinen2018-11-211-0/+1
| * MIPS: OCTEON: setup: include asm/fw/fw.hAaro Koskinen2018-11-211-0/+1
| * MIPS: OCTEON: setup: make internal functions and data staticAaro Koskinen2018-11-211-3/+3
| * MIPS: OCTEON: cvmx-l2c: make cvmx_l2c_spinlock staticAaro Koskinen2018-11-211-1/+1
* | MIPS: OCTEON: fix out of bounds array access on CN68XXAaro Koskinen2018-11-051-1/+1
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport2018-10-311-1/+1
* MIPS: Octeon: Remove special handling of CONFIG_MIPS_ELF_APPENDED_DTB=yYasha Cherikovsky2018-09-261-6/+3
* MIPS: kexec: Make a framework for both jumping and halting on nonboot CPUsDengcheng Zhu2018-09-221-0/+7
* MIPS: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-281-8/+8
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-154-6/+0
|\
| * crypto: shash - remove useless setting of type flagsEric Biggers2018-07-094-6/+0
* | MIPS: Octeon: add missing of_node_put()Nicholas Mc Guire2018-07-271-0/+2
* | MIPS: Octeon: Remove extern declarations.Steven J. Hill2018-07-245-23/+8
* | mips: unify prom_putchar() declarationsAlexander Sverdlin2018-07-171-2/+2
* | MIPS: octeon: use of_platform_populate to probe devicesRob Herring2018-06-241-1/+1
* | MIPS: Octeon: assign bool true/false not 1/0Nicholas Mc Guire2018-06-241-1/+1
* | MIPS: consolidate the swiotlb implementationsChristoph Hellwig2018-06-241-61/+0
* | MIPS: Octeon: refactor swiotlb codeChristoph Hellwig2018-06-241-90/+71