summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.30
Commit message (Collapse)AuthorAgeFilesLines
...
* when using -O2 instead of -Os, get rid of the two optimizations that are ↵nbd2009-09-221-0/+9
| | | | | | causing most of the extra bloat. brings kernel size close to the -Os size again git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17679 3c298f89-4303-0410-b956-a3cf2f4a3e73
* unlzma: fix a race condition and add some optimizations to improve performancenbd2009-09-221-12/+36
| | | | | | also make peek_old_byte errors non-fatal git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17678 3c298f89-4303-0410-b956-a3cf2f4a3e73
* implement write support for partitions covering only a part of an eraseblock ↵nbd2009-09-211-0/+146
| | | | | | (buffer data that would otherwise be erased) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17658 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for the Brain Fuck Scheduler v230 for 2.6.30 (disabled by default)nbd2009-09-191-0/+6411
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17606 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Backport arm ppoll()/pselect6() etc. implementation from linux-next@36984265a3noz2009-09-121-0/+354
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17573 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: wrong image_cmdline patches has been sent by accidentaly, replace themjuhosg2009-09-111-31/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17570 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: get rid of the simple_prom_emulator, it is not really usefuljuhosg2009-09-101-50/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17567 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add generic image_cmdline hack to MIPS targetsjuhosg2009-09-102-6/+65
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17563 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: refresh 2.6.30 patchesjuhosg2009-09-102-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17557 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of dynamic buffer struct allocation during pcomp lzma decompression ↵nbd2009-09-022-23/+93
| | | | | | and instead force the caller to provide the maximum buffer list size git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17475 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] mode cygwin fixes for scripts/mod/file2aliasflorian2009-08-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] 2.6.30: fix lzma compressed intitramfs support, and decrease ↵juhosg2009-08-161-1/+11
| | | | | | dictionary size git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17289 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] 2.6.30: update layer7 patchjuhosg2009-08-162-29/+44
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17284 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] fix for commit r17276hauke2009-08-151-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17280 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] Do not build the mac80211 module in the kernel.hauke2009-08-151-0/+11
| | | | | | | The attributes skb->do_not_encrypt and skb->requeue in include/linux/skbuff.h are not used my mac80211 any more. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17276 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh patcheshauke2009-08-151-20/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17268 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a driver for rtl8306 switchesnbd2009-08-141-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17248 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lib80211] fix buildhauke2009-08-131-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17246 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert some accidentally committed test/debug changes from the module symbol ↵nbd2009-08-091-12/+12
| | | | | | export patch - should fix #5655 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17200 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix the kernel symbol export patch for arm/powerpcnbd2009-08-091-9/+88
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17186 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add an optional config option for stripping all unnecessary symbol exports ↵nbd2009-08-081-0/+117
| | | | | | from the kernel image git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17181 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] make 64-bits MIPS kernel compile again on arch/mips/kernel/module.cflorian2009-08-061-24/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: rename CONFIG_ATHEROS to CONFIG_ATHEROS_AR231Xnbd2009-08-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17145 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] refresh 2.6.30 patchesflorian2009-08-023-10/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17093 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] also use openwrt-specific lzma options in gen_initramfs_list.shflorian2009-08-011-0/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17080 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix patchlars2009-08-011-26/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17079 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ASoC: jack: Fix race in snd_soc_jack_add_gpioslars2009-07-311-0/+43
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17071 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppc4xx optimizationskaloz2009-07-291-0/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17040 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add another lzma pcomp fix by jeff hansen - fixes cleanup at the end of ↵nbd2009-07-281-1/+3
| | | | | | do_lzma processing git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17036 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a >2 year old stack overflow in the mtd rootfs split patch which only ↵nbd2009-07-212-37/+9
| | | | | | | | caused issues on the orion platform on 2.6.30. also merge the squashfs4 fix into the rootfs split patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16944 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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