index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
setup-res.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-08
PCI: Tidy resource assignment messages
Bjorn Helgaas
1
-20
/
+9
2014-07-08
PCI: Return conventional error values from pci_revert_fw_address()
Bjorn Helgaas
1
-8
/
+6
2014-07-08
PCI: Cleanup control flow
Bjorn Helgaas
1
-16
/
+19
2014-07-03
PCI: Keep original resource if we fail to expand it
Guo Chao
1
-0
/
+7
2014-06-10
PCI: Merge multi-line quoted strings
Ryan Desfosses
1
-6
/
+6
2014-06-10
PCI: Move EXPORT_SYMBOL so it immediately follows function/variable
Ryan Desfosses
1
-0
/
+1
2014-05-26
Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc...
Bjorn Helgaas
1
-10
/
+31
2014-05-23
PCI: Add resource allocation comments
Bjorn Helgaas
1
-16
/
+19
2014-05-23
PCI: Simplify __pci_assign_resource() coding style
Bjorn Helgaas
1
-4
/
+6
2014-05-23
PCI: Restrict 64-bit prefetchable bridge windows to 64-bit resources
Yinghai Lu
1
-2
/
+18
2014-04-14
PCI: Remove unnecessary includes of <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-03-19
PCI: Don't enable decoding if BAR hasn't been assigned an address
Bjorn Helgaas
1
-2
/
+8
2014-02-27
PCI: Don't try to claim IORESOURCE_UNSET resources
Bjorn Helgaas
1
-5
/
+10
2014-02-27
PCI: Check IORESOURCE_UNSET before updating BAR
Bjorn Helgaas
1
-0
/
+3
2014-02-27
PCI: Don't clear IORESOURCE_UNSET when updating BAR
Bjorn Helgaas
1
-5
/
+0
2014-02-27
PCI: Mark resources as IORESOURCE_UNSET if we can't assign them
Bjorn Helgaas
1
-0
/
+4
2013-12-21
PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev
Yinghai Lu
1
-1
/
+1
2013-11-14
PCI: Fix whitespace, capitalization, and spelling errors
Bjorn Helgaas
1
-1
/
+1
2013-04-15
PCI: Remove unused variables
Bjorn Helgaas
1
-2
/
+0
2012-07-18
Merge branch 'pci/nikhil-big-bar-fixes' into next
Bjorn Helgaas
1
-53
/
+54
2012-07-11
PCI: reorder __pci_assign_resource() (no change)
Bjorn Helgaas
1
-52
/
+52
2012-07-11
PCI: fix truncation of resource size to 32 bits
Nikhil P Rao
1
-1
/
+2
2012-07-09
PCI: disable MEM decoding while updating 64-bit MEM BARs
Bjorn Helgaas
1
-0
/
+18
2012-02-24
PCI: Move "pci reassigndev resource alignment" out of quirks.c
Yinghai Lu
1
-4
/
+0
2012-02-14
PCI: Move pdev_sort_resources() to setup-bus.c
Yinghai Lu
1
-47
/
+0
2012-02-14
PCI : Calculate right add_size
Yinghai Lu
1
-2
/
+3
2012-02-14
PCI: Fix typo in setup-res.c
Masanari Iida
1
-1
/
+1
2012-02-14
x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a list
Myron Stowe
1
-3
/
+21
2012-02-14
PCI: Fix starting basis for resource requests
Myron Stowe
1
-5
/
+9
2012-01-06
PCI/PM/Runtime: make PCI traces quieter
Vincent Palatin
1
-3
/
+3
2011-10-31
pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
1
-0
/
+1
2011-08-01
PCI : ability to relocate assigned pci-resources
Ram Pai
1
-57
/
+95
2011-07-22
PCI: fold pci_calc_resource_flags() into decode_bar()
Bjorn Helgaas
1
-2
/
+1
2010-10-17
PCI: fix message typo
Bjorn Helgaas
1
-1
/
+1
2010-07-16
PCI: fall back to original BIOS BAR addresses
Bjorn Helgaas
1
-0
/
+32
2010-06-11
PCI: change resource collision messages from KERN_ERR to KERN_INFO
Bjorn Helgaas
1
-5
/
+5
2010-03-24
PCI: for address space collisions, show conflicting resource
Bjorn Helgaas
1
-6
/
+8
2009-11-04
PCI: improve discovery/configuration messages
Bjorn Helgaas
1
-28
/
+32
2009-11-04
vsprintf: use %pR, %pr instead of %pRt, %pRf
Bjorn Helgaas
1
-9
/
+11
2009-11-04
PCI: print resources consistently with %pRt
Bjorn Helgaas
1
-16
/
+12
2009-10-06
PCI: remove pci_assign_resource_fixed()
Bjorn Helgaas
1
-37
/
+0
2009-09-09
PCI: export pci_claim_resource for driver use
Jesse Barnes
1
-0
/
+1
2009-08-30
PCI SR-IOV: correct broken resource alignment calculations
Chris Wright
1
-4
/
+4
2009-08-02
Make pci_claim_resource() use request_resource() rather than insert_resource()
Linus Torvalds
1
-2
/
+2
2009-06-22
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
1
-13
/
+36
2009-06-17
Fix pci_claim_resource
Matthew Wilcox
1
-2
/
+2
2009-06-11
PCI: improve resource allocation under transparent bridges
Yinghai Lu
1
-13
/
+36
2009-03-20
PCI: allow assignment of memory resources with a specified alignment
Yuji Shimada
1
-0
/
+15
2009-01-07
PCI: add a new function to map BAR offsets
Yu Zhao
1
-8
/
+5
2009-01-07
PCI: remove unnecessary arg of pci_update_resource()
Yu Zhao
1
-3
/
+4
[next]