| Commit message (Expand) | Author | Age | Files | Lines |
* | mips: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 2021-08-12 | 2 | -8/+5 |
* | MIPS: Add missing linux/irqdomain.h includes | Marc Zyngier | 2021-06-10 | 2 | -0/+2 |
* | MIPS: pci-legacy: revert "use generic pci_enable_resources" | Ilya Lipnitskiy | 2021-04-21 | 1 | -1/+37 |
* | MIPS: pci-legacy: use generic pci_enable_resources | Ilya Lipnitskiy | 2021-04-16 | 1 | -38/+2 |
* | MIPS: pci-legacy: remove busn_resource field | Ilya Lipnitskiy | 2021-04-16 | 1 | -1/+0 |
* | MIPS: pci-legacy: remove redundant info messages | Ilya Lipnitskiy | 2021-04-16 | 1 | -7/+0 |
* | MIPS: pci-legacy: stop using of_pci_range_to_resource | Ilya Lipnitskiy | 2021-04-16 | 1 | -2/+7 |
* | MIPS: pci-rt3883: more accurate DT error messages | Ilya Lipnitskiy | 2021-04-16 | 1 | -4/+2 |
* | MIPS: pci-rt3883: trivial: remove unused variable | Ilya Lipnitskiy | 2021-04-16 | 1 | -4/+0 |
* | MIPS: pci-rt2880: remove unneeded locks | Ilya Lipnitskiy | 2021-04-16 | 1 | -13/+0 |
* | MIPS: pci-rt2880: fix slot 0 configuration | Ilya Lipnitskiy | 2021-04-16 | 1 | -13/+24 |
* | MIPS: PCI: Fix a typo | Bhaskar Chowdhury | 2021-03-24 | 1 | -1/+1 |
* | MIPS: pci-mt7620: fix PLL lock check | Ilya Lipnitskiy | 2021-03-12 | 1 | -2/+3 |
* | MIPS: pci-ar2315: include <linux/dma-direct.h> for phys_to_dma | Christoph Hellwig | 2021-03-06 | 1 | -0/+1 |
* | driver core: lift dma_default_coherent into common code | Christoph Hellwig | 2021-02-13 | 1 | -1/+1 |
* | MIPS: refactor the runtime coherent vs noncoherent DMA indicators | Christoph Hellwig | 2021-02-13 | 1 | -3/+2 |
* | mips: pci: convert comma to semicolon | Zheng Yongjun | 2020-12-28 | 1 | -3/+3 |
* | mips: Vr41xx: add missing iounmap() on error in vr41xx_pciu_init() | Qinglang Miao | 2020-11-06 | 1 | -1/+3 |
* | Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 2020-10-16 | 3 | -11/+7 |
|\ |
|
| * | MIPS: pci: use devm_platform_ioremap_resource_byname | Zhang Qilong | 2020-09-18 | 3 | -11/+7 |
* | | dma-direct: rename and cleanup __phys_to_dma | Christoph Hellwig | 2020-09-11 | 2 | -2/+2 |
* | | dma-direct: remove __dma_to_phys | Christoph Hellwig | 2020-09-11 | 2 | -2/+2 |
|/ |
|
* | Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds | 2020-08-06 | 2 | -132/+0 |
|\ |
|
| * | MIPS: Retire kvm paravirt | Jiaxun Yang | 2020-07-24 | 2 | -132/+0 |
* | | irqdomain/treewide: Free firmware node after domain removal | Jon Derrick | 2020-07-23 | 1 | -0/+3 |
* | | irqdomain/treewide: Keep firmware node unconditionally allocated | Thomas Gleixner | 2020-07-14 | 1 | -2/+3 |
|/ |
|
* | MIPS: Loongson64: Switch to generic PCI driver | Jiaxun Yang | 2020-05-27 | 3 | -188/+0 |
* | MIPS: Remove NEC MARKEINS/EMMA | Thomas Bogendoerfer | 2020-05-09 | 4 | -324/+0 |
* | MIPS: Remove PMC MSP71xx platform | Thomas Bogendoerfer | 2020-05-09 | 3 | -1163/+0 |
* | MIPS: Remove support for LASAT | Thomas Bogendoerfer | 2020-05-09 | 3 | -226/+0 |
* | MIPS: Use fallthrough for arch/mips | Liangliang Huang | 2020-05-07 | 2 | -3/+2 |
* | MIPS: cleanup fixup_bigphys_addr handling | Christoph Hellwig | 2020-04-19 | 1 | -1/+1 |
* | Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds | 2020-01-31 | 2 | -5/+49 |
|\ |
|
| * | MIPS: PCI: Add detection of IOC3 on IO7, IO8, IO9 and Fuel | Thomas Bogendoerfer | 2020-01-24 | 1 | -0/+24 |
| * | MIPS: PCI: Support mapping of INTB/C/D for pci-xtalk-bridge | Thomas Bogendoerfer | 2020-01-09 | 1 | -4/+24 |
| * | MIPS: SGI-IP27: use asm/sn/agent.h for including HUB related stuff | Thomas Bogendoerfer | 2020-01-09 | 1 | -1/+1 |
* | | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 2020-01-06 | 4 | -4/+4 |
|/ |
|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Linus Torvalds | 2019-11-28 | 1 | -8/+8 |
|\ |
|
| * | dma-mapping: treat dev->bus_dma_mask as a DMA limit | Nicolas Saenz Julienne | 2019-11-21 | 1 | -8/+8 |
* | | MIPS: SGI-IP27: Enable ethernet phy on second Origin 200 module | Thomas Bogendoerfer | 2019-11-23 | 1 | -0/+22 |
* | | MIPS: PCI: Fix fake subdevice ID for IOC3 | Thomas Bogendoerfer | 2019-11-23 | 1 | -1/+1 |
* | | MIPS: PCI: remember nasid changed by set interrupt affinity | Thomas Bogendoerfer | 2019-11-22 | 1 | -3/+2 |
* | | MIPS: PCI: make phys_to_dma/dma_to_phys for pci-xtalk-bridge common | Thomas Bogendoerfer | 2019-11-01 | 2 | -13/+16 |
* | | MIPS: Loongson64: Move files to the top-level directory | Jiaxun Yang | 2019-11-01 | 1 | -1/+1 |
* | | MIPS: PCI: use information from 1-wire PROM for IOC3 detection | Thomas Bogendoerfer | 2019-10-07 | 1 | -3/+132 |
* | | MIPS: SGI-IP27: get rid of compact node ids | Thomas Bogendoerfer | 2019-10-07 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds | 2019-09-22 | 1 | -105/+62 |
|\ |
|
| * | MIPS: PCI: refactor ioc3 special handling | Thomas Bogendoerfer | 2019-08-31 | 1 | -105/+62 |
* | | Merge tag 'mips_fixes_5.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-08-06 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | MIPS: BCM63XX: Mark expected switch fall-through | Gustavo A. R. Silva | 2019-08-05 | 1 | -0/+1 |