aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.30
Commit message (Collapse)AuthorAgeFilesLines
* get rid of dynamic buffer struct allocation during pcomp lzma decompression ↵Felix Fietkau2009-09-022-23/+93
| | | | | | and instead force the caller to provide the maximum buffer list size SVN-Revision: 17475
* mode cygwin fixes for scripts/mod/file2aliasFlorian Fainelli2009-08-271-1/+1
| | | | SVN-Revision: 17420
* 2.6.30: fix lzma compressed intitramfs support, and decrease dictionary sizeGabor Juhos2009-08-161-1/+11
| | | | SVN-Revision: 17289
* 2.6.30: update layer7 patchGabor Juhos2009-08-162-29/+44
| | | | SVN-Revision: 17284
* fix for commit r17276Hauke Mehrtens2009-08-151-0/+11
| | | | SVN-Revision: 17280
* Do not build the mac80211 module in the kernel. The attributes ↵Hauke Mehrtens2009-08-151-0/+11
| | | | | | skb->do_not_encrypt and skb->requeue in include/linux/skbuff.h are not used my mac80211 any more. SVN-Revision: 17276
* refresh patchesHauke Mehrtens2009-08-151-20/+14
| | | | SVN-Revision: 17268
* add a driver for rtl8306 switchesFelix Fietkau2009-08-141-0/+23
| | | | SVN-Revision: 17248
* fix buildHauke Mehrtens2009-08-131-0/+19
| | | | SVN-Revision: 17246
* revert some accidentally committed test/debug changes from the module symbol ↵Felix Fietkau2009-08-091-12/+12
| | | | | | export patch - should fix #5655 SVN-Revision: 17200
* fix the kernel symbol export patch for arm/powerpcFelix Fietkau2009-08-091-9/+88
| | | | SVN-Revision: 17186
* add an optional config option for stripping all unnecessary symbol exports ↵Felix Fietkau2009-08-081-0/+117
| | | | | | from the kernel image SVN-Revision: 17181
* make 64-bits MIPS kernel compile again on arch/mips/kernel/module.cFlorian Fainelli2009-08-061-24/+36
| | | | SVN-Revision: 17147
* atheros: rename CONFIG_ATHEROS to CONFIG_ATHEROS_AR231XFelix Fietkau2009-08-061-1/+1
| | | | SVN-Revision: 17145
* refresh 2.6.30 patchesFlorian Fainelli2009-08-023-10/+8
| | | | SVN-Revision: 17093
* also use openwrt-specific lzma options in gen_initramfs_list.shFlorian Fainelli2009-08-011-0/+33
| | | | SVN-Revision: 17080
* fix patchLars-Peter Clausen2009-08-011-26/+18
| | | | SVN-Revision: 17079
* ASoC: jack: Fix race in snd_soc_jack_add_gpiosLars-Peter Clausen2009-07-311-0/+43
| | | | SVN-Revision: 17071
* ppc4xx optimizationsImre Kaloz2009-07-291-0/+30
| | | | SVN-Revision: 17040
* add another lzma pcomp fix by jeff hansen - fixes cleanup at the end of ↵Felix Fietkau2009-07-281-1/+3
| | | | | | do_lzma processing SVN-Revision: 17036
* fix a >2 year old stack overflow in the mtd rootfs split patch which only ↵Felix Fietkau2009-07-212-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 Fietkau2009-07-212-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 patchesGabor Juhos2009-07-203-4/+2
| | | | SVN-Revision: 16934
* mips: fix another bug in the module relocation change: the wrong base ↵Felix Fietkau2009-07-181-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 Fietkau2009-07-181-1/+3
| | | | | | config (#5553) SVN-Revision: 16903
* fix lock-up issues in lzma pcomp support in 2.6.30 (used in squashfs). ↵Felix Fietkau2009-07-181-23/+34
| | | | | | thanks to jeff hansen for the patch SVN-Revision: 16886
* kernel: fix a relative addressing bug in the mips module relocation code changeFelix Fietkau2009-07-131-12/+16
| | | | SVN-Revision: 16831
* MIPS: fix loading of modules with unresolved weak symbolsGabor Juhos2009-07-131-0/+42
| | | | SVN-Revision: 16823
* sched: allow user space to create pfifo_fast qdiscs on virtual interfaces, ↵Felix Fietkau2009-07-121-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 driverGabor Juhos2009-07-111-0/+11
| | | | SVN-Revision: 16787
* seems like the pages that mentioned mips 4k cores not having prefetch were ↵Felix Fietkau2009-07-111-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 Fietkau2009-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 SVN-Revision: 16772
* mips: do not use the prefetch instruction on R4K (MIPS32_R1), the ISA does ↵Felix Fietkau2009-07-111-0/+10
| | | | | | not implement it SVN-Revision: 16771
* update targets to 2.6.30.1, update patchesFlorian Fainelli2009-07-052-16/+6
| | | | SVN-Revision: 16697
* Add ioctls to glamo framebuffer driver to enable/disable glamo engines.Lars-Peter Clausen2009-07-051-0/+23
| | | | SVN-Revision: 16686
* pppoe: add extra padding for the header (useful for drivers that need headroom)Felix Fietkau2009-06-291-0/+20
| | | | SVN-Revision: 16628
* turn off the Algorithmics FPU emulator by default now that we have software ↵Florian Fainelli2009-06-281-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 moduleFelix Fietkau2009-06-141-0/+10
| | | | SVN-Revision: 16464
* add missing function declaration for extra vm exportsFelix Fietkau2009-06-141-0/+10
| | | | SVN-Revision: 16456
* refresh patchesHauke Mehrtens2009-06-143-7/+2
| | | | SVN-Revision: 16444
* refresh generic patchesFlorian Fainelli2009-06-111-1/+1
| | | | SVN-Revision: 16420
* Cleaned up whitespace in patch 024-mips_delay.patchHamish Guthrie2009-06-101-6/+6
| | | | SVN-Revision: 16404
* Remove deprecated 023-mips_delay_gcc4.4.0.patch and add new delay fix for MIPSHamish Guthrie2009-06-102-152/+32
| | | | SVN-Revision: 16397
* generic-2.6/2.6.30: more mini_fo fixesGabor Juhos2009-06-051-3/+38
| | | | SVN-Revision: 16346
* upgrade to 2.6.30-rc8Imre Kaloz2009-06-037-163/+9
| | | | SVN-Revision: 16307
* add ip175c switch driver patch to 2.6.30Felix Fietkau2009-06-011-0/+23
| | | | SVN-Revision: 16287
* ocf: fix uninitialized variable access (thx, Dakon)Felix Fietkau2009-06-011-1/+1
| | | | SVN-Revision: 16285
* temporary, hackish, etc, etc.. lzma support for the arm zImage loaderImre Kaloz2009-06-011-0/+911
| | | | SVN-Revision: 16284
* use the openwrt lzma options for nowImre Kaloz2009-06-011-0/+8
| | | | SVN-Revision: 16281
* fix mv643xx_eth dma maskImre Kaloz2009-06-011-0/+112
| | | | SVN-Revision: 16247