Package Details: linux-ck 6.11.10-1

Git Clone URL: https://aur.archlinux.org/linux-ck.git (read-only, click to copy)
Package Base: linux-ck
Description: The Linux kernel and modules with ck's hrtimer patches
Upstream URL: https://wiki.archlinux.org/index.php/Linux-ck
Licenses: GPL-2.0-only
Provides: KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Replaces: virtualbox-guest-modules-arch, wireguard-arch
Submitter: graysky
Maintainer: graysky
Last Packager: graysky
Votes: 459
Popularity: 0.23
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-11-26 13:15 (UTC)

Dependencies (14)

Required by (7)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 18 19 20 21 22 23 24 25 26 27 28 .. 308 Next › Last »

nTia89 commented on 2020-02-16 21:38 (UTC)

Fixed!

Geeko commented on 2020-02-15 18:40 (UTC)

config checksum don't match

blitz commented on 2020-02-04 01:00 (UTC)

@graysky - `Merge branch '5.5/muqss' into 5.5/master' https://github.com/zen-kernel/zen-kernel/commit/82b455de1e967abf6ec5d75b5702a6d7376ddfc9

graysky commented on 2020-01-30 20:42 (UTC)

@redfang - It's in the output.

...
  25. Intel Skylake (MSKYLAKE)
  26. Intel Skylake X (MSKYLAKEX)
...

normalname012 commented on 2020-01-30 09:47 (UTC)

what option should i choose for intel skylate cpu (7th gen) during installation

graysky commented on 2020-01-28 20:07 (UTC)

@dwzg - Not out of date/no ck1. See: https://wiki.archlinux.org/index.php/Linux-ck#Release_cycle

Bambus89 commented on 2020-01-28 06:05 (UTC)

@graysky @superice97 thx

SuperIce97 commented on 2020-01-25 20:20 (UTC)

@Bambus89 MuQSS uses subtick accounting and tickless expiry, and thus is unaffected by the kernel's tick rate. The only thing that would change by increasing the tick rate from 100 to 1000 would be a slight increase in power consumption and a slight decrease in throughput due to increased overhead. This is why the MuQSS patches automatically set 100Hz as the default. This is talked about in the MuQSS design doc (search for "Tickless expiry"): http://ck.kolivas.org/patches/muqss/sched-MuQSS.txt

graysky commented on 2020-01-25 14:06 (UTC)

@bambus89- ck patchset uses this value

Bambus89 commented on 2020-01-25 10:32 (UTC)

Can you set a Option in pkgconfig for set 1000hz? Why is the kernel set to 100hz and are there benefits for 100hz?