summaryrefslogtreecommitdiffstats
path: root/target/linux/generic
Commit message (Collapse)AuthorAgeFilesLines
* kernel: disable the yaffs2 /proc code to make it compile on linux 3.10 (#13848)Felix Fietkau2013-07-141-0/+45
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37285
* kernel: implement automatic rootfs split from the firmware partition in ↵Felix Fietkau2013-07-142-77/+180
| | | | | | | | linux 3.10 (disabled by default) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37283
* kernel/base-files: clean up old code related to refreshing mtd partitions, ↵Felix Fietkau2013-07-141-139/+4
| | | | | | | | it is no longer used anywhere Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37282
* kernel: refresh patches for kernel 3.8.13Hauke Mehrtens2013-07-135-88/+69
| | | | SVN-Revision: 37276
* kernel: update to kernel 3.10.1 and refresh patchesHauke Mehrtens2013-07-132-20/+23
| | | | SVN-Revision: 37275
* kernel: update to kernel 3.9.10 and refresh patchesHauke Mehrtens2013-07-133-22/+25
| | | | SVN-Revision: 37274
* kernel: add a patch that reduces module size by removing non-essential ↵Felix Fietkau2013-07-116-0/+603
| | | | | | | | information (reduces default rootfs size by ~5k after lzma) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37255
* kernel: disable CONFIG_RD_LZMA by default, it will be selected when actually ↵Felix Fietkau2013-07-116-6/+6
| | | | | | | | needed Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37253
* kernel: disable CONFIG_CLS_U32_PERF by default, it is usually not neededFelix Fietkau2013-07-116-6/+6
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37252
* kernel: add a bunch of missing LCD Kconfig optionsFlorian Fainelli2013-07-101-0/+3
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37233
* kernel: add missing configuration symbols used on ARM platformsFlorian Fainelli2013-07-091-0/+4
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37217
* kernel: update PATCHES with a stricter policyFlorian Fainelli2013-07-091-0/+5
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37216
* kernel: debloat the lzma compress/decompress code some moreFelix Fietkau2013-07-093-261/+1869
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37211
* kernel: do not accept sysrq characters via serial portFelix Fietkau2013-07-096-0/+75
| | | | | | | | | many boards have a disconnected TTL level serial which can generate some garbage that can lead to spurious false sysrq detects. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37210
* kernel: add missing config symbolJonas Gorski2013-07-091-0/+1
| | | | | | | | Should fix buildbot builds of ixp4xx. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37208
* linux: refresh kernel configs with kconfig.plGabor Juhos2013-07-082-5/+5
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37195
* kernel: disable zisofs and zlib by default, reduces kernel size after lzma ↵Felix Fietkau2013-07-066-18/+18
| | | | | | | | by ~10k Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37187
* kernel/generic: add missing regulator symbols for 3.10Zoltan Herpai2013-07-041-0/+17
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 37169
* kernel: add missing config symbol for 3.10Jonas Gorski2013-07-011-0/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37123
* kernel: update linux 3.10 to 3.10 finalJonas Gorski2013-07-0120-106/+116
| | | | | | | | 3.10 final is out, so refresh patches and add md5sum. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37116
* kernel: update linux 3.9 to 3.9.8Jonas Gorski2013-06-306-53/+31
| | | | | | | | Includes memory allocation fixes as well as several networking fixes. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37103
* kernel: add global menuconfig option to enable kexec supportFelix Fietkau2013-06-286-0/+6
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37073
* kernel/generic: add missing regulator symbols for 3.9Zoltan Herpai2013-06-261-0/+20
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 37036
* kernel: fix a reference counting bug in overlayfsFelix Fietkau2013-06-223-0/+30
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37014
* linux-3.8: backport a leds-gpio.c crash fix (fixes #13721)Felix Fietkau2013-06-181-0/+25
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36968
* linux: add ipv6 failed-policy routing action (by Jonas Gorski)Steven Barth2013-06-113-0/+789
| | | | SVN-Revision: 36911
* kernel/generic: add a few missing kernel config symbolsFelix Fietkau2013-06-071-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36878
* generic: add port mirroring/monitoring capability to rtl8366rb switchGabor Juhos2013-06-041-1/+230
| | | | | | | | | | This patch adds swlib attributes to the RTL8366RB switch/PHY found in the TL-WR1043ND router that allow to mirror ethernet packets to a monitor port. Signed-off-by: Colin Leitner <colin.leitner@googlemail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36847
* refresh patchesImre Kaloz2013-06-042-2/+2
| | | | SVN-Revision: 36835
* add some more symbolsImre Kaloz2013-06-041-0/+4
| | | | SVN-Revision: 36834
* generic: ar8216: allow to specify SGMII config via platform dataGabor Juhos2013-05-303-3/+34
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36798
* generic: ar8216: add get_port_link callbackGabor Juhos2013-05-302-2/+19
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36797
* generic: ar8216: show chip revision in the kernel logGabor Juhos2013-05-301-2/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36791
* lantiq: enable retrieving kernel args from bootloaderJohn Crispin2013-05-303-0/+36
| | | | | | | | | | This patch is a device tree enhancement that IMHO is worthy of mainline. It allows the bootloader's commandline to be preserved even when the device tree specifies one. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> SVN-Revision: 36780
* kernel: generic: remove upstream patches for 3.10-rc3 and refresh patchesLuka Perkov2013-05-297-840/+4
| | | | SVN-Revision: 36752
* generic: ar8216: add port mirroringLuka Perkov2013-05-242-0/+318
| | | | | | | | | | | | | | | Tested on Buffalo WZR-600DHP with ar8316 switch. Commands used to mirror both RX and TX traffic from LAN port 1 to LAN port 4: $ swconfig dev switch0 set enable_mirror_rx 1 $ swconfig dev switch0 set enable_mirror_tx 1 $ swconfig dev switch0 set mirror_monitor_port 4 $ swconfig dev switch0 set mirror_source_port 1 Signed-off-by: Colin Leitner <colin.leitner@googlemail.com> Tested-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 36713
* kernel: update 3.9 to 3.9.3Jonas Gorski2013-05-204-11/+11
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36676
* kernel: add some missing symbols/move them to genericJonas Gorski2013-05-202-0/+7
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36670
* kernel: generic: add 3.10-rc1 supportJonas Gorski2013-05-19165-0/+31689
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36663
* kernel: don't remove of_tablesJonas Gorski2013-05-191-0/+33
| | | | | | | | These are needed for OF setup of clocksource, clocks and irqchips. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36657
* kernel: add missing PHY ID for an AR8327 switch variantFelix Fietkau2013-05-131-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36630
* kernel: move CONFIG_MIPS_SEAD3 to genericJonas Gorski2013-05-123-0/+3
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36617
* kernel: fix CVE-2013-1763 in older kernelsJonas Gorski2013-05-122-0/+54
| | | | | | | | Newer kernels were already fixed by upstream. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36607
* kernel: make zlib and lzo modules selectableJonas Gorski2013-05-095-0/+115
| | | | | | | | Fixes building kmod-lib-zlib and kmod-lib-lzo if nothing depends on them. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36592
* kernel: b53: use correct oops for bcm5365 switchHauke Mehrtens2013-05-091-1/+1
| | | | SVN-Revision: 36589
* kernel: allow building zsmalloc as a module againJonas Gorski2013-05-092-0/+18
| | | | | | | | | | | zsmalloc was changed to a bool because of missing exports in the kernel, but we already export the required symbol, so change it back to tristate. Closes #13481. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36587
* kernel: update linux 3.9 to 3.9.1Gabor Juhos2013-05-081-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36577
* kernel: update linux 3.8 to 3.8.12Gabor Juhos2013-05-081-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36576
* kernel: do not strip /proc/net/ip_mr_* in the /proc debloat patch, it is ↵Felix Fietkau2013-05-024-52/+0
| | | | | | | | used by iproute2 Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36529
* kernel: generic: don't strip /proc/irq on SMPJonas Gorski2013-05-024-12/+12
| | | | | | | | /proc/irq is needed for changing the SMP affinity of interrupts. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36525