Hauke Mehrtens
|
6384a68295
|
Remove patches already applied in generic and refresh patches.
This fixes #6200
SVN-Revision: 18597
|
15 years ago |
Felix Fietkau
|
eaf1d61e6d
|
make fpu emulation support configurable through kernel_menuconfig by adding a prompt for it
SVN-Revision: 18414
|
15 years ago |
Felix Fietkau
|
ee937398f7
|
backport a recent version of vsprintf to linux 2.6.28 to fix mac80211 wifi interface detection
SVN-Revision: 18352
|
15 years ago |
Felix Fietkau
|
d1c5fa3695
|
remove the old alix led junk which was replaced by upstream code
SVN-Revision: 18320
|
15 years ago |
Imre Kaloz
|
3dd87b893a
|
since we are using newer iptables version, we don't need this patch anymore
SVN-Revision: 18162
|
15 years ago |
Felix Fietkau
|
839aeb3a78
|
fix ssb compile error on 2.6.28
SVN-Revision: 18063
|
15 years ago |
Felix Fietkau
|
570699d483
|
fix errors in unresolved weak symbols on arm
SVN-Revision: 18062
|
15 years ago |
Felix Fietkau
|
0ba61fe414
|
ssb: sync with wireless-2.6
SVN-Revision: 18022
|
15 years ago |
Florian Fainelli
|
970f50b72b
|
inform users when the in-kernel mips FPU emulator is disabled (#5774)
SVN-Revision: 17794
|
15 years ago |
Hauke Mehrtens
|
e014faf13f
|
Update ipset to version 3.2
SVN-Revision: 17764
|
15 years ago |
Felix Fietkau
|
6f4e700acd
|
when using -O2 instead of -Os, get rid of the two optimizations that are causing most of the extra bloat. brings kernel size close to the -Os size again
SVN-Revision: 17679
|
15 years ago |
Felix Fietkau
|
30e635c55b
|
move the updated version (for 2.6.30+) of ar8216/mvswitch to the generic files directory and remove patches for older kernel versions (no longer in use)
SVN-Revision: 17594
|
15 years ago |
Gabor Juhos
|
1a60ab36d9
|
kernel: wrong image_cmdline patches has been sent by accidentaly, replace them
SVN-Revision: 17570
|
15 years ago |
Gabor Juhos
|
47c0d7419f
|
kernel: get rid of the simple_prom_emulator, it is not really useful
SVN-Revision: 17567
|
15 years ago |
Gabor Juhos
|
d59f5b3a98
|
kernel: add generic image_cmdline hack to MIPS targets
SVN-Revision: 17563
|
15 years ago |
Florian Fainelli
|
06f095a73a
|
mode cygwin fixes for scripts/mod/file2alias
SVN-Revision: 17420
|
15 years ago |
Florian Fainelli
|
f2be850ea3
|
more linux kernel cygwin build fixes
SVN-Revision: 17402
|
15 years ago |
Hauke Mehrtens
|
82a092bece
|
fix for commit r17276
SVN-Revision: 17280
|
15 years ago |
Hauke Mehrtens
|
f7abb800cf
|
Do not build the mac80211 module in the kernel. The attributes skb->do_not_encrypt and skb->requeue in include/linux/skbuff.h are not used my mac80211 any more.
SVN-Revision: 17276
|
15 years ago |
Felix Fietkau
|
6e28b28c5e
|
add a driver for rtl8306 switches
SVN-Revision: 17248
|
15 years ago |
Felix Fietkau
|
bad105e7c8
|
arm: when linking the kernel, move the section discards after the other sections to fix discarding unused symbol exports
SVN-Revision: 17204
|
15 years ago |
Felix Fietkau
|
ed5f6f4efa
|
revert some accidentally committed test/debug changes from the module symbol export patch - should fix #5655
SVN-Revision: 17200
|
15 years ago |
Felix Fietkau
|
632457f587
|
backport fixed module exports patch to 2.6.28
SVN-Revision: 17187
|
15 years ago |
Felix Fietkau
|
9f01c68bb7
|
revert the module exports patch on 2.6.28 until it is fixed
SVN-Revision: 17185
|
15 years ago |
Felix Fietkau
|
bb5a40c64b
|
add an optional config option for stripping all unnecessary symbol exports from the kernel image
SVN-Revision: 17181
|
15 years ago |
Felix Fietkau
|
dffad9690f
|
fix a >2 year old stack overflow in the mtd rootfs split patch which only caused issues on the orion platform on 2.6.30. also merge the squashfs4 fix into the rootfs split patch
SVN-Revision: 16944
|
16 years ago |
Felix Fietkau
|
925c5951c6
|
add a new arm lzma kernel decompressor based on rewritten (and much more readable) unlzma code. backport to 2.6.28 as well. tested on ixp4xx and orion
SVN-Revision: 16939
|
16 years ago |
Gabor Juhos
|
c7fdb609e4
|
2.6.{28,30}: refresh patches
SVN-Revision: 16934
|
16 years ago |
Felix Fietkau
|
1685ce5f3d
|
mips: fix another bug in the module relocation change: the wrong base address for 24 bit jump -> long jump fixup table was used
SVN-Revision: 16904
|
16 years ago |
Felix Fietkau
|
cf2c544844
|
sched: fix compile errors with CONFIG_NET_SCHED deactivated in the kernel config (#5553)
SVN-Revision: 16903
|
16 years ago |
Felix Fietkau
|
df119d5c19
|
kernel: fix a relative addressing bug in the mips module relocation code change
SVN-Revision: 16831
|
16 years ago |
Gabor Juhos
|
091e028239
|
MIPS: fix loading of modules with unresolved weak symbols
SVN-Revision: 16823
|
16 years ago |
Felix Fietkau
|
d680184c26
|
sched: allow user space to create pfifo_fast qdiscs on virtual interfaces, allow pfifo_fast qdiscs to have filters and filter actions - useful for controlling packet classification into wme classes
SVN-Revision: 16791
|
16 years ago |
Gabor Juhos
|
eb990941a1
|
use subsys_initcall in the i2c-gpio driver
SVN-Revision: 16787
|
16 years ago |
Felix Fietkau
|
c2216626e1
|
seems like the pages that mentioned mips 4k cores not having prefetch were wrong. back out that patch. thx, juhosg
SVN-Revision: 16775
|
16 years ago |
Felix Fietkau
|
3b3d64743b
|
mips: replace -mlong-calls with -mno-long-calls to make function calls faster in kernel modules to achieve this, try to load kernel modules to KSEG0 and if that doesn't work, use vmalloc and fix up relocations with a jump table based on code from a kernel patch by MikroTik
SVN-Revision: 16772
|
16 years ago |
Felix Fietkau
|
877015bee9
|
mips: do not use the prefetch instruction on R4K (MIPS32_R1), the ISA does not implement it
SVN-Revision: 16771
|
16 years ago |
Felix Fietkau
|
6517a757ec
|
pppoe: add extra padding for the header (useful for drivers that need headroom)
SVN-Revision: 16628
|
16 years ago |
Florian Fainelli
|
b09970a3d8
|
turn off the Algorithmics FPU emulator by default now that we have software floating point enabled in the toolchain, please recompile your toolchains and kernels
SVN-Revision: 16605
|
16 years ago |
Hauke Mehrtens
|
567b6d1a27
|
refresh patches
SVN-Revision: 16444
|
16 years ago |
Florian Fainelli
|
5ed3b31ce0
|
refresh 2.6.28 patches
SVN-Revision: 16377
|
16 years ago |
Felix Fietkau
|
db5c4304f5
|
ocf: fix uninitialized variable access (thx, Dakon)
SVN-Revision: 16285
|
16 years ago |
Florian Fainelli
|
ba0f541d0d
|
mips: fix gcc 4.4.0 build failure on delay.h (#5116)
SVN-Revision: 16209
|
16 years ago |
Hauke Mehrtens
|
e80f5ca91e
|
Remove pcmcia support from ssb.
SVN-Revision: 16023
|
16 years ago |
Gabor Juhos
|
40ea70606a
|
generic-2.6: move PCI quirk patch from the adm5120 target into the generic patches
SVN-Revision: 15985
|
16 years ago |
Gabor Juhos
|
b71910dbb5
|
generic-2.6/2.6.28: refresh patches
SVN-Revision: 15982
|
16 years ago |
Imre Kaloz
|
a9c958c2de
|
make kernels use /etc/preinit by default
SVN-Revision: 15840
|
16 years ago |
Felix Fietkau
|
251a81b192
|
reduce the total cpu usage of ipt_do_table under high network load from 3.1% down to 1.6% (tested with oprofile)
SVN-Revision: 15822
|
16 years ago |
Florian Fainelli
|
fe811a9ef6
|
add linux-mips div64 rewrite to work with gcc-4.4.0 (#5023)
SVN-Revision: 15797
|
16 years ago |
Hauke Mehrtens
|
f24c234150
|
Add support for pcmcia to ssb. b43 will build now with pcmcia support.
SVN-Revision: 15784
|
16 years ago |