summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.30/027-mips_module_reloc.patch
Commit message (Collapse)AuthorAgeFilesLines
* rename target/linux/generic-2.6 to genericFelix Fietkau2010-06-261-369/+0
| | | | SVN-Revision: 21952
* kernel: fix plt fixup related crashes when loading kernel modules on mips, ↵Felix Fietkau2009-12-201-41/+78
| | | | | | (happened when there was not enough physically contiguous memory available) SVN-Revision: 18858
* refresh patchesHauke Mehrtens2009-08-151-20/+14
| | | | SVN-Revision: 17268
* make 64-bits MIPS kernel compile again on arch/mips/kernel/module.cFlorian Fainelli2009-08-061-24/+36
| | | | SVN-Revision: 17147
* mips: fix another bug in the module relocation change: the wrong base ↵Felix Fietkau2009-07-181-12/+9
| | | | | | address for 24 bit jump -> long jump fixup table was used SVN-Revision: 16904
* kernel: fix a relative addressing bug in the mips module relocation code changeFelix Fietkau2009-07-131-12/+16
| | | | SVN-Revision: 16831
* mips: replace -mlong-calls with -mno-long-calls to make function calls ↵Felix Fietkau2009-07-111-0/+325
faster in kernel modules to achieve this, try to load kernel modules to KSEG0 and if that doesn't work, use vmalloc and fix up relocations with a jump table based on code from a kernel patch by MikroTik SVN-Revision: 16772