09 May, 2007

1 commit


13 Feb, 2007

1 commit

  • Many struct file_operations in the kernel can be "const". Marking them const
    moves these to the .rodata section, which avoids false sharing with potential
    dirty data. In addition it'll catch accidental writes at compile time to
    these shared resources.

    Signed-off-by: Arjan van de Ven
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Arjan van de Ven
     

09 Feb, 2007

2 commits


20 Dec, 2006

1 commit


22 Oct, 2006

1 commit


23 Sep, 2006

6 commits


23 Jun, 2006

1 commit


31 Mar, 2006

1 commit


22 Mar, 2006

2 commits


07 Mar, 2006

1 commit


03 Jan, 2006

5 commits


04 Nov, 2005

1 commit

  • Remove snd_runtime_check() macro.
    This macro worsens the readability of codes. They should be either
    normal if() or removable asserts.

    Also, the assert displays stack-dump, instead of only the last caller
    pointer.

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     

12 Sep, 2005

1 commit


22 Jun, 2005

1 commit


29 May, 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