13 Jan, 2012

1 commit


17 Jun, 2009

2 commits

  • Now we have __initconst, we can finally move the external declarations for
    the various Linux logo structures to .

    James' ack dates back to the previous submission (way to long ago), when the
    logos were still __initdata, which caused failures on some platforms with some
    toolchain versions.

    Signed-off-by: Geert Uytterhoeven
    Acked-by: James Simmons
    Cc: Krzysztof Helt
    Cc: Sam Ravnborg
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Geert Uytterhoeven
     
  • The generated logo sources are not automatically regenerated if
    scripts/pnmtologo.c has changed. Add the missing dependency to fix this.

    Signed-off-by: Sam Ravnborg
    Tested-by: Geert Uytterhoeven
    Cc: Krzysztof Helt
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Sam Ravnborg
     

28 Apr, 2009

1 commit

  • This reverts commit 8032b526d1a3bd91ad633dd3a3b5fdbc47ad54f1.

    Hey, it was only meant to be a single release. Now they can all die as
    far as I'm concerned.

    [ Just kidding. They're cute and cuddly.

    Except when they have horrible nasty facial diseases. Oh, and I guess
    they're not actually that cuddly even when disease-free. ]

    Signed-off-by: Linus Torvalds

    Linus Torvalds
     

16 Mar, 2009

1 commit

  • Impact: help prevent extinction of species

    The Tasmanian Devil is a shy iconic Australian creature named for its
    spine-chilling screech. It is threatened with extinction due to a
    scientifically interesting but horrific transmissible facial cancer.

    This one is standing in for Tux for one release using the far less-known
    Devil Facial Tux Disguise.

    Save The Tasmanian Devil http://tassiedevil.com.au

    Signed-off-by: Linux.conf.au Hobart Team
    Signed-off-by: Rusty Russell
    Signed-off-by: Linus Torvalds

    Rusty Russell
     

15 May, 2008

1 commit


19 Oct, 2007

1 commit

  • This has not been any serious user of this ill conceived thing since the
    original invention in like '95 so I recently deleted this from everywhere
    except the last instance in logo.c. This patch removes the last two
    instances in logo.c. They conditions were not useful anyway as when
    compiled in they would always evaluate as true.

    Last not least this is necessary to get the SGI IP22 and DECstation kernels
    to compile again.

    Signed-off-by: Ralf Baechle
    Cc: "Antonino A. Daplas"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Ralf Baechle
     

17 Oct, 2007

1 commit

  • Add logo.nologo kernel boot option to disable the logo in order to provide
    more screen space for kernel messages; especially useful when debugging and
    screen space is more critical.

    newport_con driver changes are untested.

    [akpm@linux-foundation.org: cleanups, coding-style fixes]
    Signed-off-by: Randy Dunlap
    Signed-off-by: Antonino Daplas
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     

20 Jul, 2007

1 commit

  • * git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild: (33 commits)
    xtensa: use DATA_DATA in xtensa
    powerpc: add missing DATA_DATA to powerpc
    cris: use DATA_DATA in cris
    kallsyms: remove usage of memmem and _GNU_SOURCE from scripts/kallsyms.c
    kbuild: use -fno-optimize-sibling-calls unconditionally
    kconfig: reset generated values only if Kconfig and .config agree.
    kbuild: fix the warning when running make tags
    kconfig: strip 'CONFIG_' automatically in kernel configuration search
    kbuild: use POSIX BRE in headers install target
    Whitelist references from __dbe_table to .init
    modpost white list pattern adjustment
    kbuild: do section mismatch check on full vmlinux
    kbuild: whitelist references from variables named _timer to .init.text
    kbuild: remove hardcoded _logo names from modpost
    kbuild: remove hardcoded apic_es7000 from modpost
    kbuild: warn about references from .init.text to .exit.text
    kbuild: consolidate section checks
    kbuild: refactor code in modpost to improve maintainability
    kbuild: ignore section mismatch warnings originating from .note section
    kbuild: .paravirtprobe section is obsolete, so modpost doesn't need to handle it
    ...

    Linus Torvalds
     

18 Jul, 2007

4 commits

  • We can't show the extra logo from boot code if FB is built as a module.
    Make the FB_LOGO_EXTRA depend on FB=y.

    Signed-off-by: Arnd Bergmann
    Cc: Al Viro
    Cc: "Antonino A. Daplas"
    Acked-by: Geert Uytterhoeven
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Arnd Bergmann
     
  • Let spu_management_ops.enumerate_spus() return the number of found SPEs
    and use that information to draw some little helper penguin logos.

    Signed-off-by: Geert Uytterhoeven
    Signed-off-by: Geoff Levand
    Acked-by: Arnd Bergmann
    Acked-By: James Simmons
    Cc: "Antonino A. Daplas"
    Cc: Benjamin Herrenschmidt
    Cc: Paul Mackerras
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Geert Uytterhoeven
     
  • Add the SPE helper penguin logo

    Signed-off-by: Geert Uytterhoeven
    Signed-off-by: Geoff Levand
    Cc: Arnd Bergmann
    Acked-By: James Simmons
    Cc: "Antonino A. Daplas"
    Cc: Benjamin Herrenschmidt
    Cc: Paul Mackerras
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Geert Uytterhoeven
     
  • Add fb_append_extra_logo(), to append extra lines of logos below the standard
    Linux logo.

    Signed-off-by: Geert Uytterhoeven
    Signed-off-by: Geoff Levand
    Acked-By: James Simmons
    Cc: "Antonino A. Daplas"
    Cc: Benjamin Herrenschmidt
    Cc: Paul Mackerras
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Geert Uytterhoeven
     

17 Jul, 2007

1 commit


09 May, 2007

1 commit

  • Change Kconfig objects from "menu, config" into "menuconfig" so that the user
    can disable the whole feature without having to enter the menu first.

    Signed-off-by: Jan Engelhardt
    Signed-off-by: Antonino Daplas
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jan Engelhardt
     

01 Jul, 2006

1 commit


01 May, 2006

1 commit


10 Jan, 2006

1 commit


23 Dec, 2005

1 commit


07 Nov, 2005

1 commit

  • Frame buffer driver help text changes:
    - Move S3 Trio next to S3 Savage;
    - add or clarify help text for several FB drivers;
    - add help text for FB console;
    - add help text for bootup logos;

    Acked-by: Antonino Daplas
    Signed-off-by: Randy Dunlap
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Randy.Dunlap
     

18 Oct, 2005

1 commit


08 Jul, 2005

1 commit

  • This patch is for supporting Epson s1d13xxx framebuffer device for m32r. #
    Sorry, a little bigger.

    The Epson s1d13806 is already supported by 2.6.12 kernel, and its driver is
    placed as drivers/video/s1d13xxxfb.c.

    For the m32r, a header file include/asm-m32r/s1d13806.h was prepared for
    several m32r target platforms. It was originally generated by an Epson
    tool S1D13806CFG.EXE, and modified manually for the m32r platforms.

    Signed-off-by: Hayato Fujiwara
    Signed-off-by: Hirokazu Takata
    Cc: "Antonino A. Daplas"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Hirokazu Takata
     

25 Apr, 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