1. 02 2月, 2008 3 次提交
  2. 09 2月, 2008 2 次提交
  3. 08 2月, 2008 1 次提交
    • B
      Introduce flags for reserve_bootmem() · 72a7fe39
      Bernhard Walle 提交于
      This patchset adds a flags variable to reserve_bootmem() and uses the
      BOOTMEM_EXCLUSIVE flag in crashkernel reservation code to detect collisions
      between crashkernel area and already used memory.
      
      This patch:
      
      Change the reserve_bootmem() function to accept a new flag BOOTMEM_EXCLUSIVE.
      If that flag is set, the function returns with -EBUSY if the memory already
      has been reserved in the past.  This is to avoid conflicts.
      
      Because that code runs before SMP initialisation, there's no race condition
      inside reserve_bootmem_core().
      
      [akpm@linux-foundation.org: coding-style fixes]
      [akpm@linux-foundation.org: fix powerpc build]
      Signed-off-by: NBernhard Walle <bwalle@suse.de>
      Cc: <linux-arch@vger.kernel.org>
      Cc: "Eric W. Biederman" <ebiederm@xmission.com>
      Cc: Vivek Goyal <vgoyal@in.ibm.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      72a7fe39
  4. 18 11月, 2007 1 次提交
    • B
      Blackfin arch: fix bug kernel not to boot up with mtd filesystems · af8a5af3
      Bernd Schmidt 提交于
      Revert this patch:
      move the init sections to the end of memory, so that after they
      are free, run time memory is all continugous - this should help decrease
      memory fragementation. When doing this, we also pack some of the other
      sections a little closer together, to make sure we don't waste memory.
      To make this happen, we need to rename the .data.init_task section to
      .init_task.data, so it doesn't get picked up by the linker script glob.
      
      Since it causes the kernel not to boot up with mtd filesystems.
      Signed-off-by: NBernd Schmidt <bernd.schmidt@analog.com>
      Signed-off-by: NBryan Wu <bryan.wu@analog.com>
      af8a5af3
  5. 23 11月, 2007 1 次提交
  6. 27 1月, 2008 2 次提交
  7. 24 12月, 2007 1 次提交
  8. 15 11月, 2007 1 次提交
  9. 29 10月, 2007 2 次提交
  10. 22 10月, 2007 1 次提交
  11. 21 10月, 2007 3 次提交
  12. 09 10月, 2007 1 次提交
  13. 12 9月, 2007 1 次提交
  14. 27 8月, 2007 1 次提交
  15. 10 10月, 2007 1 次提交
  16. 25 7月, 2007 2 次提交
  17. 24 7月, 2007 1 次提交
  18. 12 7月, 2007 2 次提交
  19. 25 6月, 2007 1 次提交
  20. 21 6月, 2007 1 次提交
  21. 12 7月, 2007 1 次提交
  22. 21 6月, 2007 1 次提交
    • B
      Blackfin arch: defines and provides entry points for certain user space... · 7adfb58f
      Bernd Schmidt 提交于
      Blackfin arch: defines and provides entry points for certain user space functions at fixed addresses
      
      This patch defines (and provides) entry points for certain user space functions
      at fixed addresses.  The Blackfin has no usable atomic instructions, but we can
      ensure that these code sequences appear atomic from a user space point of view
      by detecting when we're in the process of executing them during the interrupt
      handler return path.  This allows much more efficient pthread lock
      implementations than the bfin_spinlock syscall we're currently using.
      
      Also provided is a small sys_rt_sigreturn stub which can be used by the signal
      handler setup code.  The signal.c part will be committed separately.
      Signed-off-by: NBernd Schmidt <bernd.schmidt@analog.com>
      Signed-off-by: NBryan Wu <bryan.wu@analog.com>
      
      7adfb58f
  23. 12 7月, 2007 1 次提交
    • R
      Blackfin arch: initial supporting for BF548-EZKIT · 24a07a12
      Roy Huang 提交于
      The ADSP-BF54x was specifically designed to meet the needs of convergent multimedia
      applications where system performance and cost are essential ingredients. The
      integration of multimedia, human interface, and connectivity peripherals combined
      with increased system bandwidth and on-chip memory provides customers a platform to
      design the most demanding applications.
      
      Since now, ADSP-BF54x will be supported in the Linux kernel and bunch of related drivers
      such as USB OTG, ATAPI, NAND flash controller, LCD framebuffer, sound, touch screen will
      be submitted later.
      
      Please enjoy the show.
      Signed-off-by: NRoy Huang <roy.huang@analog.com>
      Signed-off-by: NBryan Wu <bryan.wu@analog.com>
      24a07a12
  24. 21 6月, 2007 1 次提交
  25. 11 6月, 2007 1 次提交
  26. 14 6月, 2007 1 次提交
  27. 11 6月, 2007 1 次提交
  28. 22 5月, 2007 3 次提交
  29. 08 5月, 2007 1 次提交