1. 23 11月, 2019 1 次提交
  2. 22 11月, 2019 1 次提交
  3. 20 11月, 2019 1 次提交
  4. 13 11月, 2019 1 次提交
    • L
      Remove VirtualBox guest shared folders filesystem · 0e3f1ad8
      Linus Torvalds 提交于
      This went into staging in rc7.  It turns out that was a mistake, and
      apparently it wasn't even supposed to go there at all, but be introduced
      as a regular filesystem.
      
      We don't try to sneak in whole new filesystems this late in the rc, just
      delete the whole thing, and it can be re-introduced as a proper patch
      with proper acks from actual filesystem people instead of some odd
      late-rc staging back-door.
      
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Christoph Hellwig <hch@infradead.org>
      Cc: Hans de Goede <hdegoede@redhat.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      0e3f1ad8
  5. 12 11月, 2019 1 次提交
  6. 11 11月, 2019 1 次提交
    • L
      MAINTAINERS: Update for INTEL IOMMU (VT-d) entry · 9059f3c9
      Lu Baolu 提交于
      Update the INTEL IOMMU (VT-d) entry and add myself as the
      co-maintainer. I have several years of VT-d development
      experience and have actively contributed to Intel VT-d
      driver during recent two years. I volunteer to take this
      rule. With this role, I can better help review and test
      patches.
      
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Joerg Roedel <joro@8bytes.org>
      Cc: Ashok Raj <ashok.raj@intel.com>
      Cc: Jacob Pan <jacob.jun.pan@linux.intel.com>
      Cc: Kevin Tian <kevin.tian@intel.com>
      Signed-off-by: NLu Baolu <baolu.lu@linux.intel.com>
      Signed-off-by: NJoerg Roedel <jroedel@suse.de>
      9059f3c9
  7. 07 11月, 2019 2 次提交
  8. 06 11月, 2019 1 次提交
  9. 05 11月, 2019 1 次提交
  10. 04 11月, 2019 1 次提交
  11. 02 11月, 2019 1 次提交
    • D
      lib/list-test: add a test for the 'list' doubly linked list · ea2dd7c0
      David Gow 提交于
      Add a KUnit test for the kernel doubly linked list implementation in
      include/linux/list.h
      
      Each test case (list_test_x) is focused on testing the behaviour of the
      list function/macro 'x'. None of the tests pass invalid lists to these
      macros, and so should behave identically with DEBUG_LIST enabled and
      disabled.
      
      Note that, at present, it only tests the list_ types (not the
      singly-linked hlist_), and does not yet test all of the
      list_for_each_entry* macros (and some related things like
      list_prepare_entry).
      
      Ignoring checkpatch.pl spurious errors related to its handling of for_each
      and other list macros. checkpatch.pl expects anything with for_each in its
      name to be a loop and expects that the open brace is placed on the same
      line as for a for loop. In this case, test case naming scheme includes
      name of the macro it is testing, which results in the spurious errors.
      Commit message updated by Shuah Khan <skhan@linuxfoundation.org>
      Signed-off-by: NDavid Gow <davidgow@google.com>
      Reviewed-by: NBrendan Higgins <brendanhiggins@google.com>
      Tested-by: NBrendan Higgins <brendanhiggins@google.com>
      Signed-off-by: NShuah Khan <skhan@linuxfoundation.org>
      ea2dd7c0
  12. 30 10月, 2019 3 次提交
  13. 29 10月, 2019 3 次提交
  14. 24 10月, 2019 2 次提交
  15. 19 10月, 2019 1 次提交
  16. 18 10月, 2019 1 次提交
  17. 16 10月, 2019 1 次提交
  18. 11 10月, 2019 2 次提交
  19. 10 10月, 2019 1 次提交
  20. 09 10月, 2019 2 次提交
  21. 08 10月, 2019 2 次提交
  22. 05 10月, 2019 2 次提交
  23. 04 10月, 2019 3 次提交
  24. 03 10月, 2019 1 次提交
  25. 01 10月, 2019 3 次提交
  26. 28 9月, 2019 1 次提交
反馈
建议
客服 返回
顶部