index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-20
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-135
/
+3
2014-12-16
x86, irq: Make MSI and HT_IRQ indepenent of X86_IO_APIC
Jiang Liu
1
-1
/
+1
2014-12-16
x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.h
Jiang Liu
1
-0
/
+1
2014-12-16
x86, irq: Kill useless parameter 'irq_attr' of IO_APIC_get_PCI_irq_vector()
Jiang Liu
1
-4
/
+1
2014-12-16
PCI: Remove PCI ioapic driver
Jiang Liu
3
-130
/
+0
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
13
-41
/
+10
2014-12-15
Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+20
2014-12-12
Merge tag 'stable/for-linus-3.19-rc0-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-2
/
+3
2014-12-11
Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-16
/
+10
2014-12-11
Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
22
-210
/
+331
2014-12-10
Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
10
-181
/
+377
2014-12-08
Merge branch 'pm-runtime'
Rafael J. Wysocki
3
-16
/
+10
2014-12-04
PCI: Expose pci_load_saved_state for public consumption.
Konrad Rzeszutek Wilk
1
-2
/
+3
2014-12-04
PCI / PM: Drop CONFIG_PM_RUNTIME from the PCI core
Rafael J. Wysocki
3
-16
/
+10
2014-12-04
Merge tag 'pci-v3.18-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-8
/
+20
2014-12-02
PCI: tegra: Use physical range for I/O mapping
Thierry Reding
1
-8
/
+20
2014-12-01
Merge 3.18-rc7 into usb-next
Greg Kroah-Hartman
5
-15
/
+52
2014-11-24
PCI/MSI: Add device flag indicating that 64-bit MSIs don't work
Benjamin Herrenschmidt
1
-0
/
+26
2014-11-23
PCI/MSI: Allow an msi_controller to be associated to an irq domain
Marc Zyngier
1
-2
/
+14
2014-11-23
PCI/MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomain
Jiang Liu
1
-3
/
+64
2014-11-23
PCI/MSI: Enhance core to support hierarchy irqdomain
Jiang Liu
2
-0
/
+173
2014-11-23
PCI/MSI: Move cached entry functions to irq core
Jiang Liu
2
-18
/
+1
2014-11-23
PCI/MSI: Rename mask/unmask_msi_irq treewide
Thomas Gleixner
5
-18
/
+18
2014-11-23
PCI/MSI: Rename mask/unmask_msi_irq et al
Thomas Gleixner
1
-8
/
+16
2014-11-23
PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()
Jiang Liu
5
-9
/
+9
2014-11-23
PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg()
Jiang Liu
1
-8
/
+1
2014-11-23
PCI/MSI: Kill redundant call of irq_set_msi_desc() for MSI-X interrupts
Jiang Liu
1
-1
/
+0
2014-11-23
PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlier
Jiang Liu
1
-25
/
+15
2014-11-23
PCI/MSI: Remove unnecessary braces around single statements
Jiang Liu
1
-6
/
+3
2014-11-22
Merge tag 'pci-v3.18-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-15
/
+26
2014-11-21
Merge branch 'pci/msi' into next
Bjorn Helgaas
1
-17
/
+12
2014-11-21
PCI: xilinx: Save MSI controller in pci_sys_data
Yijing Wang
1
-15
/
+5
2014-11-21
PCI: mvebu: Save MSI controller in pci_sys_data
Yijing Wang
1
-7
/
+4
2014-11-21
PCI: rcar: Save MSI controller in pci_sys_data
Yijing Wang
1
-10
/
+3
2014-11-21
PCI: designware: Save MSI controller in pci_sys_data
Yijing Wang
1
-11
/
+5
2014-11-21
PCI: tegra: Save MSI controller in pci_sys_data
Yijing Wang
1
-10
/
+4
2014-11-20
Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/numa' and '...
Bjorn Helgaas
9
-83
/
+86
2014-11-20
PCI: Remove fixed parameter in pci_iov_resource_bar()
Myron Stowe
3
-13
/
+7
2014-11-20
PCI: Add informational printk for invalid BARs
Myron Stowe
1
-1
/
+4
2014-11-20
PCI: Support 64-bit bridge windows if we have 64-bit dma_addr_t
Yinghai Lu
1
-12
/
+16
2014-11-15
Merge branches 'pci/host-designware', 'pci/host-dra7xx', 'pci/host-exynos', '...
Bjorn Helgaas
13
-127
/
+245
2014-11-14
PCI: Apply _HPX Link Control settings to all devices with a link
Yinghai Lu
3
-2
/
+4
2014-11-13
PCI: tegra: Add Kconfig help text
Thierry Reding
1
-0
/
+3
2014-11-13
PCI: tegra: Do not build on 64-bit ARM
Thierry Reding
1
-1
/
+1
2014-11-13
PCI: spear: Remove unnecessary OOM message
Jingoo Han
1
-3
/
+1
2014-11-13
PCI: mvebu: Add a blank line after declarations
Jingoo Han
1
-0
/
+2
2014-11-13
PCI: designware: Add a blank line after declarations
Jingoo Han
1
-0
/
+1
2014-11-13
PCI: exynos: Remove unnecessary return statement
Jingoo Han
1
-8
/
+0
2014-11-13
PCI: imx6: Use tabs for indentation
Jingoo Han
1
-2
/
+2
2014-11-13
PCI: keystone: Remove unnecessary OOM message
Jingoo Han
1
-3
/
+2
[next]