Package Details: linux-ck 6.12.1-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.24
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-11-23 13:58 (UTC)

Dependencies (14)

Required by (7)

Sources (6)

Latest Comments

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

dlh commented on 2014-06-08 10:53 (UTC)

Thanks for your work, I'll check that patch in the meantime.

graysky commented on 2014-06-08 10:42 (UTC)

OK. I see that 3.14.6-1 is now in svn. I have further adjusted the gcc patch and am building 3.14.6-2 now. I will upload the source tarball to the AUR in several hours once I see that the various new arches using the patch build just fine. For those wanting a tarball early, find it here[1] and please be sure to post to the AUR your experiences building (good or bad) and for which arch! 1. http://repo-ck.com/PKG_source/linux-ck/linux-ck-3.14.6-2.src.tar.gz

graysky commented on 2014-06-08 00:10 (UTC)

OK... I am building with the new patch but will not index the repo until I get some feedback that everything is ok from you guys. So: 1) If you want to build 3.14.6-1-ck yourself, download the source tarball here.1 2) If you want to try a repo-ck package, just browse manually to http://repo-ck.com and navigate to either x86_64 or i686 and manually download the package for your processor. Remember that I am building now and will not have a complete set for another 6 hours or so. 1. http://repo-ck.com/PKG_source/linux-ck/linux-ck-3.14.6-1.src.tar.gz

graysky commented on 2014-06-07 23:25 (UTC)

Ivy works for me... no access to older stuff that I can mess with at this point in time.

graysky commented on 2014-06-07 23:06 (UTC)

I need some savvy users of newer intel cpus (any core ix like nehalem, sandy, ivy, or haswell) to try out the new patch I have placed in my 'unstable' branch. Just substitute the line in this PKGBUILD for it. Please build the package selecting the nconfig option for your hardware, boot into it and let me know that my stuff works. https://github.com/graysky2/kernel_gcc_patch/blob/unstable/enable_additional_cpu_optimizations_for_gcc_v4.9%2B.patch

graysky commented on 2014-06-07 21:27 (UTC)

I know that 3.14.6 was just released but I want to wait to make the linux-ck release to see what tpowa does with the official ARCH package as it seems a few new config options are introduced. Please do not flag linux-ck out-of-date until the ARCH 3.14.6-1 is pushed to svn or repo. Thanks!

graysky commented on 2014-06-07 19:37 (UTC)

I see now that this is confirmed: https://gcc.gnu.org/gcc-4.9/changes.html I will need to adjust the patch accordingly.

graysky commented on 2014-06-07 19:29 (UTC)

Interesting that with the new version of gcc, these "older" options for march and mtune seem to have been made more generic. For example, on my ivy: % gcc -c -Q -march=native --help=target | grep march -march= ivybridge Older gcc version returned -march= core-avx-i

graysky commented on 2014-06-07 19:23 (UTC)

@dlh - For haswell: CONFIG_MCOREAVX2 gets set which uses -march=core-avx2 -mtune=core-avx2. See: https://github.com/graysky2/kernel_gcc_patch/blob/master/enable_additional_cpu_optimizations_for_gcc.patch