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.13.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
2021-02-15
Merge branch 'acpi-messages'
Rafael J. Wysocki
1
-17
/
+12
2021-02-05
Merge back 'acpi-scan' changes for v5.12.
Rafael J. Wysocki
1
-50
/
+49
2021-02-04
ACPI: scan: Clean up printing messages
Rafael J. Wysocki
1
-17
/
+12
2021-02-01
ACPI: scan: Fix battery devices sometimes never binding
Hans de Goede
1
-5
/
+5
2021-01-25
ACPI: scan: Rearrange code related to acpi_get_device_data()
Rafael J. Wysocki
1
-18
/
+17
2021-01-25
ACPI: scan: Adjust white space in acpi_device_add()
Rafael J. Wysocki
1
-2
/
+7
2021-01-25
ACPI: scan: Rearrange memory allocation in acpi_device_add()
Rafael J. Wysocki
1
-31
/
+26
2021-01-20
ACPI: scan: Make acpi_bus_get_device() clear return pointer on error
Hans de Goede
1
-0
/
+2
2021-01-11
ACPI: scan: Harden acpi_device_add() against device ID overflows
Dexuan Cui
1
-1
/
+14
2020-12-22
Merge branches 'acpi-scan', 'acpi-pnp' and 'acpi-sleep'
Rafael J. Wysocki
1
-37
/
+106
2020-12-17
ACPI: scan: Add Intel Baytrail Mailbox Device to acpi_ignore_dep_ids
Hans de Goede
1
-0
/
+1
2020-12-17
ACPI: scan: Avoid unnecessary second pass in acpi_bus_scan()
Rafael J. Wysocki
1
-1
/
+10
2020-12-17
ACPI: scan: Defer enumeration of devices with _DEP lists
Rafael J. Wysocki
1
-25
/
+78
2020-12-17
ACPI: scan: Evaluate _DEP before adding the device
Rafael J. Wysocki
1
-19
/
+25
2020-12-16
Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-23
/
+55
2020-12-16
Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2020-12-09
driver core: Add fwnode_init()
Saravana Kannan
1
-1
/
+1
2020-12-08
ACPI: scan: Fix up _DEP-related terminology with supplier/consumer
Rafael J. Wysocki
1
-6
/
+6
2020-12-08
ACPI: scan: Drop INT3396 from acpi_ignore_dep_ids[]
Rafael J. Wysocki
1
-1
/
+0
2020-12-07
ACPI: scan: Add PNP0D80 to the _DEP exceptions list
Rafael J. Wysocki
1
-6
/
+21
2020-12-02
ACPI: scan: Call acpi_get_object_info() from acpi_add_single_object()
Hans de Goede
1
-10
/
+12
2020-12-02
ACPI: scan: Add acpi_info_matches_hids() helper
Hans de Goede
1
-7
/
+23
2020-11-09
ACPI: scan: Fix acpi_dma_configure_id() kerneldoc name
John Garry
1
-1
/
+1
2020-10-16
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+1
2020-10-06
dma-mapping: split <linux/dma-mapping.h>
Christoph Hellwig
1
-1
/
+1
2020-10-02
ACPI: scan: Replace ACPI_DEBUG_PRINT() with pr_debug()
Tian Tao
1
-2
/
+1
2020-07-28
ACPI/IORT: Add an input ID to acpi_dma_configure()
Lorenzo Pieralisi
1
-3
/
+5
2020-06-11
Merge tag 'pm-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-9
/
+19
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
1
-1
/
+0
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-08
ACPI: PM: Avoid using power resources if there are none for D0
Rafael J. Wysocki
1
-9
/
+19
2020-05-09
ACPI: scan: Put SPCR and STAO table after using it
Hanjun Guo
1
-5
/
+10
2020-02-04
treewide: remove redundant IS_ERR() before error code check
Masahiro Yamada
1
-1
/
+1
2019-10-18
ACPI: platform: Unregister stale platform devices
Andy Shevchenko
1
-0
/
+1
2019-08-03
drivers/acpi/scan.c: document why we don't need the device_hotplug_lock
David Hildenbrand
1
-0
/
+6
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-07
Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2019-05-06
Merge branches 'acpi-scan', 'acpi-tables', 'acpi-misc' and 'acpi-pm'
Rafael J. Wysocki
1
-11
/
+8
2019-04-09
ACPICA: Rename nameseg compare macro for clarity
Bob Moore
1
-1
/
+1
2019-04-04
acpi: Create subtable parsing infrastructure
Keith Busch
1
-2
/
+2
2019-03-27
ACPI / scan: Add labels for PNP button devices
Bjorn Helgaas
1
-3
/
+3
2019-03-27
ACPI / scan: Simplify acpi_bus_extract_wakeup_device_power_package()
Bjorn Helgaas
1
-7
/
+4
2019-03-27
ACPI: Fix comment typos
Bjorn Helgaas
1
-1
/
+1
2019-02-05
ACPI / scan: Create platform device for BSG2150 ACPI nodes
Hans de Goede
1
-0
/
+1
2018-12-29
Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-0
/
+5
2018-12-13
ACPI / scan: Refactor _CCA enforcement
Robin Murphy
1
-0
/
+5
2018-12-03
ACPI / scan: Create platform device for INT3515 ACPI nodes
Andy Shevchenko
1
-0
/
+1
2018-10-23
Merge tag 'acpi-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-0
/
+1
2018-10-18
ACPI / scan: Create platform device for INT33FE ACPI nodes
Hans de Goede
1
-0
/
+1
2018-09-08
dma-mapping: remove dma_deconfigure
Christoph Hellwig
1
-10
/
+0
[next]