22 Dec, 2016

2 commits


08 Oct, 2016

2 commits


24 May, 2016

2 commits


17 Apr, 2015

1 commit


04 Apr, 2014

1 commit

  • Summary:
    - all printk(KERN_foo converted to pr_foo()
    - add pr_fmt and remove redundant prefixes
    - convert befs_() to va_format (based on patch by Joe Perches)
    - remove non standard %Lu
    - use __func__ for all debugging

    [akpm@linux-foundation.org: fix printk warnings, reported by Fengguang]
    Signed-off-by: Fabian Frederick
    Cc: Joe Perches
    Cc: Fengguang Wu
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Fabian Frederick
     

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