Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refresh patches | Hauke Mehrtens | 2009-08-15 | 1 | -20/+14 |
| | | | | SVN-Revision: 17268 | ||||
* | make 64-bits MIPS kernel compile again on arch/mips/kernel/module.c | Florian Fainelli | 2009-08-06 | 1 | -24/+36 |
| | | | | SVN-Revision: 17147 | ||||
* | mips: fix another bug in the module relocation change: the wrong base ↵ | Felix Fietkau | 2009-07-18 | 1 | -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 change | Felix Fietkau | 2009-07-13 | 1 | -12/+16 |
| | | | | SVN-Revision: 16831 | ||||
* | mips: replace -mlong-calls with -mno-long-calls to make function calls ↵ | Felix Fietkau | 2009-07-11 | 1 | -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 |