aboutsummaryrefslogtreecommitdiff
path: root/target/linux/generic-2.6
Commit message (Collapse)AuthorAge
...
* revert the module exports patch on 2.6.28 until it is fixedFelix Fietkau2009-08-08
| | | | SVN-Revision: 17185
* add an optional config option for stripping all unnecessary symbol exports ↵Felix Fietkau2009-08-08
| | | | | | from the kernel image SVN-Revision: 17181
* make 64-bits MIPS kernel compile again on arch/mips/kernel/module.cFlorian Fainelli2009-08-06
| | | | SVN-Revision: 17147
* atheros: rename CONFIG_ATHEROS to CONFIG_ATHEROS_AR231XFelix Fietkau2009-08-06
| | | | SVN-Revision: 17145
* add missing configuration symbol CONFIG_CRYPTO_SALSA20_586 in 2.6.27 configFlorian Fainelli2009-08-05
| | | | SVN-Revision: 17128
* fix mvswitch/ar8216 tx path hooking for 2.6.30Felix Fietkau2009-08-04
| | | | SVN-Revision: 17121
* refresh 2.6.30 patchesFlorian Fainelli2009-08-02
| | | | SVN-Revision: 17093
* also use openwrt-specific lzma options in gen_initramfs_list.shFlorian Fainelli2009-08-01
| | | | SVN-Revision: 17080
* fix patchLars-Peter Clausen2009-08-01
| | | | SVN-Revision: 17079
* ASoC: jack: Fix race in snd_soc_jack_add_gpiosLars-Peter Clausen2009-07-31
| | | | SVN-Revision: 17071
* refresh 2.6.27 patchesFlorian Fainelli2009-07-31
| | | | SVN-Revision: 17061
* move some PPC symbols to the generic configImre Kaloz2009-07-29
| | | | SVN-Revision: 17041
* ppc4xx optimizationsImre Kaloz2009-07-29
| | | | SVN-Revision: 17040
* add another lzma pcomp fix by jeff hansen - fixes cleanup at the end of ↵Felix Fietkau2009-07-28
| | | | | | do_lzma processing SVN-Revision: 17036
* use 2.6.27.7Florian Fainelli2009-07-24
| | | | SVN-Revision: 16968
* add missing 2.6.30 HID configuration symbolsFlorian Fainelli2009-07-23
| | | | SVN-Revision: 16960
* 2.6.{28,30}: add missing config symbolGabor Juhos2009-07-22
| | | | SVN-Revision: 16956
* fix a >2 year old stack overflow in the mtd rootfs split patch which only ↵Felix Fietkau2009-07-21
| | | | | | 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-21
| | | | | | 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-20
| | | | SVN-Revision: 16934
* 2.6.30: add CONFIG_DEFAULT_MMAP_MIN_ADDR symbolGabor Juhos2009-07-20
| | | | SVN-Revision: 16933
* 2.6.30 add missing config symbolGabor Juhos2009-07-19
| | | | SVN-Revision: 16909
* mips: fix another bug in the module relocation change: the wrong base ↵Felix Fietkau2009-07-18
| | | | | | 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-18
| | | | | | config (#5553) SVN-Revision: 16903
* fix lock-up issues in lzma pcomp support in 2.6.30 (used in squashfs). ↵Felix Fietkau2009-07-18
| | | | | | thanks to jeff hansen for the patch SVN-Revision: 16886
* get rid of linux 2.6.29Felix Fietkau2009-07-17
| | | | SVN-Revision: 16883
* add missing CONFIG_FIXED_PHY symbol to 2.6.25Florian Fainelli2009-07-16
| | | | SVN-Revision: 16869
* Cleanup glamo platform_data.Lars-Peter Clausen2009-07-16
| | | | SVN-Revision: 16863
* add SND_HRTIMER to 2.6.30/31 kernel configurations (#5180)Florian Fainelli2009-07-14
| | | | SVN-Revision: 16840
* kernel: fix a relative addressing bug in the mips module relocation code changeFelix Fietkau2009-07-13
| | | | SVN-Revision: 16831
* MIPS: fix loading of modules with unresolved weak symbolsGabor Juhos2009-07-13
| | | | SVN-Revision: 16823
* glamo: get rid of static driver handle.Lars-Peter Clausen2009-07-12
| | | | SVN-Revision: 16821
* glamo: Use mfd_cell for child resource handling instead of some ugly custom ↵Lars-Peter Clausen2009-07-12
| | | | | | code. SVN-Revision: 16816
* sched: allow user space to create pfifo_fast qdiscs on virtual interfaces, ↵Felix Fietkau2009-07-12
| | | | | | allow pfifo_fast qdiscs to have filters and filter actions - useful for controlling packet classification into wme classes SVN-Revision: 16791
* kernel: clean up scheduler default config and kmod-sched kconfig symbols, ↵Felix Fietkau2009-07-12
| | | | | | enable skbedit by default SVN-Revision: 16789
* use subsys_initcall in the i2c-gpio driverGabor Juhos2009-07-11
| | | | SVN-Revision: 16787
* seems like the pages that mentioned mips 4k cores not having prefetch were ↵Felix Fietkau2009-07-11
| | | | | | 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-11
| | | | | | 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-11
| | | | | | not implement it SVN-Revision: 16771
* ar8216: rename the vlan attribute to enable_vlan to keep it consistent with ↵Felix Fietkau2009-07-11
| | | | | | other drivers SVN-Revision: 16770
* Add config file for 2.6.31 kernels in preparation for 2.6.31Hamish Guthrie2009-07-06
| | | | SVN-Revision: 16713
* bump to 2.6.29.6 and refresh patchesGabor Juhos2009-07-05
| | | | SVN-Revision: 16698
* update targets to 2.6.30.1, update patchesFlorian Fainelli2009-07-05
| | | | SVN-Revision: 16697
* Add ioctls to glamo framebuffer driver to enable/disable glamo engines.Lars-Peter Clausen2009-07-05
| | | | SVN-Revision: 16686
* update to latest 2.6.27.26 stable kernelFlorian Fainelli2009-07-03
| | | | SVN-Revision: 16659
* ar8216: fix transmission of large frames by setting the switch mtuFelix Fietkau2009-06-29
| | | | SVN-Revision: 16629
* pppoe: add extra padding for the header (useful for drivers that need headroom)Felix Fietkau2009-06-29
| | | | SVN-Revision: 16628
* turn off the Algorithmics FPU emulator by default now that we have software ↵Florian Fainelli2009-06-28
| | | | | | floating point enabled in the toolchain, please recompile your toolchains and kernels SVN-Revision: 16605
* refresh 2.6.25 patchesImre Kaloz2009-06-21
| | | | SVN-Revision: 16537
* ensure ledtrig-netdev will compile even if CONFIG_COMPAT_NET_DEV_OPS is unsetFlorian Fainelli2009-06-19
| | | | SVN-Revision: 16516