summaryrefslogtreecommitdiff
path: root/target/linux/generic-2.6
Commit message (Collapse)AuthorAge
...
* 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
* add missing initramfs symbols to the generic 2.6.30 configImre Kaloz2009-06-17
| | | | SVN-Revision: 16487
* IKCONFIG shouldn't be enabled by defaultImre Kaloz2009-06-15
| | | | SVN-Revision: 16473
* 2.6.30: add another export for the binder moduleFelix Fietkau2009-06-14
| | | | SVN-Revision: 16464
* add missing function declaration for extra vm exportsFelix Fietkau2009-06-14
| | | | SVN-Revision: 16456
* refresh patchesHauke Mehrtens2009-06-14
| | | | SVN-Revision: 16444
* ar8216: add delay for page switching to work around register setting ↵Felix Fietkau2009-06-14
| | | | | | corruption. use packet mangling to fix up the vlan for incoming packets (workaround for hardware bug, which renders normal 802.1q support unusable) SVN-Revision: 16442
* also apply gcc4.4.0 specific patches to 2.6.27 (#5318)Florian Fainelli2009-06-13
| | | | SVN-Revision: 16439
* refresh generic patchesFlorian Fainelli2009-06-11
| | | | SVN-Revision: 16420
* Cleaned up whitespace in patch 024-mips_delay.patchHamish Guthrie2009-06-10
| | | | SVN-Revision: 16404
* Remove deprecated 023-mips_delay_gcc4.4.0.patch and add new delay fix for MIPSHamish Guthrie2009-06-10
| | | | SVN-Revision: 16397
* refresh 2.6.28 patchesFlorian Fainelli2009-06-08
| | | | SVN-Revision: 16377
* generic-2.6/2.6.30: more mini_fo fixesGabor Juhos2009-06-05
| | | | SVN-Revision: 16346
* upgrade to 2.6.30-rc8Imre Kaloz2009-06-03
| | | | SVN-Revision: 16307
* add ip175c switch driver patch to 2.6.30Felix Fietkau2009-06-01
| | | | SVN-Revision: 16287
* ocf: fix uninitialized variable access (thx, Dakon)Felix Fietkau2009-06-01
| | | | SVN-Revision: 16285
* temporary, hackish, etc, etc.. lzma support for the arm zImage loaderImre Kaloz2009-06-01
| | | | SVN-Revision: 16284
* use the openwrt lzma options for nowImre Kaloz2009-06-01
| | | | SVN-Revision: 16281
* add missing config optionImre Kaloz2009-06-01
| | | | SVN-Revision: 16280
* remove some more obsolete filesFelix Fietkau2009-06-01
| | | | SVN-Revision: 16276
* remove 2.6.23 support, as the last target using that has been nuked, tooImre Kaloz2009-06-01
| | | | SVN-Revision: 16275
* Add missing kernel symbol.Hauke Mehrtens2009-06-01
| | | | SVN-Revision: 16264
* fix mv643xx_eth dma maskImre Kaloz2009-06-01
| | | | SVN-Revision: 16247
* fix VFP handling on feroceon coresImre Kaloz2009-06-01
| | | | SVN-Revision: 16246
* fix typo and add nand_gpio to the generic configImre Kaloz2009-06-01
| | | | SVN-Revision: 16245
* refresh 2.6.30 patchesFlorian Fainelli2009-06-01
| | | | SVN-Revision: 16241
* mips: fix gcc 4.4.0 build failure on delay.h (#5116)Florian Fainelli2009-05-30
| | | | SVN-Revision: 16209
* refresh generic-2.6.29 patchesFlorian Fainelli2009-05-29
| | | | SVN-Revision: 16169
* refresh patchesFlorian Fainelli2009-05-28
| | | | SVN-Revision: 16156
* revert 15922 - add back 2.6.29 kernel supportHamish Guthrie2009-05-28
| | | | SVN-Revision: 16127
* Add buildfix for kernel 2.6.21Hauke Mehrtens2009-05-27
| | | | SVN-Revision: 16117
* update to 2.6.30-rc7Imre Kaloz2009-05-25
| | | | SVN-Revision: 16048
* enable multicast routing by defaultFelix Fietkau2009-05-24
| | | | SVN-Revision: 16044
* move the hostap firmware kernel config options to KCONFIG for the hostap ↵Felix Fietkau2009-05-24
| | | | | | package to keep it consistent SVN-Revision: 16031
* fix typo in squashfs-lzma patch (thx, hauke)Felix Fietkau2009-05-24
| | | | SVN-Revision: 16028