Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add an optional config option for stripping all unnecessary symbol exports ↵ | Felix Fietkau | 2009-08-08 | 1 | -0/+117 | |
| | | | | | | from the kernel image SVN-Revision: 17181 | |||||
* | make 64-bits MIPS kernel compile again on arch/mips/kernel/module.c | Florian Fainelli | 2009-08-06 | 1 | -24/+36 | |
| | | | | SVN-Revision: 17147 | |||||
* | atheros: rename CONFIG_ATHEROS to CONFIG_ATHEROS_AR231X | Felix Fietkau | 2009-08-06 | 1 | -1/+1 | |
| | | | | SVN-Revision: 17145 | |||||
* | refresh 2.6.30 patches | Florian Fainelli | 2009-08-02 | 3 | -10/+8 | |
| | | | | SVN-Revision: 17093 | |||||
* | also use openwrt-specific lzma options in gen_initramfs_list.sh | Florian Fainelli | 2009-08-01 | 1 | -0/+33 | |
| | | | | SVN-Revision: 17080 | |||||
* | fix patch | Lars-Peter Clausen | 2009-08-01 | 1 | -26/+18 | |
| | | | | SVN-Revision: 17079 | |||||
* | ASoC: jack: Fix race in snd_soc_jack_add_gpios | Lars-Peter Clausen | 2009-07-31 | 1 | -0/+43 | |
| | | | | SVN-Revision: 17071 | |||||
* | ppc4xx optimizations | Imre Kaloz | 2009-07-29 | 1 | -0/+30 | |
| | | | | SVN-Revision: 17040 | |||||
* | add another lzma pcomp fix by jeff hansen - fixes cleanup at the end of ↵ | Felix Fietkau | 2009-07-28 | 1 | -1/+3 | |
| | | | | | | do_lzma processing SVN-Revision: 17036 | |||||
* | fix a >2 year old stack overflow in the mtd rootfs split patch which only ↵ | Felix Fietkau | 2009-07-21 | 2 | -37/+9 | |
| | | | | | | caused issues on the orion platform on 2.6.30. also merge the squashfs4 fix into the rootfs split patch SVN-Revision: 16944 | |||||
* | add a new arm lzma kernel decompressor based on rewritten (and much more ↵ | Felix Fietkau | 2009-07-21 | 2 | -843/+642 | |
| | | | | | | readable) unlzma code. backport to 2.6.28 as well. tested on ixp4xx and orion SVN-Revision: 16939 | |||||
* | 2.6.{28,30}: refresh patches | Gabor Juhos | 2009-07-20 | 3 | -4/+2 | |
| | | | | SVN-Revision: 16934 | |||||
* | 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 | |||||
* | sched: fix compile errors with CONFIG_NET_SCHED deactivated in the kernel ↵ | Felix Fietkau | 2009-07-18 | 1 | -1/+3 | |
| | | | | | | config (#5553) SVN-Revision: 16903 | |||||
* | fix lock-up issues in lzma pcomp support in 2.6.30 (used in squashfs). ↵ | Felix Fietkau | 2009-07-18 | 1 | -23/+34 | |
| | | | | | | thanks to jeff hansen for the patch SVN-Revision: 16886 | |||||
* | 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: fix loading of modules with unresolved weak symbols | Gabor Juhos | 2009-07-13 | 1 | -0/+42 | |
| | | | | SVN-Revision: 16823 | |||||
* | sched: allow user space to create pfifo_fast qdiscs on virtual interfaces, ↵ | Felix Fietkau | 2009-07-12 | 1 | -0/+142 | |
| | | | | | | allow pfifo_fast qdiscs to have filters and filter actions - useful for controlling packet classification into wme classes SVN-Revision: 16791 | |||||
* | use subsys_initcall in the i2c-gpio driver | Gabor Juhos | 2009-07-11 | 1 | -0/+11 | |
| | | | | SVN-Revision: 16787 | |||||
* | seems like the pages that mentioned mips 4k cores not having prefetch were ↵ | Felix Fietkau | 2009-07-11 | 1 | -10/+0 | |
| | | | | | | wrong. back out that patch. thx, juhosg SVN-Revision: 16775 | |||||
* | 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 | |||||
* | mips: do not use the prefetch instruction on R4K (MIPS32_R1), the ISA does ↵ | Felix Fietkau | 2009-07-11 | 1 | -0/+10 | |
| | | | | | | not implement it SVN-Revision: 16771 | |||||
* | update targets to 2.6.30.1, update patches | Florian Fainelli | 2009-07-05 | 2 | -16/+6 | |
| | | | | SVN-Revision: 16697 | |||||
* | Add ioctls to glamo framebuffer driver to enable/disable glamo engines. | Lars-Peter Clausen | 2009-07-05 | 1 | -0/+23 | |
| | | | | SVN-Revision: 16686 | |||||
* | pppoe: add extra padding for the header (useful for drivers that need headroom) | Felix Fietkau | 2009-06-29 | 1 | -0/+20 | |
| | | | | SVN-Revision: 16628 | |||||
* | turn off the Algorithmics FPU emulator by default now that we have software ↵ | Florian Fainelli | 2009-06-28 | 1 | -0/+163 | |
| | | | | | | floating point enabled in the toolchain, please recompile your toolchains and kernels SVN-Revision: 16605 | |||||
* | 2.6.30: add another export for the binder module | Felix Fietkau | 2009-06-14 | 1 | -0/+10 | |
| | | | | SVN-Revision: 16464 | |||||
* | add missing function declaration for extra vm exports | Felix Fietkau | 2009-06-14 | 1 | -0/+10 | |
| | | | | SVN-Revision: 16456 | |||||
* | refresh patches | Hauke Mehrtens | 2009-06-14 | 3 | -7/+2 | |
| | | | | SVN-Revision: 16444 | |||||
* | refresh generic patches | Florian Fainelli | 2009-06-11 | 1 | -1/+1 | |
| | | | | SVN-Revision: 16420 | |||||
* | Cleaned up whitespace in patch 024-mips_delay.patch | Hamish Guthrie | 2009-06-10 | 1 | -6/+6 | |
| | | | | SVN-Revision: 16404 | |||||
* | Remove deprecated 023-mips_delay_gcc4.4.0.patch and add new delay fix for MIPS | Hamish Guthrie | 2009-06-10 | 2 | -152/+32 | |
| | | | | SVN-Revision: 16397 | |||||
* | generic-2.6/2.6.30: more mini_fo fixes | Gabor Juhos | 2009-06-05 | 1 | -3/+38 | |
| | | | | SVN-Revision: 16346 | |||||
* | upgrade to 2.6.30-rc8 | Imre Kaloz | 2009-06-03 | 7 | -163/+9 | |
| | | | | SVN-Revision: 16307 | |||||
* | add ip175c switch driver patch to 2.6.30 | Felix Fietkau | 2009-06-01 | 1 | -0/+23 | |
| | | | | SVN-Revision: 16287 | |||||
* | ocf: fix uninitialized variable access (thx, Dakon) | Felix Fietkau | 2009-06-01 | 1 | -1/+1 | |
| | | | | SVN-Revision: 16285 | |||||
* | temporary, hackish, etc, etc.. lzma support for the arm zImage loader | Imre Kaloz | 2009-06-01 | 1 | -0/+911 | |
| | | | | SVN-Revision: 16284 | |||||
* | use the openwrt lzma options for now | Imre Kaloz | 2009-06-01 | 1 | -0/+8 | |
| | | | | SVN-Revision: 16281 | |||||
* | fix mv643xx_eth dma mask | Imre Kaloz | 2009-06-01 | 1 | -0/+112 | |
| | | | | SVN-Revision: 16247 | |||||
* | fix VFP handling on feroceon cores | Imre Kaloz | 2009-06-01 | 1 | -0/+70 | |
| | | | | SVN-Revision: 16246 | |||||
* | refresh 2.6.30 patches | Florian Fainelli | 2009-06-01 | 2 | -16/+5 | |
| | | | | SVN-Revision: 16241 | |||||
* | mips: fix gcc 4.4.0 build failure on delay.h (#5116) | Florian Fainelli | 2009-05-30 | 1 | -0/+163 | |
| | | | | SVN-Revision: 16209 | |||||
* | update to 2.6.30-rc7 | Imre Kaloz | 2009-05-25 | 1 | -1/+1 | |
| | | | | SVN-Revision: 16048 | |||||
* | fix typo in squashfs-lzma patch (thx, hauke) | Felix Fietkau | 2009-05-24 | 1 | -1/+1 | |
| | | | | SVN-Revision: 16028 | |||||
* | generic-2.6/2.6.30: mini_fo fixes | Gabor Juhos | 2009-05-22 | 1 | -0/+122 | |
| | | | | SVN-Revision: 15991 | |||||
* | generic-2.6: move PCI quirk patch from the adm5120 target into the generic ↵ | Gabor Juhos | 2009-05-22 | 1 | -0/+43 | |
| | | | | | | patches SVN-Revision: 15985 | |||||
* | generic-2.6/2.6.30: refresh patches | Gabor Juhos | 2009-05-22 | 4 | -7/+7 | |
| | | | | SVN-Revision: 15981 | |||||
* | generic-2.6/2.6.30: nuke unnecessary patch | Gabor Juhos | 2009-05-22 | 1 | -11/+0 | |
| | | | | SVN-Revision: 15978 | |||||
* | 2.6.30: add lzma support to squashfs through pcomp | Felix Fietkau | 2009-05-20 | 4 | -0/+1549 | |
| | | | | SVN-Revision: 15934 | |||||
* | generic-2.6/2.6.30: gets rid of the length limitation on the name in the ↵ | Gabor Juhos | 2009-05-20 | 1 | -13/+24 | |
| | | | | | | mips_machine stuff SVN-Revision: 15930 |