aboutsummarylogtreecommitdiffstats
path: root/config.x86_64
AgeCommit message (Collapse)Author
2017-09-13stop supporting i686yar
2017-07-10transparent_hugepage = madviseyar
2017-07-02config 4.12yar
2017-05-01config 4.11yar
2017-04-01CONFIG_SERIAL_8250_CONSOLE=yyar
this is absolutely necessary for linode's KVM and i totally screwed up not adding it before
2017-03-31CONFIG_USB_HID=myar
on vanilla arch linode, /etc/mkinitcpio.conf has HOOKS="keyboard" and wants 'usbhid' module the initramfs hook gives errors without that module even after setting y, it still errored. so let's try setting it to 'm'
2017-02-20config 4.10yar
2016-12-11config 4.9yar
2016-11-20enable USB_HIDyar
otherwise a new linode will give you errors like ==> ERROR: module not found: `usbhid' ==> WARNING: errors were encountered during the build. The image may not be complete. error: command failed to execute correctly
2016-11-20configs for full KVM virtualization (not just para-)yar
per https://www.linode.com/docs/platform/kvm-reference again: CONFIG_E1000=y CONFIG_ATA_PIIX=y
2016-11-20prepare configs for KVMyar
per https://www.linode.com/docs/platform/kvm-reference CONFIG_KVM_GUEST=y CONFIG_VIRTIO_PCI=y CONFIG_VIRTIO_PCI_LEGACY=y CONFIG_BLK_DEV_SD=y CONFIG_SCSI_VIRTIO=y CONFIG_VIRTIO_NET=y CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y
2016-10-08config 4.8.1yar
2016-07-29config 4.7yar
2016-06-28config 4.6.3yar
2016-03-18config 4.5yar
2016-01-10config 4.4yar
2015-12-11enable bpf()yar
as per upstream https://bugs.archlinux.org/task/47008 https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/linux&id=39aec6f404878881181dd78bf10f60dbc5caca21
2015-11-10config 4.3yar
2015-10-25multicast routingyar
https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/linux&id=3c559c1e8886453224ab8d92f5c0f8cd9e2d8705 https://bugs.archlinux.org/task/46714
2015-08-30config 4.2yar
2015-07-03config 4.1yar
2015-07-03TCP_MD5SIGyar
https://bugs.archlinux.org/task/44596 https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/linux&id=c66a1d76
2015-07-03kmem, swap accountingyar
swap accounting is still disabled by default, but now possible kmem stuff was just enabled by vanilla arch: https://bugs.archlinux.org/task/44847 https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/linux&id=9b5eb33c it's not clear why these were bundled together, actually. maybe they made a mistake.
2015-07-03config 4.0yar
2015-07-03config 3.19 for x86_64yar
2015-07-03config 3.18yar
2015-07-03config 3.17yar
2015-07-03protect module memoryyar
CONFIG_DEBUG_SET_MODULE_RONX RO/NX protection for kernel modules https://bugs.archlinux.org/task/41347
2015-07-03relocatable and randomizableyar
it seems that RELOCATABLE has been off since the very beginning, not sure why to randomize, it would still need kaslr passed on the kernel line (will test) randomize also needs dmesg_restrict & kptr_restrict, and even with that won't be safe for a long time... https://bugs.archlinux.org/task/41463
2015-07-03config 3.16yar
2015-07-03prevent mmap below 64Kyar
https://bugs.archlinux.org/task/41260 http://cateee.net/lkddb/web-lkddb/DEFAULT_MMAP_MIN_ADDR.html
2015-07-03re-enable IA32 emulationyar
this lets me cross-compile with makechrootpkg - i need this! there was no good reason to disable this. the arch bug was about the X32 ABI, not 32-bit emulation in general.
2015-07-03enable DM_THIN_PROVISIONINGyar
'needed for docker devicemapper graphdriver', says m0ikz
2015-07-03disable MEMCG_KMEMyar
'strongly discouraged by upstream' https://bugs.archlinux.org/task/40818
2015-07-03config 3.15yar
2015-07-03-fstack-protector-strong (really this time)yar
2015-07-03Revert "-fstack-protector-strong" - required gcc still in [testing]yar
This reverts commit b5dc004de7a9785bbea257f96932faa5c8c90fbd.
2015-07-03-fstack-protector-strongyar
2015-07-03enable yamayar
2015-07-03Disabled x32yar
"we are not providing any x32 userspace and there is no point for Arch in doing so" https://mailman.archlinux.org/pipermail/arch-dev-public/2014-April/026102.html
2015-07-03allow 20 CPUs (on 64-bit)yar
2015-07-03config 3.14yar
2015-07-03re-enable X32 ABIyar
2015-07-03forgot to uncomment patch line - clean up that messyar
2015-07-03fix CVE-2014-0038 by disabling X32 emulationyar
2015-07-03config 3.13yar
2015-07-03make lxc-checkconfig happyyar
2015-07-03enable ethernet bridging, to allow docker containersyar
2015-07-03bump 3.12.1yardenac
2015-07-03bump 3.11.3yardenac