| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | kernel: save check_module_list.pl report for future reference. | Martin Whitaker | 2026-02-10 | 2 | -0/+2771 |
| | | |||||
| * | kernel: sync list_modules.pm with kernel 6.18. | Martin Whitaker | 2026-02-10 | 1 | -71/+93 |
| | | |||||
| * | kernel: check_module_list.pl: include some more driver modules | Martin Whitaker | 2026-02-10 | 1 | -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.pm | Martin Whitaker | 2026-02-10 | 1 | -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.pm | Martin Whitaker | 2026-02-01 | 1 | -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.pm | Martin Whitaker | 2026-02-01 | 2 | -0/+160 |
| | | | | | See the README for details. | ||||
| * | kernel: allow for built-in modules in 'modules.pl check' | Martin Whitaker | 2026-02-01 | 1 | -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 Makefile | Martin Whitaker | 2026-02-01 | 1 | -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.pl | Martin Whitaker | 2026-02-01 | 1 | -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 give | Dan Fandrich | 2024-01-05 | 1 | -1/+1 |
| | | |||||
| * | Sync list_modules with kernel 6.4 | Thomas Backlund | 2023-07-08 | 1 | -11/+14 |
| | | |||||
| * | Sync with kernel-6.0 | Thierry Vignaud | 2023-02-23 | 1 | -4/+4 |
| | | | | | Fix conflicts when rebasing after tmb changes | ||||
| * | sync with kernel 6.1 | Thomas Backlund | 2023-02-08 | 1 | -5/+5 |
| | | |||||
| * | sync with kernel 6.0 | Thomas Backlund | 2023-02-08 | 1 | -1/+1 |
| | | |||||
| * | sync with kernel 5.19 | Thomas Backlund | 2023-02-08 | 1 | -5/+6 |
| | | |||||
| * | Fixup syntax | Thierry Vignaud | 2022-06-08 | 1 | -1/+1 |
| | | |||||
| * | Sync with kernel 5.18 | Thierry Vignaud | 2022-06-08 | 1 | -6/+7 |
| | | |||||
| * | Sync with kernel 5.17 | Thierry Vignaud | 2022-04-13 | 1 | -2/+2 |
| | | |||||
| * | Sync with kernel 5.16 | Thierry Vignaud | 2022-02-02 | 1 | -4/+4 |
| | | |||||
| * | Typo fix for a missing driver | Thierry Vignaud | 2022-01-06 | 1 | -1/+1 |
| | | |||||
| * | Sync with kernel 5.15 | Thierry Vignaud | 2022-01-05 | 1 | -16/+18 |
| | | |||||
| * | add new rtw89_pci driver | Thomas Backlund | 2021-01-04 | 1 | -1/+1 |
| | | |||||
| * | add snd-sof-pci to list of detectable sound modules | Thomas Backlund | 2020-12-27 | 1 | -1/+1 |
| | | |||||
| * | handle new amd_sfh HID driver | Thierry Vignaud | 2020-12-14 | 1 | -1/+1 |
| | | |||||
| * | Identify and include missing firmware for iwlwifi (mga#9541) | Martin Whitaker | 2020-12-12 | 1 | -0/+20 |
| | | |||||
| * | sync with kernel 5.10 | Thierry Vignaud | 2020-12-03 | 1 | -4/+4 |
| | | |||||
| * | Include michael_mic, needed for TKIP on older wireless devices. | Martin Whitaker | 2020-12-02 | 1 | -1/+1 |
| | | |||||
| * | recognize more rtw88_* | Thierry Vignaud | 2020-12-01 | 1 | -1/+1 |
| | | |||||
| * | Include lib80211_crypt_* on installer images. | Martin Whitaker | 2020-11-30 | 1 | -0/+1 |
| | | | | | Needed by some wireless devices (mga#9541). | ||||
| * | Include ccm module in installer images, needed for WPA2 support. | Martin Whitaker | 2020-11-28 | 1 | -1/+1 |
| | | |||||
| * | sync with kernel 5.9 | Thierry Vignaud | 2020-10-14 | 1 | -3/+3 |
| | | |||||
| * | remove doble entry | Thierry Vignaud | 2020-08-19 | 1 | -1/+1 |
| | | |||||
| * | Add rtw88_* wireless modules for kernel 5.8 | Pascal Terjan | 2020-08-19 | 1 | -1/+1 |
| | | |||||
| * | fix make check with perl >= 5.26 | Thierry Vignaud | 2020-06-28 | 1 | -1/+1 |
| | | |||||
| * | sync with kernel 5.6/5.7 | Thierry Vignaud | 2020-06-28 | 1 | -3/+3 |
| | | |||||
| * | typo fix :-( | Thierry Vignaud | 2020-03-20 | 1 | -1/+1 |
| | | |||||
| * | include amd-rng intel-rng | Thierry Vignaud | 2020-03-19 | 1 | -0/+1 |
| | | |||||
| * | remove no more existing modules from various/crypto | Thierry Vignaud | 2020-03-19 | 1 | -1/+1 |
| | | | | | (so that rescue system display less "module xxx not found") | ||||
| * | typo fix | Thierry Vignaud | 2020-03-18 | 1 | -2/+2 |
| | | |||||
| * | include more platform/x86 drivers | Thierry Vignaud | 2020-03-18 | 1 | -5/+9 |
| | | |||||
| * | sync with kernel 5.5 | Thierry Vignaud | 2020-03-18 | 1 | -13/+14 |
| | | |||||
| * | crc32c is an alias of crc32c-intel | Thierry Vignaud | 2020-03-17 | 1 | -1/+1 |
| | | |||||
| * | explain | Thierry Vignaud | 2020-03-17 | 1 | -0/+1 |
| | | |||||
| * | f2fs needs the crc32 module | Thierry Vignaud | 2020-02-14 | 1 | -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.4 | Thomas Backlund | 2019-12-22 | 1 | -5/+5 |
| | | |||||
| * | include exfat too | Thierry Vignaud | 2019-10-09 | 1 | -1/+1 |
| | | |||||
| * | regroup virtulization modules | Thierry Vignaud | 2019-10-09 | 1 | -2/+4 |
| | | |||||
| * | sync with kernel 5.3 | Thierry Vignaud | 2019-10-09 | 1 | -5/+5 |
| | | |||||
| * | sync with kernel-5.2 | Thierry Vignaud | 2019-10-09 | 1 | -4/+4 |
| | | |||||
| * | recognize 8821ce (mga#24605) | Thierry Vignaud | 2019-06-11 | 1 | -1/+1 |
| | | |||||
