diff options
author | Patrick Simianer <p@simianer.de> | 2016-03-01 12:11:13 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-03-01 12:11:13 +0100 |
commit | b20ba46a93e15fb3caac8bbd7cceb3c9e6dd8794 (patch) | |
tree | dc5549c4cc39bd34b4e8ad72dbbb5067e45acaa3 | |
parent | 01de599d06d98ba76ea1c9f2d8467a62cd2196db (diff) |
4.4.0-pf5
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | config | 32 |
3 files changed, 30 insertions, 13 deletions
@@ -1,4 +1,3 @@ -*.patch *.tar.xz -bfq/ linux-* +patches/ @@ -1,6 +1,8 @@ -minimal linux kernel config file for IBM/lenovo x61s laptop and Atheros AR928X -wifi, support for encrypted disks, applied BFS patch [1] - +Minimal linux kernel config file for IBM/Lenovo x61s laptop with Atheros AR928X +wifi and support for encrypted disks. pf-kernel patch [3], which includes BFS +for [1] and BFQ [2]. [1] http://ck.kolivas.org/patches/bfs/ +[2] http://algo.ing.unimo.it/people/paolo/disk_sched/sources.php +[3] https://pf.natalenko.name/ @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.4.2 Kernel Configuration +# Linux/x86 4.4.0-pf5 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -341,10 +341,27 @@ CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y # CONFIG_HYPERVISOR_GUEST is not set CONFIG_NO_BOOTMEM=y # CONFIG_MK8 is not set +# CONFIG_MK8SSE3 is not set +# CONFIG_MK10 is not set +# CONFIG_MBARCELONA is not set +# CONFIG_MBOBCAT is not set +# CONFIG_MBULLDOZER is not set +# CONFIG_MPILEDRIVER is not set +# CONFIG_MSTEAMROLLER is not set +# CONFIG_MJAGUAR is not set # CONFIG_MPSC is not set -CONFIG_MCORE2=y # CONFIG_MATOM is not set +CONFIG_MCORE2=y +# CONFIG_MNEHALEM is not set +# CONFIG_MWESTMERE is not set +# CONFIG_MSILVERMONT is not set +# CONFIG_MSANDYBRIDGE is not set +# CONFIG_MIVYBRIDGE is not set +# CONFIG_MHASWELL is not set +# CONFIG_MBROADWELL is not set +# CONFIG_MSKYLAKE is not set # CONFIG_GENERIC_CPU is not set +# CONFIG_MNATIVE is not set CONFIG_X86_INTERNODE_CACHE_SHIFT=6 CONFIG_X86_L1_CACHE_SHIFT=6 CONFIG_X86_INTEL_USERCOPY=y @@ -366,8 +383,7 @@ CONFIG_DMI=y CONFIG_SWIOTLB=y CONFIG_IOMMU_HELPER=y CONFIG_NR_CPUS=2 -CONFIG_SCHED_SMT=y -CONFIG_SMT_NICE=y +# CONFIG_SCHED_SMT is not set CONFIG_SCHED_MC=y # CONFIG_PREEMPT_NONE is not set # CONFIG_PREEMPT_VOLUNTARY is not set @@ -447,10 +463,10 @@ CONFIG_X86_SMAP=y # CONFIG_EFI is not set CONFIG_SECCOMP=y # CONFIG_HZ_100 is not set -# CONFIG_HZ_250 is not set -CONFIG_HZ_300=y -# CONFIG_HZ_1000 is not set -CONFIG_HZ=300 +# CONFIG_HZ_250_NODEFAULT is not set +# CONFIG_HZ_300 is not set +CONFIG_HZ_1000=y +CONFIG_HZ=1000 CONFIG_SCHED_HRTICK=y # CONFIG_KEXEC is not set # CONFIG_KEXEC_FILE is not set |