aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* 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
* ppc40x: switch to 3.2.9Gabor Juhos2012-03-025-40/+62
| | | | SVN-Revision: 30791
* linux/3.2: add a bunch of missing symbolsGabor Juhos2012-03-021-7/+14
| | | | SVN-Revision: 30790
* ppc40x: fix build errors in the CF and ISP116X driversGabor Juhos2012-03-022-44/+37
| | | | SVN-Revision: 30789
* mark variables as might be unusedFlorian Fainelli2012-03-021-1/+1
| | | | SVN-Revision: 30787
* remove unused variables and definesFlorian Fainelli2012-03-021-3/+0
| | | | SVN-Revision: 30786
* 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
* ar71xx: ag71xx: keep VLAN tags if VLAN is not enabledGabor Juhos2012-03-011-4/+8
| | | | SVN-Revision: 30768
* kernel: update linux 3.2 to 3.2.9Gabor Juhos2012-03-0115-112/+18
| | | | SVN-Revision: 30767
* brcm47xx: use kernel 3.2 by defaultHauke Mehrtens2012-02-281-1/+1
| | | | SVN-Revision: 30751
* 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
* ramips: don't read RAMIPS_RX_CALC_IDX0 register in the loopGabor Juhos2012-02-261-1/+3
| | | | SVN-Revision: 30733
* ramips: raeth: add rx_info structureGabor Juhos2012-02-262-24/+57
| | | | | | | | | | | | | This helps to reduce code size on RX path: add/remove: 0/0 grow/shrink: 3/1 up/down: 68/-56 (12) function old new delta ramips_eth_open 1104 1144 +40 ramips_ring_free 212 232 +20 ramips_eth_stop 400 408 +8 ramips_eth_rx_hw 648 592 -56 SVN-Revision: 30732
* ramips: raeth: add tx_info structureGabor Juhos2012-02-262-19/+55
| | | | | | | | | | | | | | This helps to reduce code size on TX path: add/remove: 0/0 grow/shrink: 1/4 up/down: 56/-92 (-36) function old new delta ramips_eth_open 1048 1104 +56 ramips_eth_tx_housekeeping 156 148 -8 ramips_ring_free 224 212 -12 ramips_eth_stop 420 400 -20 ramips_eth_hard_start_xmit 480 428 -52 SVN-Revision: 30731
* ixp4xx: fix a compile errorFelix Fietkau2012-02-251-0/+11
| | | | SVN-Revision: 30728
* add some missing 2.6.39 kernel symbols observed on x86/generic buildsJo-Philipp Wich2012-02-251-0/+4
| | | | SVN-Revision: 30718
* enable RTC_CLASS for Linux 3.2 and 3.3Jo-Philipp Wich2012-02-252-0/+2
| | | | SVN-Revision: 30717
* ramips: raeth: don't process disabled interruptsGabor Juhos2012-02-251-5/+11
| | | | | | Also rename the 'fe_int' variable. SVN-Revision: 30713
* ar71xx: use v6.0.0 in UBTN-XM firmwares (closes #11038)Gabor Juhos2012-02-241-1/+1
| | | | SVN-Revision: 30712
* ramips: fix FONERA20N image generationGabor Juhos2012-02-241-4/+6
| | | | SVN-Revision: 30710
* config: deprecated symbol CONFIG_LEDS_GPIO_PLATFORMJo-Philipp Wich2012-02-248-6/+2
| | | | | | | | | | | | 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
* ramips: image: increase minimum kernel partition size to 896kGabor Juhos2012-02-231-13/+13
| | | | SVN-Revision: 30706
* ramips: image: cleanup and sort templates/profilesGabor Juhos2012-02-231-173/+167
| | | | SVN-Revision: 30705
* ramips: image: use GENERIC_4M template for the ALL0256N boardGabor Juhos2012-02-231-5/+1
| | | | SVN-Revision: 30704
* ramips: image: introduce mkmtd/{,phys,spi} helpersGabor Juhos2012-02-231-45/+58
| | | | SVN-Revision: 30703
* ramips: image: pass mtdlayout variables by valueGabor Juhos2012-02-231-29/+29
| | | | SVN-Revision: 30702
* ramips: image: merge F5D8235V{1,2} templatesGabor Juhos2012-02-231-7/+3
| | | | SVN-Revision: 30701
* ramips: image: use generic template for the WR6202, OMNIEMB, W502U boardsGabor Juhos2012-02-231-20/+3
| | | | SVN-Revision: 30700
* ramips: image: introduce mkcmdline helperGabor Juhos2012-02-231-22/+26
| | | | SVN-Revision: 30699
* ramips: image: use the GENERIC_4M template for the V11ST-FE boardGabor Juhos2012-02-231-6/+1
| | | | SVN-Revision: 30698
* ramips: image: simplify Makefile a bitGabor Juhos2012-02-231-25/+28
| | | | SVN-Revision: 30697
* ramips: image: add MkImageLzma wrapperGabor Juhos2012-02-231-8/+9
| | | | SVN-Revision: 30696
* ramips: image: allow to build board specific initramfs imagesGabor Juhos2012-02-231-30/+83
| | | | SVN-Revision: 30695
* drop backported patches as they cause regressions and oopsesJohn Crispin2012-02-233-249/+0
| | | | SVN-Revision: 30690
* fixes etop locking issueJohn Crispin2012-02-231-6/+5
| | | | SVN-Revision: 30689
* ramips: merge identical switch configuration entriesGabor Juhos2012-02-221-23/+5
| | | | SVN-Revision: 30688
* ramips: use unified switch identifiers in uci-defaults/networkGabor Juhos2012-02-221-12/+12
| | | | SVN-Revision: 30687
* ramips: fix VLAN config of the RT-N15Gabor Juhos2012-02-221-2/+8
| | | | SVN-Revision: 30686
* ramips: raeth: show interrupt statistics in debugfsGabor Juhos2012-02-223-0/+105
| | | | SVN-Revision: 30681