21 Nov, 2017

1 commit

  • Drop CONFIG_VIDEO_400_HACK info completely.
    Drop CONFIG_VIDEO_RETAIN and CONFIG_VIDEO_LOCAL completely.
    Drop CONFIG_VIDEO_COMPACT and CONFIG_VIDEO_VESA info completely.
    Drop CONFIG_VIDEO_SVGA info since it has been removed.
    Drop chapter number & section number references since they are wrong.
    Drop (bad) ftp URL for 800x600 Thinkpad XF86Config.

    Rename CONFIG_VIDEO_GFX_HACK to VIDEO_GFX_HACK since it is not a
    Kconfig symbol. And to match the source code.

    Build options are controlled by the kernel kconfig utility.

    Signed-off-by: Randy Dunlap
    Acked-By: Martin Mares
    Cc: "H. Peter Anvin"
    Signed-off-by: Jonathan Corbet

    Randy Dunlap
     

15 Jul, 2017

1 commit

  • Each text file under Documentation follows a different
    format. Some doesn't even have titles!

    Change its representation to follow the adopted standard,
    using ReST markups for it to be parseable by Sphinx:
    - Use standard notation for titles;
    - Use the note mark;
    - mark literal blocks;
    - adjust identation;
    - mark the table.

    Acked-By: Martin Mares
    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     

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