31 Oct, 2005

2 commits

  • I recently picked up my older work to remove unnecessary #includes of
    sched.h, starting from a patch by Dave Jones to not include sched.h
    from module.h. This reduces the number of indirect includes of sched.h
    by ~300. Another ~400 pointless direct includes can be removed after
    this disentangling (patch to follow later).
    However, quite a few indirect includes need to be fixed up for this.

    In order to feed the patches through -mm with as little disturbance as
    possible, I've split out the fixes I accumulated up to now (complete for
    i386 and x86_64, more archs to follow later) and post them before the real
    patch. This way this large part of the patch is kept simple with only
    adding #includes, and all hunks are independent of each other. So if any
    hunk rejects or gets in the way of other patches, just drop it. My scripts
    will pick it up again in the next round.

    Signed-off-by: Tim Schmielau
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Tim Schmielau
     
  • Add pm_ops.valid callback, so only the available pm states show in
    /sys/power/state. And this also makes an earlier states error report at
    enter_state before we do actual suspend/resume.

    Signed-off-by: Shaohua Li
    Acked-by: Pavel Machek
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Shaohua Li
     

30 Oct, 2005

1 commit

  • This basically keeps up from having to extern __kmalloc_section_memmap().

    The vaddr_in_vmalloc_area() helper could go in a vmalloc header, but that
    header gets hard to work with, because it needs some arch-specific macros.
    Just stick it in here for now, instead of creating another header.

    Signed-off-by: Dave Hansen
    Signed-off-by: Lion Vollnhals
    Signed-off-by: Jiri Slaby
    Signed-off-by: Yasunori Goto
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Dave Hansen
     

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

2 commits