Age | Commit message (Expand) | Author | Files | Lines |
2009-09-25 | Optimize the ordering of sections in RW_DATA_SECTION. | Tim Abbott | 1 | -2/+2 |
2009-09-17 | Merge branch 'linus' into tracing/core | Ingo Molnar | 1 | -5/+19 |
2009-09-13 | ftrace: __start_mcount_loc should be .init.rodata | John Reiser | 1 | -2/+3 |
2009-08-14 | Merge branch 'percpu-for-linus' into percpu-for-next | Tejun Heo | 1 | -16/+15 |
2009-07-18 | vmlinux.lds.h: restructure BSS linker script macros | Tim Abbott | 1 | -10/+9 |
2009-07-09 | linker script: unify usage of discard definition | Tejun Heo | 1 | -6/+12 |
2009-07-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes | Linus Torvalds | 1 | -6/+6 |
2009-07-04 | Merge branch 'master' into for-next | Tejun Heo | 1 | -2/+3 |
2009-07-01 | gcov: fix __ctors_start alignment | Heiko Carstens | 1 | -1/+2 |
2009-06-27 | asm-generic/vmlinux.lds.h: shuffle INIT_TASK* macro names in vmlinux.lds.h | Tim Abbott | 1 | -4/+4 |
2009-06-27 | asm-generic/vmlinux.lds.h: Fix up RW_DATA_SECTION definition. | Paul Mundt | 1 | -2/+2 |
2009-06-24 | linker script: throw away .discard section | Tejun Heo | 1 | -0/+8 |
2009-06-23 | LDSCRIPT: Name INIT_RAM_FS consistently | David Howells | 1 | -1/+1 |
2009-06-19 | kernel: constructor support | Peter Oberparleiter | 1 | -0/+9 |
2009-06-15 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kb... | Linus Torvalds | 1 | -10/+231 |
2009-06-15 | vmlinux.lds.h update | Sam Ravnborg | 1 | -7/+10 |
2009-06-10 | Improve vmlinux.lds.h support for arch specific linker scripts | Sam Ravnborg | 1 | -7/+224 |
2009-06-10 | initconst adjustments | Jan Beulich | 1 | -2/+3 |
2009-05-07 | Merge branch 'linus' into tracing/core | Ingo Molnar | 1 | -4/+3 |
2009-04-28 | Remove unused support code for refok sections. | Tim Abbott | 1 | -3/+0 |
2009-04-26 | Add new HEAD_TEXT_SECTION macro. | Tim Abbott | 1 | -1/+3 |
2009-04-14 | tracing/infrastructure: separate event tracer from event support | Tom Zanussi | 1 | -1/+1 |
2009-04-02 | Merge branch 'tracing/core-v2' into tracing-for-linus | Ingo Molnar | 1 | -1/+28 |
2009-03-27 | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 1 | -4/+51 |
2009-03-25 | dynamic debug: combine dprintk and dynamic printk | Jason Baron | 1 | -9/+6 |
2009-03-13 | tracing/syscalls: core infrastructure for syscalls tracing, enhancements | Frederic Weisbecker | 1 | -1/+10 |
2009-03-10 | Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' ... | Ingo Molnar | 1 | -1/+1 |
2009-03-09 | tracing: trace_printk() fix, move format array to data section | Ingo Molnar | 1 | -1/+1 |
2009-03-08 | Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing... | Ingo Molnar | 1 | -4/+51 |
2009-03-06 | tracing: add trace_bprintk() | Lai Jiangshan | 1 | -0/+9 |
2009-03-06 | Merge branch 'x86/core' into tracing/textedit | Ingo Molnar | 1 | -4/+51 |
2009-02-25 | tracing: add event trace infrastructure | Steven Rostedt | 1 | -1/+10 |
2009-01-31 | linker script: use separate simpler definition for PERCPU() | Tejun Heo | 1 | -5/+17 |
2009-01-29 | Revert "generic, x86: fix __per_cpu_load relocation" | Ingo Molnar | 1 | -4/+3 |
2009-01-26 | generic, x86: fix __per_cpu_load relocation | Brian Gerst | 1 | -3/+4 |
2009-01-20 | linker script: kill PERCPU_VADDR_PREALLOC() | Tejun Heo | 1 | -37/+8 |
2009-01-20 | percpu: refactor percpu.h | Brian Gerst | 1 | -0/+1 |
2009-01-17 | linker script: add missing VMLINUX_SYMBOL | Tejun Heo | 1 | -2/+3 |
2009-01-16 | x86: fold pda into percpu area on SMP | Tejun Heo | 1 | -1/+24 |
2009-01-16 | x86: make percpu symbols zerobased on SMP | Tejun Heo | 1 | -6/+45 |
2008-12-12 | tracing/function-graph-tracer: add a new .irqentry.text section | Frederic Weisbecker | 1 | -0/+10 |
2008-11-23 | trace: profile all if conditionals | Steven Rostedt | 1 | -1/+10 |
2008-11-23 | trace: consolidate unlikely and likely profiler | Steven Rostedt | 1 | -6/+3 |
2008-11-16 | tracepoints: add DECLARE_TRACE() and DEFINE_TRACE() | Mathieu Desnoyers | 1 | -0/+1 |
2008-11-13 | trace: rename unlikely profiler to branch profiler | Steven Rostedt | 1 | -1/+1 |
2008-11-12 | tracing: profile likely and unlikely annotations | Steven Rostedt | 1 | -1/+13 |
2008-10-21 | Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+13 |
2008-10-16 | driver core: basic infrastructure for per-module dynamic debug messages | Jason Baron | 1 | -1/+9 |
2008-10-14 | ftrace: create __mcount_loc section | Steven Rostedt | 1 | -0/+8 |
2008-10-14 | tracing: Kernel Tracepoints | Mathieu Desnoyers | 1 | -1/+5 |