20 Oct, 2005

1 commit

  • In drivers/acpi/glue.c the address of an integer is cast to the address of
    an unsigned long. This breaks on systems where a long is larger than an
    int --- for a start the int can be misaligned; for a second the assignment
    through the pointer will overwrite part of the next variable.

    Signed-off-by: Peter Chubb
    Acked-by: "Brown, Len"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Peter Chubb
     

18 Oct, 2005

1 commit


11 Sep, 2005

1 commit

  • Remove S4BIOS support. It is pretty useless, and only ever worked for _me_
    once. (I do not think anyone else ever tried it). It was in feature-removal
    for a long time, and it should have been removed before.

    Signed-off-by: Pavel Machek
    Signed-off-by: Adrian Bunk
    Cc: "Brown, Len"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Pavel Machek
     

10 Sep, 2005

1 commit


04 Sep, 2005

1 commit


03 Sep, 2005

7 commits


01 Sep, 2005

1 commit


30 Aug, 2005

2 commits

  • Implemented a full bytewise compare to determine if a table load
    request is attempting to load a duplicate table. The compare is
    performed if the table signatures and table lengths match. This
    will allow different tables with the same OEM Table ID and
    revision to be loaded.

    Although the BIOS is technically violating the ACPI spec when
    this happens -- it does happen -- so Linux must handle it.

    Signed-off-by: Robert Moore
    Signed-off-by: Len Brown

    Bob Moore
     
  • Len Brown
     

28 Aug, 2005

1 commit


26 Aug, 2005

6 commits


25 Aug, 2005

3 commits


16 Aug, 2005

5 commits


15 Aug, 2005

1 commit

  • This reverts commits

    71db63acff69618b3d9d3114bd061938150e146b
    [PATCH] increase PCIBIOS_MIN_IO on x86

    and

    0b2bfb4e7ff61f286676867c3508569bea6fbf7a
    ACPI: increase PCIBIOS_MIN_IO on x86

    since Lukas Sandströ reports that this breaks
    his on-board nvidia audio.

    We should re-visit this later. For now we revert the change

    Signed-off-by: Linus Torvalds

    Linus Torvalds
     

12 Aug, 2005

4 commits


05 Aug, 2005

5 commits