1. 25 4月, 2008 3 次提交
  2. 24 4月, 2008 4 次提交
  3. 26 3月, 2008 1 次提交
  4. 09 2月, 2008 1 次提交
  5. 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
  6. 02 2月, 2008 4 次提交
  7. 09 2月, 2008 1 次提交
  8. 25 2月, 2008 1 次提交
  9. 22 2月, 2008 1 次提交
  10. 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
  11. 23 11月, 2007 1 次提交
  12. 27 1月, 2008 2 次提交
  13. 24 12月, 2007 1 次提交
  14. 15 11月, 2007 1 次提交
  15. 29 10月, 2007 2 次提交
  16. 22 10月, 2007 1 次提交
  17. 21 10月, 2007 3 次提交
  18. 09 10月, 2007 1 次提交
  19. 12 9月, 2007 1 次提交
  20. 27 8月, 2007 1 次提交
  21. 10 10月, 2007 1 次提交
  22. 25 7月, 2007 2 次提交
  23. 24 7月, 2007 1 次提交
  24. 12 7月, 2007 2 次提交
  25. 25 6月, 2007 1 次提交
  26. 21 6月, 2007 1 次提交