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
/
bus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-10
ACPI: Remove redundant clearing of context->ret.pointer from acpi_run_osc()
Hans de Goede
1
-2
/
+0
2021-06-10
ACPI: Add \_SB._OSC bit for PRM
Erik Kaneda
1
-0
/
+1
2021-06-10
ACPI: PRM: implement OperationRegion handler for the PlatformRtMechanism subtype
Erik Kaneda
1
-0
/
+2
2021-06-09
ACPI: Pass the same capabilities to the _OSC regardless of the query flag
Mika Westerberg
1
-19
/
+8
2021-06-07
ACPI: bus: Call kobject_put() in acpi_init() error path
Hanjun Guo
1
-0
/
+1
2021-06-07
ACPI: bus: Remove unneeded assignment
Hanjun Guo
1
-3
/
+1
2021-06-07
ACPI: bus: Use pr_*() macros to replace printk()
Hanjun Guo
1
-2
/
+2
2021-02-21
Merge tag 'acpi-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-34
/
+26
2021-02-04
ACPI: bus: Clean up printing messages
Rafael J. Wysocki
1
-34
/
+26
2021-02-04
ACPI: Add support for native USB4 control _OSC
Mika Westerberg
1
-0
/
+76
2021-02-04
ACPI: Execute platform _OSC also with query bit clear
Mario Limonciello
1
-12
/
+31
2020-10-15
Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+1
2020-10-02
ACPI: Let ACPI know we support Generic Initiator Affinity Structures
Jonathan Cameron
1
-0
/
+4
2020-09-03
ACPI: Export acpi_get_first_physical_node() to modules
Mika Westerberg
1
-0
/
+1
2019-11-29
ACPI: bus: Fix NULL pointer check in acpi_bus_get_private_data()
Vamshi K Sthambamkadi
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-14
/
+1
2019-03-25
ACPI: use different default debug value than ACPICA
Erik Schmauss
1
-3
/
+0
2019-02-27
ACPI / bus: Respect PRP0001 when retrieving device match data
Andy Shevchenko
1
-0
/
+14
2019-02-07
ACPI: Set debug output flags independent of ACPICA
Erik Schmauss
1
-0
/
+3
2019-01-16
ACPI: EC: Look for ECDT EC after calling acpi_load_tables()
Rafael J. Wysocki
1
-12
/
+12
2018-11-26
ACPI / glue: Add acpi_platform_notify() function
Heikki Krogerus
1
-1
/
+0
2018-10-18
ACPI: probe ECDT before loading AML tables regardless of module-level code flag
Erik Schmauss
1
-28
/
+16
2018-09-06
ACPI / bus: Only call dmi_check_system() on X86
Jean Delvare
1
-6
/
+7
2018-08-09
ACPI: bus: Fix a pointer coding style issue
Tom Todd
1
-1
/
+1
2018-07-20
Revert "ACPI / bus: Parse tables as term_list for Dell XPS 9570 and Precision...
Kai Heng Feng
1
-31
/
+7
2018-03-18
ACPICA: Rename a global for clarity, no functional change
Bob Moore
1
-3
/
+3
2018-02-12
device property: Constify device_get_match_data()
Andy Shevchenko
1
-2
/
+2
2018-02-12
ACPI / bus: Rename acpi_get_match_data() to acpi_device_get_match_data()
Andy Shevchenko
1
-2
/
+2
2018-02-12
ACPI / bus: Remove checks in acpi_get_match_data()
Andy Shevchenko
1
-6
/
+0
2018-02-12
ACPI / bus: Do not traverse through non-existed device table
Andy Shevchenko
1
-25
/
+38
2018-02-09
Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-7
/
+38
2018-02-06
ACPI / bus: Parse tables as term_list for Dell XPS 9570 and Precision M5530
Kai Heng Feng
1
-7
/
+31
2018-02-04
ACPI / bus: Do not call _STA on battery devices with unmet dependencies
Hans de Goede
1
-0
/
+6
2018-02-04
ACPI: export acpi_bus_get_status_handle()
Hans de Goede
1
-0
/
+1
2017-12-13
ACPI / bus: Introduce acpi_get_match_data() function
Sinan Kaya
1
-0
/
+18
2017-09-14
dmi: Mark all struct dmi_system_id instances const
Christoph Hellwig
1
-2
/
+2
2017-07-20
ACPICA: Tables: Change table duplication check to be related to acpi_gbl_veri...
Lv Zheng
1
-3
/
+0
2017-07-10
Merge branches 'acpi-spcr', 'acpi-osi', 'acpi-bus', 'acpi-scan' and 'acpi-misc'
Rafael J. Wysocki
1
-2
/
+6
2017-07-04
ACPI / bus: handle ACPI hotplug schedule errors completely
Lee, Chun-Yi
1
-2
/
+6
2017-06-07
ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()
Andy Shevchenko
1
-23
/
+0
2017-06-05
ACPI / bus: Switch to use new generic UUID API
Andy Shevchenko
1
-3
/
+3
2017-04-27
ACPI / bus: Introduce a list of ids for "always present" devices
Hans de Goede
1
-0
/
+5
2017-03-11
Revert "x86/acpi: Set persistent cpuid <-> nodeid mapping when booting"
Dou Liyang
1
-1
/
+0
2017-02-07
ACPI / bus: Introduce acpi_of_modalias() equiv of of_modalias_node()
Dan O'Donovan
1
-0
/
+42
2016-12-22
Merge branches 'acpica' and 'acpi-scan'
Rafael J. Wysocki
1
-1
/
+1
2016-12-21
ACPI / osl: Remove deprecated acpi_get_table_with_size()/early_acpi_os_unmap_...
Lv Zheng
1
-1
/
+1
2016-11-30
sched/x86: Change CONFIG_SCHED_ITMT to CONFIG_SCHED_MC_PRIO
Tim Chen
1
-1
/
+1
2016-11-24
acpi/bus: Set _OSC for diverse core support
Srinivas Pandruvada
1
-0
/
+3
2016-11-24
acpi/bus: Enable HWP CPPC objects
Srinivas Pandruvada
1
-0
/
+7
2016-10-04
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+2
[prev]
[next]