1. 08 11月, 2006 3 次提交
    • L
      Merge master.kernel.org:/home/rmk/linux-2.6-arm · 3d424888
      Linus Torvalds 提交于
      * master.kernel.org:/home/rmk/linux-2.6-arm:
        [ARM] 3927/1: Allow show_mem() to work with holes in memory map.
        [ARM] 3926/1: make timer led handle HZ != 100
        [ARM] 3923/1: S3C24XX: update s3c2410_defconfig with new drivers
        [ARM] 3922/1: S3C24XX: update s3c2410_defconfig to 2.6.19-rc4
        [ARM] 3921/1: S3C24XX: remove bast_defconfig
        [ARM] 3920/1: S3C24XX: Remove smdk2410_defconfig
        [ARM] 3919/1: Fixed definition of some PXA270 CIF related registers
        [ARM] 3918/1: ixp4xx irq-chip rework
        [ARM] 3912/1: Make PXA270 advertise HWCAP_IWMMXT capability
        [ARM] 3915/1: S3C2412: Add s3c2410_gpio_getirq() to general gpio.c
        [ARM] 3917/1: Fix dmabounce symbol exports
      3d424888
    • R
      [ARM] 3927/1: Allow show_mem() to work with holes in memory map. · 5e709827
      Ray Lehtiniemi 提交于
      show_mem() was not correctly handling holes in the memory
      map.  It was treating the freed sections of the map as
      though they contained valid struct page entries.  This
      could cause incorrect debugging output or even a kernel
      panic.
      
      This patch keeps the struct meminfo around after system
      initialization so that show_mem() can use it when
      scanning memory.  show_mem() now walks over each bank
      of each online node, rather than assuming that each node
      contains a single contiguous bank.
      Signed-off-by: NRay Lehtiniemi <rayl@mail.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      5e709827
    • D
      [ARM] 3926/1: make timer led handle HZ != 100 · 6d15cb42
      David Brownell 提交于
      The timer LED is unusable at HZ=large, since it's got
      a hard-wired value of 100 ticks per cycle; when HZ=1024
      (for example) it's essentially always-on.  This patch
      just makes that be HZ ticks per cycle.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      6d15cb42
  2. 07 11月, 2006 19 次提交
  3. 06 11月, 2006 18 次提交