1. 09 1月, 2016 1 次提交
  2. 21 9月, 2015 1 次提交
  3. 14 9月, 2015 1 次提交
  4. 05 8月, 2015 1 次提交
  5. 14 7月, 2015 1 次提交
  6. 29 6月, 2015 1 次提交
    • R
      ARM: fix DEBUG_SET_MODULE_RONX build dependencies · e6ae32c3
      Russell King 提交于
      randconfig testing reveals that DEBUG_SET_MODULE_RONX needs to depend on
      MMU otherwise these build errors are observed:
      
      kernel/built-in.o: In function `set_section_ro_nx':
      kernel/module.c:1738: undefined reference to `set_memory_nx'
      kernel/built-in.o: In function `set_page_attributes':
      kernel/module.c:1709: undefined reference to `set_memory_ro'
      
      This is because the pageattr functions are not built for !MMU configs as
      they don't have page tables.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      e6ae32c3
  7. 03 6月, 2015 1 次提交
  8. 28 5月, 2015 1 次提交
    • A
      ARM: 8379/1: disable CONFIG_PTDUMP on !MMU · 65ba508d
      Arnd Bergmann 提交于
      It's obviously pointless to dump page tables when the MMU is disabled,
      and even trying to build this code results in numerous build errors
      like these:
      
      ../arch/arm/mm/dump.c:56:11: error: 'L_PTE_USER' undeclared here (not in a function)
         .mask = L_PTE_USER,
                 ^
      ../arch/arm/mm/dump.c:61:11: error: 'L_PTE_RDONLY' undeclared here (not in a function)
         .mask = L_PTE_RDONLY,
                 ^
      ../arch/arm/mm/dump.c:66:11: error: 'L_PTE_XN' undeclared here (not in a function)
         .mask = L_PTE_XN,
                 ^
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      65ba508d
  9. 22 5月, 2015 1 次提交
  10. 21 5月, 2015 1 次提交
  11. 20 5月, 2015 1 次提交
  12. 16 5月, 2015 2 次提交
  13. 12 5月, 2015 1 次提交
  14. 03 4月, 2015 2 次提交
  15. 28 3月, 2015 1 次提交
  16. 16 3月, 2015 1 次提交
  17. 12 3月, 2015 1 次提交
  18. 24 2月, 2015 2 次提交
  19. 28 1月, 2015 1 次提交
  20. 26 1月, 2015 2 次提交
  21. 22 1月, 2015 1 次提交
  22. 21 1月, 2015 8 次提交
  23. 20 1月, 2015 2 次提交
  24. 15 1月, 2015 1 次提交
  25. 14 1月, 2015 1 次提交
  26. 09 1月, 2015 2 次提交
  27. 28 11月, 2014 1 次提交