aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/kernel/module.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-30parisc: module: Mark symindex __maybe_unusedGravatar Helge Deller 1-1/+1
2023-03-09module: replace module_layout with module_memoryGravatar Song Liu 1-34/+17
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-06-01parisc: module: Update references to parisc websiteGravatar Helge Deller 1-2/+2
2019-11-06module/ftrace: handle patchable-function-entryGravatar Mark Rutland 1-3/+7
2019-07-09Merge branch 'parisc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-26/+38
2019-06-08parisc: Fix module loading error with JUMP_LABEL featureGravatar Helge Deller 1-0/+4
2019-06-08parisc: add dynamic ftraceGravatar Sven Schnelle 1-1/+19
2019-06-08parisc: use pr_debug() in kernel/module.cGravatar Sven Schnelle 1-25/+19
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-16/+1
2018-12-10parisc: Split out alternative live patching codeGravatar Helge Deller 1-0/+14
2018-01-09parisc64: Add .opd based function descriptor dereferenceGravatar Sergey Senozhatsky 1-0/+16
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyGravatar Michal Hocko 1-1/+1
2017-03-15parisc: support R_PARISC_SECREL32 relocation in modulesGravatar Mikulas Patocka 1-0/+8
2016-04-08parisc: Handle R_PARISC_PCREL32 relocations in kernel modulesGravatar Helge Deller 1-0/+8
2015-12-04module: use a structure to encapsulate layout.Gravatar Rusty Russell 1-16/+16
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Gravatar Andrey Ryabinin 1-1/+1
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Gravatar Rusty Russell 1-5/+1
2013-11-13mm/arch: use NUMA_NO_NODEGravatar Jianguo Wu 1-1/+1
2012-12-14modules: don't hand 0 to vmalloc.Gravatar Rusty Russell 1-2/+0
2011-07-24modules: make arch's use default loader hooksGravatar Jonas Bonn 1-12/+0
2011-04-15[PARISC] only make executable areas executableGravatar James Bottomley 1-1/+9
2010-10-05modules: Fix module_bug_list list corruption raceGravatar Linus Torvalds 1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-27parisc: correct use of SHF_ALLOCGravatar Julia Lawall 1-1/+1
2009-08-02parisc: Fix GOT overflow during module load on 64bit kernelGravatar John David Anglin 1-5/+45
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Gravatar Rusty Russell 1-2/+0
2009-04-02parisc: move dereference_function_descriptor to process.cGravatar Kyle McMartin 1-14/+0
2009-04-02parisc: Move kernel Elf_Fdesc define to <asm/elf.h>Gravatar Kyle McMartin 1-4/+0
2009-01-05parisc: fix module loading failure of large kernel modulesGravatar Helge Deller 1-81/+135
2008-09-09lib: Correct printk %pF to work on all architecturesGravatar James Bottomley 1-0/+14
2007-02-17[PARISC] use CONFIG_64BIT instead of __LP64__Gravatar Helge Deller 1-8/+8
2007-02-17[PARISC] Generic BUGGravatar Helge Deller 1-1/+3
2006-12-08[TRIVIAL] [PARISC] Fix module.c printk message, add missing ')'Gravatar Helge Deller 1-1/+2
2006-09-29[PATCH] Fix conflict with the is_init identifier on pariscGravatar Eric Biederman 1-16/+16
2006-06-27[PARISC] Fix PCREL22F relocation problem for most modulesGravatar James Bottomley 1-13/+50
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+822