18 Jul, 2007

1 commit


17 Jul, 2007

1 commit

  • Remove some dead chunks of code that are bounded by preprocessor conditionals
    controlled by apparently no-longer available config options.

    These are:

    CONFIG_BLK_DEV_BLKMEM
    CONFIG_CHR_DEV_FLASH
    CONFIG_BLK_DEV_FLASH
    CONFIG_CONSOLE

    [Found by Robert P. J. Day ]

    Signed-off-by: David Howells
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    David Howells
     

09 May, 2007

1 commit

  • Miscellaneous fixes to bring FRV up to date:

    (1) Copy the new syscall numbers from i386 to asm-frv/unistd.h and fill out
    the syscall table in entry.S too.

    (2) Mark __frv_uart0 and __frv_uart1 __pminitdata rather than __initdata so
    that determine_clocks() can access them when CONFIG_PM=y.

    (3) Make arch/frv/mm/elf-fdpic.c include asm/mman.h so that MAP_FIXED is
    available (fixes commit 2fd3bebaad9da3b3b99c46a3389099424bf7ee35).

    Signed-off-by: David Howells
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    David Howells
     

13 Feb, 2007

1 commit


08 Dec, 2006

1 commit


02 Oct, 2006

1 commit

  • asm/serial.h is supposed to contain the definitions for the architecture
    specific 8250 ports for the 8250 driver. It may also define BASE_BAUD,
    but this is the base baud for the architecture specific ports _only_.

    Therefore, nothing other than the 8250 driver should be including this
    header file. In order to move towards this goal, here is a patch which
    removes some of the more obvious incorrect includes of the file.

    Acked-by: Paul Fulghum
    Acked-by: Tony Luck
    Acked-by: Ralf Baechle
    Acked-by: David Howells
    Signed-off-by: Russell King

    Russell King
     

26 Sep, 2006

1 commit


04 Jul, 2006

1 commit

  • include/linux/version.h contained both actual KERNEL version
    and UTS_RELEASE that contains a subset from git SHA1 for when
    kernel was compiled as part of a git repository.
    This had the unfortunate side-effect that all files including version.h
    would be recompiled when some git changes was made due to changes SHA1.
    Split it out so we keep independent parts in separate files.

    Also update checkversion.pl script to no longer check for UTS_RELEASE.

    Signed-off-by: Sam Ravnborg

    Sam Ravnborg
     

01 Jul, 2006

1 commit


23 Jun, 2006

1 commit


09 Jan, 2006

1 commit


26 Jun, 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