| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPI / scan: Add second pass to acpi_bus_trim() | Rafael J. Wysocki | 2013-01-15 | 1 | -16/+30 |
* | ACPI / scan: Change the implementation of acpi_bus_trim() | Rafael J. Wysocki | 2013-01-15 | 1 | -49/+15 |
* | ACPI / scan: Drop the second argument of acpi_bus_trim() | Rafael J. Wysocki | 2013-01-15 | 2 | -13/+5 |
* | ACPI / scan: Drop the second argument of acpi_device_unregister() | Rafael J. Wysocki | 2013-01-15 | 1 | -3/+3 |
* | ACPI / scan: Fix check of device_attach() return value. | Mika Westerberg | 2013-01-11 | 1 | -1/+1 |
* | ACPI / scan: Treat power resources in a special way | Rafael J. Wysocki | 2013-01-07 | 1 | -1/+2 |
* | ACPI: Drop ACPI device .bind() and .unbind() callbacks | Rafael J. Wysocki | 2013-01-03 | 1 | -22/+0 |
* | ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.c | Rafael J. Wysocki | 2013-01-03 | 3 | -149/+1 |
* | ACPI / PCI: Rework the setup and cleanup of device wakeup | Rafael J. Wysocki | 2013-01-03 | 2 | -6/+1 |
* | ACPI: Add .setup() and .cleanup() callbacks to struct acpi_bus_type | Rafael J. Wysocki | 2013-01-03 | 1 | -15/+35 |
* | ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argument | Rafael J. Wysocki | 2013-01-03 | 5 | -32/+32 |
* | ACPI: Replace ACPI device add_type field with a match_driver flag | Rafael J. Wysocki | 2013-01-03 | 1 | -12/+9 |
* | ACPI: Drop the second argument of acpi_bus_scan() | Rafael J. Wysocki | 2013-01-03 | 1 | -10/+8 |
* | ACPI: Remove the arguments of acpi_bus_add() that are not used | Rafael J. Wysocki | 2013-01-03 | 5 | -80/+26 |
* | ACPI: Remove acpi_start_single_object() and acpi_bus_start() | Rafael J. Wysocki | 2013-01-03 | 2 | -71/+11 |
* | ACPI / PCI: Fold acpi_pci_root_start() into acpi_pci_root_add() | Rafael J. Wysocki | 2013-01-03 | 1 | -21/+11 |
* | ACPI: Change the ordering of acpi_bus_check_add() | Rafael J. Wysocki | 2013-01-03 | 1 | -10/+10 |
* | ACPI: Replace struct acpi_bus_ops with enum type | Rafael J. Wysocki | 2013-01-03 | 1 | -23/+12 |
* | ACPI: Reduce the usage of struct acpi_bus_ops | Rafael J. Wysocki | 2013-01-03 | 1 | -24/+16 |
* | ACPI: Make acpi_bus_add() and acpi_bus_start() visibly different | Rafael J. Wysocki | 2013-01-03 | 1 | -28/+35 |
* | ACPI: Change the ordering of PCI root bridge driver registrarion | Rafael J. Wysocki | 2013-01-03 | 3 | -3/+3 |
* | ACPI: Separate adding ACPI device objects from probing ACPI drivers | Rafael J. Wysocki | 2013-01-03 | 1 | -31/+72 |
* | Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-12-14 | 2 | -11/+200 |
|\ |
|
| * | ACPI: Create acpi_table_taint() function to avoid code duplication | Thomas Renninger | 2012-09-30 | 1 | -7/+13 |
| * | ACPI: Implement physical address table override | Thomas Renninger | 2012-09-30 | 1 | -4/+56 |
| * | ACPI: Store valid ACPI tables passed via early initrd in reserved memblock areas | Thomas Renninger | 2012-09-30 | 2 | -0/+131 |
* | | Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 2012-12-13 | 3 | -84/+110 |
|\ \ |
|
| * \ | Merge branch 'pci/misc' into next | Bjorn Helgaas | 2012-11-13 | 1 | -0/+2 |
| |\ \ |
|
| | * | | PCI/ACPI: Notify PCI devices when their power resource is turned on | Huang Ying | 2012-11-13 | 1 | -0/+2 |
| * | | | PCI/ACPI: Request _OSC control before scanning PCI root bus | Taku Izumi | 2012-11-07 | 1 | -59/+62 |
| * | | | PCI: Don't pass pci_dev to pci_ext_cfg_avail() | Taku Izumi | 2012-11-07 | 1 | -1/+1 |
| * | | | PCI/ACPI: Add _PRT interrupt routing info before enumerating devices | Bjorn Helgaas | 2012-11-05 | 1 | -14/+16 |
| * | | | ACPI: Pass segment/bus to _PRT add/del so they don't depend on pci_bus | Bjorn Helgaas | 2012-11-05 | 3 | -16/+16 |
| * | | | PCI/ACPI: Remove acpi_root_driver in reverse order | Yinghai Lu | 2012-11-03 | 1 | -1/+1 |
| * | | | PCI/ACPI: Delete host bridge _PRT during hot remove path | Yinghai Lu | 2012-11-03 | 1 | -0/+6 |
| * | | | PCI/ACPI: Make acpi_pci_root_remove() stop/remove pci root bus | Yinghai Lu | 2012-11-03 | 1 | -0/+6 |
| * | | | PCI/ACPI: Assign unassigned resource for hot-added root bus | Yinghai Lu | 2012-11-03 | 1 | -0/+7 |
| |/ / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-12-13 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | treewide: fix typo of "suport" in various comments and Kconfig | Masanari Iida | 2012-11-19 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan... | Linus Torvalds | 2012-12-12 | 1 | -3/+3 |
|\ \ \ |
|
| * | | | Thermal: Pass zone parameters as argument to tzd_register | Durgadoss R | 2012-11-05 | 1 | -3/+3 |
* | | | | Merge tag 'please-pull-einj-fix-for-acpi5' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2012-12-12 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | ACPI, APEI, EINJ: Add missed ACPI5 support for error trigger table | Chen Gong | 2012-12-07 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge tag 'please-pull-pstore_mevent' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-12-12 | 1 | -8/+8 |
|\ \ \ \ |
|
| * | | | | efi_pstore: Add a sequence counter to a variable name | Seiji Aguchi | 2012-11-26 | 1 | -6/+6 |
| * | | | | efi_pstore: Add ctime to argument of erase callback | Seiji Aguchi | 2012-11-26 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-12-11 | 3 | -3/+3 |
|\ \ \ \ |
|
| * | | | | acpi: remove use of __devinit | Bill Pemberton | 2012-11-28 | 3 | -3/+3 |
| |/ / / |
|
* | | | | Merge branch 'acpi-general' | Rafael J. Wysocki | 2012-12-07 | 2 | -1/+20 |
|\ \ \ \ |
|
| * | | | | ACPI / video: ignore BIOS initial backlight value for HP Folio 13-2000 | Zhang Rui | 2012-12-04 | 1 | -0/+14 |