aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic
Commit message (Collapse)AuthorAgeFilesLines
...
* generic: ar8216: add support for get link statusGabor Juhos2011-08-151-0/+62
| | | | SVN-Revision: 27989
* kernel: disable cfi cmdset 0002 erase suspendFelix Fietkau2011-08-153-0/+33
| | | | | | | | | | 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
* initramfs: allow preinit to enable switching from initramfs to tmpfs to ↵Felix Fietkau2011-08-111-0/+13
| | | | | | allow overlayfs to be mounted on top of it SVN-Revision: 27960
* add more missing touchscren symbols (3.0+)Florian Fainelli2011-08-113-0/+3
| | | | SVN-Revision: 27956
* 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
* kernel: 2.6.30: remove bogus additional find_task_by_vpid export from OCFJonas Gorski2011-08-111-10/+0
| | | | | | find_task_by_vpid is already exported, thus breaking builds. SVN-Revision: 27952
* add ignore_oc in struct ehci_hcdFlorian Fainelli2011-08-105-8/+131
| | | | SVN-Revision: 27945
* add CONFIG_EARLY_PRINTKFlorian Fainelli2011-08-091-0/+1
| | | | SVN-Revision: 27942
* linux: generic: add support for 3.1-rc1Jonas Gorski2011-08-09115-0/+66018
| | | | SVN-Revision: 27940
* kernel: fix another typo in the netfilter optimization patchesFelix Fietkau2011-08-072-2/+2
| | | | SVN-Revision: 27927
* kernel: add missing optionHauke Mehrtens2011-08-061-0/+1
| | | | SVN-Revision: 27925
* kernel: add missing checks in the netfilter optimization patch which broke ↵Felix Fietkau2011-08-064-19/+25
| | | | | | some rules containing only source/destination address checks SVN-Revision: 27923
* kernel: add some missing config optionsHauke Mehrtens2011-08-068-0/+17
| | | | | | These options where found by buildbot SVN-Revision: 27920
* kernel: update to kernel version 3.0.1Hauke Mehrtens2011-08-063-4/+4
| | | | SVN-Revision: 27918
* add more missing config symbolsFlorian Fainelli2011-08-051-0/+3
| | | | SVN-Revision: 27911
* add 101-perf_arm_uclibc.patch to 3.0 patchesFlorian Fainelli2011-08-051-0/+13
| | | | SVN-Revision: 27909
* add missing config symbolFlorian Fainelli2011-08-051-1/+2
| | | | SVN-Revision: 27908
* generic: Add missing config symbolJonas Gorski2011-08-032-0/+2
| | | | SVN-Revision: 27887
* remove 8*1-usb_serial_endpoint_size.patchFlorian Fainelli2011-08-038-204/+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
* linux/generic: remove obsolete kernel options from 3.0Jonas Gorski2011-08-021-62/+1
| | | | | | Also fix one typo. SVN-Revision: 27875
* kernel: Fix firewire for 2.6.37+Jonas Gorski2011-08-024-32/+0
| | | | | | | | The old ieee1394 stack was removed in 2.6.37. The new firewire stack is available for all kernel versions, but experimental for the older one, so make both available where appropriate. SVN-Revision: 27874
* kernel: enable inotify by default (#8055)Felix Fietkau2011-07-318-11/+11
| | | | SVN-Revision: 27853
* kernel: add a new version of my netfilter speedup patches for linux 2.6.39 ↵Felix Fietkau2011-07-308-0/+443
| | | | | | and 3.0 SVN-Revision: 27840
* swconfig: Add generic switch identifiersJonas Gorski2011-07-274-11/+39
| | | | | | | | Also make switches available under a generic name "switch<num>" for device name agnostic access. The old device name is used as an alias for backward compatibility. SVN-Revision: 27800
* x86: add missing config symbolsHauke Mehrtens2011-07-251-0/+5
| | | | | | | | | | This adds some config symbols for kernel 3.0. Thank you realopty for the patch. This is from #9719. SVN-Revision: 27775
* add missing symbols for generic and x86 on 3.0, based on Philip ↵Imre Kaloz2011-07-241-0/+3
| | | | | | Prindeville's patch SVN-Revision: 27762
* 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
* rtl8366_smi: implement a function for detecting whether the attached switch ↵Felix Fietkau2011-07-242-11/+77
| | | | | | is RTL8366S or RTL8366RB SVN-Revision: 27755
* rtl8366: unify rtl8366s and rtl8366rb platform dataFelix Fietkau2011-07-244-33/+14
| | | | SVN-Revision: 27754
* ocf-linux: version bump to 20110720Hauke Mehrtens2011-07-2451-1150/+4476
| | | | | | | | | | | | | | | 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
* kernel: update bcma and ssb to version master-2011-07-22 from wireless-testingHauke Mehrtens2011-07-2330-609/+22087
| | | | SVN-Revision: 27731
* brcm47xx: update bcma and ssb to master-2011-07-21Hauke Mehrtens2011-07-228-73/+667
| | | | | | | * 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
* kernel: backport and enable tmpfs xattr support for 2.6.39Felix Fietkau2011-07-193-2/+480
| | | | SVN-Revision: 27691
* 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-072-2/+109
| | | | SVN-Revision: 27518
* fix building of perf for arm on uclibcFlorian Fainelli2011-07-071-0/+13
| | | | SVN-Revision: 27514
* refresh patchesImre Kaloz2011-07-064-7/+8
| | | | SVN-Revision: 27492
* fixup mtd refresh and co.Imre Kaloz2011-07-065-21/+32
| | | | 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
* refresh 2.6.39 geode patchesFlorian Fainelli2011-07-062-4/+4
| | | | SVN-Revision: 27483
* add some symbolsImre Kaloz2011-07-051-0/+2
| | | | SVN-Revision: 27464