Skip to content
Snippets Groups Projects
  1. Oct 19, 2021
  2. Aug 19, 2021
  3. Jun 25, 2021
  4. Jun 05, 2021
  5. May 31, 2021
  6. May 11, 2021
  7. Apr 09, 2021
  8. Mar 31, 2021
  9. Mar 25, 2021
  10. Feb 26, 2021
  11. Feb 10, 2021
  12. Feb 05, 2021
  13. Feb 02, 2021
  14. Jan 26, 2021
  15. Jan 25, 2021
  16. Jan 15, 2021
  17. Jan 02, 2021
  18. Dec 14, 2020
  19. Dec 10, 2020
  20. Dec 06, 2020
  21. Nov 20, 2020
    • Sean Christopherson's avatar
      MAINTAINERS: Update email address for Sean Christopherson · c2b1209d
      Sean Christopherson authored
      
      Update my email address to one provided by my new benefactor.
      
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Borislav Petkov <bp@alien8.de>
      Cc: Jarkko Sakkinen <jarkko@kernel.org>
      Cc: Dave Hansen <dave.hansen@linux.intel.com>
      Cc: Andy Lutomirski <luto@kernel.org>
      Cc: Vitaly Kuznetsov <vkuznets@redhat.com>
      Cc: Wanpeng Li <wanpengli@tencent.com>
      Cc: Jim Mattson <jmattson@google.com>
      Cc: Joerg Roedel <joro@8bytes.org>
      Cc: kvm@vger.kernel.org
      Signed-off-by: default avatarSean Christopherson <seanjc@google.com>
      Message-Id: <20201119183707.291864-1-sean.kvm@gmail.com>
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      c2b1209d
  22. Nov 14, 2020
  23. Oct 16, 2020
  24. Oct 11, 2020
  25. Sep 28, 2020
  26. Sep 19, 2020
  27. Sep 08, 2020
  28. Aug 21, 2020
  29. Aug 17, 2020
    • Kees Cook's avatar
      mailmap: Add WeiXiong Liao · 5a4fe062
      Kees Cook authored
      
      WeiXiong Liao noted to me offlist that his preference for email address
      had changed and that he'd like it updated in the mailmap so people
      discussing pstore/blk would be able to reach him.
      
      Cc: WeiXiong Liao <gmpy.liaowx@gmail.com>
      Signed-off-by: default avatarKees Cook <keescook@chromium.org>
      5a4fe062
    • Kees Cook's avatar
      mailmap: Restore dictionary sorting · d6bd5201
      Kees Cook authored
      
      Several names had been recently appended (instead of inserted). While
      git-shortlog doesn't need this file to be sorted, it helps humans to
      keep it organized this way. Sort the entire file (which includes some
      minor shuffling for dictionary order).
      
      Done with the following commands:
      
      	grep -E '^(#|$)' .mailmap > .mailmap.head
      	grep -Ev '^(#|$)' .mailmap > .mailmap.body
       	sort -f .mailmap.body > .mailmap.body.sort
      	cat .mailmap.head .mailmap.body.sort > .mailmap
      	rm .mailmap.head .mailmap.body.sort
      
      Signed-off-by: default avatarKees Cook <keescook@chromium.org>
      d6bd5201
  30. Aug 15, 2020
  31. Aug 11, 2020
  32. Jul 31, 2020
Loading