about summary refs log tree commit diff
path: root/machines/dnyarri-kconf.nix
Commit message (Collapse)AuthorAgeFilesLines
* kconf: Enable multiple devpts instances.aszlig2014-07-161-0/+1
| | | | | | | | | | | This is needed in order to run NixOS VM tests, because within the chroot the test driver starts the VDE switch, which in turn relies on posix_openpt() to function correctly. Which unfortunately doesn't, because CONFIG_DEVPTS_MULTIPLE_INSTANCES was not set so far. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel and configs to v3.15-rc3.aszlig2014-05-011-1/+5
| | | | | | This also enables POSIX ACL and extended attributes for tmpfs now. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Enable BFQ scheduler on all machines by default.aszlig2014-04-221-2/+4
| | | | | | | | | This adds the kernel patch to all machines and uses it as the default scheduler. Let's see when I need to scream at the edit of a commit message again, because the disk is busy and the editor is waiting for I/O. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel and configs to version 3.15-rc2.aszlig2014-04-221-7/+17
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* dnyarri/mmrnmhrm: Enable zwap functionality.aszlig2014-03-161-0/+2
| | | | | | | | | It's an experimental feature but hey... my machines are constantly swapping anyway and I love finding new bugs in zswap. So let's go ahead :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* dnyarri: Update kernel config to v3.14.0-rc1.aszlig2014-02-081-12/+70
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update source/config to latest mainline kernel.aszlig2013-09-141-1/+4
| | | | | | This updates the configs of both machines to the latest kernel. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source and configs to pre-3.12.aszlig2013-09-061-10/+12
| | | | | | | | This is within the current 3.12 merge window, so it still says 3.11, even though it already contains the shiny new stuff like lockrefs and more :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* dnyarri: Add firmware RV710_smc and RV730_smc.aszlig2013-08-151-1/+1
| | | | | | | This now also makes specification of Radeon firmware way less redundant and adding new firmware will be a change in *one* place. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* dnyarri: Update kernel config to version 3.11-rc5.aszlig2013-08-151-14/+30
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* dnyarri: Update kernel configuration to v3.10.0.aszlig2013-05-171-15/+51
| | | | | | | This also fixes a small error which caused the firmware to not be updated (as the store path was hardcoded in the configuration). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* dnyarri: Update kernel configuration to v3.8.aszlig2013-02-071-2/+12
| | | | | | | These changes were lying around uncommitted for quite some time, so better commit now than never :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* dnyarri: Add kernel configuration as an attrset.aszlig2012-12-271-0/+1269
So, now we have lots of duplication which needs to be merged as soon as possible. This commit is obviously quite similar to the previous commit: 7e62e31f9f2bba0864ee8dd05b490c17387f5322 Signed-off-by: aszlig <aszlig@redmoonstudios.org>