Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1387192
| From | Lv Zheng <lv.zheng@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] ACPI / osi: Fix several issues in _OSI handling |
| Date | 2016-04-26 09:50 +0200 |
| Message-ID | <rs5UR-3CS-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patchset cleans up _OSI handling code and fixes several issues in it.
Chen Yu (1):
ACPI / osi: Change default _OSI(Darwin) support
Lv Zheng (3):
ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA
internal strings
ACPI / osi: Cleanup _OSI("Linux") related code before introducing new
support
ACPI / osi: Collect _OSI handling into one single file
Documentation/kernel-parameters.txt | 2 +
drivers/acpi/Makefile | 2 +-
drivers/acpi/blacklist.c | 196 +------------
drivers/acpi/internal.h | 2 +
drivers/acpi/osi.c | 521 +++++++++++++++++++++++++++++++++++
drivers/acpi/osl.c | 228 +--------------
include/linux/acpi.h | 1 -
7 files changed, 533 insertions(+), 419 deletions(-)
create mode 100644 drivers/acpi/osi.c
--
1.7.10
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] ACPI / osi: Fix several issues in _OSI handling Lv Zheng <lv.zheng@intel.com> - 2016-04-26 09:50 +0200
[PATCH 2/4] ACPI / osi: Cleanup _OSI("Linux") related code before introducing new support Lv Zheng <lv.zheng@intel.com> - 2016-04-26 09:50 +0200
Re: [PATCH 2/4] ACPI / osi: Cleanup _OSI("Linux") related code before introducing new support "Rafael J. Wysocki" <rafael@kernel.org> - 2016-04-26 22:20 +0200
RE: [PATCH 2/4] ACPI / osi: Cleanup _OSI("Linux") related code before introducing new support "Zheng, Lv" <lv.zheng@intel.com> - 2016-04-27 04:10 +0200
[PATCH 4/4] ACPI / osi: Collect _OSI handling into one single file Lv Zheng <lv.zheng@intel.com> - 2016-04-26 09:50 +0200
[PATCH 1/4] ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal strings Lv Zheng <lv.zheng@intel.com> - 2016-04-26 09:50 +0200
[PATCH v2 5/6] ACPI / osi: Cleanup coding style issues before creating a separate OSI source file Lv Zheng <lv.zheng@intel.com> - 2016-04-27 11:00 +0200
[PATCH v2 3/6] ACPI / osi: Add acpi_osi=!! to allow reverting acpi_osi=! Lv Zheng <lv.zheng@intel.com> - 2016-04-27 11:00 +0200
[PATCH v2 1/6] ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal strings Lv Zheng <lv.zheng@intel.com> - 2016-04-27 11:00 +0200
[PATCH v2 2/6] ACPI / osi: Cleanup _OSI("Linux") related code before introducing new support Lv Zheng <lv.zheng@intel.com> - 2016-04-27 11:00 +0200
[PATCH v2 6/6] ACPI / osi: Collect _OSI handling into one single file Lv Zheng <lv.zheng@intel.com> - 2016-04-27 11:00 +0200
[PATCH v2 0/6] ACPI / osi: Fix several issues in _OSI handling Lv Zheng <lv.zheng@intel.com> - 2016-04-27 11:00 +0200
[PATCH v2 4/6] ACPI / osi: Fix default _OSI(Darwin) support Lv Zheng <lv.zheng@intel.com> - 2016-04-27 11:00 +0200
RE: [PATCH v2 4/6] ACPI / osi: Fix default _OSI(Darwin) support "Chen, Yu C" <yu.c.chen@intel.com> - 2016-04-27 11:50 +0200
Re: [PATCH v2 4/6] ACPI / osi: Fix default _OSI(Darwin) support "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-04-27 23:30 +0200
RE: [PATCH v2 4/6] ACPI / osi: Fix default _OSI(Darwin) support "Zheng, Lv" <lv.zheng@intel.com> - 2016-04-28 04:40 +0200
RE: [PATCH v2 4/6] ACPI / osi: Fix default _OSI(Darwin) support "Chen, Yu C" <yu.c.chen@intel.com> - 2016-04-28 10:00 +0200
csiph-web