Skip to content
Snippets Groups Projects
  1. Sep 28, 2022
  2. Sep 25, 2022
  3. Sep 18, 2022
  4. Sep 11, 2022
  5. Sep 04, 2022
  6. Sep 01, 2022
  7. Aug 28, 2022
  8. Aug 22, 2022
  9. Aug 20, 2022
    • Masahiro Yamada's avatar
      kbuild: fix the modules order between drivers and libs · 11314751
      Masahiro Yamada authored
      
      Commit b2c88554 ("kbuild: update modules.order only when contained
      modules are updated") accidentally changed the modules order.
      
      Prior to that commit, the modules order was determined based on
      vmlinux-dirs, which lists core-y/m, drivers-y/m, libs-y/m, in this order.
      
      Now, subdir-modorder lists them in a different order: core-y/m, libs-y/m,
      drivers-y/m.
      
      Presumably, there was no practical issue because the modules in drivers
      and libs are orthogonal, but there is no reason to have this distortion.
      
      Get back to the original order.
      
      Fixes: b2c88554 ("kbuild: update modules.order only when contained modules are updated")
      Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
      11314751
  10. Aug 14, 2022
  11. Aug 11, 2022
  12. Jul 31, 2022
  13. Jul 30, 2022
  14. Jul 27, 2022
  15. Jul 25, 2022
    • Jens Axboe's avatar
      io_uring: move to separate directory · ed29b0b4
      Jens Axboe authored
      
      In preparation for splitting io_uring up a bit, move it into its own
      top level directory. It didn't really belong in fs/ anyway, as it's
      not a file system only API.
      
      This adds io_uring/ and moves the core files in there, and updates the
      MAINTAINERS file for the new location.
      
      Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
      ed29b0b4
  16. Jul 24, 2022
  17. Jul 17, 2022
  18. Jul 11, 2022
  19. Jul 10, 2022
  20. Jul 03, 2022
  21. Jun 26, 2022
  22. Jun 25, 2022
  23. Jun 19, 2022
  24. Jun 12, 2022
Loading