Page 1 of 4 123 ... LastLast
Results 1 to 10 of 39

Thread: Features You Won't Find In The Linux 3.9 Kernel

  1. #1
    Join Date
    Jan 2007
    Posts
    10,202

    Default Features You Won't Find In The Linux 3.9 Kernel

    Phoronix: Features You Won't Find In The Linux 3.9 Kernel

    While there are many interesting features to the Linux 3.9 kernel, there is some functionality you will not find yet within the mainline Linux kernel...

    http://www.phoronix.com/vr.php?view=MTMyMzQ

  2. #2
    Join Date
    Nov 2007
    Posts
    862

    Default

    That article is a bit disingenuous. Some of those features arent going to make it it into -any- kernel ever.

  3. #3
    Join Date
    Jan 2008
    Posts
    197

    Default

    So, if those features are not in 3.9, whats the reason writing about?
    Seems you have a hard time meeting some secret goals of posting frequency you are trying to reach.

  4. #4
    Join Date
    Dec 2012
    Posts
    112

    Default

    Quote Originally Posted by duby229 View Post
    That article is a bit disingenuous. Some of those features arent going to make it it into -any- kernel ever.
    Back in 2004 a lot of people would have said no one would have changed the O(1) scheduler, but then popular opinion turned against it.

  5. #5
    Join Date
    Dec 2011
    Posts
    85

    Default

    Among features that are being actively blocked from inclusion you missed tuxonice. But this article is a pretty nice write-up nice out-of-tree features.
    Why mention not publically worked on stuff (UVD) is beyond me...

  6. #6
    Join Date
    Jun 2012
    Posts
    503

    Default

    Why isn't BFS in the mainline already? I have heard a lot of good things about it and that in some situations it's better than CFS? Why should he push for it to get it in the mainline? Shouldn't Torvalds add it himself if it's good for linux?

  7. #7

    Default

    BFS won't be included unless someone reworks it to make it scalable. In its current state it doesn't scale well beyond 8 CPUs/cores.

    Reliable Nouveau Re-Clocking is the most sought feature on this list.

  8. #8
    Join Date
    Dec 2011
    Posts
    1,314

    Default

    Sad to see reliable re-clicking support for Nouveau isn't on the list.
    Personally, I would really love to see that!

    Lack of AMD UVD support is something that harms AMD, and in the coming months I might buy a new computer, and then AMD won't even be an option.
    Not gonna buy something thats not porno-compatible.

    Personally, I would like to see further ARM multi-platform work.
    Further improvements to the work that was introduced in version 3.7 of the Linux kernel.

  9. #9
    Join Date
    Jun 2012
    Posts
    503

    Default

    Quote Originally Posted by birdie View Post
    BFS won't be included unless someone reworks it to make it scalable. In its current state it doesn't scale well beyond 8 CPUs/cores.

    Reliable Nouveau Re-Clocking is the most sought feature on this list.
    Can't they put an if (numCores < 8) { useBFS(); } else { useCFS(); } ?

  10. #10

    Default

    Quote Originally Posted by BO$$ View Post
    Can't they put an if (numCores < 8) { useBFS(); } else { useCFS(); } ?
    They could but they wouldn't want to. Linus has always emphasized that schedulers need to work well across the board to be acceptable. While 8 cores might seem fairly big now, mobile phones will be running that in a few years. None of the mainstream distributions will be interested in a scheduler that isn't generic but only works for some configurations.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •