Announcement

Collapse
No announcement yet.

Intel Arrow Lake Enablement For Linux Looking To Get Underway

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Intel Arrow Lake Enablement For Linux Looking To Get Underway

    Phoronix: Intel Arrow Lake Enablement For Linux Looking To Get Underway

    While for many months now Intel's open-source driver engineers have been busy getting Meteor Lake Linux support squared away and there has even been some Lunar Lake activity for the Linux kernel going back to 2021, it looks now like their Arrow Lake enablement will be getting underway...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    It is always good to see these new hardware support added. But I am worried that the distributions are not removing the deprecated features while adding the new hardware feature from kernel. For example, Ubuntu still enables Intel SGX features in all kernels while it is deprecated in 12th and 13th gen and TDX features while it is not available in any new generation yet. There are many other examples of bloating the Linux kernel. These should be at least modulerized.

    This is the difference after irrelevant features removed in a custom kernel
    Code:
    -rw-------  1 root root  13838824 Mar 25 04:49 vmlinuz-6.2.0-19-generic
    -rw-r--r--  1 root root   7875008 Apr  8 12:29 vmlinuz-6.2.10-mirage
    
    ​
    Last edited by mrg666; 09 April 2023, 07:23 AM.

    Comment


    • #3
      Originally posted by mrg666 View Post
      It is always good to see these new hardware support added. But I am worried that the distributions are not removing the deprecated features while adding the new hardware feature from kernel. For example, Ubuntu still enables Intel SGX features in all kernels while it is deprecated in 12th and 13th gen and TDX features while it is not available in any new generation yet. There are many other examples of bloating the Linux kernel. These should be at least modulerized.

      This is the difference after irrelevant features removed in a custom kernel
      Code:
      -rw------- 1 root root 13838824 Mar 25 04:49 vmlinuz-6.2.0-19-generic
      -rw-r--r-- 1 root root 7875008 Apr 8 12:29 vmlinuz-6.2.10-mirage
      
      ​
      That's why people like me compile their own custom Kernel for ages now which also gives you the opportunity for using march=native and some other compiler tuning.

      Comment


      • #4
        Has anyone heared if Arrow Lake brings back AVX-512 support?

        Comment

        Working...
        X