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