aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.0
Commit message (Collapse)AuthorAgeFilesLines
* fix 335-mips-kexec patch for all 3+ kernelsFlorian Fainelli2012-04-181-4/+4
| | | | SVN-Revision: 31344
* kernel: update bcma and ssb to version master-2012-04-12 from wireless-testingHauke Mehrtens2012-04-132-250/+1950
| | | | SVN-Revision: 31278
* expose CONFIG_NETFILTER_NETLINK for external kmodsJo-Philipp Wich2012-03-121-0/+11
| | | | SVN-Revision: 30894
* Merge branch 'bcm63xx'Florian Fainelli2012-03-052-123/+51
| | | | SVN-Revision: 30819
* kernel: remove the crtsavres dependency, the patched gcc will no longer emit ↵Felix Fietkau2012-03-051-47/+2
| | | | | | references to that code SVN-Revision: 30816
* drop backported patches as they cause regressions and oopsesJohn Crispin2012-02-231-83/+0
| | | | SVN-Revision: 30690
* linux-atm: update solos-pci driver to upstreamJohn Crispin2012-02-141-0/+348
| | | | | | | | | | | | | 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-141-0/+83
| | | | | | | | Submitted upstream to netdev by Chas Williams on linux-atm. Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 30540
* generic: fix kexec build error for MIPS with gcc-4.6-linaroGabor Juhos2012-02-091-2/+2
| | | | SVN-Revision: 30395
* kernel: add a recent upstream commit (post-3.3) to the ssb update patch, ↵Felix Fietkau2012-02-071-8/+117
| | | | | | required for the next mac80211 update SVN-Revision: 30345
* fix thinko in 102-ehci_hcd_ignore_oc patchFlorian Fainelli2012-01-181-2/+2
| | | | SVN-Revision: 29773
* kernel: backport overlayfs v11 to 3.0 and 2.6.39Jonas Gorski2012-01-131-290/+393
| | | | | | Should fix whiteout issues and missing files when using extroot. SVN-Revision: 29727
* kernel: update linux 3.0 to 3.0.17Jonas Gorski2012-01-139-33/+13
| | | | SVN-Revision: 29725
* generic: add driver for the RTL8367R/M switchesGabor Juhos2012-01-071-0/+23
| | | | SVN-Revision: 29678
* generic: improve MIPS kexec supportGabor Juhos2012-01-076-0/+1184
| | | | | | | | | | | | | It is based on patches from the linux-longsoon-community git tree: http://dev.lemote.com/cgit/linux-loongson-community.git/ Now the kernel can use the command line parameter from kexec-tools. Runtime tested on ar71xx with 2.6.39.4 (the wathdog must be stopped before executing the new kernel). Compile tested with lantiq (3.1.4) and brcm47xx (3.0.12). SVN-Revision: 29674
* remove current RTSP supportJo-Philipp Wich2012-01-041-1366/+0
| | | | SVN-Revision: 29643
* kernel: swconfig: introduce a generic switch LED triggerGabor Juhos2011-12-311-1/+5
| | | | SVN-Revision: 29627
* kernel: update bcma and ssb to version master-2011-12-16 from wireless-testingHauke Mehrtens2011-12-192-112/+2298
| | | | SVN-Revision: 29574
* generic: disable 'small sector' erase in m25p80 driverGabor Juhos2011-12-131-0/+41
| | | | | | | | This fixes the issues with the jffs2 images on various boards. Using JFFS2 on devices with 4KiB erase sectors is not safe: http://lists.infradead.org/pipermail/linux-mtd/2011-June/036591.html SVN-Revision: 29521
* linux: update 3.0 to 3.0.12Jonas Gorski2011-12-061-1/+1
| | | | SVN-Revision: 29469
* linux: update 3.0 to 3.0.9Jonas Gorski2011-11-196-14/+14
| | | | SVN-Revision: 29264
* refresh 3.0 patchesFlorian Fainelli2011-11-131-2/+0
| | | | SVN-Revision: 29043
* target: linux: mtd: fix MTDREFRESH to an arbitrary high numberJonas Gorski2011-11-091-1/+1
| | | | | | | | | To make the ioctl number "stable", use an arbitrary high number to prevent conflicts with new mtd ioctls that would push MTDREFRESH's number. Also make mtd use the in-kernel mtd headers. SVN-Revision: 28893
* linux/generic: commit an upstream kernel 3.0 patch (fixes busubox-1.19.2 ↵Alexandros C. Couloumbis2011-09-231-0/+33
| | | | | | build failure) SVN-Revision: 28293
* kernel: update to version 3.0.3Hauke Mehrtens2011-08-181-2/+2
| | | | SVN-Revision: 28043
* kernel: disable cfi cmdset 0002 erase suspendFelix Fietkau2011-08-151-0/+11
| | | | | | | | | | on some platforms, erase suspend leads to data corruption and lockups when write ops collide with erase ops. this has been observed on the buffalo wzr-hp-g300nh. rather than play whack-a-mole with a hard to reproduce issue on a variety of devices, simply disable erase suspend, as it will usually not produce any useful gain on the small filesystems used on embedded hardware. SVN-Revision: 27984
* kernel: revert r27953Hauke Mehrtens2011-08-111-0/+10
| | | | | | KanjiMonster did the right patch, I was just confused because of linux-3.0 and linux-2.6.30 SVN-Revision: 27954
* kernel: fix ocf patch for kernel 2.6.30Hauke Mehrtens2011-08-111-10/+0
| | | | | | find_task_by_vpid is already exported by the kernel without any patches needed. SVN-Revision: 27953
* add ignore_oc in struct ehci_hcdFlorian Fainelli2011-08-102-4/+45
| | | | SVN-Revision: 27945
* kernel: fix another typo in the netfilter optimization patchesFelix Fietkau2011-08-071-1/+1
| | | | SVN-Revision: 27927
* kernel: add missing checks in the netfilter optimization patch which broke ↵Felix Fietkau2011-08-062-11/+14
| | | | | | some rules containing only source/destination address checks SVN-Revision: 27923
* kernel: update to kernel version 3.0.1Hauke Mehrtens2011-08-063-4/+4
| | | | SVN-Revision: 27918
* add 101-perf_arm_uclibc.patch to 3.0 patchesFlorian Fainelli2011-08-051-0/+13
| | | | SVN-Revision: 27909
* remove 8*1-usb_serial_endpoint_size.patchFlorian Fainelli2011-08-031-26/+0
| | | | | | This is breaking some devices out there such as Winchiphead CH341 adapters (#9601) SVN-Revision: 27885
* refresh 3.0 patchesFlorian Fainelli2011-08-022-8/+8
| | | | SVN-Revision: 27879
* kernel: add a new version of my netfilter speedup patches for linux 2.6.39 ↵Felix Fietkau2011-07-304-0/+223
| | | | | | and 3.0 SVN-Revision: 27840
* From: George Kashperko <george@znau.edu.ua> Issue map read after Write ↵Jo-Philipp Wich2011-07-241-0/+18
| | | | | | Buffer Load command to ensure chip is ready to receive data. Signed-off-by: George Kashperko <george@znau.edu.ua> SVN-Revision: 27760
* refresh 501-yaffs_cvs_2009_04_24.patch for Linux 3.0 finalJo-Philipp Wich2011-07-241-4/+4
| | | | SVN-Revision: 27759
* ocf-linux: version bump to 20110720Hauke Mehrtens2011-07-241-61/+24
| | | | | | | | | | | | | | | Fixes problem with TFM allocation in cryptosoft.c Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Hauke: * remove ubsec_ssb package and take it from ocf-linux * use patches from ocf-linux package * refresh all patches * readd some build fixes for OpenWrt. * readd CRYPTO_MANAGER dependency SVN-Revision: 27753
* 3.0 is outImre Kaloz2011-07-231-9/+0
| | | | SVN-Revision: 27736
* brcm47xx: update bcma and ssb to master-2011-07-21Hauke Mehrtens2011-07-223-18/+366
| | | | | | | * add new patches for bcm4716 SoC * add support for serial flash on bcma bus SVN-Revision: 27723
* kernel: update to linux-3.0 and refresh patches.Hauke Mehrtens2011-07-225-8/+10
| | | | | | Thank you Peter Wagner for the patch SVN-Revision: 27722
* upgrade to 3.0-rc7Imre Kaloz2011-07-127-38/+10
| | | | SVN-Revision: 27600
* add mpcore_wdt fixesImre Kaloz2011-07-084-0/+178
| | | | SVN-Revision: 27557
* refresh patchesImre Kaloz2011-07-071-16/+2
| | | | SVN-Revision: 27527
* 3.0 is at rc6 nowImre Kaloz2011-07-071-1/+1
| | | | SVN-Revision: 27524
* add support for and switch to XZ compressed kernels on ARMImre Kaloz2011-07-071-0/+107
| | | | SVN-Revision: 27518
* fixup mtd refresh and co.Imre Kaloz2011-07-061-5/+16
| | | | SVN-Revision: 27491
* fix myloader patch, thanks KanjiMonsterImre Kaloz2011-07-061-1/+1
| | | | SVN-Revision: 27490
* replace the cut down machtype with the full one, as we support a lot of ↵Imre Kaloz2011-07-061-0/+2991
| | | | | | not-yet-upstreamed stuff SVN-Revision: 27485