1. 20 Jan, 2023 1 commit
  2. 15 Jun, 2022 1 commit
  3. 05 Apr, 2022 1 commit
  4. 02 Mar, 2022 1 commit
  5. 29 Dec, 2021 1 commit
    • Anton Midyukov's avatar
      kernel, server: drop kernel-modules-igb, kernel-modules-e1000e · 16cf9510
      Anton Midyukov authored
      kernel-modules-igb not available for branch >= p7
      kernel module e1000e in p10 is packed according to the blacklist
      scheme, this blacklist is applied to all the kernels and the
      internal e1000e from un-def-5.15 does not work as a result.
      Reported by boyarsh@
      16cf9510
  6. 20 Dec, 2021 3 commits
  7. 26 Oct, 2021 1 commit
  8. 02 Oct, 2021 1 commit
  9. 30 Sep, 2021 1 commit
  10. 28 Sep, 2021 2 commits
  11. 30 Aug, 2021 1 commit
  12. 13 Aug, 2021 1 commit
  13. 18 Jun, 2021 1 commit
  14. 06 Jun, 2021 1 commit
  15. 14 May, 2021 1 commit
  16. 11 May, 2021 1 commit
  17. 12 Apr, 2021 1 commit
  18. 04 Apr, 2021 2 commits
  19. 17 Feb, 2021 1 commit
  20. 15 Feb, 2021 1 commit
  21. 14 Feb, 2021 1 commit
  22. 01 Feb, 2021 1 commit
  23. 26 Jan, 2021 1 commit
  24. 06 Nov, 2020 1 commit
  25. 26 Oct, 2020 1 commit
  26. 18 Sep, 2020 1 commit
  27. 07 Sep, 2020 1 commit
    • Michael Shigorin's avatar
      kernel: introduce use/kernel/latest · 04a6489d
      Michael Shigorin authored
      Kernel flavours differ on secondary arches (and there's a bunch
      of platform-specific kernels for ARM systems), so let's provide
      some more flexible scheme than hardwiring un-def into images.
      
      This might be further enhanced to e.g. set KFLAVOURS to
      $$(KFLAVOURS_LATEST)) with it being preset to un-def
      where available so rpi images could set it to rpi-un,
      and still get reasonable starterkits for free.
      
      The corresponding commit in RELENG-e2k-p9-starterkits
      private branch just tore un-def apart => unmergeable.
      04a6489d
  28. 01 Jul, 2020 1 commit
  29. 22 May, 2020 4 commits
  30. 01 May, 2020 3 commits
  31. 07 Apr, 2020 1 commit
    • Anton Midyukov's avatar
      kernel: initrd-setup refactoring · 2398b75a
      Anton Midyukov authored
      VM_INITRDFEATURES qemu not allowed for e2k only. This feature
      added modules optionaly.
      VM_INITRDFEATURES usb allowed for all arches, but the presence of all
      modules is required. Therefore, for all arches all usb modules are
      optionally added.
      2398b75a