21 Sep, 2016

2 commits

  • Add cross references for the documents mentioned at HOWTO and
    are under the Documentation/ directory, using the ReST notation.

    It should be noticed that HOWTO also mentions the /README file.
    We opted to not touch it, for now, as making it build on
    Sphinx would require it to be moved to a Documentation/foo
    directory.

    Signed-off-by: Mauro Carvalho Chehab
    Acked-by: Greg Kroah-Hartman
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     
  • Add markups for it to be properly parsed by Sphinx.

    As people browsing this document may not notice that the source
    file title is "stable_api_nonsense", I opted to use bold to
    the rationale for this document. I also found it better to
    add a note when it says that the nonsense applies only to the
    kABI/kAPI, and not to uAPI.

    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     

30 Mar, 2011

1 commit


31 Jul, 2007

1 commit


07 Dec, 2006

1 commit

  • -mregparm=3 has been enabled by default for some time on i386, and AFAIK
    there aren't any problems with it left.

    This patch removes the REGPARM config option and sets -mregparm=3
    unconditionally.

    Signed-off-by: Adrian Bunk
    Signed-off-by: Andi Kleen

    Adrian Bunk
     

30 Jul, 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