aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-grsec/kernelconfig.armhf
Commit message (Collapse)AuthorAgeFilesLines
* main/linux-grsec: merge with linux-virtgrsecNatanael Copa2015-04-151-5450/+0
| | | | | | | make it possible to build various kernel subpackage from same patched source, but with different configs. This simplifies maintenance.
* main/linux-grsec: arm build fixes and changesTimo Teräs2015-04-151-16/+187
| | | | | fix spi-nor build on arm add some more arm boards
* main/linux-grsec: upgrade to 3.18.11Natanael Copa2015-04-141-184/+534
|
* main/linux-grsec: update grsec patch and configTimo Teräs2015-04-101-8/+19
| | | | migrate to pax xattr marking and enable usb host support on armhf
* main/linux-grsec: update configTimo Teräs2015-02-231-1/+2
|
* main/linux-grsec: update arm configTimo Teräs2014-12-031-8/+29
| | | | the outdated config did not build, so no pkgrel bump needed.
* main/linux-grsec: disable USB_KBD and USB_MOUSENatanael Copa2014-09-221-2/+2
| | | | they cause problems in some situations and hid-generic is to prefer
* main/linux-grsec: enable RBDNatanael Copa2014-07-291-1/+1
| | | | ref #3241
* main/linux-grsec: enable snd-aloopNatanael Copa2014-07-151-1/+1
|
* main/linux-grsec: tune configNatanael Copa2014-06-161-5/+5
| | | | Tune config to better match linux-vanilla config
* main/linux-grsec: upgrade to grsecurity-3.0-3.14.4-201405271114Natanael Copa2014-05-281-1/+2
|
* main/linux-grsec: upgrade to 3.14.2Natanael Copa2014-05-071-30/+99
| | | | fixes #2076
* main/linux-grsec: enable kuser_helpers on armTimo Teräs2014-04-181-2/+3
| | | | needed by v8, openjdk7, and probably all VMs
* main/linux-grsec: add armhf config, and cherry-pick few arm fixesTimo Teräs2014-04-011-0/+4825
- platform of/modalias patch is needed for our initramfs to work properly - imx6q unclocked sleep is to fix ethernet performance issues on wandboard - the nic cannot wakeup from unclocked sleep. the proper way is to reroute that irq to alternate pin, but those patches do not exist for this new kernels.