platform/upstream/kmod.git
2023-11-07 Karol LewandowskiAdd /lib/modules/modprobe.d to configuration search... accepted/tizen_base accepted/tizen_base_asan accepted/tizen_base_riscv tizen_base accepted/tizen/base/20231108.225818 accepted/tizen/base/asan/20240422.014939 accepted/tizen/base/riscv/20231123.094516
2023-11-07 Seung-Woo Kimadd packaging for kmod
2023-09-29 Lucas De Marchikmod 31 upstream v31
2023-09-28 Emil Velikovlibkmod: add fallback MODULE_INIT_COMPRESSED_FILE define
2023-06-20 Lucas De Marchilibkmod: Use kernel decompression when available
2023-06-09 Lucas De Marchilibkmod: Keep track of in-kernel compression support
2023-06-09 Lucas De Marchilibkmod: Keep track of compression type
2023-06-09 Lucas De Marchilibkmod: Extract finit_module vs init_module paths
2023-06-09 Lucas De Marchilibkmod: Do not inititialize file->memory on open
2023-05-31 Dmitry Antipovshared: avoid passing {NULL, 0} array to bsearch()
2023-05-30 Dmitry Antipovlibkmod: fix possible out-of-bounds memory access
2023-05-30 Dmitry Antipovlibkmod, depmod: prefer -ENODATA over -ENOENT if no...
2023-04-18 Nicolas Schiermodprobe: rmmod_do_module: Free kmod list of holders
2023-03-06 Fabrice Fontaineconfigure.ac: fix link with -llzma
2023-02-22 Emil Velikovconfigure: manage libkmod.pc.in and version.py.in via...
2023-02-22 Emil Velikovshared: annotate local API as static
2023-02-22 Emil Velikovlibkmod: annotate kmod_builtin_iter API as static
2023-02-22 Emil Velikovlibkmod: remove unused kmod_module_get_builtin
2023-02-10 Lucas De Marchitestsuite: Handle different sysconfdir
2023-02-10 Lucas De Marchitestsuite: Move setup-rootfs logic from Makefile to...
2023-02-09 Emil Velikovlibkmod: error out on unknown hash algorithm
2023-02-09 Emil Velikovtestsuite/depmod: use defines for the rootfs/lib_modules
2023-02-09 Emil Velikovtestsuite: add function declarations for __xstat family
2023-02-09 Emil Velikovtreewide: add some static const notations
2023-02-09 Emil Velikovdepmod: Introduce outdir option
2023-02-08 Yauheni Kaliutaman/rmmod: explain why modprobe -r is more useful
2023-01-14 Gustavo Sousamodprobe: Allow passing path to module
2023-01-14 Gustavo Sousamodprobe: Move insertion block into separate function
2023-01-14 Gustavo Sousatestsuite: Wrap chdir()
2022-12-26 Florian Weimerkmod: configure.ac: In _Noreturn check, include <stdlib...
2022-12-01 Adam Gołębiowskiautogen.sh: remove --with-rootprefix, it is gone since...
2022-10-03 Mikhail Novosyolovlibkmod: do not crash on unknown signature algorithm
2022-09-05 Julien Cristautestsuite: fix override of `stat` on 32-bit architectures
2022-06-30 Quentin Armitagemodprobe: Write error messages to syslog if stderr...
2022-06-30 Dimitri John... build: enable building & running tests from a subdir
2022-06-30 Jan Engelhardttestsuite: repair read of uninitialized memory
2022-06-30 Lucas De Marchikmod 30 v30
2022-06-30 HuaxinLulibkmod: Support SM3 hash algorithm
2022-06-29 Lucas De MarchiREADME: Update optional dependencies
2022-06-29 Lucas De MarchiKeep only one readme
2022-06-27 Lucas De Marchimodprobe: Add --wait
2022-06-27 Lucas De Marchitestsuite: Add tests for sleep calculation
2022-06-27 Lucas De Marchiutil: Add exponential backoff sleep
2022-06-27 Lucas De Marchiutil: Add msec variants for time-related functions
2022-06-27 Lucas De Marchiutil: Add time-related functions from testsuite
2022-06-27 Lucas De Marchimodule-playground: Add debugfs entry in mod-simple
2022-06-27 Lucas De Marchilibkmod: Allow to ignore log message on module removal
2022-06-27 Lucas De Marchimodprobe: Move -R to "Query options"
2022-06-27 Lucas De Marchimodprobe: re-use modname variable
2022-06-27 Lucas De Marchidepmod: Fix writing over array length
2022-04-07 Lucas De Marchimodprobe: Make rmmod_do_module() contain all the remova...
2022-04-07 Lucas De Marchimodprobe: move check for remove_holders to caller
2022-04-07 Lucas De Marchimodprobe: Fix holders removal
2022-04-04 Masahiro Yamadamodprobe: remove unneeded variable str_start
2022-04-04 Masahiro Yamadamodprobe: fix the NULL-termination of new_argv
2022-04-02 Saul Wolddepmod: Add support for excluding a directory
2022-04-02 Lucas De Marchimodprobe: Rename rmmod_do_deps_list
2022-03-03 Lucas De Marchidocs: Add missing functions to documentation
2022-02-23 Lucas De Marchilibkmod: Fix use of sizeof instead of ARRAY_SIZE
2022-02-21 Lucas De Marchimodinfo: Allow to force arg as module name
2022-02-21 Lucas De Marchimodinfo: Update help message with "modulename"
2022-02-21 Lucas De Marchilibkmod: Add lookup from module name
2022-02-21 Lucas De Marchilibkmod: Update docs about indexes order
2022-02-21 Lucas De Marchilibkmod: Add helper function to iterate lookup options
2022-02-21 Lucas De Marchigitignore: ignore gtk-doc.make
2022-02-21 Lucas De Marchilibkmod-module: Fix return code for kmod_module_new_fro...
2022-02-21 Lucas De Marchitest-initstate: Check for negative value on error
2022-02-12 Lucas De Marchidepmod: Stop opening modules.modinfo once per module
2022-02-12 Lucas De Marchidepmod: Do not duplicate builtin index
2022-02-12 Lucas De Marchilibkmod: Prefer builtin index over builtin.alias
2022-01-20 Michal Suchaneklibkmod: Set builtin to no when module is created from...
2021-09-23 Luis Chamberlainlibkmod: add a library notice log level print
2021-06-09 Yauheni Kaliutalibkmod-module: check "new_from_name" return value...
2021-05-20 Lucas De Marchikmod 29 v29
2021-05-11 Lucas De Marchitestsuite: update gitignore
2021-05-11 Lucas De Marchidepmod: fix modules.builtin.alias.bin output
2021-05-11 Lucas De MarchiFix return value doc for kmod_module_get_info()
2021-04-17 Seung-Woo Kimlibkmod: fix possible double free with wrong modules...
2021-04-17 Seung-Woo Kimlibkmod: fix an overflow with wrong modules.builtin...
2021-04-17 Lucas De Marchigitignore: ignore .mbx and .cover for b4 integration
2021-04-09 Seung-Woo Kimlibkmod-config: fix a memory leak when kmod_list_append...
2021-03-10 Lucas De Marchilibkmod-config: more chars allowed as space
2021-02-15 Lucas De Marchitest-modprobe: share single function for kcmdline tests
2021-02-15 Lucas De Marchitestsuite: allow to re-use single function for tests
2021-02-15 Lucas De Marchilibkmod-config: re-quote option from kernel cmdline
2021-02-15 Lucas De Marchilibkmod-config: revamp kcmdline parsing into a state...
2021-02-06 Lucas De Marchitestsuite: also test xz compression
2021-02-06 Lucas De Marchitestsuite: compress modules if feature is enabled
2021-01-23 Dave Reisnerpopulate-modules: Use more bash, more quotes
2021-01-21 Lucas De MarchiREADME: make github mirror official
2021-01-19 Lucas De MarchiSupport /usr/local for configuration files
2021-01-19 Lucas De Marchidepmod: fix precedence order
2021-01-19 Lucas De Marchilibkmod: Fix documentation on config precedence order
2021-01-08 Marco d'ItriFix "modinfo -F always shows name for built-ins"
2021-01-08 Lucas De MarchiREADME: remove leftover from semaphoreci
2021-01-08 Marius Bakketestsuite: Automatically skip tests that fail when...
2021-01-08 Marius Bakketestsuite: Add facility to skip tests.
2021-01-07 Lucas De Marchikmod 28 v28
2021-01-07 Lucas De Marchibuild: add comment with rules for libtool version update
2020-12-28 Lucas De Marchibuild: fix distcheck due to missing zstd
next