summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/patches-3.7/902-unaligned_access_hacks.patch
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: remove 3.7 supportGabor Juhos2013-03-041-787/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35870
* kernel: update linux 3.7 to 3.7.8Gabor Juhos2013-02-151-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35604
* kernel: update linux 3.7 to 3.7.5Gabor Juhos2013-01-291-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35390
* kernel: use -ffunction-sections, -fdata-sections and --gc-sections on mipsFelix Fietkau2013-01-261-2/+2
| | | | | | | in combination with kernel symbol export stripping this significantly reduces the kernel image size SVN-Revision: 35320
* kernel: update linux 3.7 to 3.7.3Gabor Juhos2013-01-181-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35216
* ar71xx: fix unaligned access in cls_u32Felix Fietkau2013-01-131-0/+22
| | | | SVN-Revision: 35132
* ar71xx: fix unaligned access in a few more placesFelix Fietkau2013-01-131-20/+151
| | | | SVN-Revision: 35130
* ar71xx: improve unaligned access patches, add a net_hdr_word() macro which ↵Felix Fietkau2013-01-131-20/+465
| | | | | | assumes 2-byte aligned access and generates better code than {get,put}_unaligned_cpu32 SVN-Revision: 35129
* ar71xx: avoid __packed define in the unaligned access hack patch, make the ↵Felix Fietkau2013-01-131-6/+37
| | | | | | ipv6 address struct also 2-byte-aligned/packed SVN-Revision: 35127
* ar71xx: extend the unaligned access hacks to a few more places that showed ↵Felix Fietkau2013-01-131-0/+41
| | | | | | up in the new kernel SVN-Revision: 35124
* ar71xx: add support for 3.7Gabor Juhos2012-12-291-0/+117
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34920