First  |  Prev |  Next  |  Last
Pages: 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363
module linker script: coalesce function and data sections
Denys Vlasenko <vda.linux(a)googlemail.com> wrote: + .data 0 : AT(0) { *(.data .data.[A-Za-z0-9_$^]*) } + .bss 0 : AT(0) { *(.bss .bss.[A-Za-z0-9_$^]*) } What about .sdata and .sbss sections produced by arches that support small data sections? David -- To unsubscribe from this list: send the line "u... 5 Aug 2010 22:29
[PATCH] futex: futex_find_get_task remove credentails check
On Thu, Jul 08, 2010 at 02:51:04PM +0200, Michal Hocko wrote: Hi stable team, could you consider including the following patch (Linus tree commit: 7a0ea09ad5352efce8fe79ed853150449903b9f5). Now queued up. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ... 28 Jul 2010 20:40
[PATCH 3/4] kernel linker stripts: accomodate function and data sections
gcc -ffunction-sections -fdata-sections places each function foo into separate section .text.foo, and every data object bar into separate section .data.bar, .rodata.bar or .bss.bar. Kernel linker scripts were not ready for this and linker heuristics for orphaned sections were not good enough to result in bootable... 28 Jul 2010 20:40
[PATCH 4/4] boot linker stripts: accomodate function and data sections
gcc -ffunction-sections -fdata-sections places each function foo into separate section .text.foo, and every data object bar into separate section .data.bar, .rodata.bar or .bss.bar. Boot linker scripts were not ready for this. This fix adds *(.text.*), *(.data.*) etc patterns directly after corresponding *(.te... 28 Jul 2010 20:40
[PATCH 2/4] module linker script: coalesce function and data sections
gcc -ffunction-sections -fdata-sections places each function foo into separate section .text.foo, and every data object bar into separate section .data.bar, .rodata.bar or .bss.bar. This fix prevents kernel modules from having unnecessarily many sections and thus prevents module size growth when we pass -ffuncti... 28 Jul 2010 20:40
[PATCH 0/4] function/data-sections
Hi Michal, Please take this patch series onto linux-kbuild. Most of work needed for working -ffunction-sections -fdata-sections build is already in the mainline, but a few bits are still missing. In order to have a working kernel with this make invocation: make KCFLAGS="-ffunction-sections -fdata-sections"... 28 Jul 2010 20:40
Package Level Thermal Control and Power Limit Notification: power limit
On Wed, Jul 28, 2010 at 02:17:40PM -0700, Guenter Roeck wrote: On Wed, 2010-07-28 at 15:00 -0400, Fenghua Yu wrote: From: Fenghua Yu <fenghua.yu(a)intel.com> -static int therm_throt_process(bool is_throttled, int level) +static int therm_throt_process(bool new_event, int event, int level) { ... 28 Jul 2010 19:34
[tip:x86/cpu] x86, cpu: AMD errata checking framework
Commit-ID: d78d671db478eb8b14c78501c0cee1cc7baf6967 Gitweb: http://git.kernel.org/tip/d78d671db478eb8b14c78501c0cee1cc7baf6967 Author: Hans Rosenfeld <hans.rosenfeld(a)amd.com> AuthorDate: Wed, 28 Jul 2010 19:09:30 +0200 Committer: H. Peter Anvin <hpa(a)linux.intel.com> CommitDate: Wed, 28 Jul 2010 13:12:04 ... 28 Jul 2010 19:34
[tip:x86/cpu] x86, cpu: Clean up AMD erratum 400 workaround
Commit-ID: 9d8888c2a214aece2494a49e699a097c2ba9498b Gitweb: http://git.kernel.org/tip/9d8888c2a214aece2494a49e699a097c2ba9498b Author: Hans Rosenfeld <hans.rosenfeld(a)amd.com> AuthorDate: Wed, 28 Jul 2010 19:09:31 +0200 Committer: H. Peter Anvin <hpa(a)linux.intel.com> CommitDate: Wed, 28 Jul 2010 13:12:11 ... 28 Jul 2010 19:34
[tip:x86/asm] x86, asm: Clean up and simplify <asm/cmpxchg.h>
Commit-ID: 4532b305e8f0c238dd73048068ff8a6dd1380291 Gitweb: http://git.kernel.org/tip/4532b305e8f0c238dd73048068ff8a6dd1380291 Author: H. Peter Anvin <hpa(a)linux.intel.com> AuthorDate: Wed, 28 Jul 2010 15:18:35 -0700 Committer: H. Peter Anvin <hpa(a)linux.intel.com> CommitDate: Wed, 28 Jul 2010 15:24:09 -07... 28 Jul 2010 19:34
First  |  Prev |  Next  |  Last
Pages: 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363