1 Commits (3cb38368e2fe45babcf8f2145145a577b1b355c3)

Author SHA1 Message Date
Hauke Mehrtens b3f95490b9 kernel: generic: Add kernel 4.14 support 7 years ago
Stijn Tintel 2d02a4f5bd kernel: update 4.9 to 4.9.44 7 years ago
John Crispin 74d00a8c38 kernel: split patches folder up into backport, pending and hack folders 7 years ago
Felix Fietkau 1e1a0592f8 kernel: fix crashes on MIPS when loading kernel modules under memory pressure 8 years ago
Felix Fietkau f791fb4af4 kernel: add linux 4.9 support 8 years ago
Jonas Gorski 621677154f kernel: add linux 4.4 support 9 years ago
John Crispin 8f0e96ee11 mips: Free memory when load_module fails (#14453) 9 years ago
Jonas Gorski a0c49ef46f generic: add linux 4.1 support 9 years ago
Felix Fietkau 1a797043e5 kernel: revert section sorting change from r41951 9 years ago
Felix Fietkau 9386d8eb98 kernel: revert a broken chunk in the mips module reloc patch fix 10 years ago
Felix Fietkau 978830466a kernel: fix the mips module relocation patch for 3.19+ 10 years ago
Imre Kaloz f76a752c57 generic/4.0: refresh patches 10 years ago
Rafał Miłecki 1c063070cf generic: early (incomplete!) 4.0 support 10 years ago
Felix Fietkau fe295cd178 kernel: when using --gc-sections, add --sort-section=name to get a more stable sorting order 10 years ago
Imre Kaloz 6bd1a37001 add initial 3.13 support 11 years ago
Imre Kaloz e72c7e17a4 preliminary 3.12 support 11 years ago
Gabor Juhos 043edd8074 kernel: update 3.10 to 3.10.9 11 years ago
John Crispin db083a41cf generic: make the module reloc pacth work on mips64 11 years ago
Jonas Gorski c0435a971e kernel: generic: add 3.10-rc1 support 11 years ago
Florian Fainelli b2e63b8ea8 kernel: add support for 3.9-rc2 12 years ago
Felix Fietkau f0d7ba33ef kernel: use -ffunction-sections, -fdata-sections and --gc-sections on ARM to reduce kernel image size, disable those flags when tracing on MIPS to fix compile errors 12 years ago
Felix Fietkau 8933b918cd kernel: use -ffunction-sections, -fdata-sections and --gc-sections on mips 12 years ago
Felix Fietkau b3b04e9fb1 kernel: port 203-kallsyms_uncompressed.patch and 305-mips_module_reloc.patch to 3.8 12 years ago
Felix Fietkau 5d55cece6e kernel: add back the mips module relocation patch 12 years ago
Felix Fietkau 41a039f464 mips: use -mno-branch-likely for kernel and userspace, saves ~11k kernel size after lzma and ~12k squashfs size in the default configuration 12 years ago
Florian Fainelli 7e856e5a97 make all 3.6 patches apply and build 12 years ago
Imre Kaloz 949b46d13d linux 3.6 support (work in progress) 12 years ago
Jonas Gorski eca9950f63 kernel: add preliminary support for linux 3.3 13 years ago
Jonas Gorski 1bc0abb058 kernel: add support for linux 3.2.1 13 years ago
Jonas Gorski cf2070bd5b linux: generic: add support for 3.1-rc1 13 years ago
Felix Fietkau 71d8c66250 kernel: reorganize 2.6.38 patches, clean up block2mtd patches 14 years ago
Imre Kaloz c700e57cc7 preliminary 2.6.38 support 14 years ago
Alexandros C. Couloumbis a2d17ea8cf target/linux: add preliminary 2.6.37 kernel support 14 years ago
Alexandros C. Couloumbis 206e5f313e linux/generic: add kernel 2.6.36 preliminary support 14 years ago
Felix Fietkau da1bb88a2b rename target/linux/generic-2.6 to generic 14 years ago
Felix Fietkau 6859128d3a kernel: fix plt fixup related crashes when loading kernel modules on mips, (happened when there was not enough physically contiguous memory available) 15 years ago
Mirko Vogt 6e2a58ac3b add generic patchset levelled up to 2.6.31-rc6 15 years ago
Hauke Mehrtens e59c6a8af2 refresh patches 15 years ago
Florian Fainelli fd666e7c7e make 64-bits MIPS kernel compile again on arch/mips/kernel/module.c 15 years ago
Felix Fietkau 1685ce5f3d mips: fix another bug in the module relocation change: the wrong base address for 24 bit jump -> long jump fixup table was used 15 years ago
Felix Fietkau df119d5c19 kernel: fix a relative addressing bug in the mips module relocation code change 15 years ago
Felix Fietkau 3b3d64743b mips: replace -mlong-calls with -mno-long-calls to make function calls 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 15 years ago