summaryrefslogtreecommitdiffstats
path: root/arch/mips/cavium-octeon
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-0/+1
|\
| * mips/cpu: Expose play_dead()'s prototype definitionJosh Poimboeuf2023-03-081-0/+1
* | Merge tag 'mips_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-04-272-21/+17
|\ \
| * | MIPS: Octeon: Disable CVMSEG by default on other platformsJiaxun Yang2023-04-051-1/+2
| * | MIPS: octeon: Fix compile errorThomas Bogendoerfer2023-03-271-1/+1
| * | MIPS: octeon: Use of_address_to_resource()Rob Herring2023-03-241-20/+15
| |/
* / Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra2023-04-181-1/+1
|/
* MIPS: OCTEON: octeon-usb: Consolidate error messagesLadislav Michl2023-01-271-22/+20
* MIPS: OCTEON: warn only once if deprecated link status is being usedLadislav Michl2022-12-092-2/+2
* MIPS: OCTEON: cvmx-bootmem: use strscpy() to instead of strncpy()Xu Panda2022-12-081-2/+1
* mips: cavium: convert to DEFINE_SHOW_ATTRIBUTELiu Shixin2022-09-191-14/+3
* MIPS: Fix comments typoShaomin Deng2022-09-121-1/+1
* MIPS: OCTEON: irq: Fix octeon_irq_force_ciu_mapping()Alexander Sverdlin2022-09-071-0/+10
* MIPS: octeon: Get rid of preprocessor directives around RESERVE32Alexander Sverdlin2022-09-072-20/+11
* Merge tag 'mips_6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2022-08-065-8/+70
|\
| * Revert "MIPS: octeon: Remove vestiges of CONFIG_CAVIUM_RESERVE32"Alexander Sverdlin2022-07-302-5/+54
| * MIPS: Introduce CAVIUM_RESERVE32 Kconfig optionAlexander Sverdlin2022-07-301-0/+12
| * mips: cavium-octeon: Fix missing of_node_put() in octeon2_usb_clocks_startLiang He2022-07-051-1/+2
| * MIPS: Fix some typosZhang Jiaming2022-07-051-2/+2
* | genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland2022-07-071-2/+2
|/
* Merge tag 'mips_5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2022-05-306-6/+13
|\
| * MIPS: fix typos in commentsJulia Lawall2022-05-044-4/+4
| * MIPS: Octeon: support all interfaces on CN66XXStijn Tintel2022-04-261-0/+6
| * MIPS: Octeon: fix CN6640 hang on XAUI initStijn Tintel2022-04-261-2/+3
* | swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig2022-04-181-1/+1
* | MIPS/octeon: use swiotlb_init instead of open coding itChristoph Hellwig2022-04-181-13/+2
|/
* MIPS: OCTEON: Constify static irq_domain_opsRikard Falkeborn2022-02-221-5/+5
* MIPS: octeon: Fix missed PTR->PTR_WD conversionThomas Bogendoerfer2022-02-011-1/+1
* Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2022-01-142-0/+3
|\
| * MIPS: OCTEON: add put_device() after of_find_device_by_node()Ye Guojin2021-12-162-0/+3
* | crypto: mips/sha - remove duplicate hash init functionTianjia Zhang2021-12-313-87/+8
|/
* Merge tag 'mips_5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-11-052-24/+0
|\
| * MIPS: octeon: Remove unused functionsThomas Bogendoerfer2021-10-242-24/+0
* | irq: mips: stop (ab)using handle_domain_irq()Mark Rutland2021-10-251-1/+4
|/
* arch: remove compat_alloc_user_spaceArnd Bergmann2021-09-081-2/+0
* mips: clean up kernel-doc in cavium-octeon/*.cRandy Dunlap2021-07-283-30/+29
* mips: clean up (remove) kernel-doc in cavium-octeon/executive/Randy Dunlap2021-07-288-51/+50
* mips: cavium-octeon: clean up kernel-doc in cvmx-interrupt-decodes.cRandy Dunlap2021-07-221-5/+12
* MIPS: octeon: Remove vestiges of CONFIG_CAVIUM_RESERVE32Joe Perches2021-07-192-54/+5
* MIPS: OCTEON: octeon-usb: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-211-8/+1
* MIPS: octeon: Add __raw_copy_[from|to|in]_user symbolsThomas Bogendoerfer2021-04-091-2/+6
* mips: cavium: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEYang Li2021-03-061-1/+1
* Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-02-211-3/+6
|\
| * Revert "MIPS: Octeon: Remove special handling of CONFIG_MIPS_ELF_APPENDED_DTB=y"Kevin Hao2021-01-191-3/+6
* | MIPS: OCTEON: fix unreachable code in octeon_irq_init_ciuMenglong Dong2021-01-131-1/+1
|/
* Merge tag 'mips_5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2020-12-163-12/+15
|\
| * MIPS: Octeon: irq: Alloc desc before configuring IRQAlexander Sverdlin2020-12-141-0/+15
| * MIPS: OCTEON: Don't add kernel sections into memblock allocatorAlexander Sverdlin2020-12-041-9/+0
| * MIPS: No need to check CPU 0 in {loongson3,bmips,octeon}_cpu_disable()Tiezhu Yang2020-11-271-3/+0
* | crypto: mips/octeon - Fix sparse endianness warningsHerbert Xu2020-11-272-7/+9