1. 14 Mar, 2024 1 commit
  2. 24 Jul, 2023 1 commit
  3. 14 Jul, 2023 1 commit
  4. 03 Jul, 2023 1 commit
  5. 20 Jan, 2023 1 commit
  6. 15 Jun, 2022 1 commit
  7. 05 Apr, 2022 1 commit
  8. 02 Mar, 2022 1 commit
  9. 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
  10. 20 Dec, 2021 3 commits
  11. 26 Oct, 2021 1 commit
  12. 02 Oct, 2021 1 commit
  13. 30 Sep, 2021 1 commit
  14. 28 Sep, 2021 1 commit
  15. 30 Aug, 2021 1 commit
  16. 13 Aug, 2021 1 commit
  17. 18 Jun, 2021 1 commit
  18. 06 Jun, 2021 1 commit
  19. 14 May, 2021 1 commit
  20. 11 May, 2021 1 commit
  21. 04 Apr, 2021 1 commit
  22. 17 Feb, 2021 1 commit
  23. 15 Feb, 2021 1 commit
  24. 14 Feb, 2021 1 commit
  25. 01 Feb, 2021 1 commit
  26. 26 Jan, 2021 1 commit
  27. 06 Nov, 2020 1 commit
  28. 26 Oct, 2020 1 commit
  29. 18 Sep, 2020 1 commit
  30. 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
  31. 01 Jul, 2020 1 commit
  32. 22 May, 2020 3 commits
  33. 01 May, 2020 3 commits
  34. 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