Skip to content
Snippets Groups Projects
  1. Apr 04, 2009
  2. Mar 23, 2009
  3. Mar 13, 2009
  4. Mar 09, 2009
  5. Feb 10, 2009
  6. Feb 02, 2009
  7. Jan 21, 2009
  8. Dec 17, 2008
  9. Dec 02, 2008
  10. Nov 27, 2008
  11. Oct 21, 2008
  12. Oct 17, 2008
  13. Oct 09, 2008
    • Nicolas Pitre's avatar
      [ARM] 5295/1: make ZONE_DMA optional · 3bca103a
      Nicolas Pitre authored
      
      Most ARM machines don't need a special "DMA" memory zone, and
      when configured out, the kernel becomes a bit smaller:
      
      |   text    data     bss     dec     hex filename
      |3826182  102384  111700 4040266  3da64a vmlinux
      |3823593  101616  111700 4036909  3d992d vmlinux.nodmazone
      
      This is because the system now has only one zone total which effect is
      to optimize away many conditionals in page allocation paths.
      
      So let's configure this zone only on machines that need split zones.
      
      Signed-off-by: default avatarNicolas Pitre <nico@marvell.com>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      3bca103a
  14. Oct 07, 2008
  15. Oct 02, 2008
  16. Oct 01, 2008
  17. Sep 26, 2008
  18. Sep 09, 2008
  19. Sep 01, 2008
  20. Aug 26, 2008
  21. Jul 13, 2008
  22. Jul 10, 2008
Loading