Commit Graph

34 Commits

Author SHA1 Message Date
Justin M. Forbes 6619fa569c Updates for hid-asus 2018-11-03 08:23:31 -05:00
Peter Robinson e9bc1eed73 Cleanup some old config options, remove DRM drivers hidden behind DRM_LEGACY, tweak module filters a little (fpga, iio, few other bits), minor find optimisation 2018-08-16 20:01:58 +01:00
Laura Abbott 6a5d7f80f2 Fix filtering for soundwire 2018-06-08 18:53:28 -07:00
Laura Abbott 6cb6bcb528 Enable a few infiniband options (rhbz 1291902) 2018-04-11 10:59:42 -07:00
Laura Abbott b9a77b3f37 Enable JFFS2 and some MTD modules (rhbz 1474493) 2018-04-11 10:29:54 -07:00
Justin M. Forbes 5ab3e27166 Add chtls filter 2018-04-05 15:46:47 -05:00
Justin M. Forbes a5f6bafe62 Back out non working filter changes 2018-02-08 14:10:08 -06:00
Peter Robinson 613cf10377 Filter GPU bridge drivers on all arches, re-enable adv7511 2018-01-29 22:28:36 +00:00
Laura Abbott f332286838 Filtering really just gets too complicated. This is getting turned off. 2017-11-16 15:35:03 -08:00
Laura Abbott ae1749e830 Filter out the adv7511 bridge driver since it depends on media stuff 2017-11-16 15:19:47 -08:00
Laura Abbott 3fcce5f7f6 Keep UDF in the main kernel package (rhbz 1471314) 2017-08-03 11:41:34 -07:00
Yanko Kaneti 9678841615 Enable aQuantia ethernet devices
[labbott: Rebased]
2017-07-27 07:22:00 -07:00
Laura Abbott 8e4bbb22f1 Linux v4.11-rc1 2017-03-06 09:21:57 -08:00
Laura Abbott 042c7b0aff Filter out the parport_serial driver 2017-02-23 12:36:49 -08:00
Peter Robinson 1740cd6527 filter qedi iscsi driver 2016-12-27 03:52:58 +00:00
Josh Boyer eb2c4204ff Filter chcr module now that it's turned on 2016-10-12 10:20:38 -04:00
Peter Robinson d6f5bfaa12 Filter nvme rdma modules to extras, Fix IP Wireless driver filtering (rhbz 1356043) thanks lkundrak, Build IIO tools 2016-07-28 08:47:41 +01:00
Peter Robinson 0d45f1a0bd filter all the CXG modules 2016-06-01 13:17:09 +01:00
Laura Abbott 57618355c4 Update module filters 2016-05-31 15:00:50 -07:00
Peter Robinson aa2efe7488 filters: filter char drivers mwave pcmcia 2016-01-17 12:49:32 +00:00
Peter Robinson ed523bab2c filters: tty: just filter all tty drivers, they're all corner case MP serial adapters, pcmcia (which we filter already) or other corner case, all core serial used for consoles are already built in 2016-01-15 12:38:21 -06:00
Peter Robinson b7cd1dec37 filters: drmdrvs: add amd, i2c, i915, and radeon plus ARMv7 specific drivers to modules alongside nouveau. -modules is generally needed for desktop anyway 2016-01-15 12:38:21 -06:00
Peter Robinson 210c63e222 filters: netprots: filter 6lowpan and mpls from core 2016-01-15 12:38:21 -06:00
Peter Robinson 60591bf6b9 filters: move firewire mwave w1 from core to modules 2016-01-15 12:38:21 -06:00
Peter Robinson e3f2f90c51 filters: add option to filter input drivers and apply to gameport, tablet and touchscreen so they move out of core 2016-01-15 12:38:20 -06:00
Peter Robinson d1dc8abc5f filters: usbdrvs: filter image misc serial from core
Disable USB_U132_HCD as it causes issues with serial filter, it's an old tech pcmcia 3G modem unlikely to be in wide use (we can revisit if necessary)
2016-01-15 12:38:20 -06:00
Josh Boyer 22faa3a329 Move iscsi_tcp and related modules to kernel-core (rhbz 1249424) 2015-10-29 09:35:28 -04:00
Josh Boyer c3cd2b9025 Linux v4.2-rc4-111-g8400935737bf 2015-07-31 11:49:28 -04:00
Josh Boyer 76c11d9b55 Linux v4.1-11235-gc63f887bdae8
- Reenable debugging options.
2015-06-29 11:24:25 -04:00
Josh Boyer 2296e4a647 Linux v3.19-8975-g3d883483dc0a
- Add patch to fix intermittent hangs in nouveau driver
- Move mtpspi and related mods to kernel-core for VMWare guests (rhbz 1194612)
2015-02-20 09:32:10 -05:00
Josh Boyer a1aa1a8796 Enable TCM_USER (rhbz 1174986) 2014-12-17 10:48:32 -05:00
Josh Boyer ccd2942fe5 Move isofs to kernel-core 2014-05-09 11:03:40 -04:00
Josh Boyer aa73513f1f Rename kernel-drivers to kernel-modules 2014-05-01 21:10:48 -04:00
Josh Boyer 94ce4eca27 Split kernel into kernel-core and kernel-drivers subpackages
This creates kernel-core and kernel-drivers subpackages.  The kernel package
remains as a meta-package the requires both of the subpackages.  This allows
most installs to continue on as-is with upgrades working.

The contents of the kernel-core and kernel-drivers subpackages are determined
at build time through the filter-modules.sh script.  This script "removes"
pre-defined subsystems and modules and generates a filelist for the %files
section of each subpackage.  The contents of each are per-arch, with arch
override files taken into account.  This allows us to make the split useful
for varying arches.
2014-04-29 17:27:16 -04:00