1. 11 6月, 2012 1 次提交
  2. 21 5月, 2012 1 次提交
  3. 27 1月, 2012 4 次提交
  4. 27 11月, 2011 1 次提交
  5. 06 10月, 2011 1 次提交
  6. 12 7月, 2011 1 次提交
  7. 27 5月, 2011 1 次提交
  8. 22 2月, 2011 1 次提交
  9. 27 11月, 2010 1 次提交
  10. 27 7月, 2010 2 次提交
  11. 16 7月, 2010 2 次提交
  12. 15 5月, 2010 1 次提交
  13. 04 12月, 2009 1 次提交
  14. 16 3月, 2009 1 次提交
    • N
      [ARM] fixmap support · 5f0fbf9e
      Nicolas Pitre 提交于
      This is the minimum fixmap interface expected to be implemented by
      architectures supporting highmem.
      
      We have a second level page table already allocated and covering
      0xfff00000-0xffffffff because the exception vector page is located
      at 0xffff0000, and various cache tricks already use some entries above
      0xffff0000.  Therefore the PTEs covering 0xfff00000-0xfffeffff are free
      to be used.
      
      However the XScale cache flushing code already uses virtual addresses
      between 0xfffe0000 and 0xfffeffff.
      
      So this reserves the 0xfff00000-0xfffdffff range for fixmap stuff.
      
      The Documentation/arm/memory.txt information is updated accordingly,
      including the information about the actual top of DMA memory mapping
      region which didn't match the code.
      Signed-off-by: NNicolas Pitre <nico@marvell.com>
      5f0fbf9e
  15. 01 12月, 2008 1 次提交
  16. 28 11月, 2008 1 次提交
    • N
      [ARM] rationalize memory configuration code some more · 4b5f32ce
      Nicolas Pitre 提交于
      Currently there are two instances of struct meminfo: one in
      kernel/setup.c marked __initdata, and another in mm/init.c with
      permanent storage.  Let's keep only the later to directly populate
      the permanent version from arm_add_memory().
      
      Also move common validation tests between the MMU and non-MMU cases
      into arm_add_memory() to remove some duplication.  Protection against
      overflowing the membank array is also moved in there in order to cover
      the kernel cmdline parsing path as well.
      Signed-off-by: NNicolas Pitre <nico@marvell.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      4b5f32ce
  17. 01 10月, 2008 1 次提交
  18. 06 9月, 2008 1 次提交
  19. 22 4月, 2007 2 次提交
  20. 30 11月, 2006 1 次提交
  21. 27 9月, 2006 2 次提交
  22. 20 9月, 2006 1 次提交