20 Jul, 2008

1 commit


24 Oct, 2007

1 commit

  • Commits

    58b053e4ce9d2fc3023645c1b96e537c72aa8d9a ("Update arch/ to use sg helpers")
    45711f1af6eff1a6d010703b4862e0d2b9afd056 ("[SG] Update drivers to use sg helpers")
    fa05f1286be25a8ce915c5dd492aea61126b3f33 ("Update net/ to use sg helpers")

    converted many files to use the scatter gather helpers without ensuring
    that the necessary headerfile is included. This
    happened to work for ia64, powerpc, sparc64 and x86 because they
    happened to drag in that file via their .

    On most of the others this probably broke.

    Instead of increasing the header file spider web I choose to include
    directly into the affectes files.

    Signed-off-by: Ralf Baechle
    Signed-off-by: Jens Axboe
    Signed-off-by: Linus Torvalds

    Ralf Baechle
     

10 Oct, 2007

1 commit


19 Jul, 2007

1 commit


09 May, 2007

1 commit

  • I added saa7146_vmalloc_destroy_pgtable() which frees the resources
    allocated by saa7146_vmalloc_build_pgtable() and updated the callers in
    budget-core.c and av7110.c. I have also been through the updated
    functions and updated the error paths to ensure they free all allocated
    resources on error.
    I also realised that there are other callers to saa7146_pgtable_free()
    which did not have any sg DMA mapped so it seems wrong to add the
    pci_unmap_sg() into that function. Instead I created
    saa7146_vmalloc_destroy_pgtable() to do this.
    Also included in this patch are the previous fixes for pci_unmap_sg()
    and syncing the PCI streamed data to work with a SWIOTLB and match the
    requirements documented in DMA-API.txt.

    Signed-off-by: Jon Burgess
    Signed-off-by: Oliver Endriss
    Signed-off-by: Mauro Carvalho Chehab

    Jon Burgess
     

10 Dec, 2006

2 commits


07 Feb, 2006

1 commit


07 Jan, 2006

1 commit

  • Now when kbuild passes KBUILD_MODNAME with "" do not __stringify it when
    used. Remove __stringnify for all users.
    This also fixes the output of:

    $ ls -l /sys/module/
    drwxr-xr-x 4 root root 0 2006-01-05 14:24 pcmcia
    drwxr-xr-x 4 root root 0 2006-01-05 14:24 pcmcia_core
    drwxr-xr-x 3 root root 0 2006-01-05 14:24 "processor"
    drwxr-xr-x 3 root root 0 2006-01-05 14:24 "psmouse"

    The quoting of the module names will be gone again.
    Thanks to GregKH + Kay Sievers for reproting this.

    Signed-off-by: Sam Ravnborg

    Sam Ravnborg
     

13 Dec, 2005

2 commits


10 Sep, 2005

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds