Package Details: linux-ck 6.11.7-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.32
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-11-09 16:45 (UTC)

Dependencies (14)

Required by (6)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 174 175 176 177 178 179 180 181 182 183 184 .. 307 Next › Last »

elektorronikci commented on 2014-06-06 17:07 (UTC)

@sash-arch, your CPU doesn't have AVX2 set: http://ark.intel.com/products/80800/intel-celeron-processor-g1840-2m-cache-2_80-ghz

elektorronikci commented on 2014-06-06 17:01 (UTC)

I installed your ck-haswell compilation, now it is running. Not much time running, so not tested enough I think, but it really seems fine. If any problem happens, I will acknowledge.

graysky commented on 2014-06-06 09:59 (UTC)

As a test can either of you guys [tweeserhead or elektorronikci] try the ck-haswell packages on your haswell systems to confirm the problem is not with them + the hardware?

elektorronikci commented on 2014-06-06 08:16 (UTC)

I have i7-4770. I don't use ck-haswell repo but compile with -march=native. I use bfs&bfq. (bfqv7r3 had some issues before) There is no problem.

walkingrobot commented on 2014-06-06 00:04 (UTC)

Sorry, I forgot to mention it's a haswell processor

walkingrobot commented on 2014-06-06 00:02 (UTC)

Well this kinda misses the point but I compile with -march=native and CONFIG_MNATIVE

graysky commented on 2014-06-03 19:03 (UTC)

Not sure what to tell you guys... are other haswell users out there using the ck-haswell repo packages without issue?

dlh commented on 2014-06-03 14:03 (UTC)

@sash-arch I have the same problem as you, therefore I switched to generic linux-ck package.

sash-arch commented on 2014-06-02 22:36 (UTC)

Haswell... sascha@server ~ % gcc -c -Q -march=native --help=target | grep march -march= haswell

graysky commented on 2014-06-02 22:35 (UTC)

Not sure what to make of that, sash. Ivy gets CONFIG_MCOREAVXI which haswell gets CONFIG_MCOREAVX2 which are the correct flags. What does the following return for you? gcc -c -Q -march=native --help=target | grep march