02 Nov, 2011

1 commit


17 Mar, 2011

1 commit


21 Jan, 2011

1 commit

  • The meaning of CONFIG_EMBEDDED has long since been obsoleted; the option
    is used to configure any non-standard kernel with a much larger scope than
    only small devices.

    This patch renames the option to CONFIG_EXPERT in init/Kconfig and fixes
    references to the option throughout the kernel. A new CONFIG_EMBEDDED
    option is added that automatically selects CONFIG_EXPERT when enabled and
    can be used in the future to isolate options that should only be
    considered for embedded systems (RISC architectures, SLOB, etc).

    Calling the option "EXPERT" more accurately represents its intention: only
    expert users who understand the impact of the configuration changes they
    are making should enable it.

    Reviewed-by: Ingo Molnar
    Acked-by: David Woodhouse
    Signed-off-by: David Rientjes
    Cc: Greg KH
    Cc: "David S. Miller"
    Cc: Jens Axboe
    Cc: Arnd Bergmann
    Cc: Robin Holt
    Cc:
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    David Rientjes
     

11 Dec, 2009

1 commit


08 Dec, 2009

1 commit


09 Oct, 2009

1 commit


30 Mar, 2009

1 commit


25 Apr, 2008

1 commit

  • This is a pair of Xen para-virtual frontend device drivers:
    drivers/video/xen-fbfront.c provides a framebuffer, and
    drivers/input/xen-kbdfront provides keyboard and mouse.

    The backends run in dom0 user space.

    The two drivers are not in two separate patches, because the
    intermediate step (one driver, not the other) is somewhat problematic:
    the backend in dom0 needs both drivers, and will refuse to complete
    device initialization unless they're both present.

    Signed-off-by: Markus Armbruster

    Signed-off-by: Ingo Molnar
    Signed-off-by: Thomas Gleixner

    Markus Armbruster
     

31 Jan, 2008

1 commit

  • This patch adds a very simple input power event to APM user suspend
    event bridge. Its currently only works for the systems using the
    emulated APM driver but could easily be extended to work with anything
    with a true APM BIOS too.

    This covers a standard embedded system need which is to suspend when the
    user presses a suspend button. It leaves options open to system
    integrators to ignore (or unload) this code and implement their own more
    complex event handling system.

    Its hidden behind the EMBEDDED Kconfig option since its only likely to
    be of use to embedded style systems. It can be built as a module so the
    "hardcoded" policy can easily be removed from the kernel at runtime if
    desired too.

    Signed-off-by: Richard Purdie
    Signed-off-by: Dmitry Torokhov

    Richard Purdie
     

13 Oct, 2007

1 commit


14 Jun, 2007

1 commit


13 Jun, 2007

1 commit

  • To work around deficiences in Kconfig that allows to "select"
    a symbol without automatically selecting all dependencies for
    that symbol move input-polldev from drivers/input/misc to
    drivers/input thus removing extra dependency on CONFIG_INPUT_MISC.

    Signed-off-by: Dmitry Torokhov

    Dmitry Torokhov
     

10 May, 2007

1 commit


08 May, 2007

1 commit


19 Jul, 2006

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