An error occurred fetching the project authors.
  1. 24 Feb, 2017 1 commit
  2. 23 Feb, 2017 1 commit
  3. 21 Feb, 2017 2 commits
  4. 18 Feb, 2017 2 commits
  5. 15 Feb, 2017 1 commit
  6. 14 Feb, 2017 2 commits
  7. 13 Feb, 2017 5 commits
  8. 12 Feb, 2017 1 commit
  9. 11 Feb, 2017 2 commits
  10. 10 Feb, 2017 2 commits
  11. 09 Feb, 2017 1 commit
  12. 08 Feb, 2017 3 commits
    • Lee Jones's avatar
      MAINTAINERS: Rework entry for Backlight · 80e5d455
      Lee Jones authored
      - Add Daniel Thompson as Maintainer.
      - Add new files
      - Shift Jingoo down the list due to a lack of time.
      Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
      80e5d455
    • Hugues Fruchet's avatar
      [media] MAINTAINERS: add st-delta driver · f34b87e4
      Hugues Fruchet authored
      Add entry for the STMicroelectronics DELTA driver.
      Acked-by: default avatarPeter Griffin <peter.griffin@linaro.org>
      Signed-off-by: default avatarHugues Fruchet <hugues.fruchet@st.com>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
      f34b87e4
    • Petr Mladek's avatar
      MAINTAINERS: Add printk maintainers · 548cf34b
      Petr Mladek authored
      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: default avatarPetr Mladek <pmladek@suse.com>
      Signed-off-by: default avatarSergey Senozhatsky <sergey.senozhatsky@gmail.com>
      Acked-by: default avatarSteven Rostedt <rostedt@goodmis.org>
      548cf34b
  13. 07 Feb, 2017 1 commit
    • Eric Biggers's avatar
      fscrypt: split supp and notsupp declarations into their own headers · 46f47e48
      Eric Biggers authored
      Previously, each filesystem configured without encryption support would
      define all the public fscrypt functions to their notsupp_* stubs.  This
      list of #defines had to be updated in every filesystem whenever a change
      was made to the public fscrypt functions.  To make things more
      maintainable now that we have three filesystems using fscrypt, split the
      old header fscrypto.h into several new headers.  fscrypt_supp.h contains
      the real declarations and is included by filesystems when configured
      with encryption support, whereas fscrypt_notsupp.h contains the inline
      stubs and is included by filesystems when configured without encryption
      support.  fscrypt_common.h contains common declarations needed by both.
      Signed-off-by: default avatarEric Biggers <ebiggers@google.com>
      Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
      46f47e48
  14. 06 Feb, 2017 4 commits
  15. 03 Feb, 2017 8 commits
  16. 01 Feb, 2017 1 commit
  17. 31 Jan, 2017 3 commits