summaryrefslogtreecommitdiffstats
path: root/target/linux/generic
Commit message (Collapse)AuthorAgeFilesLines
...
* generic: ar8216: fix phy driver nameGabor Juhos2012-03-071-1/+1
| | | | SVN-Revision: 30836
* enable EFI partition support by default, adds ca. 8K uncompressed on ar71xx ↵Jo-Philipp Wich2012-03-0711-11/+11
| | | | | | (#8672) SVN-Revision: 30835
* linux/3.2: fix crypto4xx build failureGabor Juhos2012-03-071-0/+10
| | | | SVN-Revision: 30834
* linux/3.1: add missing NAND symbolsGabor Juhos2012-03-051-0/+35
| | | | SVN-Revision: 30827
* linux/3.0: add missing NAND symbolsGabor Juhos2012-03-051-0/+35
| | | | SVN-Revision: 30826
* Merge branch 'bcm63xx'Florian Fainelli2012-03-058-250/+104
| | | | SVN-Revision: 30819
* kernel: fix powerpc unused-but-set variablesFelix Fietkau2012-03-051-0/+61
| | | | SVN-Revision: 30817
* kernel: remove the crtsavres dependency, the patched gcc will no longer emit ↵Felix Fietkau2012-03-058-376/+16
| | | | | | references to that code SVN-Revision: 30816
* kernel: fix vmalloc stack traces triggered by module with an empty init ↵Felix Fietkau2012-03-052-0/+40
| | | | | | section (mostly happens on x86) SVN-Revision: 30813
* linux/3.3: add more NAND symbolsGabor Juhos2012-03-041-1/+34
| | | | SVN-Revision: 30811
* linux/3.2: add more NAND symbolsGabor Juhos2012-03-041-0/+33
| | | | SVN-Revision: 30810
* linux/3.3: add missing config symbolsGabor Juhos2012-03-041-7/+18
| | | | SVN-Revision: 30803
* linux/3.2: add missing NAND symbolsGabor Juhos2012-03-041-0/+2
| | | | SVN-Revision: 30802
* linux/3.3: merge recent ubifs patches from 3.2Gabor Juhos2012-03-035-2/+310
| | | | SVN-Revision: 30800
* linux/3.3: refresh patches against 3.3-rc5Gabor Juhos2012-03-034-5/+5
| | | | SVN-Revision: 30799
* linux/3.2: add symlink xattr support to ubifsGabor Juhos2012-03-021-0/+67
| | | | SVN-Revision: 30794
* linux/3.2: add XZ decompression support to ubifsGabor Juhos2012-03-021-0/+94
| | | | SVN-Revision: 30793
* linux/3.2: add XZ decompressor support to cryptoGabor Juhos2012-03-023-2/+149
| | | | SVN-Revision: 30792
* linux/3.2: add a bunch of missing symbolsGabor Juhos2012-03-021-7/+14
| | | | SVN-Revision: 30790
* MIPS: fix kexec build on 64-bits targetsFlorian Fainelli2012-03-021-5/+5
| | | | SVN-Revision: 30785
* refresh patchesFlorian Fainelli2012-03-021-122/+51
| | | | SVN-Revision: 30784
* MIPS: fix printing of size_t argFlorian Fainelli2012-03-021-1/+1
| | | | SVN-Revision: 30783
* MIPS: mark unused variablesFlorian Fainelli2012-03-022-0/+22
| | | | SVN-Revision: 30782
* refresh patchesFlorian Fainelli2012-03-021-3/+3
| | | | SVN-Revision: 30781
* MIPS: mark unused variablesFlorian Fainelli2012-03-021-0/+44
| | | | SVN-Revision: 30780
* refresh patchesFlorian Fainelli2012-03-0226-77/+78
| | | | SVN-Revision: 30779
* MIPS: mark unused variablesFlorian Fainelli2012-03-021-0/+55
| | | | SVN-Revision: 30778
* refresh patchesFlorian Fainelli2012-03-027-13/+14
| | | | SVN-Revision: 30777
* kernel: update linux 3.2 to 3.2.9Gabor Juhos2012-03-016-101/+7
| | | | SVN-Revision: 30767
* revert unrelated change in previous commitJo-Philipp Wich2012-02-271-1/+0
| | | | SVN-Revision: 30738
* partly revert r30708, it breaks various archesJo-Philipp Wich2012-02-275-0/+5
| | | | SVN-Revision: 30737
* add some missing 2.6.39 kernel symbols observed on x86/generic buildsJo-Philipp Wich2012-02-251-0/+4
| | | | SVN-Revision: 30718
* config: deprecated symbol CONFIG_LEDS_GPIO_PLATFORMJo-Philipp Wich2012-02-244-4/+0
| | | | | | | | | | | | CONFIG_LEDS_GPIO_PLATFORM went away a while ago. http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=commit;h=2bcc7ed5b83b0a59c6976476e8788675038fb11b Also, most platforms comment out CONFIG_LEDS_GPIO but not x86 for some reason. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 30708
* drop backported patches as they cause regressions and oopsesJohn Crispin2012-02-233-249/+0
| | | | SVN-Revision: 30690
* kernel: strip unnecessary symbol table information from kernel modules, ↵Felix Fietkau2012-02-204-2/+24
| | | | | | reduces default squashfs size on ar71xx by about 4k SVN-Revision: 30657
* generic: add disable_[25]ghz to struct rt2x00_platform_dataGabor Juhos2012-02-181-0/+3
| | | | SVN-Revision: 30630
* generic/2.6.37: fix 'set but unused' build errors on MIPSGabor Juhos2012-02-171-0/+44
| | | | SVN-Revision: 30615
* generic: add SND_PPC symbolGabor Juhos2012-02-163-0/+3
| | | | SVN-Revision: 30572
* linux 3.2: missing generic symbolsJo-Philipp Wich2012-02-151-0/+2
| | | | | | | | These symbols are dependent on CONFIG_PCI being enabled. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 30565
* linux-atm: update solos-pci driver to upstreamJohn Crispin2012-02-143-0/+1044
| | | | | | | | | | | | | Fixes for the solos-pci driver. - Corrects calculation of headroom for padding. - Removes pointless debug messages. - Expose Bis A and Bis M annex capabilities. - Expose hardware revision. Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 30541
* linux-atm: headroom/padding fixesJohn Crispin2012-02-143-0/+249
| | | | | | | | Submitted upstream to netdev by Chas Williams on linux-atm. Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 30540
* add some missing symbolsImre Kaloz2012-02-111-0/+3
| | | | SVN-Revision: 30460
* generic/2.6.39: refresh patchesGabor Juhos2012-02-119-10/+10
| | | | SVN-Revision: 30458
* refresh patches to -rc3Imre Kaloz2012-02-116-6/+6
| | | | SVN-Revision: 30456
* generic: fix yaffs2 build warnings on 3.3Gabor Juhos2012-02-101-0/+71
| | | | SVN-Revision: 30418
* ar71xx: refresh 3.2 patchesGabor Juhos2012-02-101-6/+6
| | | | SVN-Revision: 30402
* kernel: update linux 3.2 to 3.2.5Gabor Juhos2012-02-101-8/+8
| | | | SVN-Revision: 30401
* generic: fix kexec build error for MIPS with gcc-4.6-linaroGabor Juhos2012-02-095-10/+10
| | | | SVN-Revision: 30395
* generic: 3.3: add missing config symbolsGabor Juhos2012-02-091-0/+2
| | | | SVN-Revision: 30393
* generic: 3.3: fix yaffs2 build errorGabor Juhos2012-02-091-0/+289
| | | | SVN-Revision: 30392