index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
parisc
/
lba_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
parisc/PCI: Use list_for_each_entry() for bus->devices traversal
Bjorn Helgaas
2012-08-22
1
-5
/
+2
*
parisc/PCI: Enable PERR/SERR on all devices
Bjorn Helgaas
2012-08-22
1
-1
/
+3
*
parisc/PCI: register busn_res for root buses
Yinghai Lu
2012-06-13
1
-2
/
+6
*
PCI: replace struct pci_bus secondary/subordinate with busn_res
Yinghai Lu
2012-06-13
1
-11
/
+11
*
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...
Linus Torvalds
2012-03-28
1
-1
/
+0
|
\
|
*
Remove all #inclusions of asm/system.h
David Howells
2012-03-28
1
-1
/
+0
*
|
parisc/PCI: get rid of device resource fixups
Bjorn Helgaas
2012-02-23
1
-25
/
+6
|
/
*
parisc/PCI: lba: convert to pci_create_root_bus() for correct root bus resources
Bjorn Helgaas
2012-01-06
1
-12
/
+17
*
parisc/PCI: lba: use pci_create_bus() instead of pci_scan_bus_parented()
Bjorn Helgaas
2012-01-06
1
-6
/
+8
*
parisc/PCI: lba: deal with LMMIO/PAT overlaps before creating PCI root bus
Bjorn Helgaas
2012-01-06
1
-17
/
+18
*
parisc: fixed faulty check in lba_pci
Stoyan Gaydarov
2009-08-02
1
-1
/
+1
*
parisc: Fix gcc 4.4 warning in lba_pci.c
Grant Grundler
2009-07-03
1
-9
/
+22
*
parisc: advertise PCI devs after "assign_resources"
Grant Grundler
2009-07-03
1
-5
/
+5
*
parisc: fix wrong assumption about bus->self
Grant Grundler
2009-03-13
1
-2
/
+2
*
parisc: drivers/parisc/: make code static
Adrian Bunk
2009-01-05
1
-1
/
+1
*
drivers/parisc: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-05-15
1
-11
/
+11
*
[PARISC] lba_pci: pci_claim_resources disabled expansion roms
Kyle McMartin
2007-12-06
1
-3
/
+7
*
[PARISC] Fix infinite loop in /proc/iomem
Matthew Wilcox
2007-10-18
1
-44
/
+7
*
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-05-08
1
-1
/
+0
*
[PARISC] lba_pci format warnings
Matthew Wilcox
2007-02-17
1
-27
/
+29
*
[PARISC] Fix PCI bus numbering in the presence of Cardbus bridges
Matthew Wilcox
2006-12-08
1
-13
/
+19
*
[PARISC] sparse fixes
Matthew Wilcox
2006-12-08
1
-1
/
+1
*
[PARISC] Move LBA and SBA register defines to the common ropes.h
Kyle McMartin
2006-10-04
1
-65
/
+0
*
[PARISC] Create shared <asm/ropes.h> header
Kyle McMartin
2006-10-04
1
-39
/
+1
*
[PARISC] Stash the lba_device in its struct device drvdata
Kyle McMartin
2006-10-04
1
-0
/
+1
*
[PARISC] Pretty print the name of the lba type on kernel boot
Kyle McMartin
2006-10-04
1
-6
/
+10
*
[PARISC] I/O-Space must be ioremap_nocache()'d
Helge Deller
2006-03-30
1
-4
/
+4
*
[PARISC] Use kzalloc and other janitor-style cleanups
Helge Deller
2006-01-22
1
-4
/
+2
*
[PARISC] Truncate overlapping PAT PDC reported ranges
Grant Grundler
2006-01-10
1
-23
/
+90
*
[PARISC] Add __read_mostly section for parisc
Helge Deller
2006-01-10
1
-1
/
+1
*
[PARISC] Convert parisc_device to use struct resource for hpa
Matthew Wilcox
2005-10-21
1
-7
/
+7
*
[PATCH] acpi bridge hotadd: ACPI based root bridge hot-add
Rajesh Shah
2005-06-27
1
-0
/
+2
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+1649