index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
rom.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI: Make pci_get_rom_size() static
Bjorn Helgaas
2018-06-29
1
-1
/
+2
*
PCI: Add check code for last image indicator not set
Rex Zhu
2018-06-29
1
-0
/
+6
*
PCI: Avoid accessing memory outside the ROM BAR
Rex Zhu
2018-06-29
1
-1
/
+1
*
PCI: Tidy comments
Bjorn Helgaas
2018-03-19
1
-3
/
+1
*
Merge branch 'pci/spdx' into next
Bjorn Helgaas
2018-02-01
1
-0
/
+1
|
\
|
*
PCI: Add SPDX GPL-2.0 when no license was specified
Bjorn Helgaas
2018-01-26
1
-0
/
+1
*
|
Merge branch 'pci/resource' into next
Bjorn Helgaas
2018-01-31
1
-4
/
+4
|
\
\
|
*
|
PCI: Use dev_info() rather than dev_err() for ROM validation
Alex Deucher
2017-12-18
1
-2
/
+2
|
|
/
*
/
PCI: Add wrappers for dev_printk()
Frederick Lawler
2018-01-18
1
-2
/
+2
|
/
*
PCI: Fail pci_map_rom() if the option ROM is invalid
Changbin Du
2017-11-08
1
-0
/
+5
*
PCI: Move pci_map_rom() error path
Changbin Du
2017-11-08
1
-6
/
+8
*
PCI: Add comments about ROM BAR updating
Bjorn Helgaas
2016-11-29
1
-0
/
+5
*
PCI: Remove unused IORESOURCE_ROM_COPY and IORESOURCE_ROM_BIOS_COPY
Bjorn Helgaas
2016-03-12
1
-30
/
+1
*
PCI: Clean up pci_map_rom() whitespace
Bjorn Helgaas
2016-03-12
1
-19
/
+18
*
PCI: Set ROM shadow location in arch code, not in PCI core
Bjorn Helgaas
2016-03-08
1
-11
/
+0
*
PCI: Don't enable/disable ROM BAR if we're using a RAM shadow copy
Bjorn Helgaas
2016-03-08
1
-4
/
+12
*
-
.
Merge branches 'pci/hotplug' and 'pci/resource' into next
Bjorn Helgaas
2016-01-15
1
-0
/
+3
|
\
\
|
|
*
PCI: Avoid iterating through memory outside the resource window
Edward O'Callaghan
2016-01-08
1
-0
/
+3
|
|
/
*
/
PCI: Print warnings for all invalid expansion ROM headers
Vladis Dronov
2015-12-10
1
-12
/
+8
|
/
*
PCI: Fix infinite loop with ROM image of size 0
Michel Dänzer
2015-01-23
1
-3
/
+4
*
PCI: Whitespace cleanup
Ryan Desfosses
2014-06-10
1
-2
/
+2
*
PCI: Move EXPORT_SYMBOL so it immediately follows function/variable
Ryan Desfosses
2014-06-10
1
-5
/
+4
*
PCI: Mark resources as IORESOURCE_UNSET if we can't assign them
Bjorn Helgaas
2014-02-27
1
-0
/
+2
*
PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev
Yinghai Lu
2013-12-21
1
-1
/
+1
*
PCI: Add PCI ROM helper for platform-provided ROM images
Matthew Garrett
2013-03-26
1
-36
/
+31
*
PCI: Use ROM images from firmware only if no other ROM source available
Matthew Garrett
2013-03-19
1
-20
/
+35
*
PCI: Use phys_addr_t for physical ROM address
Bjorn Helgaas
2012-12-10
1
-1
/
+1
*
PCI: Add support for non-BAR ROMs
Matthew Garrett
2012-12-05
1
-2
/
+9
*
PCI: Remove unused, commented-out, code
Bjorn Helgaas
2012-08-22
1
-59
/
+0
*
pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
PCI: fix rom.c kernel-doc warning
Randy Dunlap
2009-02-13
1
-0
/
+1
*
PCI: return error on failure to read PCI ROMs
Timothy S. Nelson
2009-02-04
1
-3
/
+5
*
PCI: remove excess kernel-doc notation
Randy Dunlap
2008-11-03
1
-2
/
+4
*
Export the ROM enable/disable helpers
Alan Cox
2008-09-26
1
-2
/
+4
*
docbook: fix kernel-api source files
Randy Dunlap
2008-03-03
1
-2
/
+1
*
PCI: drivers/pci/rom.c: #if 0 two functions
Adrian Bunk
2008-02-01
1
-2
/
+4
*
[IA64] SN: Correct ROM resource length for BIOS copy
John Keller
2007-07-09
1
-29
/
+44
*
Altix: Initial ACPI support - ROM shadowing.
John Keller
2006-12-01
1
-3
/
+6
*
PCI: fix pci_fixup_video as it blows up on sparc64
Eiichiro Oiwa
2006-10-27
1
-2
/
+3
*
PCI: Turn pci_fixup_video into generic for embedded VGA
eiichiro.oiwa.nm@hitachi.com
2006-10-18
1
-1
/
+4
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[PATCH] 64bit resource: change pci core and arch code to use resource_size_t
Greg Kroah-Hartman
2006-06-27
1
-5
/
+5
*
[PATCH] fix missing includes
Tim Schmielau
2005-10-30
1
-0
/
+1
*
[PATCH] Fix PCI ROM mapping
Benjamin Herrenschmidt
2005-09-01
1
-7
/
+17
*
[PATCH] PCI: Adjust PCI rom code to handle more broken ROMs
Jon Smirl
2005-07-29
1
-1
/
+3
*
[PATCH] DocBook: fix some descriptions
Martin Waitz
2005-05-01
1
-7
/
+7
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+227