index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
module
/
internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-16
module: Don't ignore errors from set_memory_XX()
Christophe Leroy
1
-3
/
+3
2024-01-29
module: Change module_enable_{nx/x/ro}() to more explicit names
Christophe Leroy
1
-3
/
+3
2024-01-29
module: Use set_memory_rox()
Christophe Leroy
1
-1
/
+1
2023-06-22
kbuild: generate KSYMTAB entries by modpost
Masahiro Yamada
1
-0
/
+12
2023-04-28
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-25
/
+115
2023-04-20
module: add debugging auto-load duplicate module support
Luis Chamberlain
1
-0
/
+15
2023-04-18
module: add debug stats to help identify memory pressure
Luis Chamberlain
1
-0
/
+78
2023-03-24
module: add a for_each_modinfo_entry()
Luis Chamberlain
1
-0
/
+3
2023-03-24
module: rename next_string() to module_next_tag_pair()
Luis Chamberlain
1
-0
/
+2
2023-03-17
kallsyms, bpf: Move find_kallsyms_symbol_value out of internal header
Viktor Malik
1
-6
/
+0
2023-03-16
bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
Viktor Malik
1
-0
/
+5
2023-03-09
dyndbg: use the module notifier callbacks
Jason Baron
1
-2
/
+0
2023-03-09
module: replace module_layout with module_memory
Song Liu
1
-23
/
+17
2022-09-07
dyndbg: gather __dyndbg[] state into struct _ddebug_info
Jim Cromie
1
-2
/
+2
2022-07-15
module: Modify module_flags() to accept show_state argument
Aaron Tomlin
1
-1
/
+1
2022-07-02
module: Fix selfAssignment cppcheck warning
Christophe Leroy
1
-5
/
+8
2022-05-12
module: Introduce module unload taint tracking
Aaron Tomlin
1
-0
/
+21
2022-05-12
module: Move module_assert_mutex_or_preempt() to internal.h
Aaron Tomlin
1
-0
/
+12
2022-05-12
module: Make module_flags_taint() accept a module's taints bitmap and usable ...
Aaron Tomlin
1
-0
/
+1
2022-04-05
module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC
Christophe Leroy
1
-0
/
+3
2022-04-05
module: Introduce data_layout
Christophe Leroy
1
-0
/
+2
2022-04-05
module: Prepare for handling several RB trees
Christophe Leroy
1
-2
/
+2
2022-04-05
module: Always have struct mod_tree_root
Christophe Leroy
1
-1
/
+3
2022-04-05
module: Rename debug_align() as strict_align()
Christophe Leroy
1
-2
/
+2
2022-04-05
module: Rework layout alignment to avoid BUG_ON()s
Christophe Leroy
1
-0
/
+1
2022-04-05
module: Move module_enable_x() and frob_text() in strict_rwx.c
Christophe Leroy
1
-14
/
+1
2022-04-05
module: Make module_enable_x() independent of CONFIG_ARCH_HAS_STRICT_MODULE_RWX
Christophe Leroy
1
-4
/
+2
2022-04-05
module: Move version support into a separate file
Aaron Tomlin
1
-0
/
+48
2022-04-05
module: Move sysfs support into a separate file
Aaron Tomlin
1
-0
/
+21
2022-04-05
module: Move procfs support into a separate file
Aaron Tomlin
1
-0
/
+1
2022-04-05
module: Move kallsyms support into a separate file
Aaron Tomlin
1
-0
/
+29
2022-04-05
module: Move kmemleak support to a separate file
Aaron Tomlin
1
-0
/
+7
2022-04-05
module: Move extra signature support out of core code
Aaron Tomlin
1
-0
/
+9
2022-04-05
module: Move strict rwx support to a separate file
Aaron Tomlin
1
-0
/
+32
2022-04-05
module: Move latched RB-tree support to a separate file
Aaron Tomlin
1
-0
/
+33
2022-04-05
module: Move livepatch support to a separate file
Aaron Tomlin
1
-0
/
+22
2022-04-05
module: Make internal.h and decompress.c more compliant
Aaron Tomlin
1
-2
/
+4
2022-04-05
module: Simple refactor in preparation for split
Aaron Tomlin
1
-0
/
+21
2022-04-04
module: Move all into module/
Aaron Tomlin
1
-0
/
+50