aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/cavium-octeon (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-06Merge tag 'mips_fixes_5.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-0/+1
2019-07-18MIPS: Annotate fall-through in Cavium Octeon codePaul Burton1-0/+1
2019-07-17Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+1
2019-07-16MIPS: fix some more fall through errors in arch/mipsStephen Rothwell1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45Thomas Gleixner1-5/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+3
2019-03-05Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds4-146/+75
2019-02-07MIPS: OCTEON: program rx/tx-delay always from DTAaro Koskinen3-40/+40
2019-02-07MIPS: OCTEON: delete board-specific link statusAaro Koskinen1-42/+1
2019-02-07MIPS: OCTEON: don't lie about interface type of CN3005 boardAaro Koskinen1-16/+0
2019-02-07MIPS: OCTEON: warn if deprecated link status is being usedAaro Koskinen2-0/+6
2019-02-07MIPS: OCTEON: add fixed-link nodes to in-kernel device treeAaro Koskinen1-0/+24
2019-01-28MIPS: OCTEON: delete SMI/MDIO enableAaro Koskinen1-20/+0
2019-01-22mips: cavium: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-28/+4
2019-01-14MIPS: OCTEON: fix kexec supportAurelien Jarno1-1/+1
2019-01-05Merge tag 'mips_fixes_4.21_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+2
2019-01-02MIPS: OCTEON: mark RGMII interface disabled on OCTEON IIIAaro Koskinen1-1/+2
2018-12-26Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds16-405/+115
2018-12-04MIPS: OCTEON: cvmx_gmxx_inf_mode: use oldest forward compatible definitionAaro Koskinen2-3/+3
2018-12-04MIPS: OCTEON: cvmx_mio_fus_dat3: use oldest forward compatible definitionAaro Koskinen1-6/+6
2018-12-04MIPS: OCTEON: cvmx_pko_mem_debug8: use oldest forward compatible definitionAaro Koskinen1-1/+1
2018-12-04MIPS: OCTEON: octeon-usb: use common gpio_bit definitionAaro Koskinen1-3/+3
2018-11-21MIPS: OCTEON: delete cvmx override functionsAaro Koskinen1-31/+0
2018-11-21MIPS: OCTEON: cvmx-bootmem: make more functions staticAaro Koskinen1-2/+24
2018-11-21MIPS: OCTEON: cvmx-bootmem: move code to avoid forward declarationsAaro Koskinen1-47/+47
2018-11-21MIPS: OCTEON: cvmx-bootmem: delete unused functionsAaro Koskinen1-12/+0
2018-11-21MIPS: OCTEON: make cvmx_bootmem_alloc_range staticAaro Koskinen1-2/+15
2018-11-21MIPS: OCTEON: cvmx-helper-util: make cvmx_helper_setup_red_queue staticAaro Koskinen1-1/+2
2018-11-21MIPS: OCTEON: cvmx-helper-util: delete cvmx_helper_dump_packetAaro Koskinen1-87/+0
2018-11-21MIPS: OCTEON: smp: make internal symbols staticAaro Koskinen1-2/+2
2018-11-21MIPS: OCTEON: csrc-octeon: include linux/sched/clock.hAaro Koskinen1-0/+1
2018-11-21MIPS: OCTEON: octeon-irq: make octeon_irq_ciu3_set_affinity() staticAaro Koskinen1-2/+2
2018-11-21MIPS: OCTEON: octeon-platform: fix typingAaro Koskinen1-1/+1
2018-11-21MIPS: OCTEON: octeon-platform: make octeon_ids staticAaro Koskinen1-1/+1
2018-11-21MIPS: OCTEON: delete unused loopback configuration functionsAaro Koskinen4-199/+0
2018-11-21MIPS: OCTEON: cvmx-helper: make __cvmx_helper_errata_fix_ipd_ptr_alignment staticAaro Koskinen1-1/+1
2018-11-21MIPS: OCTEON: setup: include asm/prom.hAaro Koskinen1-0/+1
2018-11-21MIPS: OCTEON: setup: include asm/fw/fw.hAaro Koskinen1-0/+1
2018-11-21MIPS: OCTEON: setup: make internal functions and data staticAaro Koskinen1-3/+3
2018-11-21MIPS: OCTEON: cvmx-l2c: make cvmx_l2c_spinlock staticAaro Koskinen1-1/+1
2018-11-05MIPS: OCTEON: fix out of bounds array access on CN68XXAaro Koskinen1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport1-1/+1
2018-09-26MIPS: Octeon: Remove special handling of CONFIG_MIPS_ELF_APPENDED_DTB=yYasha Cherikovsky1-6/+3
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