aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-01parisc: module: Update references to parisc websiteHelge Deller1-2/+2
2019-11-06module/ftrace: handle patchable-function-entryMark Rutland1-3/+7
2019-07-09Merge branch 'parisc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-26/+38
2019-06-08parisc: Fix module loading error with JUMP_LABEL featureHelge Deller1-0/+4
2019-06-08parisc: add dynamic ftraceSven Schnelle1-1/+19
2019-06-08parisc: use pr_debug() in kernel/module.cSven Schnelle1-25/+19
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2018-12-10parisc: Split out alternative live patching codeHelge Deller1-0/+14
2018-01-09parisc64: Add .opd based function descriptor dereferenceSergey Senozhatsky1-0/+16
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-1/+1
2017-03-15parisc: support R_PARISC_SECREL32 relocation in modulesMikulas Patocka1-0/+8
2016-04-08parisc: Handle R_PARISC_PCREL32 relocations in kernel modulesHelge Deller1-0/+8
2015-12-04module: use a structure to encapsulate layout.Rusty Russell1-16/+16
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin1-1/+1
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell1-5/+1
2013-11-13mm/arch: use NUMA_NO_NODEJianguo Wu1-1/+1
2012-12-14modules: don't hand 0 to vmalloc.Rusty Russell1-2/+0
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-12/+0
2011-04-15[PARISC] only make executable areas executableJames Bottomley1-1/+9
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-27parisc: correct use of SHF_ALLOCJulia Lawall1-1/+1
2009-08-02parisc: Fix GOT overflow during module load on 64bit kernelJohn David Anglin1-5/+45
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell1-2/+0
2009-04-02parisc: move dereference_function_descriptor to process.cKyle McMartin1-14/+0
2009-04-02parisc: Move kernel Elf_Fdesc define to <asm/elf.h>Kyle McMartin1-4/+0
2009-01-05parisc: fix module loading failure of large kernel modulesHelge Deller1-81/+135
2008-09-09lib: Correct printk %pF to work on all architecturesJames Bottomley1-0/+14
2007-02-17[PARISC] use CONFIG_64BIT instead of __LP64__Helge Deller1-8/+8
2007-02-17[PARISC] Generic BUGHelge Deller1-1/+3
2006-12-08[TRIVIAL] [PARISC] Fix module.c printk message, add missing ')'Helge Deller1-1/+2
2006-09-29[PATCH] Fix conflict with the is_init identifier on pariscEric Biederman1-16/+16
2006-06-27[PARISC] Fix PCREL22F relocation problem for most modulesJames Bottomley1-13/+50
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+822