summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Collapse)AuthorAgeFilesLines
* kernel: save check_module_list.pl report for future reference.Martin Whitaker2026-02-102-0/+2771
|
* kernel: sync list_modules.pm with kernel 6.18.Martin Whitaker2026-02-101-71/+93
|
* kernel: check_module_list.pl: include some more driver modulesMartin Whitaker2026-02-101-0/+2
| | | | | Include all driver/platform/x86 and snd/soc/sof modules in the known driver module types.
* kernel: add a few missing modules in list_modules.pmMartin Whitaker2026-02-101-9/+10
| | | | Sync'd with the Mageia 9 release kernel (6.4.9-desktop-4.mga9).
* kernel: remove obsolete and fix renamed modules in list_modules.pmMartin Whitaker2026-02-011-167/+135
| | | | Sync'd with the Mageia 9 release kernel (6.4.9-desktop-4.mga9).
* kernel: add a new tool to aid the updating of list_modules.pmMartin Whitaker2026-02-012-0/+160
| | | | See the README for details.
* kernel: allow for built-in modules in 'modules.pl check'Martin Whitaker2026-02-011-1/+5
| | | | | | | Some of the modules listed in list_modules.pm are now configured to be built-in modules in our current kernels. We should keep them listed in case the kernel configuration changes again. So don't report them as bad/old modules when checking.
* kernel: remove broken check for pcitable modules from MakefileMartin Whitaker2026-02-011-4/+1
| | | | | | | | This searched for module names that appeared in pcitable.gz but not in list_modules.pm, but didn't account for the difference between module names (used in pcitable.gz) and module file names (used in list_modules.pm). Now 'modules.pl check' is fixed, this extra check is redundant.
* kernel: fix the check function in modules.plMartin Whitaker2026-02-011-29/+45
| | | | | | | | | | Get the kernel module list from /lib/modules/<kernel_ver>/modules.dep instead of looking for a file that is no longer generated. Support an optional command line parameter to 'modules.pl check' to specify the kernel version (use the running kernel version if not specified). Fix the pcitable and usbtable checks. These tables contain module names, whereas list_modules.pm contains module file names.
* Eliminate use of egrep and fgrep and the warnings they now giveDan Fandrich2024-01-051-1/+1
|
* Sync list_modules with kernel 6.4Thomas Backlund2023-07-081-11/+14
|
* Sync with kernel-6.0Thierry Vignaud2023-02-231-4/+4
| | | | Fix conflicts when rebasing after tmb changes
* sync with kernel 6.1Thomas Backlund2023-02-081-5/+5
|
* sync with kernel 6.0Thomas Backlund2023-02-081-1/+1
|
* sync with kernel 5.19Thomas Backlund2023-02-081-5/+6
|
* Fixup syntaxThierry Vignaud2022-06-081-1/+1
|
* Sync with kernel 5.18Thierry Vignaud2022-06-081-6/+7
|
* Sync with kernel 5.17Thierry Vignaud2022-04-131-2/+2
|
* Sync with kernel 5.16Thierry Vignaud2022-02-021-4/+4
|
* Typo fix for a missing driverThierry Vignaud2022-01-061-1/+1
|
* Sync with kernel 5.15Thierry Vignaud2022-01-051-16/+18
|
* add new rtw89_pci driverThomas Backlund2021-01-041-1/+1
|
* add snd-sof-pci to list of detectable sound modulesThomas Backlund2020-12-271-1/+1
|
* handle new amd_sfh HID driverThierry Vignaud2020-12-141-1/+1
|
* Identify and include missing firmware for iwlwifi (mga#9541)Martin Whitaker2020-12-121-0/+20
|
* sync with kernel 5.10Thierry Vignaud2020-12-031-4/+4
|
* Include michael_mic, needed for TKIP on older wireless devices.Martin Whitaker2020-12-021-1/+1
|
* recognize more rtw88_*Thierry Vignaud2020-12-011-1/+1
|
* Include lib80211_crypt_* on installer images.Martin Whitaker2020-11-301-0/+1
| | | | Needed by some wireless devices (mga#9541).
* Include ccm module in installer images, needed for WPA2 support.Martin Whitaker2020-11-281-1/+1
|
* sync with kernel 5.9Thierry Vignaud2020-10-141-3/+3
|
* remove doble entryThierry Vignaud2020-08-191-1/+1
|
* Add rtw88_* wireless modules for kernel 5.8Pascal Terjan2020-08-191-1/+1
|
* fix make check with perl >= 5.26Thierry Vignaud2020-06-281-1/+1
|
* sync with kernel 5.6/5.7Thierry Vignaud2020-06-281-3/+3
|
* typo fix :-(Thierry Vignaud2020-03-201-1/+1
|
* include amd-rng intel-rngThierry Vignaud2020-03-191-0/+1
|
* remove no more existing modules from various/cryptoThierry Vignaud2020-03-191-1/+1
| | | | (so that rescue system display less "module xxx not found")
* typo fixThierry Vignaud2020-03-181-2/+2
|
* include more platform/x86 driversThierry Vignaud2020-03-181-5/+9
|
* sync with kernel 5.5Thierry Vignaud2020-03-181-13/+14
|
* crc32c is an alias of crc32c-intelThierry Vignaud2020-03-171-1/+1
|
* explainThierry Vignaud2020-03-171-0/+1
|
* f2fs needs the crc32 moduleThierry Vignaud2020-02-141-2/+2
| | | | | | | | | | | Also explicitely the F2FS module even though it's already pulled by dracut basic modules... Though dracut should have included the crc32 generic module... It might be explained by the fact that installkernel() only list crc32c when include_fs_helper_modules() list both crc32 & crc32c in dracut/modules.d/99fs-lib/module-setup.sh...
* sync with kernel 5.4Thomas Backlund2019-12-221-5/+5
|
* include exfat tooThierry Vignaud2019-10-091-1/+1
|
* regroup virtulization modulesThierry Vignaud2019-10-091-2/+4
|
* sync with kernel 5.3Thierry Vignaud2019-10-091-5/+5
|
* sync with kernel-5.2Thierry Vignaud2019-10-091-4/+4
|
* recognize 8821ce (mga#24605)Thierry Vignaud2019-06-111-1/+1
|