Marek Marczykowski-Górecki
6af539d77a
config: improve performance-related options
...
Make system as tickless as possible.
2015-06-21 00:14:25 +02:00
Marek Marczykowski-Górecki
3d25e69812
config: add AppArmor, make both SELinux and AppArmor disabled by default
...
If the VM would want to use those mechanisms, it can always enable them.
But do not confuse system without support for them with those
mechanisms.
This is especially for fedora-21-minimal template, which does not have
script to disable SELinux, thus the template is unusable then.
2015-06-21 00:10:11 +02:00
Marek Marczykowski-Górecki
630574c036
Update config: enable dummy_hcd and gadgets, disable modules signing
...
We use dummy-hcd to have at least one USB controller in every VM - some
software expect to have it (lsusb for example, otherwise it crashes).
Gadgets are just an addition which can be used there for development
purposes.
Also disable modules signing as we don't use it.
2015-03-30 20:07:01 +02:00
Marek Marczykowski-Górecki
c637c1b8b8
Sync configuration with Fedora
...
Besides enabling some overlooked drivers, it fixes major problems with
loop driver in dom0 and PCI passthrough in VM.
2015-03-22 04:12:46 +01:00
Marek Marczykowski-Górecki
18ac9d8779
Fix deadlock on /proc/xen/xenbus, enable CONFIG_FHANDLE needed by udevd
2015-03-22 04:12:45 +01:00
Marek Marczykowski-Górecki
c67443f5f9
version 3.18.7-1
2015-03-04 14:43:34 +01:00
Marek Marczykowski-Górecki
bb54078b2d
version 3.17.0-1
2014-10-16 15:23:16 +02:00
Marek Marczykowski-Górecki
6febee6aaa
config: enable user access to cryptoapi
...
Required for use TrueCrypt containers with cryptsetup.
2014-04-27 11:09:40 +02:00
Marek Marczykowski-Górecki
5adf12494f
config: disable userspace helper for firmware loader
...
This isn't needed for standard firmware locations. Furthermore
systemd-udev ignore such requests, so it causes 30s delay (timeouts).
2014-04-27 11:05:30 +02:00
Marek Marczykowski-Górecki
32c1177e01
version 3.12.14-1
2014-03-11 03:50:52 +01:00
Marek Marczykowski-Górecki
96d320d4e0
version 3.11.1-1
...
Finally ACPI S3 patches are fully integrated in upstream kernel.
This commits comes with updates for other patches and of course kernel
config.
2013-09-20 05:31:38 +02:00
Marek Marczykowski
bd5d0c63a3
version 3.9.2-1
2013-05-24 04:31:00 +02:00
Marek Marczykowski
7494090db2
Misc devices enables
...
Some missed options during kernel upgrade.
Also enable some virtio and vmware guest devices - mainly for ease
testing for developers (eg. running installer as VM).
2013-03-26 09:01:14 +01:00
Marek Marczykowski
55e3aa12aa
Enable some more Broadcom devicecs (wireless, USB)
2013-03-26 09:00:53 +01:00
Marek Marczykowski
afc163dbef
Enable "Broadcom IEEE802.11n embedded FullMAC WLAN driver"
...
Required for Macboot Air.
2013-03-22 20:19:50 +01:00
Marek Marczykowski
a2acb741b6
Merge branch 'devel-3.7'
...
Conflicts:
config-pvops
patches.xen/pvops-0005-xen-acpi-sleep-Enable-ACPI-sleep-via-the-__acpi_os_p.patch
patches.xen/pvops-0009-xen-enlighten-Expose-MWAIT-and-MWAIT_LEAF-if-hypervi.patch
patches.xen/pvops-blkfront-eject-support.patch
patches.xen/pvops-netback-calculate-correctly-the-SKB-slots.patch
rel-pvops
series-pvops.conf
version-pvops
2013-02-23 16:43:45 +01:00
Marek Marczykowski
2cb25cd0cd
version 3.7.6-1
2013-02-06 02:06:07 +01:00
Marek Marczykowski
f6ab40c53e
version 3.7.4-1
...
As usually with updated patches and removed already included in upstream
release. Also remove kernel version from patch filenames.
2013-02-06 01:59:18 +01:00
Marek Marczykowski
a0e509ba0c
enable dummy-hcd as workaround for libusb bug
...
libusb crashes (SEGV) on some functions when no USB controller is present. This
results in annoying ABRT popup about colord-sane crash.
Enable dummy USB controller to suppress this bug. This can be reverted when we
enable (some type of) PVUSB in each domain by default.
2012-11-19 17:50:05 +01:00
Marek Marczykowski
25733b422e
enable dummy-hcd as workaround for libusb bug
...
libusb crashes (SEGV) on some functions when no USB controller is present. This
results in annoying ABRT popup about colord-sane crash.
Enable dummy USB controller to suppress this bug. This can be reverted when we
enable (some type of) PVUSB in each domain by default.
2012-11-19 17:36:59 +01:00
Marek Marczykowski
6148e5d1da
pvops: enable CONFIG_PREEMPT_VOLUNTARY
...
This should improve responsiveness of system.
2012-10-04 04:44:06 +02:00
Marek Marczykowski
e9b47b4c21
pvops: enable CONFIG_PREEMPT_VOLUNTARY
...
This should improve responsiveness of system.
2012-10-04 04:29:45 +02:00
Marek Marczykowski
b3876838fb
pvops: version 3.2.20-1
...
Minor adjustments in config and patches required by new version.
2012-09-27 03:11:28 +02:00
Marek Marczykowski
e241f60e7a
pvops: linux 3.4.11
2012-09-24 16:10:40 +02:00
Marek Marczykowski
0f63122c15
pvops: do not compile evtchn as module
...
It is required by both dom0 and domU, so built it in and prevent one more
possible race condition.
2012-08-09 19:39:58 +02:00
Marek Marczykowski
ceba3bd561
pvops: suppress debug code in wifi drivers
2012-06-04 15:32:11 +02:00
Marek Marczykowski
4ce6980d66
pvops: suppress debug code in wifi drivers
2012-05-28 00:10:21 +02:00
Marek Marczykowski
dc079b0edd
pvops: disable memory cgroups
...
We don't use this, so save some wasted memory (usage tracking struct).
2012-05-24 12:34:42 +02:00
Marek Marczykowski
da6296fbd1
xen PVUSB driver
2012-05-24 02:09:29 +02:00
Marek Marczykowski
c74209a6da
linux 3.4 base files
...
Checksums, forward-port of netfront-in-dom0 patch, adopted config
2012-05-24 02:07:04 +02:00
Marek Marczykowski
c06775b2dc
pvops: add patches for dom0 - mostly ACPI S3
2012-02-26 13:38:52 +01:00
Marek Marczykowski
dea2375213
kernel config for 3.0.3
2011-09-08 13:08:37 +02:00
Marek Marczykowski
6ea017a8fc
prepare files for pvops kernel
...
Just copy/rename files, no actual modifications.
2011-09-08 13:08:25 +02:00