summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.32
Commit message (Collapse)AuthorAgeFilesLines
* mips: allow the compiler to optimize memset, memcmp, memcpy for better ↵Felix Fietkau2010-03-111-0/+83
| | | | | | performance and (in some instances) smaller code SVN-Revision: 20151
* ar71xx: fix oprofile supportFelix Fietkau2010-03-111-0/+47
| | | | SVN-Revision: 20150
* the mips -ffreestanding patch has been unnecessary for a long time now, ↵Felix Fietkau2010-03-111-12/+0
| | | | | | remove it SVN-Revision: 20149
* prevent UML build failure against decompress_lzo.cFlorian Fainelli2010-03-011-1/+1
| | | | SVN-Revision: 19934
* kernel: add driver for the RTL8366RB switchGabor Juhos2010-02-241-4/+9
| | | | | | Thanks to Andrew Tarabaras. SVN-Revision: 19837
* allow routed mode operation againHauke Mehrtens2010-02-201-0/+42
| | | | | | Fix part of bug #6709. SVN-Revision: 19779
* fix a compile error in block2mtd when compiled as moduleFelix Fietkau2010-02-181-4/+5
| | | | SVN-Revision: 19709
* refresh generic 2.6.32 patchesImre Kaloz2010-02-174-26/+26
| | | | SVN-Revision: 19687
* prepare kernel 2.6.32 supportJo-Philipp Wich2010-02-134-26/+26
| | | | SVN-Revision: 19617
* remove 850-if_no_generic_time.patch -- breaks compilation and 2.6.32.8 ↵Imre Kaloz2010-02-121-22/+0
| | | | | | already includes a fix for this.. SVN-Revision: 19598
* kernel: 2.6.32: move discarding of SYMTAB entries to the right place.Gabor Juhos2010-02-112-18/+11
| | | | | | | This helps to avoid linker errors on various targets. Also remove the scsi_sd section fix patch, because it is not needed now. SVN-Revision: 19583
* refresh patchImre Kaloz2010-02-081-6/+3
| | | | SVN-Revision: 19557
* add a backported fix for the uncompression codeImre Kaloz2010-02-081-0/+63
| | | | SVN-Revision: 19555
* kernel: 2.6.32: integrate m25p80 driver related patches from ar71xxGabor Juhos2010-02-085-0/+65
| | | | SVN-Revision: 19547
* kernel: 2.6.32: refresh a patchGabor Juhos2010-02-081-5/+3
| | | | SVN-Revision: 19546
* kernel: fix compilation for platforms without GENERIC_TIMEClaudio Mignanti2010-02-071-0/+25
| | | | SVN-Revision: 19542
* kernel: merge lzma compressed initramfs fixes to 2.6.32 from [17289]Gabor Juhos2010-02-061-2/+12
| | | | SVN-Revision: 19535
* fix mips linking failure on bad section (#6635)Florian Fainelli2010-02-051-0/+13
| | | | SVN-Revision: 19533
* refresh 2.6.32 patchesFlorian Fainelli2010-02-041-1/+1
| | | | SVN-Revision: 19521
* save space by making the crypto testsuite optional and disabled by defaultFelix Fietkau2010-02-031-0/+63
| | | | SVN-Revision: 19502
* upgrade IMQ patch to the latest one, refresh patchesImre Kaloz2010-01-302-76/+152
| | | | SVN-Revision: 19431
* update to 2.6.32.7Imre Kaloz2010-01-291-1/+1
| | | | SVN-Revision: 19379
* kernel: update to 2.6.32.6Gabor Juhos2010-01-281-4/+4
| | | | SVN-Revision: 19358
* kernel: move mips_machine.h to 'arch/mips/include/asm'Gabor Juhos2010-01-281-1/+1
| | | | SVN-Revision: 19357
* rtl8366: make it available on all platformsGabor Juhos2010-01-251-0/+39
| | | | SVN-Revision: 19329
* gpiommc: fix dependencies on the spi gpio module - fixes the mmc_over_gpio ↵Felix Fietkau2010-01-231-1/+1
| | | | | | package build SVN-Revision: 19294
* add mini_fo locking fix from #5864Felix Fietkau2010-01-171-0/+25
| | | | SVN-Revision: 19203
* kernel: use generic thread_info allocator on MIPSGabor Juhos2010-01-061-0/+18
| | | | | | * Fixes kernel panic if SLUB_DEBUG is enabled. SVN-Revision: 19053
* kernel: update to 2.6.31.9 and 2.6.32.2, and refresh patchesGabor Juhos2010-01-013-7/+7
| | | | SVN-Revision: 18982
* generic: ESFQ patch, only include net/netfilter/nf_conntrack.h when ↵Nicolas Thill2009-12-231-1/+3
| | | | | | CONFIG_NET_SCH_ESFQ_NFCT is set (fixes build failure on target where CONFIG_NETFILTER is not set) SVN-Revision: 18900
* kernel: add mips_machine_set_name functionGabor Juhos2009-12-201-21/+26
| | | | SVN-Revision: 18861
* kernel: fix plt fixup related crashes when loading kernel modules on mips, ↵Felix Fietkau2009-12-201-38/+75
| | | | | | (happened when there was not enough physically contiguous memory available) SVN-Revision: 18858
* remove incomplete union mounts / jffs2 patches. will be replaced by updated ↵Felix Fietkau2009-12-186-5558/+0
| | | | | | versions once they're ready - should fix #6375 SVN-Revision: 18822
* kernel: fix swconfig for 2.6.32Gabor Juhos2009-12-041-0/+29
| | | | SVN-Revision: 18637
* kernel: add md5sum for 2.6.32 final, and refresh patchesGabor Juhos2009-12-047-9/+9
| | | | SVN-Revision: 18636
* refresh 2.6.32 patches with -rc8Imre Kaloz2009-11-304-8/+8
| | | | SVN-Revision: 18613
* refresh 2.6.32 patches with -rc7Imre Kaloz2009-11-179-16/+18
| | | | SVN-Revision: 18440
* replace our arm LZMA loader with the one that goes upstreamImre Kaloz2009-11-176-710/+803
| | | | SVN-Revision: 18439
* make fpu emulation support configurable through kernel_menuconfig by adding ↵Felix Fietkau2009-11-131-2/+2
| | | | | | a prompt for it SVN-Revision: 18414
* temporary remove the pfifo fast patch from 2.6.32, tooImre Kaloz2009-11-031-144/+0
| | | | SVN-Revision: 18284
* add preliminary 2.6.32 supportImre Kaloz2009-11-03107-0/+41011
SVN-Revision: 18283