summaryrefslogtreecommitdiffstats
path: root/mod-extra.list
Commit message (Collapse)AuthorAgeFilesLines
* Sync up specfile, config generation, and patchesJeremy Cline2019-12-041-0/+2
| | | | Signed-off-by: Jeremy Cline <jcline@redhat.com>
* Initial v5.1 rebaseJeremy Cline2019-05-071-0/+1
|
* Linux v4.6Josh Boyer2016-05-171-151/+150
| | | | | - Disable CONFIG_DEBUG_VM_PGFLAGS on non debug kernels (rhbz 1335173) - CVE-2016-3713 kvm: out-of-bounds access in set_var_mtrr_msr (rhbz 1332139 1336410)
* Linux v4.2Laura Abbott2015-09-011-4/+3
| | | | This is a squashed patch of the history from F22 + the 4.2 rebase
* Linux v3.11-rc5-21-g28fbc8bJosh Boyer2013-08-141-1/+0
| | | | - Disable WIMAX. It's fairly broken and abandoned upstream.
* Enable Orinoco drivers in kernel-modules-extra (rhbz 894069)Josh Boyer2013-01-141-0/+6
|
* Reenable UBIFS (rhbz 823238)Dave Jones2012-09-141-0/+1
|
* Reenable W1 drivers. (rhbz 849430)Dave Jones2012-08-201-0/+15
|
* Enable batman-adv and add it to the list of "extra" modulesJohn W. Linville2012-07-311-0/+1
|
* Move modules needed by Shorewall back to main kernel package (rhbz 844436)Josh Boyer2012-07-311-5/+0
|
* Move sch_htb module into main kernel package (rhbz 836185)Josh Boyer2012-07-051-1/+0
|
* Enable Nilfs2 and put it in modules-extra (rhbz 821702)Josh Boyer2012-05-151-0/+1
|
* Reenable slip and add to module-extras (rhbz 818308)Justin M. Forbes2012-05-031-0/+1
|
* Move the dlm module to modules-extra and do additional cleanup (rhbz 811547)Josh Boyer2012-04-201-5/+2
|
* Move the dlm module to modules-extra (rhbz 811547)Josh Boyer2012-04-171-1/+6
|
* Move 9p modules back to main package for KVM (rhbz 807733)Josh Boyer2012-03-281-2/+0
|
* Disable MTDDave Jones2012-01-131-23/+0
|
* add module suffixesDave Jones2012-01-131-4/+4
|
* Disable IMA. (Forces TPM on, which may be undesirable: See 733964, 746097)Dave Jones2011-12-191-0/+4
| | | | Move TPM modules to modules-extra
* Move yenta_socket back into main kernel packageJosh Boyer2011-12-061-1/+0
| | | | One day, pcmcia will be like the old MCA bus. Hopefully that day is soon.
* Move 802.1q back into the main kernel packageJosh Boyer2011-12-061-1/+0
|
* Put ssb.ko back in the main kernel packageJosh Boyer2011-12-021-1/+0
|
* Create a kernel-modules-extra subpackageJosh Boyer2011-11-291-0/+199
This creates a modules-extra subpackage which places a number of less frequently used modules into the extra directory under /lib/modules/`uname -r`/. This reduces the size of the default kernel package while still allowing those modules to be built and installed if needed. We also limit the security exposure by keeping these modules out of the default install.