summaryrefslogtreecommitdiffstats
path: root/main/linux-grsec/kernelconfig.x86
Commit message (Collapse)AuthorAgeFilesLines
* main/linux-grsec: upgprade to 3.9.3 and update flush arp cache patchNatanael Copa2013-05-221-2/+4
| | | | fixes #1926
* main/linux-grsec: upgrade to 3.9.2 kernelNatanael Copa2013-05-141-50/+122
|
* main/linux-grsec: upgrade to 3.8.12Natanael Copa2013-05-091-1/+2
|
* main/linux-grsec: disable kernexecNatanael Copa2013-05-021-3/+5
| | | | didnt even boot
* main/linux-grsec: upgrade to 3.8.11 and enable KERNEXEC and CONSTIFY for x86Natanael Copa2013-05-021-5/+4
| | | | We still have KERNEXEC disabled for x86_64 due to XEN.
* main/linux-grsec: upgrade to 3.8.7Natanael Copa2013-04-161-4/+8
| | | | this update disables constify plugin which now depends on kernexec
* main/linux-grsec: enable CONFIG_USB_HIDDEVNatanael Copa2013-04-091-1/+1
| | | | ref #1766
* main/linux-grsec: disable CONFIG_IP_PNPNatanael Copa2013-04-091-4/+1
| | | | fixes #1754
* main/linux-grsec: upgade to 3.8.5Natanael Copa2013-03-301-1/+2
|
* main/linux-grsec: enable write support for UFS filesystemsWilliam Pitcock2013-03-261-1/+1
|
* main/linux-grsec: enable Elantec PS/2 mouseNatanael Copa2013-03-141-1/+1
|
* main/linux-grsec: fix ip_gre regression and enable xfrm statisticsNatanael Copa2013-03-131-1/+2
|
* main/linux-grsec: upgrade do 3.8.2Natanael Copa2013-03-121-344/+427
|
* main/linux-grsec: enable seccomp, disable msrNatanael Copa2013-02-071-2/+2
| | | | for security reasons
* main/linux-grsec: enable additional HID supportCarlo Landmeter2012-12-051-4/+11
|
* main/linux-grsec: enable analog TV and upgrade to ↵Natanael Copa2012-11-141-3/+63
| | | | grsecurity-2.9.1-3.6.6-201211122213
* main/linux-grsec: enable IR and more DVB driversNatanael Copa2012-11-071-3/+137
|
* main/linux-grsec: enable dvb againNatanael Copa2012-11-051-2/+157
|
* main/linux-grsec: upgrade to 2.9.1-3.6.2-201210151829Natanael Copa2012-10-171-453/+214
|
* main/linux-grsec: upgrade to 2.9.1-3.4.7-201208021520Natanael Copa2012-08-101-95/+161
| | | | and remove unused patches
* main/linux-grsec: add support for PPSNatanael Copa2012-07-311-4/+10
| | | | Requested by nangel
* main/linux-grsec: enable GPIO_SYSFSNatanael Copa2012-07-061-2/+2
|
* main/linux-gresc: enable acl in tmpfsNatanael Copa2012-05-251-3/+4
| | | | needed by udisks2
* main/linux-grsec: upgrade to grsecurity-2.9-3.3.2-201204172135Natanael Copa2012-04-181-1/+2
|
* main/linux-grsec: upgrade to 3.3.0 kernelNatanael Copa2012-04-021-130/+174
|
* main/linux-grsec: upgrade to 3.2.12Natanael Copa2012-03-201-1/+2
|
* main/linux-grsec: upgrade to 3.2.11 and enable HID_APPLENatanael Copa2012-03-151-2/+2
|
* main/linux-grsec: upgrade to grsecurity-2.9-3.2.7-201202261954 and enable drbdNatanael Copa2012-02-271-2/+4
|
* main/linux-grsec: upgrade to 3.2.7 and enable 9P filesystemNatanael Copa2012-02-231-2/+4
|
* main/linux-grsec: enable devtmpfsNatanael Copa2012-02-021-1/+2
| | | | udev-176 and later needs it
* main/linux-grsec: upgrade to grsecurity-2.2.2-3.2.2-201201252117Natanael Copa2012-01-261-1/+2
|
* main/linux-grsec: upgrade to 3.2.1 and update configNatanael Copa2012-01-241-427/+547
| | | | | | | | | | | | | - set utf8 as default charset for filesystem NLS and FAT - enable xattr for squashfs - enable latencytop - disable IOMega ZIP drives - disable PCMCIA SCSI drivers - disable CAN subsystem - disable CAIF sysbsystem - disable Power Supply drivers - disable Voltage and regulators - disable Dallas 1-wire support
* main/linux-grsec: add netlink taskstats accounting supportWilliam Pitcock2011-12-021-1/+4
|
* main/*-grsec: enable CRYPTO_DEV_GEODENatanael Copa2011-11-211-1/+1
|
* main/linux-grsec: SMP-related bugfixes (see extended commit message)William Pitcock2011-11-161-3/+3
| | | | | | | | | | | | | | | | | | | | [x86] - enable CONFIG_X86_BIGSMP - set CONFIG_NR_CPUS to 32 [x86_64] - set CONFIG_NR_CPUS to 32 With CONFIG_NR_CPUS > 8 on x86, the kernel may hang upon encountering more than 8 logical CPUs without CONFIG_X86_BIGSMP enabled. x86_64 does not have this problem, but as a side effect of the CONFIG_X86_BIGSMP change, needed to have CONFIG_NR_CPUS adjusted there as well. Discussions on various distribution lists: Alpine: http://lists.alpinelinux.org/alpine-devel/0496.html Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=480844 rPath: https://issues.rpath.com/browse/RPL-3022
* main/*-grsec: enable e_powersaver module and update 3rdpary module buildingNatanael Copa2011-11-101-2/+2
| | | | | | | | We no need to manually edit every 3rd party module's kernel ver to match the kernel packages version. We need to do this because we will at some point allow building in a chroot whithout the entire aports tree beeing present.
* main/linux-grsec: enable static RTC_DRV_CMOSNatanael Copa2011-10-261-1/+1
| | | | fixes #747
* main/linux-grsec: enable usbipNatanael Copa2011-10-061-1/+4
| | | | ref #650
* main/linux-grsec: enable FPU emulationNatanael Copa2011-09-111-3/+2
| | | | fixes #746
* main/linux-grsec: upgrade to grsecurity-2.2.2-3.0.3-201108241901Natanael Copa2011-08-251-117/+276
|
* main/linux-grsec: enable UDEREF on x86Natanael Copa2011-08-031-5/+3
|
* main/linux-grsec: move grsecurity-2.2.2-2.6.38.2-201103281752 from testingNatanael Copa2011-05-241-31/+31
|
* Revert "main/linux-grsec: try upgrade to grsecurity-2.2.2-2.6.38.3-201104211716"Natanael Copa2011-04-221-3/+4
| | | | This reverts commit 19eea5ca985e34a75db7ea69646e23009370fd5a.
* main/linux-grsec: try upgrade to grsecurity-2.2.2-2.6.38.3-201104211716Natanael Copa2011-04-221-4/+3
| | | | Lets hope this works.
* Revert "main/linux-grsec: upgrade to 2.2.2-2.6.38.3-201104190633"Natanael Copa2011-04-201-3/+4
| | | | This reverts commit 443af6fbde8be65de45228a926e021f8be852d39.
* main/linux-grsec: upgrade to 2.2.2-2.6.38.3-201104190633Natanael Copa2011-04-201-4/+3
| | | | second try
* Revert "main/linux-grsec: upgrade to ↵Natanael Copa2011-04-181-3/+4
| | | | | | grsecurity-2.2.2-2.6.38.3-201104171745.patch" This reverts commit ad618e5f002b918616f851948bb980df5f89adec.
* main/linux-grsec: upgrade to grsecurity-2.2.2-2.6.38.3-201104171745.patchNatanael Copa2011-04-181-4/+3
|
* main/linux-grsec: enable playstation 3 controller support (CONFIG_HID_SONY)William Pitcock2011-03-311-2/+2
|
* main/linux-grsec: add VMWARE 3d support aka vmwgfxCarlo Landmeter2011-03-291-1/+1
| | | | fixes #561