this post was submitted on 12 May 2024
87 points (100.0% liked)

Linux

48697 readers
1480 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 47 points 7 months ago (4 children)
[–] [email protected] 20 points 7 months ago (2 children)
[–] [email protected] 18 points 7 months ago (1 children)
[–] [email protected] 18 points 7 months ago (2 children)
[–] [email protected] 17 points 7 months ago (1 children)
[–] [email protected] 19 points 7 months ago (1 children)
[–] [email protected] 13 points 7 months ago (8 children)
[–] [email protected] 14 points 7 months ago (2 children)
[–] [email protected] 8 points 7 months ago (1 children)
[–] [email protected] 7 points 7 months ago (1 children)
[–] [email protected] 9 points 7 months ago (1 children)
[–] [email protected] 9 points 7 months ago (1 children)
[–] [email protected] 5 points 7 months ago
load more comments (7 replies)
[–] [email protected] 3 points 7 months ago
[–] [email protected] 2 points 7 months ago
[–] [email protected] 6 points 7 months ago

lmao at the guy downvoting all the Nice

[–] [email protected] 2 points 7 months ago

The nice chain shows how nice Lemmy is because the 4th one didn't get downvoted to oblivion

load more comments (1 replies)
[–] [email protected] 22 points 7 months ago (1 children)

69, interrupted with a period? Not nice

[–] [email protected] 8 points 7 months ago
[–] [email protected] 20 points 7 months ago (1 children)

Here's the TL;DR from Phoronix:

#AMD

  • AMD P-State Preferred Core handling for modern Ryzen systems. This is for leveraging ACPI CPPC data between CPU cores for improving task placement on AMD Ryzen systems for cores that can achieve higher frequencies and also helping in hybrid selection between say Zen 4 and Zen 4C cores. This AMD Preferred Core support has been in development since last year.

  • Performance gains on AMD 4th Gen EPYC

  • AMD FRU Memory Poison Manager merged along with other work as part of better supporting the AMD MI300 series.

  • AMD has continued upstreaming more RDNA3+ refresh and RDNA4 graphics hardware support into the AMDGPU driver.

#Intel

  • Intel Xeon Max gains in some AI workloads

  • Intel FRED was merged for Flexible Return and Event Delivery with future Intel CPUs to overhaul CPU ring transitions.

  • Reworked x86 topology code for better handling Intel Core hybrid CPUs.

  • Intel Fastboot support is now enabled across all supported graphics generations.

  • Intel Core Ultra "Meteor Lake" tuning that can yield nice performance improvements for those using new Intel laptops.

  • Continued work on the experimental Intel Xe DRM kernel graphics driver that Intel is aiming to get ready in time for Xe2 / Lunar Lake.

Video, Filesystem & Network

  • Support for larger frame-buffer console fonts with modern 4K+ displays.

  • Dropping the old NTFS driver.

  • Improved case-insensitive file/folder handling.

  • Performance optimizations for Btrfs.

  • More efficient discard and improved journal pipelining for Bcachefs.

  • FUSE passthrough mode finally made it to the mainline kernel.

  • More online repair improvements for XFS.

  • Much faster exFAT performance when engaging the "dirsync" mount option.

  • Many networking improvements.

Full summary here: https://www.phoronix.com/review/linux-69-features/

[–] [email protected] 4 points 7 months ago (2 children)

I wonder what an Intel Core hybrid CPU is

[–] [email protected] 11 points 7 months ago* (last edited 7 months ago)

It refers to modern Intel CPUs where there are two types of cores - performance cores (P-cores) and efficient cores (E-cores). This is similar to ARM's big.LITTLE architecture which we've seen in smartphones for many years already.

See: https://www.intel.com/content/www/us/en/gaming/resources/how-hybrid-design-works.html

[–] [email protected] 4 points 7 months ago (1 children)

12th gen and up intel CPUs. All but a few have P and E cores.

Also like one weird i5 from about 10th gen.

[–] [email protected] 2 points 7 months ago (1 children)

I have a mobile 11th i7 one, sounds like no benefits 😞

[–] [email protected] 2 points 7 months ago (2 children)

Same boat. Good news is 11th gen generally gets better battery life than 12th+ because all those extra cores still eat power.

Bad news is I already get as bad as 30 minutes of battery life so IDK how 12th gen can be even worse.

[–] [email protected] 2 points 7 months ago (1 children)

I thought you saved power because the e-cores are more efficient for the same workload?

[–] [email protected] 2 points 7 months ago

Yeah but this is Intel, they're not capable of doing something the most efficient way possible. E cores use less power than P cores, but that doesn't mean they're very good at getting the job done using the least amount of power. Currently (using Intel's management) 12th and 13th gen start a task on the P cores, and if it runs for longer than X time it gets shifted over to the E cores where it can churn away. Meteor lake has 3 stages of things since there's P cores, E cores, and LP E cores. If I remember right Meteor lake starts a task on the LP E cores, then shifts it to P cores, then shifts it to the E cores if it's taking too long. But Intel likes to blast the power away with turbo boost and runs the E cores way past their actual efficient zone unless you wrangle them back down. Sometimes it's faster to blast the task away on the P cores then return to idle, other times letting it churn away on the E cores forever is the best way.

Also all those extra cores being active still uses power. So if you went from a 4 core CPU to a 4 + 4 cpu now you have all the same power draw as the old one, plus the extra 4 efficient cores sipping at even more power. I think that's where 12th gen really suffers the most.

load more comments (1 replies)
[–] [email protected] 14 points 7 months ago

INTERNET FUNNY NUMBER LET'S FUCKING GOOOOOOOOOOOOO

[–] [email protected] 10 points 7 months ago (1 children)

Dropping the old NTFS driver.

Good stuff. Hasn't there always been confusion on mounting your NTFS drive using the old driver vs the new?

[–] [email protected] 10 points 7 months ago* (last edited 7 months ago) (6 children)

Indeed. But I think some confusion will still remain as long as the ntfs-3g FUSE driver is still included by distros. Because right now, you have to explicitly specify the filesystem type as ntfs3 if you want to use the new in-kernel driver, otherwise it would use ntfs-3g. And most guides on the web still haven't been updated to use ntfs3 in the fstab, so I'm afraid this confusion will continue to persist for some time.

load more comments (6 replies)
[–] [email protected] 10 points 7 months ago
[–] [email protected] 6 points 7 months ago

"nice" * 0.1

[–] [email protected] 4 points 7 months ago

I am hoping for a smooth sailing of the new kernel.

[–] [email protected] 2 points 7 months ago

Used Mainline to install it on Ubuntu 23.10. Together with Nvidia driver v550, it is working without an issue for me.

load more comments
view more: next ›