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
/
arch
/
x86
/
pci
/
acpi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-07
x86/PCI: Allow x86 platforms to use translation offsets
Mike Yoknis
1
-3
/
+18
2012-09-21
x86/PCI: Clear host bridge aperture struct resource
Yinghai Lu
1
-2
/
+1
2012-06-22
x86/PCI: get rid of redundant log messages
Jiang Liu
1
-7
/
+0
2012-06-22
x86/PCI: update MMCONFIG information when hot-plugging PCI host bridges
Jiang Liu
1
-3
/
+90
2012-06-13
x86/PCI: use _CRS bus number aperture for host bridges from ACPI
Yinghai Lu
1
-4
/
+5
2012-06-13
PCI: replace struct pci_bus secondary/subordinate with busn_res
Yinghai Lu
1
-1
/
+1
2012-05-07
resources: add resource_overlaps()
Wei Yang
1
-11
/
+1
2012-04-30
x86/PCI: embed pci_sysdata into pci_root_info on ACPI path
Yinghai Lu
1
-17
/
+4
2012-04-30
x86/PCI: embed name into pci_root_info struct
Yinghai Lu
1
-5
/
+2
2012-04-30
x86/PCI: add host bridge resource release for _CRS path
Yinghai Lu
1
-12
/
+51
2012-04-30
x86/PCI: refactor get_current_resources()
Yinghai Lu
1
-21
/
+13
2012-04-30
x86/PCI: fix memleak with get_current_resources()
Yinghai Lu
1
-19
/
+30
2012-03-23
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
1
-1
/
+6
2012-03-01
x86/PCI: do not tie MSI MS-7253 use_crs quirk to BIOS version
Jonathan Nieder
1
-1
/
+0
2012-02-28
x86/PCI: use host bridge _CRS info on MSI MS-7253
Jonathan Nieder
1
-0
/
+11
2012-02-23
PCI: fix memleak when ACPI _CRS is not used.
Yinghai Lu
1
-5
/
+7
2012-02-14
x86/PCI: don't fall back to defaults if _CRS has no apertures
Bjorn Helgaas
1
-1
/
+6
2012-01-06
x86/PCI: convert to pci_create_root_bus() and pci_scan_root_bus()
Bjorn Helgaas
1
-14
/
+14
2012-01-06
x86/PCI: Ignore CPU non-addressable _CRS reserved memory resources
Gary Hade
1
-2
/
+16
2012-01-06
PCI: Add Thinkpad SL510 to pci=nocrs blacklist
Dave Jones
1
-0
/
+10
2012-01-06
PCI: Add Dell Studio 1557 to pci=nocrs blacklist
Dave Jones
1
-0
/
+12
2012-01-06
PCI: add set_nouse_crs for use by a pci=nocrs blacklist
Dave Jones
1
-0
/
+7
2011-10-06
x86/PCI: use host bridge _CRS info on ASUS M2V-MX SE
Paul Menzel
1
-0
/
+11
2011-09-09
Fix pointer dereference before call to pcie_bus_configure_settings
Shyam Iyer
1
-2
/
+7
2011-08-01
PCI: Set PCI-E Max Payload Size on fabric
Jon Mason
1
-0
/
+9
2011-07-22
x86/PCI: reduce severity of host bridge window conflict warnings
Bjorn Helgaas
1
-4
/
+3
2011-06-01
x86/PCI/ACPI: fix type mismatch
Márton Németh
1
-1
/
+1
2010-11-11
x86/PCI: coalesce overlapping host bridge windows
Bjorn Helgaas
1
-20
/
+83
2010-07-30
x86/PCI: use host bridge _CRS info on ASRock ALiveSATA2-GLAN
Bjorn Helgaas
1
-0
/
+9
2010-05-30
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+1
2010-05-28
Merge branch 'bjorn-pci-root-v4-2.6.35' into release
Len Brown
1
-1
/
+4
2010-05-24
arch/x86/pci: use kasprintf
Julia Lawall
1
-2
/
+1
2010-04-28
x86/PCI: compute Address Space length rather than using _LEN
Bjorn Helgaas
1
-38
/
+2
2010-04-22
x86/PCI: parse additional host bridge window resource types
Bjorn Helgaas
1
-6
/
+37
2010-04-08
x86/PCI: ignore Consumer/Producer bit in ACPI window descriptions
Bjorn Helgaas
1
-2
/
+1
2010-04-04
ACPI: pci_root: pass acpi_pci_root to arch-specific scan
Bjorn Helgaas
1
-1
/
+4
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-25
x86/PCI: truncate _CRS windows with _LEN > _MAX - _MIN + 1
Bjorn Helgaas
1
-1
/
+12
2010-03-25
x86/PCI: for host bridge address space collisions, show conflicting resource
Bjorn Helgaas
1
-3
/
+6
2010-03-07
Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-5
/
+2
2010-02-23
x86/PCI: use host bridge _CRS info by default on 2008 and newer machines
Bjorn Helgaas
1
-6
/
+47
2010-02-23
PCI: augment bus resource table with a list
Bjorn Helgaas
1
-29
/
+4
2010-02-19
x86: Add pci_init_irq to x86_init
Thomas Gleixner
1
-0
/
+1
2010-02-19
x86: Move pci init function to x86_init
Thomas Gleixner
1
-5
/
+1
2009-11-06
x86/PCI: remove 64-bit division
Bjorn Helgaas
1
-3
/
+3
2009-11-04
x86/PCI: fix bogus host bridge window start/end alignment from _CRS
Bjorn Helgaas
1
-0
/
+25
2009-11-04
x86/PCI: for debuggability, show host bridge windows even when ignoring _CRS
Bjorn Helgaas
1
-8
/
+18
2009-11-04
x86/PCI: print domain:bus in conventional format
Bjorn Helgaas
1
-3
/
+5
2009-11-04
vsprintf: use %pR, %pr instead of %pRt, %pRf
Bjorn Helgaas
1
-3
/
+4
2009-11-04
x86/PCI: print resources consistently with %pRt
Bjorn Helgaas
1
-3
/
+11
[next]