summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-17configs: android: Enable SELinux related configsconfig-core-3.15Vishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-05-26linaro-base.conf: enable GPIO_SYSFSFathi Boudra
It's required by powerdebug. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-05-13uprobes: add CONFIG_USER_NS=yAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-04-23bigendian.conf: remove CONFIG_CPU_BE8_BOOT_LEAndrey Konovalov
CONFIG_CPU_BE8_BOOT_LE is not present in 3.14. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-04-23distribution.conf: use CC_STACKPROTECTOR_REGULAR introduced in 3.14Fathi Boudra
In 3.14, CONFIG_CC_STACKPROTECTOR_STRONG is introduced and CONFIG_CC_STACKPROTECTOR is renamed to CONFIG_CC_STACKPROTECTOR_REGULAR. http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=8779657d29c0ebcc0c94ede4df2f497baf1b563f Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-04-23uprobes: clean up uprobes config fragments from uneeded configsFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-04-23configs: android: Add ION configs to android framgmentJohn Stultz
In order to make sure we build ION in future builds, enable ION core as well as the test and dummy drivers. Cc: Amit Pundir <amit.pundir@linaro.org> Cc: Fathi Boudra <fathi.boudra@linaro.org> Cc: Andrey Konovalov <andrey.konovalov@linaro.org> Signed-off-by: John Stultz <john.stultz@linaro.org>
2014-04-23android.conf: enable CONFIG_SYNC and familyAmit Pundir
SYNC configs are used in validating "sync" tests available in linaro-android-kernel-tests private repo. Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-04-23configs: Add config fragments for uprobes/kprobeNaresh Kamboju
This patch adds config fragments to enable uprobes/kprobes, relay and debug info Following in-built kprobes tests enabled. - KPROBES_SANITY_TEST - ARM_KPROBES_TEST Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2014-04-23distribution.conf: enable BLK_DEV_LOOPRiku Voipio
LOOP block device is needed by kpartx and other tools for loopback mounts. Enable it in distribution conf to have it everywhere. Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2014-04-23distribution: enable NETFILTER_XT_MATCH_CONNTRACK (LP: #1255382)Fathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-04-23distribution: enable more modules for netfilter and bridgingFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-04-23distribution: enable xtables "state" match supportFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-04-23kvm-host: turn ethernet bridging to moduleFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-04-23distribution.conf: add more options for libvirt/openstackAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-04-23configs: Add config fragments for big LITTLE IKSNaresh Kamboju
This patch adds config fragments used to enable most of the features used by big LITTLE IKS. Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2014-04-23configs: add network namespace and virtual ethernetZi Shen Lim
Network namespace and virtual ethernet are a useful combination for networking related testing, containers, etc. Enable namespaces, which by default includes network namespace. Also enable virtual ethernet support. Signed-off-by: Zi Shen Lim <zishen.lim@linaro.org>
2014-04-23distribution.conf: add more netfilter configs for the ltp networking iptable ↵Vincent Hsu
test Signed-off-by: Vincent Hsu <vincent.hsu@linaro.org>
2014-04-23linaro/configs: add hugepage config fragmentZi Shen Lim
Signed-off-by: Zi Shen Lim <zishen.lim@linaro.org>
2014-04-23linaro/configs/kvm-guest: add extra devicesRyan Harkin
Add extra devices needed for arm64 KVM testing. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org> Signed-off-by: Jon Medhurst <tixy@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-04-23configs: Add config fragments for bigendian ARMV7 LinuxVictor Kamensky
This patch adds config fragments to enable big endian mode for Linux kernel. Note at this point CONFIG_VIRTUALIZATION explicitly disabled - BE kernel does not work with it yet. Signed-off-by: Victor Kamensky <victor.kamensky@linaro.org>
2014-04-23configs: create linaro-base64.conf for generic ARM64 config optionsAndrey Konovalov
... and put the options required for libhugetlbfs into it. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-04-23distribution.conf: enable BRIDGE_EBT_T_NAT, required by libvirtFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-04-23Get rid of ubuntu-minimal config fragmentFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-04-23linaro-base.conf: CONFIG_HOTPLUG has been eradicatedFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-04-23kvm-host.conf: enable guest OS networkingKim Phillips
Bridge and TUN/TAP support are needed for enabling networking with a guest OS. Signed-off-by: Kim Phillips <kim.phillips@linaro.org> Acked-by: Riku Voipio <riku.voipio@linaro.org>
2014-04-23Add snippet for xen-enabled kernelsWookey
2014-04-23linaro-base.conf: remove CONFIG_MTD_CHAR=y - it doesn't exist anymore.Fathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-04-23distribution.conf: add more configs for libvirt (NETFILTER_XT_CONNMARK,Fathi Boudra
NETFILTER_XT_MARK, NETFILTER_XT_TARGET_CHECKSUM, BRIDGE_EBT_MARK_T) Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-04-23kvm-host.conf: remove CONFIG_NFS_*, NFS support is enabled fromFathi Boudra
linaro-base.conf Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-04-23add NBD guestfs accessRiku Voipio
2014-04-23kvm-host: set CONFIG_VIRTUALIZATION=yRiku Voipio
2014-04-23kvm-host: remove mmc debugRiku Voipio
2014-04-23kvm-host: enable nfs for convinienceRiku Voipio
2014-04-23thumb2 kernels broken as kvm guestsRiku Voipio
2014-04-23configs: add kvm configsRiku Voipio
kvm-host is for any target where we want to run kvm - currently only arndale kvm-guest is for - currently only vexpress
2014-04-23linaro-base.conf: disbale CONFIG_NFS_V2Fathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-04-23distribution.conf: add CONFIG_BRIDGE=mFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-04-23Add CONFIG_BRIDGE_NETFILTER and CONFIG_BRIDGE_NF_EBTABLES for libvirtFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-04-23distribution: add CONFIG_IP_NF_MANGLE and CONFIG_IP6_NF_MANGLEFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-04-23Rename ubuntu-minimal.conf to distribution.conf:Fathi Boudra
the config fragment is now used for booting various distributions like Fedora, OpenEmbedded, Ubuntu. It isn't specific to Ubuntu anymore. Remove ubuntu.conf: the config fragment is unused. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-04-23ubuntu-minimal.conf: enable more options for OpenStackAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-04-23ubuntu-minimal.conf: add CONFIG_IP[6]_NF_FILTER=mFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-04-23ubuntu-minimal.conf: add CONFIG_IP[6]_NF_IPTABLES=mAndrey Konovalov
This is for OpenStack support. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-04-23configs: Enable NFS in linaro-base.confAndrey Konovalov
As per launchpad bug 1167446, adding NFS is requested for arndale. vexpress[64], panda and snowball have NFS enabled in their board config fragments already. This is natural just to move it to linaro-base.conf. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-04-23configs: Move CONFIG_PROVE_LOCKING from linaro-base.conf to debug.confAndrey Konovalov
CONFIG_PROVE_LOCKING is an expensive option which adds significant overhead to lock operations. The examples are 5% power consumption increase for vexpress with this option enabled, and improving netperf on the loopback results by ~200% after disabling DEBUG_MUTEXES (DEBUG_MUTEXES is selected by PROVE_LOCKING). Move CONFIG_PROVE_LOCKING to a separate debug.conf fragment, so that it could be enabled only when it is needed. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-04-23configs: android: Enable interactive cpufreq governor by defaultJon Medhurst
This is Android's standard cpufreq governor and is enabled by default in the AOSP tree. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-04-23configs: android: Remove obsolete config optionsJon Medhurst
These options no longer exist. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-04-23configs: linaro-base: Remove CONFIG_EXPERIMENTALJon Medhurst
Commit 3d374d09 (final removal of CONFIG_EXPERIMENTAL) removed CONFIG_EXPERIMENTAL from Linux. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-04-23ubuntu-minimal.conf: add CONFIG_CGROUPS and CONFIG_AUTOFS4_FS for systemdFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>