index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
module
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-24
module: rename check_module_license_and_versions() to check_export_symbol_ver...
Luis Chamberlain
1
-2
/
+2
2023-03-24
module: converge taint work together
Luis Chamberlain
1
-28
/
+24
2023-03-24
module: move signature taint to module_augment_kernel_taints()
Luis Chamberlain
1
-9
/
+9
2023-03-24
module: move tainting until after a module hits our linked list
Luis Chamberlain
1
-12
/
+10
2023-03-24
module: split taint adding with info checking
Luis Chamberlain
1
-22
/
+40
2023-03-24
module: split taint work out of check_modinfo_livepatch()
Luis Chamberlain
1
-5
/
+6
2023-03-24
module: rename set_license() to module_license_taint_check()
Luis Chamberlain
1
-3
/
+2
2023-03-24
module: move check_modinfo() early to early_mod_check()
Luis Chamberlain
1
-4
/
+4
2023-03-24
module: move early sanity checks into a helper
Luis Chamberlain
1
-17
/
+26
2023-03-24
module: add a for_each_modinfo_entry()
Luis Chamberlain
2
-4
/
+4
2023-03-24
module: rename next_string() to module_next_tag_pair()
Luis Chamberlain
2
-3
/
+5
2023-03-24
module: move get_modinfo() helpers all above
Luis Chamberlain
1
-52
/
+48
2023-03-22
module/decompress: Never use kunmap() for local un-mappings
Fabio M. De Francesco
1
-1
/
+1
2023-03-19
kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...
Zhen Lei
1
-3
/
+2
2023-03-17
kallsyms, bpf: Move find_kallsyms_symbol_value out of internal header
Viktor Malik
1
-6
/
+0
2023-03-15
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
2
-24
/
+8
2023-03-09
module: Remove the unused function within
Jiapeng Chong
1
-5
/
+0
2023-03-09
module: replace module_layout with module_memory
Song Liu
7
-350
/
+294
2023-03-09
livepatch: fix ELF typos
Alexey Dobriyan
1
-5
/
+5
2023-02-23
Merge tag 'modules-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+2
2023-01-28
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+12
2023-01-25
module: Use kstrtobool() instead of strtobool()
Christophe JAILLET
1
-1
/
+2
2023-01-24
module: Don't wait for GOING modules
Petr Pavlu
1
-5
/
+21
2023-01-19
livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
Zhen Lei
1
-1
/
+12
2022-12-19
Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-0
/
+10
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-2
/
+0
2022-12-07
module/decompress: Support zstd in-kernel decompression
Stephen Boyd
2
-3
/
+92
2022-12-02
module: add module_elf_check_arch for module-specific checks
Nicholas Piggin
1
-0
/
+10
2022-11-11
module: Fix NULL vs IS_ERR checking for module_get_next_page
Miaoqian Lin
1
-4
/
+4
2022-11-11
module: Remove unused macros module_addr_min/max
Chen Zhongjin
1
-3
/
+0
2022-11-11
module: remove redundant module_sysfs_initialized variable
Rasmus Villemoes
1
-1
/
+1
2022-10-25
kallsyms: Make module_kallsyms_on_each_symbol generally available
Jiri Olsa
1
-2
/
+0
2022-10-10
module: tracking: Keep a record of tainted unloaded modules only
Aaron Tomlin
1
-0
/
+3
2022-10-10
Merge tag 'modules-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-1
/
+69
2022-10-07
Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-11
/
+13
2022-09-26
cfi: Switch to -fsanitize=kcfi
Sami Tolvanen
1
-32
/
+3
2022-09-26
cfi: Remove CONFIG_CFI_CLANG_SHADOW
Sami Tolvanen
1
-15
/
+0
2022-09-12
Merge 6.0-rc5 into driver-core-next
Greg Kroah-Hartman
1
-1
/
+1
2022-09-08
module/decompress: generate sysfs string at compile time
David Disseldorp
1
-1
/
+1
2022-09-08
module: Add debugfs interface to view unloaded tainted modules
Aaron Tomlin
1
-0
/
+68
2022-09-07
kernel/module: add __dyndbg_classes section
Jim Cromie
1
-0
/
+2
2022-09-07
dyndbg: gather __dyndbg[] state into struct _ddebug_info
Jim Cromie
2
-11
/
+11
2022-08-15
module: kunit: Load .kunit_test_suites section when CONFIG_KUNIT=m
David Gow
1
-1
/
+1
2022-08-08
Merge tag 'modules-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-33
/
+356
2022-08-02
Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-0
/
+13
2022-07-20
module: Replace kmap() with kmap_local_page()
Fabio M. De Francesco
1
-4
/
+4
2022-07-14
module: Show the last unloaded module's taint flag(s)
Aaron Tomlin
1
-5
/
+11
2022-07-14
module: Use strscpy() for last_unloaded_module
Aaron Tomlin
1
-1
/
+1
2022-07-14
module: Modify module_flags() to accept show_state argument
Aaron Tomlin
3
-6
/
+9
[prev]
[next]