1. 17 8月, 2011 1 次提交
  2. 07 5月, 2011 1 次提交
  3. 18 2月, 2011 1 次提交
  4. 22 11月, 2010 1 次提交
  5. 20 10月, 2010 1 次提交
  6. 02 10月, 2010 1 次提交
    • N
      ARM: do not define VMALLOC_END relative to PAGE_OFFSET · 7c63984b
      Nicolas Pitre 提交于
      VMALLOC_END is supposed to be an absolute value, while PAGE_OFFSET may
      vary depending on the selected user:kernel memory split mode through
      CONFIG_VMSPLIT_*.  In fact, the goal of moving PAGE_OFFSET down is to
      accommodate more directly addressed RAM by the kernel below the vmalloc
      area, and having VMALLOC_END move along PAGE_OFFSET is rather against
      the very reason why PAGE_OFFSET can be moved in the first place.
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      7c63984b
  7. 16 3月, 2010 1 次提交
    • R
      ARM: Fix RiscPC decompressor build errors · 0d5e6f7a
      Russell King 提交于
      arch/arm/boot/compressed/decompress.o: In function `do_decompress':
      decompress.c:(.text+0x26e8): undefined reference to `error'
      decompress.c:(.text+0x2760): undefined reference to `error'
      decompress.c:(.text+0x27d8): undefined reference to `error'
      decompress.c:(.text+0x2824): undefined reference to `error'
      decompress.c:(.text+0x28f0): undefined reference to `error'
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      0d5e6f7a
  8. 13 2月, 2010 1 次提交
  9. 20 3月, 2009 1 次提交
    • R
      [ARM] pass reboot command line to arch_reset() · be093beb
      Russell King 提交于
      OMAP wishes to pass state to the boot loader upon reboot in order to
      instruct it whether to wait for USB-based reflashing or not.  There is
      already a facility to do this via the reboot() syscall, except we ignore
      the string passed to machine_restart().
      
      This patch fixes things to pass this string to arch_reset().  This means
      that we keep the reboot mode limited to telling the kernel _how_ to
      perform the reboot which should be independent of what we request the
      boot loader to do.
      Acked-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      be093beb
  10. 12 12月, 2008 1 次提交
    • R
      [ARM] dma: Use sensible DMA parameters for Acorn drivers · 5369bea7
      Russell King 提交于
      The hardware supports transfers up to a page boundary per buffer.
      Currently, we work around that in the DMA code by splitting each
      buffer up as we run through the scatterlist.  Avoid this by telling
      the block layers about the hardware restriction.
      
      Eventually, this will allow us to phase out the splitting code,
      but not until the old IDE layer allows us to control the value it
      gives to blk_queue_segment_boundary().
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      5369bea7
  11. 30 11月, 2008 2 次提交
  12. 29 11月, 2008 1 次提交
  13. 28 11月, 2008 2 次提交
  14. 02 10月, 2008 1 次提交
  15. 06 9月, 2008 1 次提交
  16. 07 8月, 2008 1 次提交