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