An error occurred fetching the project authors.
  1. 01 Oct, 2008 1 commit
  2. 30 Sep, 2008 1 commit
  3. 06 Sep, 2008 2 commits
  4. 30 Jul, 2008 1 commit
  5. 24 Jul, 2008 1 commit
  6. 19 Apr, 2008 1 commit
  7. 07 Feb, 2008 1 commit
    • Bernhard Walle's avatar
      Introduce flags for reserve_bootmem() · 72a7fe39
      Bernhard Walle authored
      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: default avatarBernhard 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: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      72a7fe39
  8. 21 Apr, 2007 1 commit
  9. 24 Jan, 2007 1 commit
  10. 07 Nov, 2006 1 commit
  11. 27 Sep, 2006 3 commits
  12. 20 Sep, 2006 1 commit
  13. 30 Jun, 2006 1 commit
  14. 28 Jun, 2006 1 commit
  15. 07 Apr, 2006 1 commit
  16. 22 Mar, 2006 1 commit
  17. 21 Mar, 2006 1 commit
  18. 17 Nov, 2005 1 commit
    • Russell King's avatar
      [ARM] Fix some corner cases in new mm initialisation · 02b30839
      Russell King authored
      Document that the VMALLOC_END address must be aligned to 2MB since
      it must align with a PGD boundary.
      
      Allocate the vectors page early so that the flush_cache_all() later
      will cause any dirty cache lines in the direct mapping will be safely
      written back.
      
      Move the flush_cache_all() to the second local_flush_cache_tlb() and
      remove the now redundant first local_flush_cache_tlb().
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      02b30839
  19. 02 Nov, 2005 1 commit
  20. 29 Oct, 2005 1 commit
  21. 28 Oct, 2005 2 commits
  22. 28 Jun, 2005 1 commit
  23. 27 Jun, 2005 1 commit
  24. 22 Jun, 2005 1 commit
  25. 16 Apr, 2005 2 commits
    • akpm@osdl.org's avatar
      [PATCH] arm: add comment about max_low_pfn/max_pfn · d42ce812
      akpm@osdl.org authored
      )
      
      
      From: Russell King <rmk+lkml@arm.linux.org.uk>
      
      Oddly, max_low_pfn/max_pfn end up being the number of pages in the system,
      rather than the maximum PFN on ARM.  This doesn't seem to cause any problems,
      so just add a note about it.
      Signed-off-by: default avatarRussell King <rmk@arm.linux.org.uk>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      d42ce812
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4