28 Dec, 2008

1 commit


18 Dec, 2008

2 commits


17 Dec, 2008

2 commits


17 Oct, 2008

1 commit

  • A series of patches introduce a generic header file for the software
    IO/TLB implementation in lib/swiotlb.c. Currently each architecture using
    this code defines the prototypes itself. The prototypes are moved to
    include/linux/swiotlb.h and this file is included in architecture specific
    code for X86 and IA64.

    This patch:

    Create include/linux/swiotlb.h file which contains all function prototypes
    for the lib/swiotlb.c file.

    (akpm: the dependent patches will be trickled through arch trees)

    Signed-off-by: Joerg Roedel
    Cc: Ingo Molnar
    Cc: Thomas Gleixner
    Cc: "Luck, Tony"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Joerg Roedel