| Commit message (Expand) | Author | Age | Files | Lines |
* | Make arch/*/modules_load only extending defaults/modules_load | Thomas Deutschmann | 2019-11-24 | 1 | -37/+3 |
* | Add bcache support | Thomas Deutschmann | 2019-07-14 | 1 | -1/+1 |
* | gen_funcs.sh: Refactor setColorVars() | Thomas Deutschmann | 2019-07-14 | 1 | -1/+1 |
* | config.sh: Remove executable bit | Thomas Deutschmann | 2019-07-14 | 1 | -0/+0 |
* | Add MODULES_HYPERV | Thomas Deutschmann | 2019-03-26 | 1 | -0/+3 |
* | modules_load: fix crc32 & crc32c for old kernels & fine-tune per arch | Ben Kohler | 2019-03-08 | 1 | -1/+1 |
* | modules_load: add broadcom phy drivers | Ben Kohler | 2019-03-07 | 1 | -1/+1 |
* | modules_load: replace crc32c with crc32c_generic + crc32c-intel | Ben Kohler | 2019-03-07 | 1 | -1/+1 |
* | modules_load: add crc32c | Thomas Deutschmann | 2018-05-08 | 1 | -1/+1 |
* | who doesn't love emmc? | Rick Farina (Zero_Chaos) | 2018-03-23 | 1 | -0/+1 |
* | add uas to modules_load where appropriate | Rick Farina (Zero_Chaos) | 2018-03-20 | 1 | -1/+1 |
* | modules_load: sync MODULES_FS, add f2fs | Robin H. Johnson | 2017-11-14 | 1 | -1/+1 |
* | modules_load: sync MODULES_CRYPTO | Robin H. Johnson | 2017-11-14 | 1 | -0/+3 |
* | modules_load: sync MODULES_NVME, drop nvme-target. | Robin H. Johnson | 2017-11-14 | 1 | -1/+1 |
* | modules_load: add virtio & nvme-fc. | Robin H. Johnson | 2017-10-28 | 1 | -3/+6 |
* | modules: enable more device-mapper modules for modern LVM/Stratis-Storage. | Robin H. Johnson | 2017-09-03 | 1 | -2/+2 |
* | modules_load: more filesystems. | Robin H. Johnson | 2017-07-14 | 1 | -1/+1 |
* | modules_load: add qemu_fw_cfg on supported hardware. | Robin H. Johnson | 2017-04-01 | 1 | -1/+1 |
* | Support NVMe block devices. | Robin H. Johnson | 2017-01-07 | 1 | -1/+2 |
* | kconfig: disable MULTIPATH by default, enabled by --multipath | Robin H. Johnson | 2017-01-02 | 1 | -2/+2 |
* | modules_load: bug #584346, support mpt3sas. | Robin H. Johnson | 2016-11-20 | 1 | -1/+1 |
* | config.sh: ensure generic config.sh is used again; and refactor duplicate set... | Robin H. Johnson | 2016-02-29 | 1 | -21/+1 |
* | Some of the arch-config blocks were never populated for minor arches, so the ... | Robin H. Johnson | 2016-01-23 | 1 | -0/+1 |
* | Add hid-logitech-dj and 3w-sas | Richard Yao | 2015-08-29 | 1 | -2/+2 |
* | Initial kernel config infrastructure | Richard Yao | 2015-07-31 | 1 | -0/+0 |
* | Enable CONFIG_AUDIT=y on almost all architectures | Richard Yao | 2015-07-31 | 1 | -1/+1 |
* | Include CONFIG_FHANDLE=y in default kernel config, bug #519298 | Richard Yao | 2015-07-31 | 1 | -0/+1 |
* | add xhci_pci | Rick Farina (Zero_Chaos) | 2015-07-30 | 1 | -1/+1 |
* | set DEFAULT_MAKEOPTS to what portage uses | Rick Farina (Zero_Chaos) | 2015-04-28 | 1 | -1/+2 |
* | sparc64 doesn't need the crosscompiler anymore | Raúl Porcel | 2014-11-18 | 1 | -1/+1 |
* | Load xhci-plat when available | Richard Yao | 2013-06-09 | 1 | -1/+1 |
* | Build USB 3.0 support by default, bug #452888 | Richard Yao | 2013-06-03 | 1 | -0/+3 |
* | Add ehci-pci to MODULES_USB, needed by 3.8 kernels, see bug #458606 | Fabio Erculiani | 2013-03-19 | 1 | -1/+1 |
* | Clean up module drift over the years. Just MODULES_CRYPTO left. | Robin H. Johnson | 2012-10-13 | 1 | -2/+2 |
* | Bug #286187: Complete multipath support. | Robin H. Johnson | 2012-10-13 | 1 | -0/+1 |
* | modules/lvm: dm-thin-pool now requires dm-persistent-data and libcrc32c | Robin H. Johnson | 2012-08-19 | 1 | -1/+1 |
* | USB 3.0 Support: Load xhci-hcd when available | Richard Yao | 2012-07-21 | 1 | -1/+1 |
* | Linux 3.5 renames usbhid to hid-generic | Richard Yao | 2012-07-19 | 1 | -1/+1 |
* | modules_load: include more DM and MD modules for other RAID/LVM configurations. | Robin H. Johnson | 2012-02-11 | 1 | -2/+2 |
* | Ensure default for new initramfs compression is used. | Robin H. Johnson | 2012-02-06 | 1 | -0/+1 |
* | Implement ZFS Support | Richard Yao | 2012-02-06 | 1 | -1/+1 |
* | Implement --[no-]compress-initramfs option to complement --[no-]integrated-in... | Richard Yao | 2012-01-28 | 1 | -1/+2 |
* | Unset CONFIG_SYSFS_DEPRECATED for udev (bug #335763) | Sebastian Pipping | 2012-01-24 | 1 | -1/+1 |
* | Add mpt2sas to auto-load SCSI modulesv3.4.22 | Sebastian Pipping | 2012-01-08 | 1 | -1/+1 |
* | Remove support for sys-fs/evms, as it was removed from Gentoo (bug #372423) | Sebastian Pipping | 2011-07-03 | 1 | -1/+0 |
* | add btrfs to MODULES_FS, load btrfs module if available | Fabio Erculiani | 2011-03-14 | 1 | -1/+1 |
* | Add USB HID modules to modules_load and default kernel-config (for Gentoo bug... | Andrew Gaffney | 2009-12-27 | 2 | -1/+36 |
* | Enable ext4 by default everywhere (for Gentoo bug #268818) | Andrew Gaffney | 2009-12-26 | 2 | -5/+5 |
* | Merge branch 'master' of git://git.wolf31o2.org/projs/genkernel | craig | 2009-08-08 | 2 | -3/+2 |
|\ |
|
| * | Adding Id header. | Chris Gianelloni | 2009-07-25 | 1 | -2/+1 |