summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-02Add /lib/modules/modprobe.d to configuration search pathtizen_8.0_m2_releasetizen_7.0_m2_releasesubmit/tizen_base/20220802.051611accepted/tizen/base/dev/20230602.080819accepted/tizen/base/20221115.103734accepted/tizen/base/20220804.052410accepted/tizen/base/20220803.043309accepted/tizen/8.0/base/20231005.044822accepted/tizen/7.0/base/hotfix/20221116.055306accepted/tizen/7.0/base/20221116.025857tizen_8.0_basetizen_7.0_base_hotfixtizen_7.0_baseold/tizen_base-20231107accepted/tizen_base_devaccepted/tizen_8.0_baseaccepted/tizen_7.0_base_hotfixaccepted/tizen_7.0_baseKarol Lewandowski2-0/+2
2022-08-02add packaging for kmodSeung-Woo Kim4-0/+151
2022-06-30modprobe: Write error messages to syslog if stderr is unavailableQuentin Armitage1-0/+7
2022-06-30build: enable building & running tests from a subdirDimitri John Ledkov1-0/+1
2022-06-30testsuite: repair read of uninitialized memoryJan Engelhardt1-1/+1
2022-06-30kmod 30v30Lucas De Marchi3-5/+85
2022-06-30libkmod: Support SM3 hash algorithmHuaxinLu1-0/+6
2022-06-29README: Update optional dependenciesLucas De Marchi1-0/+2
2022-06-28Keep only one readmeLucas De Marchi1-126/+0
2022-06-26modprobe: Add --waitLucas De Marchi2-9/+78
2022-06-26testsuite: Add tests for sleep calculationLucas De Marchi1-0/+41
2022-06-26util: Add exponential backoff sleepLucas De Marchi2-0/+51
2022-06-26util: Add msec variants for time-related functionsLucas De Marchi2-0/+20
2022-06-26util: Add time-related functions from testsuiteLucas De Marchi3-13/+19
2022-06-26module-playground: Add debugfs entry in mod-simpleLucas De Marchi1-1/+17
2022-06-26libkmod: Allow to ignore log message on module removalLucas De Marchi2-4/+11
2022-06-26modprobe: Move -R to "Query options"Lucas De Marchi1-4/+4
2022-06-26modprobe: re-use modname variableLucas De Marchi1-1/+1
2022-06-26depmod: Fix writing over array lengthLucas De Marchi1-0/+1
2022-04-06modprobe: Make rmmod_do_module() contain all the removal sequenceLucas De Marchi1-15/+22
2022-04-06modprobe: move check for remove_holders to callerLucas De Marchi1-2/+4
2022-04-06modprobe: Fix holders removalLucas De Marchi1-8/+10
2022-04-04modprobe: remove unneeded variable str_startMasahiro Yamada1-3/+3
2022-04-04modprobe: fix the NULL-termination of new_argvMasahiro Yamada1-1/+1
2022-04-01depmod: Add support for excluding a directorySaul Wold2-4/+76
2022-04-01modprobe: Rename rmmod_do_deps_listLucas De Marchi1-4/+5
2022-03-03docs: Add missing functions to documentationLucas De Marchi1-0/+2
2022-02-23libkmod: Fix use of sizeof instead of ARRAY_SIZELucas De Marchi1-2/+2
2022-02-20modinfo: Allow to force arg as module nameLucas De Marchi1-2/+28
2022-02-20modinfo: Update help message with "modulename"Lucas De Marchi1-1/+1
2022-02-20libkmod: Add lookup from module nameLucas De Marchi3-0/+61
2022-02-20libkmod: Update docs about indexes orderLucas De Marchi1-1/+1
2022-02-20libkmod: Add helper function to iterate lookup optionsLucas De Marchi1-45/+37
2022-02-20gitignore: ignore gtk-doc.makeLucas De Marchi1-0/+1
2022-02-20libkmod-module: Fix return code for kmod_module_new_from_lookup()Lucas De Marchi1-2/+2
2022-02-20test-initstate: Check for negative value on errorLucas De Marchi1-1/+1
2022-02-11depmod: Stop opening modules.modinfo once per moduleLucas De Marchi1-62/+96
2022-02-11depmod: Do not duplicate builtin indexLucas De Marchi1-4/+1
2022-02-11libkmod: Prefer builtin index over builtin.aliasLucas De Marchi1-5/+7
2022-01-20libkmod: Set builtin to no when module is created from path.Michal Suchanek1-8/+9
2021-09-23libkmod: add a library notice log level printLuis Chamberlain1-0/+2
2021-06-09libkmod-module: check "new_from_name" return value in get_builtinYauheni Kaliuta1-1/+4
2021-05-20kmod 29v29Lucas De Marchi3-2/+48
2021-05-11testsuite: update gitignoreLucas De Marchi1-1/+1
2021-05-11depmod: fix modules.builtin.alias.bin outputLucas De Marchi1-1/+1
2021-05-11Fix return value doc for kmod_module_get_info()Lucas De Marchi1-1/+1
2021-04-17libkmod: fix possible double free with wrong modules.builtin.modinfoSeung-Woo Kim1-1/+1
2021-04-17libkmod: fix an overflow with wrong modules.builtin.modinfoSeung-Woo Kim1-1/+1
2021-04-17gitignore: ignore .mbx and .cover for b4 integrationLucas De Marchi1-0/+2
2021-04-09libkmod-config: fix a memory leak when kmod_list_append() failsSeung-Woo Kim1-1/+3