19 Jun, 2008

1 commit


18 Jun, 2008

2 commits


17 Jun, 2008

10 commits

  • * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6:
    [IA64] Fix CONFIG_IA64_SGI_UV build error
    [IA64] Update check_sal_cache_flush to use platform_send_ipi()
    [IA64] perfmon: fix async exit bug

    Linus Torvalds
     
  • * 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc: (21 commits)
    [POWERPC] Turn on ATA_SFF so we get SATA_SVW back in defconfigs
    [POWERPC] Remove ppc32's export of console_drivers
    [POWERPC] Fix -Os kernel builds with newer gcc versions
    [POWERPC] Fix bootwrapper builds with newer gcc versions
    [POWERPC] Build fix for drivers/macintosh/mediabay.c
    [POWERPC] Fix warning in pseries/eeh_driver.c
    [POWERPC] Add missing of_node_put in drivers/macintosh/therm_adt746x.c
    [POWERPC] Add missing of_node_put in drivers/macintosh/smu.c
    [POWERPC] Add missing of_node_put in pseries/nvram.c
    [POWERPC] Fix return value check logic in debugfs virq_mapping setup
    [POWERPC] Fix rmb to order cacheable vs. noncacheable
    powerpc/spufs: fix missed stop-and-signal event
    powerpc/spufs: synchronize interaction between spu exception handling and time slicing
    powerpc/spufs: remove class_0_dsisr from spu exception handling
    powerpc/spufs: wait for stable spu status in spu_stopped()
    [POWERPC] bootwrapper: add simpleImage* to list of boot targets
    [POWERPC] 83xx: MPC837xRDB's VSC7385 ethernet switch isn't on the MDIO bus
    [POWERPC] Updated Freescale PPC defconfigs
    [POWERPC] 8610: Update defconfig for MPC8610 HPCD
    [POWERPC] 85xx: MPC8548CDS - Fix size of PCIe IO space
    ...

    Linus Torvalds
     
  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:
    sound: oxygen: fix NULL pointer dereference when loading snd-oxygen

    Linus Torvalds
     
  • * 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
    [MIPS] Au1200: MMC resource size off by one
    [MIPS] TANBAC: Update defconfig
    [MIPS] Vr41xx: Initialize PCI io_map_base
    [MIPS] Malta: Always compile MTD platform device registration code.
    [MIPS] Malta: Fix build errors for 64-bit kernels
    [MIPS] Lasat: sysctl fixup
    [MIPS] Fix buggy use of kmap_coherent.
    [MIPS] Lasat: bring back from the dead
    [MIPS] vpe_id is required for VSMP and SMTC builds
    [MIPS] Export smp_call_function and smp_call_function_single.
    [MIPS] Bring the SWARM defconfig up to date
    [MIPS] Sibyte: Build RTC support as an object
    [MIPS] Fix the fix for divide by zero error in build_{clear,copy}_page
    [MIPS] Fix build for PNX platforms.
    [MIPS] Add RM200 with R5000 CPU to known ARC machines
    [MIPS] Better load address for big endian SNI RM
    [MIPS] SB1250: Initialize io_map_base
    [MIPS] Alchemy: Add au1500 reserved interrupt
    [MIPS] Export empty_zero_page for sake of the ext4 module.

    Linus Torvalds
     
  • This seems to have been removed accidentally in commit
    ed7b1889da256977574663689b598d88950bbd23 ("Unexport asm/page.h"), but
    wasn't supposed to have been -- the original patch at
    http://lkml.org/lkml/2007/10/30/144 just moved it from $(header-y) to
    $(unifdef-y)

    Signed-off-by: David Woodhouse
    Acked-by: Peter Korsgaard
    Signed-off-by: Linus Torvalds

    David Woodhouse
     
  • This file is only included where it makes sense now, so there's no need
    for the CONFIG_ARCH_SUPPORTS_AOUT conditional -- and that conditional is
    bad, because we want to export to userspace.

    Signed-off-by: David Woodhouse
    Acked-by: Peter Korsgaard
    Signed-off-by: Linus Torvalds

    David Woodhouse
     
  • In commit d20894a23708c2af75966534f8e4dedb46d48db2 ("Remove a.out
    interpreter support in ELF loader"), Andi removed support for a.out
    interpreters from the ELF loader, which was only ever needed for the
    transition from a.out to ELF.

    This removes the last traces of that support, in particular the
    inclusion of .

    Signed-off-by: David Woodhouse
    Acked-by: Peter Korsgaard
    Signed-off-by: Linus Torvalds

    David Woodhouse
     
  • We only need it for the /sbin/loader hack for OSF/1 executables, and we
    don't want to include it otherwise.

    While we're at it, remove the redundant '&& CONFIG_ARCH_SUPPORTS_AOUT'
    in the ifdef around that code. It's already dependent on __alpha__, and
    CONFIG_ARCH_SUPPORTS_AOUT is hard-coded to 'y' there.

    Signed-off-by: David Woodhouse
    Acked-by: Peter Korsgaard
    Signed-off-by: Linus Torvalds

    David Woodhouse
     
  • Kill linux/a.out.h inclusions in the MN10300 arch code.

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

    David Howells
     
  • Fix build error in CONFIG_IA64_SGI_UV config. (GENERIC builds
    are ok).

    Signed-off-by: Jack Steiner
    Signed-off-by: Tony Luck

    Jack Steiner
     

16 Jun, 2008

27 commits