You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux
Felix Fietkau 328e660b31 make rootfs split/detection more generic - patch can be moved to generic-2.6 after testing on other platforms (especially broadcom)
SVN-Revision: 6328
18 years ago
..
ar7-2.4 port [6229] to kamikaze 18 years ago
aruba-2.6 move tlb change for mips 4KC to generic patches (required for most mips targets) 18 years ago
atheros-2.6 make rootfs split/detection more generic - patch can be moved to generic-2.6 after testing on other platforms (especially broadcom) 18 years ago
au1000-2.6 port [6229] to kamikaze 18 years ago
brcm-2.4 port [6229] to kamikaze 18 years ago
brcm-2.6 port [6229] to kamikaze 18 years ago
brcm47xx-2.6 update work in progress rewritten bcm947xx code. wifi and usb seem to be working, flash access still has problems 18 years ago
brcm63xx-2.6 port [6229] to kamikaze 18 years ago
generic-2.4 add kernel branch emulation fix from #1345 18 years ago
generic-2.6 Finally fix the pesky x86-2.6 block2mtd related crash (#1058) When erasing 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 *)) 18 years ago
ixp4xx-2.6 port [6229] to kamikaze 18 years ago
magicbox-2.6 port [6229] to kamikaze 18 years ago
pxa-2.6 port [6229] to kamikaze 18 years ago
rb532-2.6 move tlb change for mips 4KC to generic patches (required for most mips targets) 18 years ago
rdc-2.6 port [6229] to kamikaze 18 years ago
sibyte-2.6 port [6229] to kamikaze 18 years ago
uml-2.6 make the uml kernel config compatible with both 32 bit and 64 bit systems 18 years ago
x86-2.6 add e1000 support 18 years ago
Makefile make kernel_menuconfig work without target toolchain 18 years ago