summaryrefslogtreecommitdiffstats
path: root/lib/gen_crc64table.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-13crypto: remove MODULE_LICENSE in non-modulesNick Alcock2-2/+0
2023-04-13clocksource: remove MODULE_LICENSE in non-modulesNick Alcock5-5/+0
2023-04-13clocksource/drivers/timer-tegra186: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13clocksource: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13MIPS: BCM47XX: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13pinctrl: bcm: ns: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13KEYS: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13video: fbdev: remove MODULE_LICENSE in non-modulesNick Alcock2-2/+0
2023-04-13power: reset: keystone-reset: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13EDAC, altera: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13bus: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13bus: qcom: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13pinctrl: nuvoton: npcm7xx: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13bus: ixp4xx: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13clk: bm1880: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13soc: apple: apple-pmgr-pwrstate: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13pinctrl: actions: remove MODULE_LICENSE in non-modulesNick Alcock3-3/+0
2023-04-13ARM: tegra: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13drivers/perf: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13bus: arm-integrator-lm: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13irqchip/al-fic: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13mfd: altera-sysmgr: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13soc: fujitsu: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-03-24Documentation: core-api: update kernel-doc reference to kmod.cBagas Sanjaya2-2/+2
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 Chamberlain4-12/+6
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 Lei7-21/+14
2023-03-19dyndbg: cleanup dynamic usage in ib_srp.cJason Baron3-27/+40
2023-03-10kernel/module: add documentation for try_module_get()Luis Chamberlain1-2/+38
2023-03-10ARM: dyndbg: allow including dyndbg.h in decompressorArnd Bergmann1-0/+1