index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
setup-res.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-01-07
PCI: Don't carp about BAR allocation failures in quiet boot
Ingo Molnar
1
-2
/
+2
2008-10-20
PCI: use resource_size() everywhere.
Zhao, Yu
1
-1
/
+1
2008-10-20
pci: Use new %pR to print resource ranges
Benjamin Herrenschmidt
1
-27
/
+13
2008-06-25
PCI: use dev_printk when possible
Bjorn Helgaas
1
-37
/
+33
2008-04-20
PCI: clean up resource alignment management
Ivan Kokshaysky
1
-19
/
+23
2008-04-20
PCI: add generic pci_enable_resources()
Bjorn Helgaas
1
-0
/
+43
2008-04-20
PCI: #if 0 pci_assign_resource_fixed()
Adrian Bunk
1
-1
/
+1
2008-02-01
PCI: Fix warning in setup-res.c on 32-bit platforms with 64-bit resources
Benjamin Herrenschmidt
1
-2
/
+4
2008-02-01
PCI: drivers/pci/: remove unused exports
Adrian Bunk
1
-1
/
+0
2007-05-02
pci: do not mark exported functions as __devinit
Sam Ravnborg
1
-4
/
+2
2006-12-20
PCI legacy resource fix
Ralf Baechle
1
-2
/
+17
2006-06-27
[PATCH] 64bit resource: change pci core and arch code to use resource_size_t
Greg Kroah-Hartman
1
-3
/
+3
2006-06-27
[PATCH] 64bit resource: fix up printks for resources in pci core and hotplug ...
Greg Kroah-Hartman
1
-11
/
+17
2006-06-21
[PATCH] PCI: Add pci_assign_resource_fixed -- allow fixed address assignments
Kumar Gala
1
-0
/
+40
2006-01-31
[PATCH] PCI Hotplug/powerpc: module build break
linas
1
-0
/
+1
2005-09-08
[PATCH] Make sparc64 use setup-res.c
David S. Miller
1
-4
/
+1
2005-09-08
[PATCH] PCI: restore BAR values after D3hot->D0 for devices that need it
John W. Linville
1
-1
/
+1
2005-08-26
Ignore disabled ROM resources at setup
Linus Torvalds
1
-1
/
+3
2005-08-08
Revert "[PATCH] PCI: restore BAR values..."
Linus Torvalds
1
-1
/
+1
2005-08-07
[PATCH] Fix restore of 64-bit PCI BAR's
Ivan Kokshaysky
1
-1
/
+6
2005-08-04
[PATCH] PCI: restore BAR values after D3hot->D0 for devices that need it
John W. Linville
1
-1
/
+1
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+200