summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.30
Commit message (Collapse)AuthorAgeFilesLines
...
* add a new arm lzma kernel decompressor based on rewritten (and much more ↵nbd2009-07-212-843/+642
| | | | | | readable) unlzma code. backport to 2.6.28 as well. tested on ixp4xx and orion git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16939 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] 2.6.{28,30}: refresh patchesjuhosg2009-07-203-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16934 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mips: fix another bug in the module relocation change: the wrong base ↵nbd2009-07-181-12/+9
| | | | | | address for 24 bit jump -> long jump fixup table was used git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16904 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sched: fix compile errors with CONFIG_NET_SCHED deactivated in the kernel ↵nbd2009-07-181-1/+3
| | | | | | config (#5553) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16903 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix lock-up issues in lzma pcomp support in 2.6.30 (used in squashfs). ↵nbd2009-07-181-23/+34
| | | | | | thanks to jeff hansen for the patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16886 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix a relative addressing bug in the mips module relocation code changenbd2009-07-131-12/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16831 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] MIPS: fix loading of modules with unresolved weak symbolsjuhosg2009-07-131-0/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16823 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sched: allow user space to create pfifo_fast qdiscs on virtual interfaces, ↵nbd2009-07-121-0/+142
| | | | | | allow pfifo_fast qdiscs to have filters and filter actions - useful for controlling packet classification into wme classes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16791 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] use subsys_initcall in the i2c-gpio driverjuhosg2009-07-111-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16787 3c298f89-4303-0410-b956-a3cf2f4a3e73
* seems like the pages that mentioned mips 4k cores not having prefetch were ↵nbd2009-07-111-10/+0
| | | | | | wrong. back out that patch. thx, juhosg git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16775 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mips: replace -mlong-calls with -mno-long-calls to make function calls ↵nbd2009-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16772 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mips: do not use the prefetch instruction on R4K (MIPS32_R1), the ISA does ↵nbd2009-07-111-0/+10
| | | | | | not implement it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16771 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update targets to 2.6.30.1, update patchesflorian2009-07-052-16/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16697 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [s3c24xx] Add ioctls to glamo framebuffer driver to enable/disable glamolars2009-07-051-0/+23
| | | | | | | engines. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16686 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pppoe: add extra padding for the header (useful for drivers that need headroom)nbd2009-06-291-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16628 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] turn off the Algorithmics FPU emulator by default now that we have ↵florian2009-06-281-0/+163
| | | | | | software floating point enabled in the toolchain, please recompile your toolchains and kernels git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 2.6.30: add another export for the binder modulenbd2009-06-141-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing function declaration for extra vm exportsnbd2009-06-141-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16456 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] refresh patcheshauke2009-06-143-7/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16444 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] refresh generic patchesflorian2009-06-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Cleaned up whitespace in patch 024-mips_delay.patchhcg2009-06-101-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16404 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove deprecated 023-mips_delay_gcc4.4.0.patch and add new delay fix for MIPShcg2009-06-102-152/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16397 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic-2.6/2.6.30: more mini_fo fixesjuhosg2009-06-051-3/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16346 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to 2.6.30-rc8kaloz2009-06-037-163/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16307 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add ip175c switch driver patch to 2.6.30nbd2009-06-011-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16287 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ocf: fix uninitialized variable access (thx, Dakon)nbd2009-06-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16285 3c298f89-4303-0410-b956-a3cf2f4a3e73
* temporary, hackish, etc, etc.. lzma support for the arm zImage loaderkaloz2009-06-011-0/+911
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16284 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use the openwrt lzma options for nowkaloz2009-06-011-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16281 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix mv643xx_eth dma maskkaloz2009-06-011-0/+112
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16247 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix VFP handling on feroceon coreskaloz2009-06-011-0/+70
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16246 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] refresh 2.6.30 patchesflorian2009-06-012-16/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16241 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] mips: fix gcc 4.4.0 build failure on delay.h (#5116)florian2009-05-301-0/+163
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16209 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update to 2.6.30-rc7kaloz2009-05-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16048 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typo in squashfs-lzma patch (thx, hauke)nbd2009-05-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16028 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic-2.6/2.6.30: mini_fo fixesjuhosg2009-05-221-0/+122
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15991 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic-2.6: move PCI quirk patch from the adm5120 target into the ↵juhosg2009-05-221-0/+43
| | | | | | generic patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15985 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic-2.6/2.6.30: refresh patchesjuhosg2009-05-224-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15981 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic-2.6/2.6.30: nuke unnecessary patchjuhosg2009-05-221-11/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15978 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 2.6.30: add lzma support to squashfs through pcompnbd2009-05-204-0/+1549
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15934 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic-2.6/2.6.30: gets rid of the length limitation on the name ↵juhosg2009-05-201-13/+24
| | | | | | in the mips_machine stuff git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15930 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to 2.6.30-rc6, refresh patcheskaloz2009-05-185-178/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15912 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic/2.6.{29,30}: fix rootfs_split with squashfs4juhosg2009-05-151-0/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15867 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a compile error in the netfilter match speedup patch for 2.6.30nbd2009-05-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make kernels use /etc/preinit by defaultkaloz2009-05-141-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15840 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] also workaround gcc4.1 bug with binfmt_elf for 2.6.30florian2009-05-131-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15825 3c298f89-4303-0410-b956-a3cf2f4a3e73
* reduce the total cpu usage of ipt_do_table under high network load from 3.1% ↵nbd2009-05-131-0/+44
| | | | | | down to 1.6% (tested with oprofile) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15822 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] Compile fix.hauke2009-05-122-24/+22
| | | | | | | Port r15775 to kernel 2.6.30. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15803 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add linux-mips div64 rewrite to work with gcc-4.4.0 (#5023)florian2009-05-121-0/+173
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15797 3c298f89-4303-0410-b956-a3cf2f4a3e73
* improve the skb padding performance change to avoid unnecessary ↵nbd2009-05-101-4/+44
| | | | | | reallocations in the routing code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15761 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic-2.6/2.6.30: resync patches for 2.6.30-rc5juhosg2009-05-097-42/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15736 3c298f89-4303-0410-b956-a3cf2f4a3e73