summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-04-13dma-mapping: benchmark: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-03-24module: already_uses() - reduce pr_debug output volumeJim Cromie1-3/+1
2023-03-24module: add section-size to move_module pr_debugJim Cromie1-2/+2
2023-03-24module: add symbol-name to pr_debug Absolute symbolJim Cromie1-2/+2
2023-03-24module: in layout_sections, move_module: add the modnameJim Cromie1-3/+3
2023-03-24module: fold usermode helper kmod into modules directoryLuis Chamberlain3-2/+3
2023-03-24module: merge remnants of setup_load_info() to elf validationLuis Chamberlain1-33/+27
2023-03-24module: move more elf validity checks to elf_validity_check()Luis Chamberlain1-35/+44
2023-03-24module: add stop-grap sanity check on module memcpy()Luis Chamberlain1-4/+22
2023-03-24module: add sanity check for ELF module sectionLuis Chamberlain1-9/+53
2023-03-24module: rename check_module_license_and_versions() to check_export_symbol_ver...Luis Chamberlain1-2/+2
2023-03-24module: converge taint work togetherLuis Chamberlain1-28/+24
2023-03-24module: move signature taint to module_augment_kernel_taints()Luis Chamberlain1-9/+9
2023-03-24module: move tainting until after a module hits our linked listLuis Chamberlain1-12/+10
2023-03-24module: split taint adding with info checkingLuis Chamberlain1-22/+40
2023-03-24module: split taint work out of check_modinfo_livepatch()Luis Chamberlain1-5/+6
2023-03-24module: rename set_license() to module_license_taint_check()Luis Chamberlain1-3/+2
2023-03-24module: move check_modinfo() early to early_mod_check()Luis Chamberlain1-4/+4
2023-03-24module: move early sanity checks into a helperLuis Chamberlain1-17/+26
2023-03-24module: add a for_each_modinfo_entry()Luis Chamberlain2-4/+4
2023-03-24module: rename next_string() to module_next_tag_pair()Luis Chamberlain2-3/+5
2023-03-24module: move get_modinfo() helpers all aboveLuis Chamberlain1-52/+48
2023-03-23module/decompress: Never use kunmap() for local un-mappingsFabio M. De Francesco1-1/+1
2023-03-19kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...Zhen Lei5-13/+9
2023-03-09dyndbg: use the module notifier callbacksJason Baron2-24/+8
2023-03-09module: make module_ktype structure constantThomas Weißschuh1-1/+1
2023-03-09module: Remove the unused function withinJiapeng Chong1-5/+0
2023-03-09module: replace module_layout with module_memorySong Liu7-350/+294
2023-03-05Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-13/+39
2023-03-05Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Linus Torvalds1-18/+26
2023-03-04umh: simplify the capability pointer logicLinus Torvalds1-13/+5
2023-03-03Merge tag 'pm-6.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-1/+1
2023-03-03Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds1-5/+1
2023-03-03panic: fix the panic_print NMI backtrace settingGuilherme G. Piccoli1-18/+26
2023-03-02genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedThomas Gleixner1-1/+22
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds3-87/+64
2023-02-27Merge tag 'dma-mapping-6.3-2022-02-27' of git://git.infradead.org/users/hch/d...Linus Torvalds1-9/+2
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-1/+1
2023-02-26Merge tag 'probes-v6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds8-185/+96
2023-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds1-1/+1
2023-02-25Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-14/+0
2023-02-25Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-39/+27
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-4/+10
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2023-02-24genirq/msi: Drop dead domain name assignmentJohan Hovold1-4/+1
2023-02-24Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds6-7/+111
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds12-32/+126
2023-02-24kernel/trace: extract common part in process_fetch_insnSong Chen4-37/+34
2023-02-24kernel/trace: Provide default impelentations defined in trace_probe_tmpl.hSong Chen4-116/+29
2023-02-24kernel/trace: Introduce trace_probe_print_args and use it in *probesSong Chen6-32/+33