index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sh
/
drivers
/
pci
/
pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-06
dma-mapping: move dma-debug.h to kernel/dma/
Christoph Hellwig
1
-1
/
+0
2020-08-14
sh: pci: Modernize printing of kernel messages
Geert Uytterhoeven
1
-6
/
+5
2018-12-28
sh: drivers: convert to SPDX identifiers
Kuninori Morimoto
1
-4
/
+1
2018-07-30
PCI: Call dma_debug_add_bus() for pci_bus_type from PCI core
Christoph Hellwig
1
-2
/
+0
2018-04-12
arch/sh: pci: don't use disabled resources
Thomas Petazzoni
1
-0
/
+5
2017-09-07
Merge branch 'pci/resource' into next
Bjorn Helgaas
1
-8
/
+0
2017-08-03
sh/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooks
Lorenzo Pieralisi
1
-16
/
+25
2017-08-02
PCI: Add a generic weak pcibios_fixup_bus()
Palmer Dabbelt
1
-8
/
+0
2017-04-20
sh/PCI: Use generic pci_mmap_resource_range()
David Woodhouse
1
-22
/
+0
2017-04-20
PCI: Add BAR index argument to pci_mmap_page_range()
David Woodhouse
1
-1
/
+2
2016-08-02
treewide: replace obsolete _refok by __ref
Fabian Frederick
1
-2
/
+2
2015-03-19
PCI: Cleanup control flow
Bjorn Helgaas
1
-12
/
+14
2015-03-19
PCI: Assign resources before drivers claim devices (pci_scan_root_bus())
Yijing Wang
1
-0
/
+1
2014-03-19
sh/PCI: Use default pcibios_enable_device()
Bjorn Helgaas
1
-5
/
+0
2013-07-25
PCI: Delay enabling bridges until they're needed
Yinghai Lu
1
-1
/
+0
2013-01-03
ARCH: drivers remove __dev* attributes.
Greg Kroah-Hartman
1
-3
/
+3
2012-11-28
sh/PCI: Remove CONFIG_HOTPLUG ifdefs
Bill Pemberton
1
-2
/
+0
2012-09-18
PCI: Provide a default pcibios_update_irq()
Thierry Reding
1
-5
/
+0
2012-09-18
PCI: Discard __init annotations for pci_fixup_irqs() and related functions
Thierry Reding
1
-1
/
+1
2012-07-05
Merge branch 'pci/myron-pcibios_setup' into next
Bjorn Helgaas
1
-5
/
+0
2012-07-05
sh/PCI: factor out pcibios_setup()
Myron Stowe
1
-5
/
+0
2012-06-13
PCI: replace struct pci_bus secondary/subordinate with busn_res
Yinghai Lu
1
-1
/
+1
2012-03-23
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
1
-64
/
+11
2012-02-23
sh/PCI: get rid of device resource fixups
Bjorn Helgaas
1
-64
/
+11
2012-01-31
sh: use the the PCI channels's io_map_base
Michael S. Tsirkin
1
-2
/
+2
2012-01-11
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
1
-31
/
+10
2012-01-06
sh/PCI: convert to pci_scan_root_bus() for correct root bus resources
Bjorn Helgaas
1
-10
/
+10
2012-01-06
PCI: sh: use generic pcibios_set_master()
Myron Stowe
1
-15
/
+0
2012-01-06
PCI: Pull PCI 'latency timer' setup up into the core
Myron Stowe
1
-6
/
+0
2011-11-28
sh: switch to GENERIC_PCI_IOMAP
Michael S. Tsirkin
1
-23
/
+0
2011-10-31
sh: Add export.h to arch/sh specific files as required.
Paul Gortmaker
1
-0
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2010-11-01
sh: machvec IO death.
Paul Mundt
1
-2
/
+1
2010-10-14
sh: pci: Support slot 4 routing on SDK7786.
Paul Mundt
1
-1
/
+1
2010-09-20
sh: pci: Use a generic raw spinlock for PCI config access locking.
Paul Mundt
1
-0
/
+6
2010-09-19
sh: pci: Use generic pci_enable_resources() for pcibios_enable_device().
Paul Mundt
1
-34
/
+1
2010-06-07
sh: Fix up IORESOURCE_PCI_FIXED usage in pcibios_fixup_device_resources().
Paul Mundt
1
-2
/
+0
2010-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
1
-32
/
+135
2010-02-22
resource/PCI: mark struct resource as const
Dominik Brodowski
1
-1
/
+1
2010-02-22
resource/PCI: align functions now return start of resource
Dominik Brodowski
1
-3
/
+3
2010-02-03
sh: Fix up early PCI PERR/SERR IRQ handling.
Paul Mundt
1
-9
/
+42
2010-02-01
sh: Improved multi-resource handling for SH7780 PCI.
Paul Mundt
1
-14
/
+23
2010-02-01
sh: Hook up ERR/PERR/SERR detection for SH7780 PCI host controllers.
Paul Mundt
1
-0
/
+51
2010-02-01
sh: Handle PCI controller resource conflicts.
Paul Mundt
1
-2
/
+3
2010-02-01
sh: Enable PCI66 support for SH7780 host controller.
Paul Mundt
1
-0
/
+2
2010-01-29
sh: support PCI domains.
Paul Mundt
1
-2
/
+15
2010-01-29
sh: Bail out early on PCI resource conflicts.
Paul Mundt
1
-13
/
+9
2010-01-28
sh: Fix up read-only variable assignment in pcibios_align_resource().
Paul Mundt
1
-3
/
+1
2009-08-24
sh: Allow use of GENERIC_IOMAP
David McKay
1
-0
/
+4
2009-06-16
sh: pci: Allow register_pci_controller() to handle overlapping regions.
Paul Mundt
1
-12
/
+2
[next]