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