01 Feb, 2013

1 commit

  • Having received another series of whitespace patches I decided to do this
    once and for all rather than dealing with this kind of patches trickling
    in forever.

    Signed-off-by: Ralf Baechle

    Ralf Baechle
     

08 Dec, 2011

1 commit


01 May, 2010

1 commit

  • |arch/mips/sibyte/swarm/setup.c:153:
    | warning: large integer implicitly truncated to unsigned type

    The field was changed in d9b26352 aka ("x86, setup: Store the boot
    cursor state"). This patch changes the values back they way they were
    before this extra field got introduced.

    While here, the other two boards are also converted to C99 initializer.

    Signed-off-by: Sebastian Andrzej Siewior
    Cc: linux-mips@linux-mips.org
    Patchwork: http://patchwork.linux-mips.org/patch/1137/
    Signed-off-by: Ralf Baechle

    Sebastian Andrzej Siewior
     

26 Aug, 2008

1 commit


06 Aug, 2008

2 commits

  • This patch remove unneeded #include 's.

    It also adds a required #include that was previously
    implicitely pulled by ide.h

    Signed-off-by: Adrian Bunk
    [bart: revert change to tests/lkdtm.c (spotted by Stephen Rothwell)]
    Signed-off-by: Bartlomiej Zolnierkiewicz

    Adrian Bunk
     
  • Following files don't need at all:

    - arch/mips/jazz/setup.c
    - arch/sh/boards/mach-systemh/irq.c
    - drivers/macintosh/mediabay.c
    - drivers/scsi/hptiop.c
    - drivers/usb/storage/freecom.c
    - arch/powerpc/include/asm/ide.h
    - init/main.c

    Cc: Christoph Hellwig
    Signed-off-by: Bartlomiej Zolnierkiewicz

    Bartlomiej Zolnierkiewicz
     

16 Jul, 2008

2 commits


29 Jan, 2008

1 commit


19 Oct, 2007

1 commit


12 Oct, 2007

4 commits


24 Jul, 2007

1 commit


29 Jun, 2007

1 commit


12 Oct, 2006

1 commit


09 Oct, 2006

4 commits


14 Jul, 2006

1 commit


01 Jul, 2006

1 commit


20 Jun, 2006

1 commit

  • Historically plat_mem_setup did the entire platform initialization. This
    was rather impractical because it meant plat_mem_setup had to get away
    without any kind of memory allocator. To keep old code from breaking
    plat_setup was just renamed to plat_setup and a second platform
    initialization hook for anything else was introduced.

    Signed-off-by: Ralf Baechle

    Ralf Baechle
     

07 Feb, 2006

1 commit


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