aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/cavium-octeon
AgeCommit message (Expand)AuthorFilesLines
2024-01-17Merge tag 'mips_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds7-8/+8
2024-01-08MIPS: Fix typosBjorn Helgaas7-8/+8
2023-12-12mips, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECBaoquan He1-2/+2
2023-09-07Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds3-2/+5
2023-09-01Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-553/+0
2023-08-18range.h: Move resource API and constant to respective filesAndy Shevchenko1-1/+1
2023-08-15mips: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada1-1/+1
2023-08-04usb: dwc3: dwc3-octeon: Convert to glue driverLadislav Michl3-553/+0
2023-07-28MIPS: More explicit DT include clean-upsRob Herring2-0/+4
2023-07-25MIPS: Explicitly include correct DT includesRob Herring1-1/+2
2023-06-29Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-313/+316
2023-06-23MIPS: OCTEON: octeon-usb: cleanup divider calculationLadislav Michl1-13/+18
2023-06-23MIPS: OCTEON: octeon-usb: introduce dwc3_octeon_{read,write}qLadislav Michl1-40/+59
2023-06-23MIPS: OCTEON: octeon-usb: move gpio config to separate functionLadislav Michl1-20/+25
2023-06-23MIPS: OCTEON: octeon-usb: use bitfields for shim registerLadislav Michl1-55/+41
2023-06-23MIPS: OCTEON: octeon-usb: use bitfields for host config registerLadislav Michl1-45/+38
2023-06-23MIPS: OCTEON: octeon-usb: use bitfields for control registerLadislav Michl1-171/+159
2023-06-23MIPS: OCTEON: octeon-usb: add all register offsetsLadislav Michl1-14/+21
2023-05-15MIPS: SMP_CPS: Switch to hotplug core state synchronizationThomas Gleixner1-0/+1
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2023-04-27Merge tag 'mips_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2-21/+17
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra1-1/+1
2023-04-05MIPS: Octeon: Disable CVMSEG by default on other platformsJiaxun Yang1-1/+2
2023-03-27MIPS: octeon: Fix compile errorThomas Bogendoerfer1-1/+1
2023-03-24MIPS: octeon: Use of_address_to_resource()Rob Herring1-20/+15
2023-03-08mips/cpu: Expose play_dead()'s prototype definitionJosh Poimboeuf1-0/+1
2023-01-27MIPS: OCTEON: octeon-usb: Consolidate error messagesLadislav Michl1-22/+20
2022-12-09MIPS: OCTEON: warn only once if deprecated link status is being usedLadislav Michl2-2/+2
2022-12-08MIPS: OCTEON: cvmx-bootmem: use strscpy() to instead of strncpy()Xu Panda1-2/+1
2022-09-19mips: cavium: convert to DEFINE_SHOW_ATTRIBUTELiu Shixin1-14/+3
2022-09-12MIPS: Fix comments typoShaomin Deng1-1/+1
2022-09-07MIPS: OCTEON: irq: Fix octeon_irq_force_ciu_mapping()Alexander Sverdlin1-0/+10
2022-09-07MIPS: octeon: Get rid of preprocessor directives around RESERVE32Alexander Sverdlin2-20/+11
2022-08-06Merge tag 'mips_6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds5-8/+70
2022-07-30Revert "MIPS: octeon: Remove vestiges of CONFIG_CAVIUM_RESERVE32"Alexander Sverdlin2-5/+54
2022-07-30MIPS: Introduce CAVIUM_RESERVE32 Kconfig optionAlexander Sverdlin1-0/+12
2022-07-07genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland1-2/+2
2022-07-05mips: cavium-octeon: Fix missing of_node_put() in octeon2_usb_clocks_startLiang He1-1/+2
2022-07-05MIPS: Fix some typosZhang Jiaming1-2/+2
2022-05-30Merge tag 'mips_5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds6-6/+13
2022-05-04MIPS: fix typos in commentsJulia Lawall4-4/+4
2022-04-26MIPS: Octeon: support all interfaces on CN66XXStijn Tintel1-0/+6
2022-04-26MIPS: Octeon: fix CN6640 hang on XAUI initStijn Tintel1-2/+3
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig1-1/+1
2022-04-18MIPS/octeon: use swiotlb_init instead of open coding itChristoph Hellwig1-13/+2
2022-02-22MIPS: OCTEON: Constify static irq_domain_opsRikard Falkeborn1-5/+5
2022-02-01MIPS: octeon: Fix missed PTR->PTR_WD conversionThomas Bogendoerfer1-1/+1
2022-01-14Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2-0/+3
2021-12-31crypto: mips/sha - remove duplicate hash init functionTianjia Zhang3-87/+8
2021-12-16MIPS: OCTEON: add put_device() after of_find_device_by_node()Ye Guojin2-0/+3
2021-11-05Merge tag 'mips_5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2-24/+0
2021-10-25irq: mips: stop (ab)using handle_domain_irq()Mark Rutland1-1/+4
2021-10-24MIPS: octeon: Remove unused functionsThomas Bogendoerfer2-24/+0
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann1-2/+0
2021-07-28mips: clean up kernel-doc in cavium-octeon/*.cRandy Dunlap3-30/+29
2021-07-28mips: clean up (remove) kernel-doc in cavium-octeon/executive/Randy Dunlap8-51/+50
2021-07-22mips: cavium-octeon: clean up kernel-doc in cvmx-interrupt-decodes.cRandy Dunlap1-5/+12
2021-07-19MIPS: octeon: Remove vestiges of CONFIG_CAVIUM_RESERVE32Joe Perches2-54/+5
2021-06-21MIPS: OCTEON: octeon-usb: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-8/+1
2021-04-09MIPS: octeon: Add __raw_copy_[from|to|in]_user symbolsThomas Bogendoerfer1-2/+6
2021-03-06mips: cavium: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEYang Li1-1/+1
2021-02-21Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-3/+6
2021-01-19Revert "MIPS: Octeon: Remove special handling of CONFIG_MIPS_ELF_APPENDED_DTB=y"Kevin Hao1-3/+6
2021-01-13MIPS: OCTEON: fix unreachable code in octeon_irq_init_ciuMenglong Dong1-1/+1
2020-12-16Merge tag 'mips_5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds3-12/+15
2020-12-14MIPS: Octeon: irq: Alloc desc before configuring IRQAlexander Sverdlin1-0/+15
2020-12-04MIPS: OCTEON: Don't add kernel sections into memblock allocatorAlexander Sverdlin1-9/+0
2020-11-27MIPS: No need to check CPU 0 in {loongson3,bmips,octeon}_cpu_disable()Tiezhu Yang1-3/+0
2020-11-27crypto: mips/octeon - Fix sparse endianness warningsHerbert Xu2-7/+9
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers3-3/+3
2020-10-16Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-15/+11
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+2
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-7/+7
2020-10-12MIPS: replace add_memory_region with memblockThomas Bogendoerfer1-14/+10
2020-09-23Revert "MIPS: OCTEON: use devm_platform_ioremap_resource"Thomas Bogendoerfer1-1/+9
2020-09-18MIPS: OCTEON: use devm_platform_ioremap_resourceQinglang Miao1-9/+1
2020-09-11dma-direct: rename and cleanup __phys_to_dmaChristoph Hellwig1-1/+1
2020-09-11dma-direct: remove __dma_to_physChristoph Hellwig1-1/+1
2020-09-07MIPS: Get rid of CAVIUM_OCTEON_DCACHE_PREFETCH_WARThomas Bogendoerfer1-1/+1
2020-07-24MIPS: OCTEON: add missing put_device() call in dwc3_octeon_device_init()Yu Kuai1-1/+4
2020-06-03Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds5-17/+4
2020-05-13MIPS: Only include the platform file neededThomas Bogendoerfer1-1/+0
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers1-1/+0
2020-05-07MIPS: Use fallthrough for arch/mipsLiangliang Huang3-4/+4
2020-05-07MIPS: Octeon: Remove dead code in __cvmx_helper_npi_probe()Jason Yan1-12/+0
2020-03-31Merge tag 'mips_5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-0/+3
2020-03-04MIPS: OCTEON: irq: Fix potential NULL pointer dereferenceGustavo A. R. Silva1-0/+3
2020-02-12MIPS: octeon: remove typedef declaration for cvmx_pko_command_word0Chris Packham1-1/+1
2020-02-12MIPS: octeon: remove typedef declaration for cvmx_helper_link_infoChris Packham6-18/+18
2020-02-12MIPS: octeon: remove typedef declaration for cvmx_wqeChris Packham1-1/+1
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+1
2020-01-23MIPS: OCTEON: octeon-irq: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-09MIPS: OCTEON: Replace SIZEOF_FIELD() macroPankaj Bharadiya1-8/+1
2019-11-01mips/cavium-octeon: Fix typo *must* in commentPaul Menzel1-1/+1
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2-12/+7
2019-08-27MIPS: Octeon: remove duplicated include from dma-octeon.cYueHaibing1-1/+0
2019-08-23MIPS: OCTEON: Drop boot_mem_mapJiaxun Yang2-12/+8
2019-08-06Merge tag 'mips_fixes_5.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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/gi...Linus 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/l...Linus 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 st...Aaro 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...Linus 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...Linus 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...Linus 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 <lin...Ingo Molnar1-0/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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
2017-01-03MIPS: Octeon: Add plat_get_fdt() function for Cavium platforms.Steven J. Hill1-0/+7
2017-01-03MIPS: Octeon: Add fw_init_cmdline() for Cavium platforms.Steven J. Hill1-0/+16
2017-01-03MIPS: Octeon: Kill cvmx_helper_link_autoconf()Aaro Koskinen5-54/+5
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-1/+1
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds6-371/+22