1. 11 Nov, 2004 35 commits
  2. 10 Nov, 2004 5 commits
    • Linus Torvalds's avatar
      Fix the fix. · ccaf8b47
      Linus Torvalds authored
      Silly #endif placement problem.
      ccaf8b47
    • Arnaldo Carvalho de Melo's avatar
      [PATCH] fix platform_rename_gsi related ia32 build breakage · 12ec4455
      Arnaldo Carvalho de Melo authored
      "platform_rename_gsi" does not exist unless CONFIG_ACPI_BOOT is defined.
      12ec4455
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/net-2.6 · 2a307209
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      2a307209
    • Linus Torvalds's avatar
      Merge bk://bk.arm.linux.org.uk/linux-2.6-rmk · ab0af3d4
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      ab0af3d4
    • Nicolas Pitre's avatar
      [ARM PATCH] 2160/1: allow modules to work with XIP kernel · f05ee516
      Nicolas Pitre authored
      Patch from Nicolas Pitre
      
      This should be applied on top of patch #2154/1.
      
      This maps the XIP kernel in the same virtual area as used for kernel
      modules instead of the previous arbitrary location.  Doing so has the
      advantage of having a well defined kernel address not conflicting
      with the different definitions for VMALLOC_END, as well as making
      modules loadable without any indirect long branch calls.  The work
      on XIPable MTD also requires this with code marked __xipram for the
      same reason.
      
      This of course reduces the space available for kernel modules from
      16MB to either 14MB or 12MB depending on the size of the resulting 
      kernel but that shouldn't be a real issue at all, given that the
      whole purpose behind XIP is to execute as much stuff from flash, 
      which is better achieved by compiling drivers in the kernel directly.
      
      Signed-off-by: Nicolas Pitre 
      Signed-off-by: Russell King
      f05ee516