linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lv Zheng <lv.zheng@intel.com>
To: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
	Len Brown <len.brown@intel.com>
Cc: Lv Zheng <lv.zheng@intel.com>, Lv Zheng <zetalog@gmail.com>,
	linux-acpi@vger.kernel.org
Subject: [PATCH 00/28] ACPICA: 20140325 Release
Date: Fri,  4 Apr 2014 12:36:38 +0800	[thread overview]
Message-ID: <cover.1396581591.git.lv.zheng@intel.com> (raw)

The 20140325 ACPICA kernel resident system updates are linuxized based on
the pm/linux-next branch.

The patch set has passed the following build/boot tests.
Build tests are performed as follows:
1. i386 + default + COFNIG_ACPI=y
2. i386 + allyes + CONFIG_ACPI=y
3. i386 + default + COFNIG_ACPI=n
4. i386 + allyes + CONFIG_ACPI=n
5. x86_64 + default + COFNIG_ACPI=y
6. x86_64 + allyes + CONFIG_ACPI=y
7. x86_64 + default + COFNIG_ACPI=n
8. x86_64 + allyes + CONFIG_ACPI=n
Boot tests are performed as follows:
1. i386 + default + COFNIG_ACPI=y
2. x86_64 + default + COFNIG_ACPI=y
Where:
1. i386: machine named as "Dell Inspiron Mini 1010"
2. x86_64: machine named as "HP Compaq 8200 Elite SFF PC"
3. default: kernel configuration with following items enabled:
   All hardware drivers related to the machines of i386/x86_64
   All drivers/acpi configurations
   All platform drivers
   All ACPI drivers
   4 DRM drivers that implement ACPI opregion
   All buses with ACPI bindings
   All cpufreq configurations
   All xen configurations
   All ACPI tabln drivers
4. allyes: kernel configuration generated by allyesconfig.

After applying this series, the divergence result is:
 1089 Lines, 38.9 Kbytes.

Bob Moore (10):
  ACPICA: Add EXPORT_SYMBOL macros for install/remove SCI handler
    interfaces.
  ACPICA: Update comments for ACPICA name - no functional change.
  ACPICA: gcc-specific: Fix possible issue with the strchr function.
  ACPICA: Unload operator: Emit a warning if and when it is ever used.
  ACPICA: Disassembler: Add support to decode _HID and _CID values.
  ACPICA: Disassembler: Add decoding of Notify() values.
  ACPICA: Add a missing field for debug dump of mutex objects.
  ACPICA: Table Manager: Misc cleanup and renames, no functional
    change.
  ACPICA: Table Manager: Split tbinstal.c into two files.
  ACPICA: Update version to 20140325.

Colin Ian King (1):
  ACPICA: Linux-specific header: Add support for PPC64 compilation.

David Binderman (1):
  ACPICA: utstring: Check array index bound before use.

Lv Zheng (16):
  ACPICA: Update use of acpi_os_wait_events_complete interface.
  ACPI: Merge divergence of the commmit: ACPICA: Linux-specific header:
    Update support for Linux/acpi applications.
  ACPICA: Remove indent divergences to reduce the difficulties of
    maintaining the revised ACPICA commits.
  ACPICA: Tables: Fix the issues in handling virtual addressed tables.
  ACPICA: Tables: Fix the issue that multiple ACPI_FREE()s are invoked
    for same pointer around acpi_tb_add_table().
  ACPICA: Tables: Cleanup split INSTALLED/VALIDATED table state logics.
  ACPICA: Tables: Fix the issue that table validations are not
    balanced.
  ACPICA: Tables: Fix the issue that table checksums are not always
    verified before installation.
  ACPICA: Tables: Cleanup ACPI_TABLE_ORIGIN_xxx flags.
  ACPICA: Tables: Avoid SSDT installation when
    acpi_gbl_disable_ssdt_table_load is specified.
  ACPICA: Tables: Add acpi_install_table() API to be invoked by OSPM
    early table installation.
  ACPICA: acpidump: Add support to generate acpidump release.
  ACPICA: acpidump: Update new structures and add missing file.
  ACPICA: acpidump: Update Makefile to use new acpidump.
  ACPICA: acpidump: Remove old acpidump source.
  ACPICA: acpidump: Update manual file.

 Documentation/kernel-parameters.txt                |   10 +-
 drivers/acpi/acpica/Makefile                       |    1 +
 drivers/acpi/acpica/acapps.h                       |  170 +++
 drivers/acpi/acpica/acglobal.h                     |    9 +-
 drivers/acpi/acpica/aclocal.h                      |    8 +-
 drivers/acpi/acpica/actables.h                     |   60 +-
 drivers/acpi/acpica/acutils.h                      |   10 +-
 drivers/acpi/acpica/evmisc.c                       |    3 +-
 drivers/acpi/acpica/evsci.c                        |    2 +-
 drivers/acpi/acpica/evxface.c                      |   61 +-
 drivers/acpi/acpica/exconfig.c                     |   82 +-
 drivers/acpi/acpica/exdump.c                       |    4 +-
 drivers/acpi/acpica/tbdata.c                       |  723 +++++++++++
 drivers/acpi/acpica/tbfadt.c                       |   10 +-
 drivers/acpi/acpica/tbfind.c                       |    4 +-
 drivers/acpi/acpica/tbinstal.c                     |  837 +++++--------
 drivers/acpi/acpica/tbutils.c                      |  171 +--
 drivers/acpi/acpica/tbxface.c                      |   18 +-
 drivers/acpi/acpica/tbxfload.c                     |   87 +-
 drivers/acpi/acpica/utdecode.c                     |   74 +-
 drivers/acpi/acpica/utstring.c                     |    2 +-
 drivers/acpi/osl.c                                 |   11 +-
 include/acpi/acpixf.h                              |    7 +-
 include/acpi/actbl.h                               |   11 +-
 include/acpi/platform/acgcc.h                      |   11 +
 include/acpi/platform/aclinux.h                    |    5 +-
 tools/power/acpi/Makefile                          |   26 +-
 tools/power/acpi/common/cmfsize.c                  |  101 ++
 tools/power/acpi/common/getopt.c                   |  239 ++++
 tools/power/acpi/man/acpidump.8                    |   85 +-
 .../acpi/os_specific/service_layers/oslinuxtbl.c   | 1275 ++++++++++++++++++++
 .../acpi/os_specific/service_layers/osunixdir.c    |  204 ++++
 .../acpi/os_specific/service_layers/osunixmap.c    |  151 +++
 tools/power/acpi/tools/acpidump/acpidump.c         |  559 ---------
 tools/power/acpi/tools/acpidump/acpidump.h         |  131 ++
 tools/power/acpi/tools/acpidump/apdump.c           |  451 +++++++
 tools/power/acpi/tools/acpidump/apfiles.c          |  228 ++++
 tools/power/acpi/tools/acpidump/apmain.c           |  340 ++++++
 38 files changed, 4780 insertions(+), 1401 deletions(-)
 create mode 100644 drivers/acpi/acpica/acapps.h
 create mode 100644 drivers/acpi/acpica/tbdata.c
 create mode 100644 tools/power/acpi/common/cmfsize.c
 create mode 100644 tools/power/acpi/common/getopt.c
 create mode 100644 tools/power/acpi/os_specific/service_layers/oslinuxtbl.c
 create mode 100644 tools/power/acpi/os_specific/service_layers/osunixdir.c
 create mode 100644 tools/power/acpi/os_specific/service_layers/osunixmap.c
 delete mode 100644 tools/power/acpi/tools/acpidump/acpidump.c
 create mode 100644 tools/power/acpi/tools/acpidump/acpidump.h
 create mode 100644 tools/power/acpi/tools/acpidump/apdump.c
 create mode 100644 tools/power/acpi/tools/acpidump/apfiles.c
 create mode 100644 tools/power/acpi/tools/acpidump/apmain.c

-- 
1.7.10


             reply	other threads:[~2014-04-04  4:36 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-04  4:36 Lv Zheng [this message]
2014-04-04  4:36 ` [PATCH 01/28] ACPICA: Add EXPORT_SYMBOL macros for install/remove SCI handler interfaces Lv Zheng
2014-04-04  4:36 ` [PATCH 02/28] ACPICA: utstring: Check array index bound before use Lv Zheng
2014-04-04  4:37 ` [PATCH 03/28] ACPICA: Update comments for ACPICA name - no functional change Lv Zheng
2014-04-04  4:37 ` [PATCH 04/28] ACPICA: gcc-specific: Fix possible issue with the strchr function Lv Zheng
2014-04-04  4:37 ` [PATCH 05/28] ACPICA: Unload operator: Emit a warning if and when it is ever used Lv Zheng
2014-04-04  4:37 ` [PATCH 06/28] ACPICA: Disassembler: Add support to decode _HID and _CID values Lv Zheng
2014-04-04  4:37 ` [PATCH 07/28] ACPICA: Disassembler: Add decoding of Notify() values Lv Zheng
2014-04-04  4:37 ` [PATCH 08/28] ACPICA: Update use of acpi_os_wait_events_complete interface Lv Zheng
2014-04-04  4:37 ` [PATCH 09/28] ACPI: Merge divergence of the commmit: ACPICA: Linux-specific header: Update support for Linux/acpi applications Lv Zheng
2014-04-04  4:38 ` [PATCH 10/28] ACPICA: Linux-specific header: Add support for PPC64 compilation Lv Zheng
2014-04-04  4:38 ` [PATCH 11/28] ACPICA: Add a missing field for debug dump of mutex objects Lv Zheng
2014-04-04  4:38 ` [PATCH 12/28] ACPICA: Remove indent divergences to reduce the difficulties of maintaining the revised ACPICA commits Lv Zheng
2014-04-04  4:38 ` [PATCH 13/28] ACPICA: Tables: Fix the issues in handling virtual addressed tables Lv Zheng
2014-04-04  4:38 ` [PATCH 14/28] ACPICA: Tables: Fix the issue that multiple ACPI_FREE()s are invoked for same pointer around acpi_tb_add_table() Lv Zheng
2014-04-04  4:38 ` [PATCH 15/28] ACPICA: Tables: Cleanup split INSTALLED/VALIDATED table state logics Lv Zheng
2014-04-04  4:38 ` [PATCH 16/28] ACPICA: Tables: Fix the issue that table validations are not balanced Lv Zheng
2014-04-04  4:38 ` [PATCH 17/28] ACPICA: Tables: Fix the issue that table checksums are not always verified before installation Lv Zheng
2014-04-04  4:39 ` [PATCH 18/28] ACPICA: Tables: Cleanup ACPI_TABLE_ORIGIN_xxx flags Lv Zheng
2014-04-04  4:39 ` [PATCH 19/28] ACPICA: Tables: Avoid SSDT installation when acpi_gbl_disable_ssdt_table_load is specified Lv Zheng
2014-04-04  4:39 ` [PATCH 20/28] ACPICA: Tables: Add acpi_install_table() API to be invoked by OSPM early table installation Lv Zheng
2014-04-04  4:39 ` [PATCH 21/28] ACPICA: Table Manager: Misc cleanup and renames, no functional change Lv Zheng
2014-04-04  4:39 ` [PATCH 22/28] ACPICA: Table Manager: Split tbinstal.c into two files Lv Zheng
2014-04-04  4:39 ` [PATCH 23/28] ACPICA: acpidump: Add support to generate acpidump release Lv Zheng
2014-04-04  4:39 ` [PATCH 24/28] ACPICA: acpidump: Update new structures and add missing file Lv Zheng
2014-04-04  4:39 ` [PATCH 25/28] ACPICA: acpidump: Update Makefile to use new acpidump Lv Zheng
2014-04-04  4:40 ` [PATCH 26/28] ACPICA: acpidump: Remove old acpidump source Lv Zheng
2014-04-04  4:40 ` [PATCH 27/28] ACPICA: acpidump: Update manual file Lv Zheng
2014-04-04  4:40 ` [PATCH 28/28] ACPICA: Update version to 20140325 Lv Zheng
2014-04-08 12:31 ` [PATCH 00/28] ACPICA: 20140325 Release Rafael J. Wysocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1396581591.git.lv.zheng@intel.com \
    --to=lv.zheng@intel.com \
    --cc=len.brown@intel.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=rafael.j.wysocki@intel.com \
    --cc=zetalog@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).