1. 22 2月, 2017 1 次提交
  2. 18 2月, 2017 1 次提交
  3. 15 2月, 2017 2 次提交
  4. 14 2月, 2017 3 次提交
  5. 13 2月, 2017 1 次提交
  6. 12 2月, 2017 1 次提交
  7. 11 2月, 2017 2 次提交
  8. 10 2月, 2017 1 次提交
  9. 08 2月, 2017 2 次提交
    • H
      [media] MAINTAINERS: add st-delta driver · f34b87e4
      Hugues Fruchet 提交于
      Add entry for the STMicroelectronics DELTA driver.
      Acked-by: NPeter Griffin <peter.griffin@linaro.org>
      Signed-off-by: NHugues Fruchet <hugues.fruchet@st.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      f34b87e4
    • P
      MAINTAINERS: Add printk maintainers · 548cf34b
      Petr Mladek 提交于
      I and Sergey would like to volunteer as printk code maintainers.
      It is a code that everyone is using, various people fix bugs or
      even add features but there is nobody really interested into
      maintaining it.
      
      I and Sergey have put a lot of effort into understanding the code
      and related problems. We are working on solutions for some long
      term problems. There is a nice summary from the Kernel Summit
      presentation, see https://lwn.net/Articles/705938/
      
      We have already started to use the gained knowledge and comment
      on other printk-related patches. The official role should help
      us to do it more effectively.
      
      Our priorities are:
      
          + prevent deadlocks (printk_safe patchset, console locks)
          + prevent softlocks (async printk, console_sem and flushing)
          + handle other bugs/fixes/features as they come
      
      with this in mind:
      
          + printk is used in different context
          + need special care in some modes, e.g. oops, panic, suspend
          + do best effort to store/show messages
          + the code is already pretty complicated and twisted;
            support clean ups; always think hard if a feature/fix
            is worth any complication
      
      Of course, it still will be much appreciated if other people review
      printk patches.
      
      Regarding the workflow. It will be highly appreciated if the patches
      might still go via Andrew's -mm tree at least for 4.10. In the long
      term, we would like to make Andrew's life easier and handle printk
      patches in an own git tree. But we first need to set it up and get
      familiar with the processes.
      
      Link: http://lkml.kernel.org/r/1481798878-31898-1-git-send-email-pmladek@suse.com
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: linux-kernel@vger.kernel.org
      Signed-off-by: NPetr Mladek <pmladek@suse.com>
      Signed-off-by: NSergey Senozhatsky <sergey.senozhatsky@gmail.com>
      Acked-by: NSteven Rostedt <rostedt@goodmis.org>
      548cf34b
  10. 07 2月, 2017 3 次提交
  11. 04 2月, 2017 4 次提交
  12. 03 2月, 2017 4 次提交
  13. 31 1月, 2017 5 次提交
  14. 28 1月, 2017 2 次提交
  15. 25 1月, 2017 5 次提交
  16. 20 1月, 2017 1 次提交
  17. 19 1月, 2017 2 次提交