index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
pci_root.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-23
x86/PCI: use host bridge _CRS info by default on 2008 and newer machines
Bjorn Helgaas
1
-0
/
+1
2010-02-23
PCI / ACPI / PM: Platform support for PCI PME wake-up
Rafael J. Wysocki
1
-0
/
+8
2010-01-16
acpi: make ACPI device id constant
Márton Németh
1
-1
/
+1
2009-12-16
ACPI: cleanup pci_root _OSC code.
Shaohua Li
1
-62
/
+14
2009-10-13
ACPI / PCI: Fix NULL pointer dereference in acpi_get_pci_dev() (rev. 2)
Rafael J. Wysocki
1
-0
/
+11
2009-09-19
Merge branch 'sfi-base' into release
Len Brown
1
-0
/
+2
2009-09-10
ACPI: export acpi_pci_root and friends
Alex Chiang
1
-15
/
+2
2009-08-29
ACPI: Move definition of PREFIX from acpi_bus.h to internal..h
Len Brown
1
-0
/
+2
2009-06-26
ACPI: video: prevent NULL deref in acpi_get_pci_dev()
Troy Moure
1
-1
/
+1
2009-06-24
Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...
Len Brown
1
-133
/
+164
2009-06-20
ACPI: pci_root: remove unused dev/fn information
Bjorn Helgaas
1
-16
/
+9
2009-06-20
ACPI: pci_root: simplify list traversals
Bjorn Helgaas
1
-14
/
+9
2009-06-20
ACPI: pci_root: use driver data rather than list lookup
Bjorn Helgaas
1
-17
/
+4
2009-06-20
ACPI: pci_root: simplify acpi_pci_root_add() control flow
Bjorn Helgaas
1
-62
/
+38
2009-06-20
ACPI: pci_root: check _CRS, then _BBN for downstream bus number
Bjorn Helgaas
1
-38
/
+16
2009-06-18
ACPI: simplify acpi_pci_irq_add_prt() API
Alexander Chiang
1
-2
/
+1
2009-06-18
ACPI: eviscerate pci_bind.c
Alexander Chiang
1
-1
/
+1
2009-06-18
ACPI: Introduce acpi_get_pci_dev()
Alexander Chiang
1
-0
/
+81
2009-06-18
ACPI: Introduce acpi_is_root_bridge()
Alexander Chiang
1
-0
/
+24
2009-06-18
ACPI: make acpi_pci_bind() static
Alexander Chiang
1
-2
/
+0
2009-03-20
PCI/ACPI: rename pci_osc_control_set()
Kenji Kaneshige
1
-3
/
+3
2009-03-20
PCI/ACPI: move _OSC code to pci_root.c
Kenji Kaneshige
1
-2
/
+178
2009-01-07
ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added
Andrew Patterson
1
-0
/
+2
2009-01-07
ACPI/PCI: PCIe ASPM _OSC support capabilities called when root bridge added
Andrew Patterson
1
-0
/
+3
2009-01-07
ACPI/PCI: PCI extended config _OSC support called when root bridge added
Andrew Patterson
1
-2
/
+8
2009-01-07
ACPI/PCI: call _OSC support during root bridge discovery
Andrew Patterson
1
-0
/
+9
2008-11-06
ACPI: remove comments about debug layer/level to use
Bjorn Helgaas
1
-6
/
+0
2008-10-23
Merge branch 'ull' into test
Len Brown
1
-1
/
+1
2008-10-11
ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels
Matthew Wilcox
1
-1
/
+1
2008-10-11
ACPI: catch calls of acpi_driver_data on pointer of wrong type
Pavel Machek
1
-1
/
+1
2008-02-21
ACPI: fix section mismatch in acpi_pci_root_add
Sam Ravnborg
1
-1
/
+1
2007-07-23
ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...
Thomas Renninger
1
-2
/
+7
2007-02-13
ACPI: delete extra #defines in /drivers/acpi/ drivers
Len Brown
1
-1
/
+0
2007-02-13
ACPI: fix acpi_driver.name usage
Len Brown
1
-1
/
+1
2007-02-13
ACPI: clean up ACPI_MODULE_NAME() use
Len Brown
1
-1
/
+1
2007-02-03
Pull sysfs into test branch
Len Brown
1
-3
/
+22
2007-01-17
ACPI: Optimize acpi_get_pci_rootbridge_handle() to boot faster
Justin Chen
1
-0
/
+13
2006-12-21
ACPI: fix Supermicro X7DB8+ Boot regression
Rui Zhang
1
-0
/
+24
2006-12-21
ACPI: replace kmalloc+memset with kzalloc
Burman Yan
1
-2
/
+1
2006-12-20
Pull bugfix into test branch
Len Brown
1
-4
/
+5
2006-12-20
ACPI: fix single linked list manipulation
Akinobu Mita
1
-4
/
+5
2006-12-16
ACPI: Convert ACPI PCI .bind/.unbind to use PCI bridge driver
Li Shaohua
1
-5
/
+0
2006-10-14
ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpi
Jan Engelhardt
1
-2
/
+2
2006-06-30
ACPI: pci_root: Remove unneeded acpi_handle from driver.
Patrick Mochel
1
-3
/
+1
2006-06-30
ACPI: pci_root: Use acpi_device's handle instead of driver's
Patrick Mochel
1
-7
/
+7
2006-06-30
ACPI: pci root: add struct acpi_device to struct acpi_pci_root.
Patrick Mochel
1
-0
/
+2
2006-06-27
ACPI: delete tracing macros from drivers/acpi/*.c
Patrick Mochel
1
-14
/
+10
2006-06-27
ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)
Len Brown
1
-5
/
+5
2006-06-27
ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG
Thomas Renninger
1
-7
/
+8
[next]