summaryrefslogtreecommitdiffstats
path: root/arch/mips/cavium-octeon
Commit message (Expand)AuthorAgeFilesLines
* 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
* | crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-203-3/+3
|/
* Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2020-10-161-15/+11
|\
| * MIPS: replace add_memory_region with memblockThomas Bogendoerfer2020-10-121-14/+10
| * Revert "MIPS: OCTEON: use devm_platform_ioremap_resource"Thomas Bogendoerfer2020-09-231-1/+9
| * MIPS: OCTEON: use devm_platform_ioremap_resourceQinglang Miao2020-09-181-9/+1
| * MIPS: Get rid of CAVIUM_OCTEON_DCACHE_PREFETCH_WARThomas Bogendoerfer2020-09-071-1/+1
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-2/+2
|\ \
| * | dma-direct: rename and cleanup __phys_to_dmaChristoph Hellwig2020-09-111-1/+1
| * | dma-direct: remove __dma_to_physChristoph Hellwig2020-09-111-1/+1
| |/
* / arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-7/+7
|/
* MIPS: OCTEON: add missing put_device() call in dwc3_octeon_device_init()Yu Kuai2020-07-241-1/+4
* Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-06-035-17/+4
|\
| * MIPS: Only include the platform file neededThomas Bogendoerfer2020-05-131-1/+0
| * MIPS: Use fallthrough for arch/mipsLiangliang Huang2020-05-073-4/+4
| * MIPS: Octeon: Remove dead code in __cvmx_helper_npi_probe()Jason Yan2020-05-071-12/+0
* | crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2020-05-081-1/+0
|/
* Merge tag 'mips_5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-03-311-0/+3
|\
| * MIPS: OCTEON: irq: Fix potential NULL pointer dereferenceGustavo A. R. Silva2020-03-041-0/+3
* | MIPS: octeon: remove typedef declaration for cvmx_pko_command_word0Chris Packham2020-02-121-1/+1
* | MIPS: octeon: remove typedef declaration for cvmx_helper_link_infoChris Packham2020-02-126-18/+18
* | MIPS: octeon: remove typedef declaration for cvmx_wqeChris Packham2020-02-121-1/+1
|/
* Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-01-311-1/+1
|\
| * MIPS: OCTEON: octeon-irq: fix spelling mistake "to" -> "too"Colin Ian King2020-01-231-1/+1
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* MIPS: OCTEON: Replace SIZEOF_FIELD() macroPankaj Bharadiya2019-12-091-8/+1
* mips/cavium-octeon: Fix typo *must* in commentPaul Menzel2019-11-011-1/+1