18 Jul, 2007

30 commits


11 Jul, 2007

2 commits

  • Signed-off-by: Yoichi Yuasa
    Signed-off-by: Ralf Baechle

    Yoichi Yuasa
     
  • Signed-off-by: Franck Bui-Huu
    Signed-off-by: Ralf Baechle

    delete mode 100644 arch/mips/configs/ocelot_c_defconfig
    delete mode 100644 arch/mips/momentum/ocelot_c/Makefile
    delete mode 100644 arch/mips/momentum/ocelot_c/cpci-irq.c
    delete mode 100644 arch/mips/momentum/ocelot_c/dbg_io.c
    delete mode 100644 arch/mips/momentum/ocelot_c/irq.c
    delete mode 100644 arch/mips/momentum/ocelot_c/ocelot_c_fpga.h
    delete mode 100644 arch/mips/momentum/ocelot_c/platform.c
    delete mode 100644 arch/mips/momentum/ocelot_c/prom.c
    delete mode 100644 arch/mips/momentum/ocelot_c/reset.c
    delete mode 100644 arch/mips/momentum/ocelot_c/setup.c
    delete mode 100644 arch/mips/momentum/ocelot_c/uart-irq.c
    delete mode 100644 arch/mips/pci/fixup-ocelot-c.c
    delete mode 100644 arch/mips/pci/pci-ocelot-c.c

    Franck Bui-Huu
     

05 Jun, 2007

1 commit

  • * git://git.infradead.org/mtd-2.6:
    [JFFS2] Fix obsoletion of metadata nodes in jffs2_add_tn_to_tree()
    [MTD] Fix error checking after get_mtd_device() in get_sb_mtd functions
    [JFFS2] Fix buffer length calculations in jffs2_get_inode_nodes()
    [JFFS2] Fix potential memory leak of dead xattrs on unmount.
    [JFFS2] Fix BUG() caused by failing to discard xattrs on deleted files.
    [MTD] generalise the handling of MTD-specific superblocks
    [MTD] [MAPS] don't force uclinux mtd map to be root dev

    Linus Torvalds
     

02 Jun, 2007

1 commit


01 Jun, 2007

2 commits

  • Fix various bits of obviously-busted code which we're not happening to
    compile, due to ifdefs.

    Cc: "Luck, Tony"
    Cc: Ivan Kokshaysky
    Cc: Richard Henderson
    Cc: Russell King
    Cc: Ralf Baechle
    Cc: Jeff Garzik
    Cc: Jan Kara
    Cc: James Bottomley
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Yoann Padioleau
     
  • I have made a tool to parse the kernel that does not pre-process the
    source. That means that my parser tries to parse all the code, including
    code in the #else branch or code that is not often compiled because the
    driver is not very used (or not used at all). So, my parser sometimes
    reports parse error not originally detected by gcc. Here is my (first)
    patch.

    [akpm@linux-foundation.org: fix amd8111e.c]
    Signed-off-by: Yoann Padioleau
    Acked-by: Matthew Wilcox
    Acked-by: Wim Van Sebroeck
    Acked-by: David Woodhouse
    Acked-by: Jeff Garzik
    Acked-by: James Bottomley
    Cc: Russell King
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Yoann Padioleau
     

17 May, 2007

1 commit

  • SLAB_CTOR_CONSTRUCTOR is always specified. No point in checking it.

    Signed-off-by: Christoph Lameter
    Cc: David Howells
    Cc: Jens Axboe
    Cc: Steven French
    Cc: Michael Halcrow
    Cc: OGAWA Hirofumi
    Cc: Miklos Szeredi
    Cc: Steven Whitehouse
    Cc: Roman Zippel
    Cc: David Woodhouse
    Cc: Dave Kleikamp
    Cc: Trond Myklebust
    Cc: "J. Bruce Fields"
    Cc: Anton Altaparmakov
    Cc: Mark Fasheh
    Cc: Paul Mackerras
    Cc: Christoph Hellwig
    Cc: Jan Kara
    Cc: David Chinner
    Cc: "David S. Miller"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Christoph Lameter
     

11 May, 2007

2 commits

  • Generalise the handling of MTD-specific superblocks so that JFFS2 and ROMFS
    can both share it.

    Signed-off-by: David Howells
    Signed-off-by: Andrew Morton
    Signed-off-by: David Woodhouse

    David Howells
     
  • The cheesy uclinux mtd maps can be used for more than just the root device, so
    I think we should drop the forcing.

    Also, I feel like this is a policy decision that shouldnt be in the kernel in
    the first place. People who have been lazy and boot with uclinux mtd maps and
    dont put root= into their commandline can simply add the appropriate root=
    line either into their bootloader or into the compiled in bootargs.

    Signed-off-by: Mike Frysinger
    Acked-by: Christoph Hellwig
    Signed-off-by: Andrew Morton
    Signed-off-by: David Woodhouse

    Mike Frysinger
     

10 May, 2007

1 commit