05 Feb, 2015

1 commit


26 Jan, 2015

1 commit

  • ACPICA has implemented acpi_unload_parent_table() which can exactly replace
    the acpi_get_id()/acpi_unload_table_id() implemented in Linux kernel. The
    acpi_unload_parent_table() has been unit tested in ACPICA simulation
    environment.

    This patch can also help to reduce the source code differences between
    Linux and ACPICA.

    Signed-off-by: Lv Zheng
    Acked-by: Bjorn Helgaas
    Tested-by: Octavian Purdila
    Signed-off-by: Rafael J. Wysocki

    Lv Zheng
     

11 Feb, 2014

1 commit


31 Oct, 2013

2 commits

  • It is reported by kernel build test systems that all ACPICA source
    files in the kernel tree have incorrect label indentation. This
    patch changes default indent option used in the release process to
    fix this bug. Lv Zheng.

    Signed-off-by: Lv Zheng
    Signed-off-by: Bob Moore
    Signed-off-by: Rafael J. Wysocki

    Lv Zheng
     
  • For Linux, there are no functional changes/binary generation differences
    introduced by this patch.

    This change adds a new macro to all files that contain external ACPICA
    interfaces. It can be detected and used by the host (via the host-specific
    header) for any special processing required for such modules. Lv Zheng.

    Signed-off-by: Lv Zheng
    Signed-off-by: Rafael J. Wysocki

    Lv Zheng
     

25 Jan, 2013

1 commit


15 Nov, 2012

1 commit


17 Jul, 2012

1 commit


17 Jan, 2012

1 commit


01 Nov, 2011

1 commit


19 Jan, 2011

1 commit


07 Jul, 2010

1 commit

  • This change enhances the performance of namespace searches and
    walks by adding a backpointer to the parent in each namespace
    node. On large namespaces, this change can improve overall ACPI
    performance by up to 9X. Adding a pointer to each namespace node
    increases the overall size of the internal namespace by about 5%,
    since each namespace entry usually consists of both a namespace
    node and an ACPI operand object.

    Signed-off-by: Alexey Starikovskiy
    Signed-off-by: Bob Moore
    Signed-off-by: Lin Ming
    Signed-off-by: Len Brown

    Alexey Starikovskiy
     

23 Jan, 2010

1 commit


16 Dec, 2009

1 commit

  • This change deletes the unnecessary acpi_ns_convert_entry_to_handle
    interface and renames the acpi_ns_map_handle_to_node interface to
    acpi_ns_validate_handle. ACPICA BZ 798.

    http://www.acpica.org/bugzilla/show_bug.cgi?id=798

    Signed-off-by: Bob Moore
    Signed-off-by: Lin Ming
    Signed-off-by: Len Brown

    Bob Moore
     

27 May, 2009

2 commits


09 Jan, 2009

2 commits