index
:
platform/upstream/kmod
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_base
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_asan
accepted/tizen_base_dev
accepted/tizen_base_riscv
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
old/tizen-20170403
old/tizen-20180130
old/tizen-20190318
old/tizen-20200224
old/tizen-20210217
old/tizen_base-20231107
pristine-tar
sandbox/wangbiao/zstd_support
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5_base
tizen_7.0_base
tizen_7.0_base_hotfix
tizen_8.0_base
tizen_9.0_base
tizen_base
tizen_ivi_genivi
tizen_ivi_panda
upstream
upstream-pristine-tar
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-19
depmod: fix debug print parameter order
Anssi Hannula
1
-1
/
+1
2014-03-07
libkmod-elf: Fix check by class in get_modversions()
Lucas De Marchi
1
-1
/
+1
2014-03-06
testsuite: Fix uname() during glibc startup
Michal Marek
1
-8
/
+16
2014-03-06
man: use systemd as example instead of udev
Lucas De Marchi
1
-3
/
+5
2014-03-06
man: clarify the support to modules.dep file
Lucas De Marchi
2
-11
/
+11
2014-03-06
build-sys: Do not require xsltproc for installation of man pages
Lucas De Marchi
1
-4
/
+2
2014-03-06
build-sys: add small redirecting Makefiles
Lucas De Marchi
6
-2
/
+47
2014-03-06
testsuite: add test for '.' correctly parsed in param's value
Lucas De Marchi
3
-0
/
+30
2014-03-06
testsuite: add test to ignore unrelated strings in kcmdline
Lucas De Marchi
3
-0
/
+31
2014-03-06
testsuite: give a more suitable description to test
Lucas De Marchi
1
-1
/
+1
2014-03-06
testsuite: add test for kcmdline params with no value
Lucas De Marchi
3
-0
/
+31
2014-03-05
libkmod-config: Only match dot before '=' in /proc/cmdline
Michal Marek
1
-3
/
+8
2014-03-05
libkmod-config,depmod: Accept special files as configuration files, too
Michal Marek
2
-9
/
+2
2014-03-05
libkmod-module: Simplify kmod_module_insert_module()
Michal Marek
1
-17
/
+10
2014-03-05
Add some tests for kernels without finit_module(2)
Michal Marek
23
-0
/
+62
2014-03-05
testsuite: Do not provide finit_module(2) on older kernels
Michal Marek
1
-0
/
+24
2014-03-05
testsuite: Add test for modprobe --force
Michal Marek
12
-0
/
+31
2014-03-05
testsuite: Check the list of loaded modules after a test
Michal Marek
4
-6
/
+199
2014-01-26
Remove "rmmod -w" documentation and getopt entry
Stephen Kitt
2
-18
/
+0
2014-01-24
man: insmod documentation fix
Lukas Berk
1
-1
/
+1
2014-01-21
Remove duplicate includes
Lucas De Marchi
1
-1
/
+0
2014-01-02
man: Change my contact email address
Lucas De Marchi
9
-9
/
+9
2013-12-22
kmod 16
v16
Lucas De Marchi
3
-2
/
+4
2013-12-17
Use C11's noreturn
Lucas De Marchi
7
-14
/
+32
2013-11-18
module: use _cleanup_free and remove useless call to free()
Lucas De Marchi
1
-9
/
+5
2013-11-18
file: use _cleanup_free_
Lucas De Marchi
1
-4
/
+4
2013-11-18
array: avoid duplicate code to reallocate
Lucas De Marchi
1
-19
/
+19
2013-11-18
util: Be OOM-safe and use _cleanup_free_
Lucas De Marchi
1
-14
/
+25
2013-11-18
testsuite: add basic test for getline_wrapped
Lucas De Marchi
3
-0
/
+43
2013-11-18
util: use _cleanup_free_ on path_make_absolute_cwd()
Lucas De Marchi
1
-7
/
+6
2013-11-18
config: Use _cleanup_free_
Lucas De Marchi
1
-40
/
+22
2013-11-18
util: Add cleanup attribute
Lucas De Marchi
2
-0
/
+8
2013-11-18
testsuite: Move test-alias to test-util
Lucas De Marchi
4
-8
/
+8
2013-11-10
build: Allow disabling maintainer mode
Anders Olofsson
1
-0
/
+1
2013-10-26
build-sys: enable colored diagnostics if available
Lucas De Marchi
1
-0
/
+1
2013-10-10
Makefile.am: add mkdir testsuite
Saul Wold
1
-1
/
+1
2013-10-10
Makefile.am: Add target to all cross-compilation of testsuite
Saul Wold
1
-0
/
+3
2013-09-20
NEWS: add entries
Lucas De Marchi
1
-0
/
+8
2013-09-20
rmmod: remove --wait option
Lucas De Marchi
1
-11
/
+5
2013-09-20
libkmod: always pass O_NONBLOCK to kernel
Lucas De Marchi
3
-11
/
+16
2013-09-20
libkmod-hash: always align n_buckets to power of 2
Lucas De Marchi
1
-6
/
+9
2013-09-20
util: Add ALIGN_POWER2
Lucas De Marchi
1
-0
/
+5
2013-09-10
depmod: warn on invalid devname specification
Tom Gundersen
1
-3
/
+10
2013-09-06
build: remove check for typeof
Lucas De Marchi
2
-7
/
+0
2013-09-06
Add configure check for _Static_assert()
Thomas Petazzoni
2
-0
/
+11
2013-08-29
Fix usage of readdir_r()
Lucas De Marchi
3
-64
/
+26
2013-08-29
testsuite: fix usage of reserved names
John Spencer
7
-26
/
+26
2013-08-22
kmod 15
v15
Lucas De Marchi
3
-3
/
+9
2013-08-13
libkmod: Fix getting param with no value from kcmdline
Lucas De Marchi
1
-1
/
+1
2013-08-13
testsuite: Add test for parameter with no value in kcmdline
Lucas De Marchi
14
-0
/
+33
[prev]
[next]