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.12.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
/
scan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-25
ACPICA: Add post-order callback to acpi_walk_namespace
Lin Ming
1
-1
/
+1
2009-10-02
ACPI: fix bus scanning memory leaks
Bjorn Helgaas
1
-5
/
+2
2009-09-25
ACPI: simplify building device HID/CID list
Bjorn Helgaas
1
-33
/
+23
2009-09-25
ACPI: remove acpi_device_uid() and related stuff
Bjorn Helgaas
1
-18
/
+0
2009-09-25
ACPI: remove acpi_device.flags.hardware_id
Bjorn Helgaas
1
-24
/
+13
2009-09-25
ACPI: remove acpi_device.flags.compatible_ids
Bjorn Helgaas
1
-11
/
+4
2009-09-25
ACPI: maintain a single list of _HID and _CID IDs
Bjorn Helgaas
1
-120
/
+46
2009-09-25
ACPI: make sure every acpi_device has an ID
Bjorn Helgaas
1
-0
/
+10
2009-09-25
ACPI: use acpi_device_hid() when possible
Bjorn Helgaas
1
-3
/
+3
2009-09-25
ACPI: fix synthetic HID for \_SB_
Bjorn Helgaas
1
-12
/
+6
2009-09-25
ACPI: handle re-enumeration, when acpi_devices might already exist
Bjorn Helgaas
1
-8
/
+11
2009-09-25
ACPI: factor out device type and status checking
Bjorn Helgaas
1
-77
/
+52
2009-09-25
ACPI: use acpi_walk_namespace() to enumerate devices
Bjorn Helgaas
1
-122
/
+74
2009-09-25
ACPI: identify device tree root by null parent pointer, not ACPI_BUS_TYPE
Bjorn Helgaas
1
-7
/
+13
2009-09-25
ACPI: enumerate namespace before adding functional fixed hardware devices
Bjorn Helgaas
1
-2
/
+2
2009-09-25
ACPI: convert acpi_bus_scan() to operate on an acpi_handle
Bjorn Helgaas
1
-17
/
+17
2009-09-25
ACPI: add acpi_bus_get_parent() and remove "parent" arguments
Bjorn Helgaas
1
-13
/
+37
2009-09-25
ACPI: remove unnecessary argument checking
Bjorn Helgaas
1
-6
/
+2
2009-09-25
ACPI: remove redundant "type" arguments
Bjorn Helgaas
1
-7
/
+7
2009-09-25
ACPI: remove acpi_device_set_context() "type" argument
Bjorn Helgaas
1
-17
/
+15
2009-09-25
ACPI: use device_type rather than comparing HID
Bjorn Helgaas
1
-6
/
+4
2009-09-25
ACPI: save device_type in acpi_device
Bjorn Helgaas
1
-0
/
+1
2009-09-25
ACPI: remove redundant "handle" and "parent" arguments
Bjorn Helgaas
1
-15
/
+12
2009-09-25
ACPI: remove unused acpi_bus_scan_fixed() argument
Bjorn Helgaas
1
-5
/
+2
2009-09-25
ACPI: add debug for device addition
Bjorn Helgaas
1
-2
/
+10
2009-09-19
ACPI: don't pass handle for fixed hardware notifications
Bjorn Helgaas
1
-1
/
+2
2009-09-19
Merge branch 'bjorn-start-stop-2.6.32' into release
Len Brown
1
-5
/
+0
2009-09-19
Merge branch 'acpica' into release
Len Brown
1
-57
/
+106
2009-09-19
Merge branch 'linus' into release
Len Brown
1
-0
/
+1
2009-09-10
ACPI PM: Replace wakeup.prepared with reference counter
Rafael J. Wysocki
1
-0
/
+1
2009-09-05
Revert "ACPI: Attach the ACPI device to the ACPI handle as early as possible"
Len Brown
1
-10
/
+2
2009-09-01
ACPI: fix NULL bug for HID/UID string
Hugh Dickins
1
-8
/
+12
2009-08-27
ACPICA: Fix several acpi_attach_data problems
Bob Moore
1
-1
/
+1
2009-08-27
ACPICA: Major update for acpi_get_object_info external interface
Bob Moore
1
-54
/
+99
2009-06-25
ACPI: remove unused acpi_device_ops .stop method
Bjorn Helgaas
1
-5
/
+0
2009-06-24
Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...
Len Brown
1
-39
/
+30
2009-06-24
ACPI: run ACPI device hot removal in kacpi_hotplug_wq
Zhang Rui
1
-12
/
+8
2009-06-18
ACPI: clean up whitespace in drivers/acpi/scan.c
Alex Chiang
1
-24
/
+20
2009-06-18
ACPI: acpi_device_register() should call device_register()
Alex Chiang
1
-3
/
+2
2009-04-07
ACPI: delete acpi_device.g_list
Len Brown
1
-13
/
+4
2009-04-07
ACPI: convert acpi_device_lock spinlock to mutex
Shaohua Li
1
-7
/
+7
2009-04-05
ACPI: support acpi_device_ops .notify methods
Bjorn Helgaas
1
-0
/
+71
2009-04-05
Merge branch 'driver-ops-cleanup' into release
Len Brown
1
-12
/
+0
2009-03-28
ACPI: remove unused acpi_device_ops .shutdown method
Bjorn Helgaas
1
-12
/
+0
2009-03-27
ACPI: call acpi_scan_init() explicitly rather than as initcall
Bjorn Helgaas
1
-8
/
+1
2009-03-17
ACPI: move private declarations to internal.h
Bjorn Helgaas
1
-0
/
+2
2008-12-31
ACPI: remove private acpica headers from driver files
Lin Ming
1
-1
/
+0
2008-11-27
Revert "ACPI: don't enable control method power button as wakeup device when ...
Len Brown
1
-10
/
+0
2008-11-12
Merge branch 'processor-256' into release
Len Brown
1
-1
/
+1
2008-11-12
Merge branch 'video' into release
Len Brown
1
-31
/
+1
[next]