index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
module
/
dups.c
Age
Commit message (
Expand
)
Author
2026-08-06
module/dups: Clean up includes
Petr Pavlu
2026-08-06
module/dups: Use strcmp() to compare module names
Petr Pavlu
2026-08-06
module/dups: Use scope-based cleanup helpers
Petr Pavlu
2026-08-06
module/dups: Avoid unnecessary kmod_dup_req allocations
Petr Pavlu
2026-08-06
module/dups: Fix use-after-free in kmod_dup_req lifetime handling
Petr Pavlu
2026-08-06
module/dups: Inform duplicate requests about the result directly
Petr Pavlu
2026-08-06
module: use strscpy() to copy module names in stats and dup tracking
Naveen Kumar Chaudhary
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-12-22
module: replace use of system_wq with system_dfl_wq
Marco Crivellari
2024-10-07
remove pointless includes of <linux/fdtable.h>
Al Viro
2023-12-19
module: Remove redundant TASK_UNINTERRUPTIBLE
Kevin Hao
2023-05-02
module: include internal.h in module/dups.c
Arnd Bergmann
2023-04-19
module: add debugging auto-load duplicate module support
Luis Chamberlain