Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | omap24xx: add support for 3.3 | Gabor Juhos | 2012-05-18 | 25 | -0/+13517 |
| | | | | | | Compile tested only. SVN-Revision: 31810 | ||||
* | cns3xxx: add support for 3.3 | Gabor Juhos | 2012-05-18 | 17 | -0/+27541 |
| | | | | | | Compile tested only. SVN-Revision: 31809 | ||||
* | linux/2.6.39: R.I.P. | Gabor Juhos | 2012-05-18 | 131 | -71476/+0 |
| | | | | SVN-Revision: 31808 | ||||
* | cns3xxx: sync kernel config | Gabor Juhos | 2012-05-18 | 1 | -12/+22 |
| | | | | SVN-Revision: 31807 | ||||
* | cns3xxx: remove 2.6.39 support | Gabor Juhos | 2012-05-18 | 15 | -27379/+0 |
| | | | | SVN-Revision: 31806 | ||||
* | cns3xxx: switch to 3.1 | Gabor Juhos | 2012-05-18 | 1 | -1/+1 |
| | | | | | | Compile tested only. SVN-Revision: 31805 | ||||
* | x86: remove support for old kernels | Gabor Juhos | 2012-05-18 | 16 | -1916/+0 |
| | | | | SVN-Revision: 31804 | ||||
* | x86: remove subtarget specific LINUX_VERSION overrides | Gabor Juhos | 2012-05-18 | 10 | -11/+2 |
| | | | | SVN-Revision: 31803 | ||||
* | x86/ep80579: switch to 3.3 | Gabor Juhos | 2012-05-18 | 2 | -0/+12 |
| | | | | | | | Also fix build errors in the ep80579-drivers package. Compile tested only. SVN-Revision: 31802 | ||||
* | brcm47xx: fix nvram read out on devices with serial flash | Hauke Mehrtens | 2012-05-18 | 5 | -31/+36 |
| | | | | | | detect nvram on Linksys E3200 SVN-Revision: 31790 | ||||
* | brcm47xx: bcma: fix null pointer | Hauke Mehrtens | 2012-05-18 | 1 | -0/+20 |
| | | | | SVN-Revision: 31789 | ||||
* | brcm47xx: ssb: recognize ARM Cortex M3 | Hauke Mehrtens | 2012-05-18 | 1 | -0/+21 |
| | | | | SVN-Revision: 31788 | ||||
* | brcm47xx: some fixes for the USB driver | Hauke Mehrtens | 2012-05-18 | 2 | -0/+22 |
| | | | | SVN-Revision: 31787 | ||||
* | cobalt: remove 2.6.39 specific patches | Gabor Juhos | 2012-05-18 | 1 | -370/+0 |
| | | | | SVN-Revision: 31785 | ||||
* | x86/olpc: switch to 3.3 | Gabor Juhos | 2012-05-18 | 2 | -0/+123 |
| | | | | | | Compile tested only. SVN-Revision: 31784 | ||||
* | x86: image: select bootscript images by default for OLPC | Gabor Juhos | 2012-05-18 | 1 | -0/+1 |
| | | | | SVN-Revision: 31783 | ||||
* | adm5120: add missing config symbols for the rb1xx subtarget, fixes #11407 | Felix Fietkau | 2012-05-17 | 1 | -0/+8 |
| | | | | SVN-Revision: 31781 | ||||
* | target: add a feature flag for RTC support | Felix Fietkau | 2012-05-17 | 1 | -0/+3 |
| | | | | SVN-Revision: 31777 | ||||
* | kernel: add some missing config options added by r31756 | Hauke Mehrtens | 2012-05-17 | 1 | -0/+2 |
| | | | | SVN-Revision: 31774 | ||||
* | kernel: ssb/bcma: update to version from wireless-testing tag ↵ | Hauke Mehrtens | 2012-05-17 | 26 | -2412/+4598 |
| | | | | | | master-2012-05-16-2 SVN-Revision: 31772 | ||||
* | brcm47xx: remove support for kernel 3.2 | Hauke Mehrtens | 2012-05-17 | 60 | -11653/+0 |
| | | | | SVN-Revision: 31771 | ||||
* | x86/thincan: switch to 3.3 | Gabor Juhos | 2012-05-17 | 2 | -0/+16 |
| | | | | | | Compile tested only. SVN-Revision: 31765 | ||||
* | x86/xen_domu: switch to 3.3 | Gabor Juhos | 2012-05-17 | 2 | -0/+76 |
| | | | | | | Compile tested only. SVN-Revision: 31764 | ||||
* | x86/kvm_guest: switch to 3.3 | Gabor Juhos | 2012-05-17 | 2 | -0/+77 |
| | | | | | | Compile tested only. SVN-Revision: 31763 | ||||
* | x86/generic: switch to 3.3 | Gabor Juhos | 2012-05-17 | 2 | -0/+113 |
| | | | | | | Compile tested only. SVN-Revision: 31762 | ||||
* | kernel: add codel and fq_codel to generic 3.3 patch set (based on patch by ↵ | Felix Fietkau | 2012-05-16 | 8 | -1/+2050 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Dave Täht) Codel is a new AQM algorithm and RED replacement designed by Kathie Nichols and Van Jacobson, and published in ACM queue: http://queue.acm.org/detail.cfm?id=2209336 Codel stands for "Controlled Delay", and needs no knobs in the general case, twiddled, for optimum results. It aims for 5ms of delay, at most, when in use. Additionally, fq_codel (by eric dumazet) builds on codel to provide fair queuing superior to what could be had with SFQ, and drop behavior saner than RED, BLUE, or choke. These patches are backported from net-next and are known to work on Linux 3.3.4 and later. Includes updates to codel for better portability and speed SVN-Revision: 31756 | ||||
* | x86/alix2: switch to 3.3 | Gabor Juhos | 2012-05-16 | 2 | -1/+26 |
| | | | | | | Compile tested only. SVN-Revision: 31753 | ||||
* | x86/net5501: switch to 3.3 | Gabor Juhos | 2012-05-16 | 2 | -1/+20 |
| | | | | | | Compile tested only. SVN-Revision: 31752 | ||||
* | x86: sync 3.3 configs | Gabor Juhos | 2012-05-16 | 2 | -17/+16 |
| | | | | SVN-Revision: 31751 | ||||
* | x86: sync 3.2 configs | Gabor Juhos | 2012-05-16 | 3 | -14/+14 |
| | | | | SVN-Revision: 31750 | ||||
* | x86: sync 2.6.39 configs | Gabor Juhos | 2012-05-16 | 6 | -106/+104 |
| | | | | SVN-Revision: 31749 | ||||
* | linux/3.3: add missing symbol | Gabor Juhos | 2012-05-16 | 1 | -0/+1 |
| | | | | SVN-Revision: 31748 | ||||
* | linux: add CONFIG_POWER_SUPPLY_DEBUG symbol | Gabor Juhos | 2012-05-15 | 4 | -0/+4 |
| | | | | | | It was missing in the previous commit. SVN-Revision: 31738 | ||||
* | linux: move certain disabled symbols to the generic configs | Gabor Juhos | 2012-05-15 | 72 | -457/+86 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CONFIG_ARCH_DMA_ADDR_T_64BIT * CONFIG_ARCH_HAS_ILOG2_U32 * CONFIG_ARCH_HAS_ILOG2_U64 * CONFIG_ARCH_PHYS_ADDR_T_64BIT * CONFIG_ARCH_SUPPORTS_MSI * CONFIG_GENERIC_CPU_DEVICES * CONFIG_HWMON_DEBUG_CHIP * CONFIG_I2C_PXA_PCI * CONFIG_LEDS_GPIO * CONFIG_MINIX_FS_NATIVE_ENDIAN * CONFIG_MLX4_CORE * CONFIG_POWER_SUPPLY * CONFIG_POWER_SUPPLY_DEBUG * CONFIG_QUOTACTL * CONFIG_SDIO_UART * CONFIG_SENSORS_K10TEMP * CONFIG_SENSORS_SCH56XX_COMMON * CONFIG_SENSORS_VIA_CPUTEMP * CONFIG_SERIO_AMBAKMI * CONFIG_SERIO_I8042 * CONFIG_SERIO_LIBPS2 * CONFIG_SERIO_PCIPS2 * CONFIG_SERIO_RAW * CONFIG_SERIO_SERPORT * CONFIG_SPI_BITBANG * CONFIG_SPI_GPIO SVN-Revision: 31737 | ||||
* | ar71xx: remove AG71XX_RX_PKT_RESERVE, it is no longer necessary (found by ↵ | Felix Fietkau | 2012-05-15 | 1 | -2/+1 |
| | | | | | | Eric Dumazet) SVN-Revision: 31736 | ||||
* | code style cleanup of the mach files | John Crispin | 2012-05-15 | 12 | -109/+116 |
| | | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31735 | ||||
* | adds zyxel p2601hnfx support | John Crispin | 2012-05-15 | 7 | -21/+41 |
| | | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31734 | ||||
* | set 3.3.6 as default | John Crispin | 2012-05-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 31733 | ||||
* | set 3.3.5 as default | John Crispin | 2012-05-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 31718 | ||||
* | linux/3.0: R.I.P. | Gabor Juhos | 2012-05-14 | 132 | -71393/+0 |
| | | | | | | It is used by the broken omap35xx/gumstix target only. SVN-Revision: 31717 | ||||
* | realview: remove 3.0 support | Gabor Juhos | 2012-05-14 | 1 | -228/+0 |
| | | | | SVN-Revision: 31716 | ||||
* | realview: switch to 3.3 | Gabor Juhos | 2012-05-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 31715 | ||||
* | realview: add 3.3 support | Gabor Juhos | 2012-05-14 | 2 | -0/+254 |
| | | | | SVN-Revision: 31714 | ||||
* | linux/3.3: more missing config symbols | Gabor Juhos | 2012-05-14 | 1 | -0/+3 |
| | | | | SVN-Revision: 31713 | ||||
* | imagebuilder: explicitly install the kernel .ipk before installing anything ↵ | Felix Fietkau | 2012-05-14 | 1 | -0/+1 |
| | | | | | | else, it is no longer part of the package index (fixes #11450) SVN-Revision: 31711 | ||||
* | kernel: add CONFIG_BLK_DEV_PCIESSD_MTIP32XX | Hauke Mehrtens | 2012-05-14 | 1 | -0/+1 |
| | | | | SVN-Revision: 31710 | ||||
* | kernel: update linux 3.3 to 3.3.6 | Gabor Juhos | 2012-05-14 | 34 | -64/+64 |
| | | | | SVN-Revision: 31709 | ||||
* | amazon: fix section mismatch | Hauke Mehrtens | 2012-05-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 31707 | ||||
* | amazon: update amazon target to kernel 3.3 | Hauke Mehrtens | 2012-05-13 | 18 | -78/+71 |
| | | | | | | This is just compile tested, my device is currently not working. SVN-Revision: 31706 | ||||
* | gemini: remove 2.6.37 support | Gabor Juhos | 2012-05-13 | 9 | -5306/+0 |
| | | | | SVN-Revision: 31700 |