Skip to content
Snippets Groups Projects
  1. May 25, 2017
  2. May 21, 2017
  3. May 16, 2017
  4. May 05, 2017
  5. Apr 27, 2017
  6. Apr 03, 2017
  7. Mar 22, 2017
  8. Mar 16, 2017
  9. Mar 14, 2017
  10. Mar 12, 2017
  11. Feb 26, 2017
  12. Feb 21, 2017
    • Alif M. Ahmad's avatar
      x86_64: Add support for EFI framebuffer (FS#515) · 27124974
      Alif M. Ahmad authored
      
      CONFIG_FB_EFI and CONFIG_FB_SIMPLE are needed to display console text on
      EFI framebuffer.
      
      CONFIG_FB_EFI is needed when the kernel is directly launched via EFI
      shell or EFI startup.nsh script.
      
      CONFIG_FB_SIMPLE is needed when launching the kernel via grub2 efi. In
      this case, grub2 has prepared a gfxterm framebuffer and the kernel just
      need to use the already prepared grub's gfxterm framebuffer to display
      console text.
      
      Signed-off-by: default avatarAlif M. Ahmad <alive4ever@live.com>
      27124974
  13. Feb 17, 2017
  14. Feb 15, 2017
  15. Feb 11, 2017
  16. Feb 07, 2017
  17. Jan 27, 2017
  18. Jan 25, 2017
  19. Jan 24, 2017
  20. Jan 16, 2017
  21. Jan 13, 2017
  22. Jan 06, 2017
  23. Jan 05, 2017
  24. Jan 04, 2017
    • Stijn Tintel's avatar
      x86/64: enable AES-NI support in kernel · 301301da
      Stijn Tintel authored
      
      The kernel will detect if the host supports this, so we can just enable
      it in the kernel config.
      
      Tested on an APU2 with AES-NI support and a KVM VM on a Xeon E5520 host
      without AES-NI support.
      
      Throughput over an IPsec tunnel between these 2 hosts increased from
      ~63Mbps to ~140Mbps. Ciphers: AES_GCM_16_256/PRF_HMAC_SHA2_512/ECP_521.
      
      Signed-off-by: default avatarStijn Tintel <stijn@linux-ipv6.be>
      301301da
Loading