Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | break trunk temporary - upgrade to 2.6.21.1 and iptables 1.3.7 | Imre Kaloz | 2007-05-23 | |
| | | | | SVN-Revision: 7315 | |||
* | make CONFIG_PCCARD disabled by default | Felix Fietkau | 2007-05-23 | |
| | | | | SVN-Revision: 7310 | |||
* | Fix duplicate entries in the patch | Florian Fainelli | 2007-05-20 | |
| | | | | SVN-Revision: 7289 | |||
* | Add generic GPIO support to MIPS boards | Florian Fainelli | 2007-05-20 | |
| | | | | SVN-Revision: 7287 | |||
* | fix pcmcia/pccard build defaults | Felix Fietkau | 2007-05-19 | |
| | | | | SVN-Revision: 7275 | |||
* | forgot a file in [7158] | Mike Baker | 2007-05-10 | |
| | | | | SVN-Revision: 7161 | |||
* | change handling of target/linux/generic-2.x/files to match other targets (#1648) | Mike Baker | 2007-05-10 | |
| | | | | SVN-Revision: 7158 | |||
* | use hotplug2 for serializing hotplug events on 2.6 | Felix Fietkau | 2007-05-05 | |
| | | | | SVN-Revision: 7097 | |||
* | make sure the ramdisk generation will work when you have defined a special ↵ | Florian Fainelli | 2007-05-03 | |
| | | | | | | TIMEFMT SVN-Revision: 7088 | |||
* | backport a few usb device ids from 2.6.21 for airprime | Mike Baker | 2007-05-01 | |
| | | | | SVN-Revision: 7077 | |||
* | use separate sysctl.conf files for 2.4 and 2.6 - fixes some boot message spam | Felix Fietkau | 2007-04-24 | |
| | | | | SVN-Revision: 7043 | |||
* | add tcp syn cookies support (fixes one of the sysctl error messages at boot ↵ | Felix Fietkau | 2007-04-24 | |
| | | | | | | time) SVN-Revision: 7042 | |||
* | move the lzma decompressor out of squashfs-lzma patch and into a new patch ↵ | Felix Fietkau | 2007-04-18 | |
| | | | | | | (i want to use it for initramfs in the future) SVN-Revision: 7001 | |||
* | Enable videodev, but do not build all hardware modules | Florian Fainelli | 2007-04-16 | |
| | | | | SVN-Revision: 6961 | |||
* | Add lzma compression for x86 based targets | Florian Fainelli | 2007-04-16 | |
| | | | | SVN-Revision: 6960 | |||
* | fix default 2.6 kernel config so we dont halt at CMTP protocol support | Tim Yardley | 2007-04-10 | |
| | | | | SVN-Revision: 6925 | |||
* | Enable codepage 1250 support (#1554) | Florian Fainelli | 2007-04-08 | |
| | | | | SVN-Revision: 6906 | |||
* | Add ISDN support (#1498) | Florian Fainelli | 2007-04-08 | |
| | | | | SVN-Revision: 6905 | |||
* | Fix free space size check | Eugene Konev | 2007-04-07 | |
| | | | | SVN-Revision: 6880 | |||
* | Limit the number of hotplug childrens | Florian Fainelli | 2007-04-01 | |
| | | | | SVN-Revision: 6804 | |||
* | clean up nfsd kernel config entries (#1523) | Felix Fietkau | 2007-03-27 | |
| | | | | SVN-Revision: 6731 | |||
* | Disable YAFFS and NAND by default | Florian Fainelli | 2007-03-26 | |
| | | | | SVN-Revision: 6717 | |||
* | Move the yaffs patch to be generic, shared between rb532 and adm5120 | Florian Fainelli | 2007-03-26 | |
| | | | | SVN-Revision: 6716 | |||
* | Make lzma-loader sdram mapping configurable (#1169) | Eugene Konev | 2007-03-18 | |
| | | | | SVN-Revision: 6598 | |||
* | fix up remaining parts for the brcm47xx-2.6 port (tested on wgt634u), nuke ↵ | Felix Fietkau | 2007-03-14 | |
| | | | | | | the old brcm-2.6 port, close #1312, #1451 SVN-Revision: 6564 | |||
* | nuke mdev and replace it with hotplug2 :) | Felix Fietkau | 2007-03-04 | |
| | | | | SVN-Revision: 6512 | |||
* | R.I.P. devfs | Imre Kaloz | 2007-03-03 | |
| | | | | SVN-Revision: 6478 | |||
* | make squashfs overlay support more generic and integrate it for x86-2.6 | Felix Fietkau | 2007-03-02 | |
| | | | | SVN-Revision: 6450 | |||
* | move mtd rootfs split patch to generic-2.6, disabled for broadcom targets ↵ | Felix Fietkau | 2007-03-01 | |
| | | | | | | until the flash map driver is updated and tested SVN-Revision: 6449 | |||
* | add a patch to revert recent breakage in the intel cfi flash driver (fixes ↵ | Felix Fietkau | 2007-02-28 | |
| | | | | | | #1140) SVN-Revision: 6420 | |||
* | update to imq patch version 2.6.19-imq3 - fixes kernel oops from #1397 | Felix Fietkau | 2007-02-28 | |
| | | | | SVN-Revision: 6418 | |||
* | correct wrong CONFIG_PCMCIA defaults (fixes buildbot errors) | Felix Fietkau | 2007-02-26 | |
| | | | | SVN-Revision: 6390 | |||
* | Finally fix the pesky x86-2.6 block2mtd related crash (#1058) When erasing ↵ | Felix Fietkau | 2007-02-18 | |
| | | | | | | | | blocks, block2mtd checks the block on the physical disk to see if everything's filled with 0xff. When grabbing a page from the page cache, it initializes the limit as <start address> + PAGE_SIZE. Turns out that the pointer to the status page is (unsigned long *), and thus it adds (PAGE_SIZE * 4). This would never have been caught, if it wasn't for the unlikely event that block2mtd catches the *last* page available in the system ram and thus tries to scan 4 memory pages from there. The absolutely trivial fix is to do a double cast (cast to (u8 *), add PAGE_SIZE, then cast to (unsigned long *)) ... and there was much rejoicing SVN-Revision: 6318 | |||
* | add fix for kernel headers to allow offsetof access from user space | Felix Fietkau | 2007-02-14 | |
| | | | | SVN-Revision: 6299 | |||
* | move tlb change for mips 4KC to generic patches (required for most mips targets) | Felix Fietkau | 2007-02-13 | |
| | | | | SVN-Revision: 6294 | |||
* | port [6229] to kamikaze | Felix Fietkau | 2007-02-08 | |
| | | | | SVN-Revision: 6275 | |||
* | add extra netfilter xt stuff to config-template | Felix Fietkau | 2007-02-04 | |
| | | | | SVN-Revision: 6264 | |||
* | disable block2mtd page readahead (patch from #1058) | Felix Fietkau | 2007-02-01 | |
| | | | | SVN-Revision: 6242 | |||
* | forward port missing parts of the mtd permission change in whiterussian (and ↵ | Felix Fietkau | 2007-01-27 | |
| | | | | | | add it to linux 2.6 as well) SVN-Revision: 6224 | |||
* | Add chaostable from #1187, also enable netfilter modules for ixp4xx. | Florian Fainelli | 2007-01-22 | |
| | | | | SVN-Revision: 6182 | |||
* | fix kernel compile on real operating systems :P (closes #1150) | Imre Kaloz | 2007-01-05 | |
| | | | | SVN-Revision: 5997 | |||
* | Add an OSX specific patch to make the kernel be compiled | Florian Fainelli | 2007-01-05 | |
| | | | | SVN-Revision: 5987 | |||
* | reorder netfilter patches, update layer7 kernel to latest version, should ↵ | Felix Fietkau | 2007-01-01 | |
| | | | | | | improve stability SVN-Revision: 5950 | |||
* | add compatibility patch for d80211 | Felix Fietkau | 2006-12-30 | |
| | | | | SVN-Revision: 5937 | |||
* | Replace inode.u.generic_ip with inode.i_private | Florian Fainelli | 2006-12-18 | |
| | | | | SVN-Revision: 5848 | |||
* | Renamed 050-* to comply with patch naming convention. | Rod Whitby | 2006-12-17 | |
| | | | | SVN-Revision: 5814 | |||
* | Replaced non-working (on NAS100d) redboot byteswap partition truncate patch ↵ | Rod Whitby | 2006-12-17 | |
| | | | | | | with the one that has been tested on NSLU2, NAS100d, Loft, etc., accepted by linux-mtd, and should be in 2.6.20 SVN-Revision: 5813 | |||
* | Upgrade to Linux 2.6.19 | Felix Fietkau | 2006-12-14 | |
| | | | | | | | - Includes large parts of the patch from #1021 by dpalffy - Includes RB532 NAND driver changes by n0-1 SVN-Revision: 5789 | |||
* | fix uclibc compile | Felix Fietkau | 2006-12-09 | |
| | | | | SVN-Revision: 5734 | |||
* | more compile fixes | Felix Fietkau | 2006-12-08 | |
| | | | | SVN-Revision: 5730 |