Lines Matching full:all
9 These are all above and beyond the documentation that is provided in
37 You should be able to justify all violations that remain in
44 7) All new ``Kconfig`` options have help text.
69 ``CONFIG_PROVE_RCU`` and ``CONFIG_DEBUG_OBJECTS_RCU_HEAD`` all
75 16) All codepaths have been exercised with all lockdep features enabled.
77 17) All new ``/proc`` entries are documented under ``Documentation/``
79 18) All new kernel boot parameters are documented in
82 19) All new module parameters are documented with ``MODULE_PARM_DESC()``
84 20) All new userspace interfaces are documented in ``Documentation/ABI/``.
89 21) Check that it all passes ``make headers_check``.
102 that it still works with all of the other queued patches and various
105 25) All memory barriers {e.g., ``barrier()``, ``rmb()``, ``wmb()``} need a
115 and/or ``=m`` (if that option is available) [not all of these at the