110 Commits (b12d752a63e94e1072f9434edbae8cdc1ad8860e)

Author SHA1 Message Date
Imre Kaloz c461ddf9a6 ppc4xx optimizations 15 years ago
Felix Fietkau 57eaa31a12 add another lzma pcomp fix by jeff hansen - fixes cleanup at the end of do_lzma processing 15 years ago
Felix Fietkau dffad9690f fix a >2 year old stack overflow in the mtd rootfs split patch which only caused issues on the orion platform on 2.6.30. also merge the squashfs4 fix into the rootfs split patch 15 years ago
Felix Fietkau 925c5951c6 add a new arm lzma kernel decompressor based on rewritten (and much more readable) unlzma code. backport to 2.6.28 as well. tested on ixp4xx and orion 15 years ago
Gabor Juhos c7fdb609e4 2.6.{28,30}: refresh patches 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 cf2c544844 sched: fix compile errors with CONFIG_NET_SCHED deactivated in the kernel config (#5553) 15 years ago
Felix Fietkau af6076273a fix lock-up issues in lzma pcomp support in 2.6.30 (used in squashfs). thanks to jeff hansen for the patch 15 years ago
Felix Fietkau df119d5c19 kernel: fix a relative addressing bug in the mips module relocation code change 16 years ago
Gabor Juhos 091e028239 MIPS: fix loading of modules with unresolved weak symbols 16 years ago
Felix Fietkau d680184c26 sched: allow user space to create pfifo_fast qdiscs on virtual interfaces, allow pfifo_fast qdiscs to have filters and filter actions - useful for controlling packet classification into wme classes 16 years ago
Gabor Juhos eb990941a1 use subsys_initcall in the i2c-gpio driver 16 years ago
Felix Fietkau c2216626e1 seems like the pages that mentioned mips 4k cores not having prefetch were wrong. back out that patch. thx, juhosg 16 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 16 years ago
Felix Fietkau 877015bee9 mips: do not use the prefetch instruction on R4K (MIPS32_R1), the ISA does not implement it 16 years ago
Florian Fainelli f74d16548d update targets to 2.6.30.1, update patches 16 years ago
Lars-Peter Clausen d131752f0d Add ioctls to glamo framebuffer driver to enable/disable glamo engines. 16 years ago
Felix Fietkau 6517a757ec pppoe: add extra padding for the header (useful for drivers that need headroom) 16 years ago
Florian Fainelli b09970a3d8 turn off the Algorithmics FPU emulator by default now that we have software floating point enabled in the toolchain, please recompile your toolchains and kernels 16 years ago
Felix Fietkau fc4fe83574 2.6.30: add another export for the binder module 16 years ago
Felix Fietkau 4bc008142c add missing function declaration for extra vm exports 16 years ago
Hauke Mehrtens 567b6d1a27 refresh patches 16 years ago
Florian Fainelli 160bf827f2 refresh generic patches 16 years ago
Hamish Guthrie c9eb4469e0 Cleaned up whitespace in patch 024-mips_delay.patch 16 years ago
Hamish Guthrie 1ad8e6fdce Remove deprecated 023-mips_delay_gcc4.4.0.patch and add new delay fix for MIPS 16 years ago
Gabor Juhos 4af9570756 generic-2.6/2.6.30: more mini_fo fixes 16 years ago
Imre Kaloz 6b2a7b73ca upgrade to 2.6.30-rc8 16 years ago
Felix Fietkau 616c3841c6 add ip175c switch driver patch to 2.6.30 16 years ago
Felix Fietkau db5c4304f5 ocf: fix uninitialized variable access (thx, Dakon) 16 years ago
Imre Kaloz 8aa2f586f4 temporary, hackish, etc, etc.. lzma support for the arm zImage loader 16 years ago
Imre Kaloz 548de949f3 use the openwrt lzma options for now 16 years ago
Imre Kaloz b834f1f24b fix mv643xx_eth dma mask 16 years ago
Imre Kaloz 09a6262b3c fix VFP handling on feroceon cores 16 years ago
Florian Fainelli 9a022a7330 refresh 2.6.30 patches 16 years ago
Florian Fainelli ba0f541d0d mips: fix gcc 4.4.0 build failure on delay.h (#5116) 16 years ago
Imre Kaloz 04bca7b528 update to 2.6.30-rc7 16 years ago
Felix Fietkau 5c96996a7d fix typo in squashfs-lzma patch (thx, hauke) 16 years ago
Gabor Juhos dcf5adb14c generic-2.6/2.6.30: mini_fo fixes 16 years ago
Gabor Juhos 40ea70606a generic-2.6: move PCI quirk patch from the adm5120 target into the generic patches 16 years ago
Gabor Juhos a51ef0ecf8 generic-2.6/2.6.30: refresh patches 16 years ago
Gabor Juhos c28af661ee generic-2.6/2.6.30: nuke unnecessary patch 16 years ago
Felix Fietkau f0fe3392d1 2.6.30: add lzma support to squashfs through pcomp 16 years ago
Gabor Juhos 09e1f83634 generic-2.6/2.6.30: gets rid of the length limitation on the name in the mips_machine stuff 16 years ago
Imre Kaloz 9db4496e78 upgrade to 2.6.30-rc6, refresh patches 16 years ago
Gabor Juhos e468c05d40 generic/2.6.{29,30}: fix rootfs_split with squashfs4 16 years ago
Felix Fietkau 8295ad3444 fix a compile error in the netfilter match speedup patch for 2.6.30 16 years ago
Imre Kaloz a9c958c2de make kernels use /etc/preinit by default 16 years ago
Florian Fainelli 9ae2de2bd5 also workaround gcc4.1 bug with binfmt_elf for 2.6.30 16 years ago
Felix Fietkau 251a81b192 reduce the total cpu usage of ipt_do_table under high network load from 3.1% down to 1.6% (tested with oprofile) 16 years ago
Hauke Mehrtens 0e1d1a6f56 Compile fix. Port r15775 to kernel 2.6.30. 16 years ago