Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | kernel: fix vmalloc stack traces triggered by module with an empty init ↵ | Felix Fietkau | 2012-03-05 | |
| | | | | | | section (mostly happens on x86) SVN-Revision: 30813 | |||
* | linux/3.3: add more NAND symbols | Gabor Juhos | 2012-03-04 | |
| | | | | SVN-Revision: 30811 | |||
* | linux/3.2: add more NAND symbols | Gabor Juhos | 2012-03-04 | |
| | | | | SVN-Revision: 30810 | |||
* | linux/3.3: add missing config symbols | Gabor Juhos | 2012-03-04 | |
| | | | | SVN-Revision: 30803 | |||
* | linux/3.2: add missing NAND symbols | Gabor Juhos | 2012-03-04 | |
| | | | | SVN-Revision: 30802 | |||
* | linux/3.3: merge recent ubifs patches from 3.2 | Gabor Juhos | 2012-03-03 | |
| | | | | SVN-Revision: 30800 | |||
* | linux/3.3: refresh patches against 3.3-rc5 | Gabor Juhos | 2012-03-03 | |
| | | | | SVN-Revision: 30799 | |||
* | linux/3.2: add symlink xattr support to ubifs | Gabor Juhos | 2012-03-02 | |
| | | | | SVN-Revision: 30794 | |||
* | linux/3.2: add XZ decompression support to ubifs | Gabor Juhos | 2012-03-02 | |
| | | | | SVN-Revision: 30793 | |||
* | linux/3.2: add XZ decompressor support to crypto | Gabor Juhos | 2012-03-02 | |
| | | | | SVN-Revision: 30792 | |||
* | linux/3.2: add a bunch of missing symbols | Gabor Juhos | 2012-03-02 | |
| | | | | SVN-Revision: 30790 | |||
* | MIPS: fix kexec build on 64-bits targets | Florian Fainelli | 2012-03-02 | |
| | | | | SVN-Revision: 30785 | |||
* | refresh patches | Florian Fainelli | 2012-03-02 | |
| | | | | SVN-Revision: 30784 | |||
* | MIPS: fix printing of size_t arg | Florian Fainelli | 2012-03-02 | |
| | | | | SVN-Revision: 30783 | |||
* | MIPS: mark unused variables | Florian Fainelli | 2012-03-02 | |
| | | | | SVN-Revision: 30782 | |||
* | refresh patches | Florian Fainelli | 2012-03-02 | |
| | | | | SVN-Revision: 30781 | |||
* | MIPS: mark unused variables | Florian Fainelli | 2012-03-02 | |
| | | | | SVN-Revision: 30780 | |||
* | refresh patches | Florian Fainelli | 2012-03-02 | |
| | | | | SVN-Revision: 30779 | |||
* | MIPS: mark unused variables | Florian Fainelli | 2012-03-02 | |
| | | | | SVN-Revision: 30778 | |||
* | refresh patches | Florian Fainelli | 2012-03-02 | |
| | | | | SVN-Revision: 30777 | |||
* | kernel: update linux 3.2 to 3.2.9 | Gabor Juhos | 2012-03-01 | |
| | | | | SVN-Revision: 30767 | |||
* | revert unrelated change in previous commit | Jo-Philipp Wich | 2012-02-27 | |
| | | | | SVN-Revision: 30738 | |||
* | partly revert r30708, it breaks various arches | Jo-Philipp Wich | 2012-02-27 | |
| | | | | SVN-Revision: 30737 | |||
* | add some missing 2.6.39 kernel symbols observed on x86/generic builds | Jo-Philipp Wich | 2012-02-25 | |
| | | | | SVN-Revision: 30718 | |||
* | config: deprecated symbol CONFIG_LEDS_GPIO_PLATFORM | Jo-Philipp Wich | 2012-02-24 | |
| | | | | | | | | | | | | 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 oopses | John Crispin | 2012-02-23 | |
| | | | | SVN-Revision: 30690 | |||
* | kernel: strip unnecessary symbol table information from kernel modules, ↵ | Felix Fietkau | 2012-02-20 | |
| | | | | | | reduces default squashfs size on ar71xx by about 4k SVN-Revision: 30657 | |||
* | generic: add disable_[25]ghz to struct rt2x00_platform_data | Gabor Juhos | 2012-02-18 | |
| | | | | SVN-Revision: 30630 | |||
* | generic/2.6.37: fix 'set but unused' build errors on MIPS | Gabor Juhos | 2012-02-17 | |
| | | | | SVN-Revision: 30615 | |||
* | generic: add SND_PPC symbol | Gabor Juhos | 2012-02-16 | |
| | | | | SVN-Revision: 30572 | |||
* | linux 3.2: missing generic symbols | Jo-Philipp Wich | 2012-02-15 | |
| | | | | | | | | 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 upstream | John Crispin | 2012-02-14 | |
| | | | | | | | | | | | | | 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 fixes | John Crispin | 2012-02-14 | |
| | | | | | | | | 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 symbols | Imre Kaloz | 2012-02-11 | |
| | | | | SVN-Revision: 30460 | |||
* | generic/2.6.39: refresh patches | Gabor Juhos | 2012-02-11 | |
| | | | | SVN-Revision: 30458 | |||
* | refresh patches to -rc3 | Imre Kaloz | 2012-02-11 | |
| | | | | SVN-Revision: 30456 | |||
* | generic: fix yaffs2 build warnings on 3.3 | Gabor Juhos | 2012-02-10 | |
| | | | | SVN-Revision: 30418 | |||
* | ar71xx: refresh 3.2 patches | Gabor Juhos | 2012-02-10 | |
| | | | | SVN-Revision: 30402 | |||
* | kernel: update linux 3.2 to 3.2.5 | Gabor Juhos | 2012-02-10 | |
| | | | | SVN-Revision: 30401 | |||
* | generic: fix kexec build error for MIPS with gcc-4.6-linaro | Gabor Juhos | 2012-02-09 | |
| | | | | SVN-Revision: 30395 | |||
* | generic: 3.3: add missing config symbols | Gabor Juhos | 2012-02-09 | |
| | | | | SVN-Revision: 30393 | |||
* | generic: 3.3: fix yaffs2 build error | Gabor Juhos | 2012-02-09 | |
| | | | | SVN-Revision: 30392 | |||
* | generic: fix yaffs2 build error on 3.2 | Gabor Juhos | 2012-02-08 | |
| | | | | SVN-Revision: 30389 | |||
* | kernel: add a recent upstream commit (post-3.3) to the ssb update patch, ↵ | Felix Fietkau | 2012-02-07 | |
| | | | | | | required for the next mac80211 update SVN-Revision: 30345 | |||
* | kernel: fix netfilter layer7 compilation in 3.3 | Jonas Gorski | 2012-02-04 | |
| | | | | SVN-Revision: 30026 | |||
* | x86: add 3.3 generic symbols | Jonas Gorski | 2012-02-02 | |
| | | | | | | | | Copy x86/config-3.2 to x86/config-3.3 and add additional symbols (for 3.3-rc2). Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 30002 | |||
* | kernel: add preliminary support for linux 3.3 | Jonas Gorski | 2012-02-02 | |
| | | | | | | Based on 3.3-rc2 SVN-Revision: 29986 | |||
* | kernel: update linux 3.2 to 3.2.2 | Jonas Gorski | 2012-01-31 | |
| | | | | SVN-Revision: 29967 | |||
* | fix gpiommc build failure with 3.2 | Florian Fainelli | 2012-01-30 | |
| | | | | SVN-Revision: 29954 | |||
* | add another 3.2 framebuffer symbol | Florian Fainelli | 2012-01-29 | |
| | | | | SVN-Revision: 29940 |