05 May, 2016

1 commit

  • ACPICA commit b2294cae776f5a66a7697414b21949d307e6856f

    This patch removes unwanted spaces for typedef. This solution doesn't cover
    function types.

    Note that the linuxize result of this commit is very giant and should have
    many conflicts against the current Linux upstream. Thus it is required to
    modify the linuxize result of this commit and the commits around it
    manually in order to have them merged to the Linux upstream. Since this is
    very costy, we should do this only once, and if we can't ensure to do this
    only once, we need to revert the Linux code to the wrong indentation result
    before merging the linuxize result of this commit. Lv Zheng.

    Link: https://github.com/acpica/acpica/commit/b2294cae
    Signed-off-by: Lv Zheng
    Signed-off-by: Bob Moore
    Signed-off-by: Rafael J. Wysocki

    Lv Zheng
     

16 Jan, 2016

1 commit


05 Feb, 2015

1 commit


09 Jul, 2014

1 commit

  • Fixes a regression introduced by commit e23d9b829754 (ACPICA:
    Namespace: Properly null terminate objects detached from a namespace
    node)

    In the case of Alias namespace nodes, the node simply points to the aliased
    node via the Object field; thus we cannot assume that the object is an
    operand object.

    Fixes: e23d9b829754 (ACPICA: Namespace: Properly null terminate objects detached from a namespace node)
    Signed-off-by: Bob Moore
    Signed-off-by: Lv Zheng
    Signed-off-by: Rafael J. Wysocki

    Bob Moore
     

08 Jul, 2014

1 commit

  • Fixes a bug exposed by an ACPICA unit test around the
    acpi_attach_data()/acpi_detach_data() APIs where the failure to null
    terminate a detached object led to the creation of a circular linked list
    (and infinite looping) when the object is reattached.

    Reported in acpica bugzilla #1063

    Link: https://bugs.acpica.org/show_bug.cgi?id=1063
    Signed-off-by: David E. Box
    Signed-off-by: Bob Moore
    Signed-off-by: Lv Zheng
    Cc: 3.15+ # 3.15+
    Signed-off-by: Rafael J. Wysocki

    David E. Box
     

18 Mar, 2014

1 commit


11 Feb, 2014

1 commit


25 Jan, 2013

1 commit


15 Nov, 2012

1 commit


17 Jul, 2012

1 commit


17 Jan, 2012

1 commit


19 Jan, 2011

1 commit


23 Jan, 2010

1 commit


27 May, 2009

1 commit


27 Mar, 2009

1 commit

  • Remove all instances of this obsolete macro, since it is now a
    simple reference to ->common.type. There were about 150 invocations
    of the macro across 41 files. ACPICA BZ 755.

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

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

    Bob Moore
     

09 Jan, 2009

2 commits