aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-30ia64: module: fix symbolizer crash on fdescrSergei Trofimovich1-4/+25
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-08-06ia64:unwind: fix double free for mod->arch.init_unw_tablechenzefeng1-2/+6
2018-01-09ia64: Add .opd based function descriptor dereferenceSergey Senozhatsky1-0/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-01ia64: fix module loading for gcc-5.4Sergei Trofimovich1-2/+2
2015-12-04module: use a structure to encapsulate layout.Rusty Russell1-7/+7
2015-06-10ia64: remove paravirt codeLuis R. Rodriguez1-32/+0
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell1-4/+2
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-16/+0
2009-06-17[IA64] Convert ia64 to use int-ll64.hMatthew Wilcox1-5/+9
2009-04-01[IA64] BUG to BUG_ON changesStoyan Gaydarov1-2/+1
2009-03-26ia64/pv_ops/bp/module: support binary patching for kernel module.Isaku Yamahata1-0/+32
2008-09-10[IA64] fix compile failure with non modular buildsJames Bottomley1-21/+0
2008-09-09lib: Correct printk %pF to work on all architecturesJames Bottomley1-0/+12
2008-07-17 [IA64] adding parameter check to module_free()Akiyama, Nobuyuki1-1/+2
2008-03-06[IA64] remove remaining __FUNCTION__ occurrencesHarvey Harrison1-11/+11
2008-01-30modules: fold percpu_modcopy into module.ctravis@sgi.com1-11/+0
2008-01-30percpu: make the asm-generic/percpu.h more "generic"travis@sgi.com1-1/+1
2007-05-11[IA64] spelling fixes: arch/ia64/Simon Arlott1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-06[IA64] for_each_possible_cpu: ia64KAMEZAWA Hiroyuki1-1/+1
2005-10-25[IA64] wider use of for_each_cpu_mask() in arch/ia64hawkes@sgi.com1-3/+3
2005-06-08[IA64] Module gp must point to valid memoryKeith Owens1-4/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+952