Age | Commit message (Expand) | Author | Files | Lines |
2022-07-30 | MIPS: msi-octeon: eliminate kernel-doc warnings | Randy Dunlap | 1 | -7/+9 |
2022-07-14 | MIPS: Remove VR41xx support | Thomas Bogendoerfer | 9 | -805/+0 |
2022-07-05 | MIPS: PCI: Remove leading space in info message, rename pci | Colin Ian King | 1 | -1/+1 |
2022-05-30 | Merge tag 'mips_5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 1 | -2/+2 |
2022-05-23 | MIPS: Octeon: fix typo in comment | Julia Lawall | 1 | -1/+1 |
2022-05-04 | MIPS: fix typos in comments | Julia Lawall | 1 | -1/+1 |
2022-04-18 | MIPS/octeon: use swiotlb_init instead of open coding it | Christoph Hellwig | 1 | -1/+1 |
2022-03-25 | Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -2/+2 |
2022-03-01 | MIPS: Remove TX39XX support | Thomas Bogendoerfer | 3 | -312/+0 |
2022-02-22 | MIPS: pci-ar2315: Constify static irq_domain_ops | Rikard Falkeborn | 1 | -1/+1 |
2022-02-18 | PCI: Add defines for normal and subtractive PCI bridges | Pali Rohár | 2 | -2/+2 |
2022-01-14 | Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 4 | -165/+1 |
2022-01-13 | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -29/+3 |
2022-01-05 | mips/pci: remove redundant ret variable | Minghao Chi | 1 | -3/+1 |
2022-01-02 | MIPS: TXX9: Remove TX4939 SoC support | Thomas Bogendoerfer | 2 | -108/+0 |
2021-12-09 | MIPS: Octeon: Use arch_setup_msi_irq() | Thomas Gleixner | 1 | -29/+3 |
2021-12-09 | MIPS: TXX9: Remove rbtx4938 board support | Thomas Bogendoerfer | 2 | -54/+0 |
2021-12-09 | MIPS: Only define pci_remap_iospace() for Ralink | Tiezhu Yang | 1 | -0/+2 |
2021-11-05 | Merge tag 'mips_5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 6 | -1285/+20 |
2021-11-03 | MIPS: Cobalt: Explain GT64111 early PCI fixup | Pali Rohár | 1 | -0/+15 |
2021-10-24 | MIPS: Remove NETLOGIC support | Thomas Bogendoerfer | 4 | -1274/+0 |
2021-10-18 | bcm47xx: Replace printk(KERN_ALERT ... pci_devname(dev)) with pci_alert() | Andy Shevchenko | 1 | -8/+4 |
2021-10-18 | bcm47xx: Get rid of redundant 'else' | Andy Shevchenko | 1 | -3/+1 |
2021-10-05 | MIPS: implement architecture-specific 'pci_remap_iospace()' | Sergio Paracuellos | 1 | -0/+14 |
2021-08-12 | mips: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 2 | -8/+5 |
2021-06-10 | MIPS: Add missing linux/irqdomain.h includes | Marc Zyngier | 2 | -0/+2 |
2021-04-21 | MIPS: pci-legacy: revert "use generic pci_enable_resources" | Ilya Lipnitskiy | 1 | -1/+37 |
2021-04-16 | MIPS: pci-legacy: use generic pci_enable_resources | Ilya Lipnitskiy | 1 | -38/+2 |
2021-04-16 | MIPS: pci-legacy: remove busn_resource field | Ilya Lipnitskiy | 1 | -1/+0 |
2021-04-16 | MIPS: pci-legacy: remove redundant info messages | Ilya Lipnitskiy | 1 | -7/+0 |
2021-04-16 | MIPS: pci-legacy: stop using of_pci_range_to_resource | Ilya Lipnitskiy | 1 | -2/+7 |
2021-04-16 | MIPS: pci-rt3883: more accurate DT error messages | Ilya Lipnitskiy | 1 | -4/+2 |
2021-04-16 | MIPS: pci-rt3883: trivial: remove unused variable | Ilya Lipnitskiy | 1 | -4/+0 |
2021-04-16 | MIPS: pci-rt2880: remove unneeded locks | Ilya Lipnitskiy | 1 | -13/+0 |
2021-04-16 | MIPS: pci-rt2880: fix slot 0 configuration | Ilya Lipnitskiy | 1 | -13/+24 |
2021-03-24 | MIPS: PCI: Fix a typo | Bhaskar Chowdhury | 1 | -1/+1 |
2021-03-12 | MIPS: pci-mt7620: fix PLL lock check | Ilya Lipnitskiy | 1 | -2/+3 |
2021-03-06 | MIPS: pci-ar2315: include <linux/dma-direct.h> for phys_to_dma | Christoph Hellwig | 1 | -0/+1 |
2021-02-13 | driver core: lift dma_default_coherent into common code | Christoph Hellwig | 1 | -1/+1 |
2021-02-13 | MIPS: refactor the runtime coherent vs noncoherent DMA indicators | Christoph Hellwig | 1 | -3/+2 |
2020-12-29 | mips: pci: convert comma to semicolon | Zheng Yongjun | 1 | -3/+3 |
2020-11-06 | mips: Vr41xx: add missing iounmap() on error in vr41xx_pciu_init() | Qinglang Miao | 1 | -1/+3 |
2020-10-16 | Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 3 | -11/+7 |
2020-09-18 | MIPS: pci: use devm_platform_ioremap_resource_byname | Zhang Qilong | 3 | -11/+7 |
2020-09-11 | dma-direct: rename and cleanup __phys_to_dma | Christoph Hellwig | 2 | -2/+2 |
2020-09-11 | dma-direct: remove __dma_to_phys | Christoph Hellwig | 2 | -2/+2 |
2020-08-06 | Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds | 2 | -132/+0 |
2020-07-24 | MIPS: Retire kvm paravirt | Jiaxun Yang | 2 | -132/+0 |
2020-07-23 | irqdomain/treewide: Free firmware node after domain removal | Jon Derrick | 1 | -0/+3 |
2020-07-14 | irqdomain/treewide: Keep firmware node unconditionally allocated | Thomas Gleixner | 1 | -2/+3 |