- ee000b7 tracing: use union for multi-usages field by Lai Jiangshan · 16 years ago
- 8aef2d2 function-graph: ignore times across schedule by Steven Rostedt · 16 years ago
- 5d1a03d function-graph: moved the timestamp from arch to generic code by Steven Rostedt · 16 years ago
- c0f92ba debugfs: function to know if debugfs is initialized by Frederic Weisbecker · 16 years ago
- 22de89b Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
- 327019b Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
- 97e7e4f tracing: optimization of branch tracer by Witold Baryluk · 16 years ago
- 37886f6 ring-buffer: add api to allow a tracer to change clock source by Steven Rostedt · 16 years ago
- 76a67ec nfsd: nfsd should drop CAP_MKNOD for non-root by J. Bruce Fields · 16 years ago
- 7243f21 Merge branches 'tracing/ftrace', 'tracing/syscalls' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
- fbd8104 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
- 18553c3 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
- 8709269 block: Add gfp_mask parameter to bio_integrity_clone() by un'ichi Nomura · 16 years ago
- f1823ac Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 16 years ago
- 5d82720 ide: save the returned value of dma_map_sg by FUJITA Tomonori · 16 years ago
- bed1ffc tracing/syscalls: core infrastructure for syscalls tracing, enhancements by Frederic Weisbecker · 16 years ago
- e94142a ftrace: remove struct list_head from struct dyn_ftrace by Lai Jiangshan · 16 years ago
- 62a394e Merge branches 'tracing/ftrace' and 'tracing/syscalls'; commit 'v2.6.29-rc8' into tracing/core by Ingo Molnar · 16 years ago
- ee08c6e tracing/ftrace: syscall tracing infrastructure, basics by Frederic Weisbecker · 16 years ago
- 5d592b4 tracing: tracepoints for softirq entry/exit - add softirq-to-name array by Jason Baron · 16 years ago
- 48ead02 tracing/core: bring back raw trace_printk for dynamic formats strings by Frederic Weisbecker · 16 years ago
- 480c93d Merge branch 'core/locking' into tracing/ftrace by Ingo Molnar · 16 years ago
- d820ac4 locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit] by Ingo Molnar · 16 years ago
- 3c1f67d Merge branch 'linus' into core/locking by Ingo Molnar · 16 years ago
- 446c92b [ARM] 5421/1: ftrace: fix crash due to tracing of __naked functions by Uwe Kleine-König · 16 years ago
- 45e575a cpumask: mm_cpumask for accessing the struct mm_struct's cpu_vm_mask. by Rusty Russell · 16 years ago
- 76e6eee cpumask: tsk_cpumask for accessing the struct task_struct's cpus_allowed. by Rusty Russell · 16 years ago
- 78851e1 NLM: Shrink the IPv4-only version of nlm_cmp_addr() by Chuck Lever · 16 years ago
- ae46141 NFSv3: Fix posix ACL code by Trond Myklebust · 16 years ago
- e2b8b28 Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
- 4dd163a Merge branches 'tracing/ftrace', 'tracing/textedit' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
- ef18012 tracing: remove funky whitespace in the trace code by Steven Rostedt · 16 years ago
- 823f912 tracing: document TRACE_EVENT macro in tracepoint.h by Steven Rostedt · 16 years ago
- 30a8fec tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macro by Steven Rostedt · 16 years ago
- 8293dd6 Merge branch 'x86/core' into tracing/ftrace by Ingo Molnar · 16 years ago
- 9a1043d Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
- 12e87e3 Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
- 467c88f Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', 'x86/urgent', 'linus' and 'core/percpu' into x86/core by Ingo Molnar · 16 years ago
- 157587d tracing: remove obsolete TRACE_EVENT_FORMAT macro by Steven Rostedt · 16 years ago
- da4d030 tracing: new format for specialized trace points by Steven Rostedt · 16 years ago
- 2939b04 tracing: replace TP<var> with TP_<var> by Steven Rostedt · 16 years ago
- 99adcd9 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 16 years ago
- 129f8ae Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod." by Dave Jones · 16 years ago
- df0b4a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
- 7bffc23 tracing: optimize trace_printk() by Ingo Molnar · 16 years ago
- 5dc18f5 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 16 years ago
- fd6ec5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
- 83d5a32 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
- 2a50b25 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
- dba58e3 Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing/textedit' into tracing/core by Ingo Molnar · 16 years ago
- ab96dde Input: serio - fix protocol number for TouchIT213 by Dmitry Torokhov · 16 years ago
- 769b044 tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk() by Frederic Weisbecker · 16 years ago
- 1ba28e0 tracing: add trace_bprintk() by Lai Jiangshan · 16 years ago
- 1427cdf tracing: infrastructure for supporting binary record by Lai Jiangshan · 16 years ago
- 546e535 Merge branch 'core/printk' into tracing/ftrace by Ingo Molnar · 16 years ago
- 4370aa4 vsprintf: add binary printf by Lai Jiangshan · 16 years ago
- 0e39ac4 tracing, Text Edit Lock - Architecture Independent Code by Mathieu Desnoyers · 16 years ago
- f0ef039 Merge branch 'x86/core' into tracing/textedit by Ingo Molnar · 16 years ago
- bc722f5 Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
- 1609743 Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core by Ingo Molnar · 16 years ago
- 6b19b0c x86, percpu: setup reserved percpu area for x86_64 by Tejun Heo · 16 years ago
- edcb463 percpu, module: implement reserved allocation and use it for module percpu variables by Tejun Heo · 16 years ago
- cafe881 percpu: use negative for auto for pcpu_setup_first_chunk() arguments by Tejun Heo · 16 years ago
- 2441d15 percpu: cosmetic renames in pcpu_setup_first_chunk() by Tejun Heo · 16 years ago
- 6a24290 percpu: clean up percpu constants by Tejun Heo · 16 years ago
- a1413c8 Merge branch 'x86/urgent' into x86/core by Ingo Molnar · 16 years ago
- d42ad15 ata: add CFA specific identify data words by Sergei Shtylyov · 16 years ago
- 2002c25 tracing: add tracing_on/tracing_off to kernel.h by Steven Rostedt · 16 years ago
- ebcad5a remove stale comment from <linux/hdreg.h> by Bartlomiej Zolnierkiewicz · 16 years ago
- 849d713 ide: allow to wrap interrupt handler by Stanislaw Gruszka · 16 years ago
- 84bda12 libata: align ap->sector_buf by Tejun Heo · 16 years ago
- 5825627 libata: fix dma_unmap_sg misuse by FUJITA Tomonori · 16 years ago
- e7d3ef1 libata: change drive ready wait after hard reset to 5s by Stuart Hayes · 16 years ago
- 0012693 tracing/function-graph-tracer: use the more lightweight local clock by Frederic Weisbecker · 16 years ago
- a140fea Merge commit 'v2.6.29-rc7' into core/locking by Ingo Molnar · 16 years ago
- 526211b tracing: move utility functions from ftrace.h to kernel.h by Ingo Molnar · 16 years ago
- 5e1607a tracing: rename ftrace_printk() => trace_printk() by Ingo Molnar · 16 years ago
- 77827a7 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 16 years ago
- 9d40bbd vlan: Fix vlan-in-vlan crashes. by David S. Miller · 16 years ago
- 28b1bd1 Merge branch 'core/locking' into tracing/ftrace by Ingo Molnar · 16 years ago
- 2602c3b Merge branch 'rfc/splice/tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
- a1be621 Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/core by Ingo Molnar · 16 years ago
- ef7a4a1 ring-buffer: fix ring_buffer_read_page by Steven Rostedt · 16 years ago
- 91d75e2 Merge branch 'x86/core' into core/percpu by Ingo Molnar · 16 years ago
- 8b0e586 Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x86/setup-lzma', 'x86/signal' and 'x86/urgent' into x86/core by Ingo Molnar · 16 years ago
- 219f170 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- b24746c Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 2d44947 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 654952b Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
- c79a61f tracing: make CALLER_ADDRx overwriteable by Uwe Kleine-Koenig · 16 years ago
- fdfa66a Merge branches 'tracing/ftrace', 'tracing/mmiotrace' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
- f180053 x86, mm: dont use non-temporal stores in pagecache accesses by Ingo Molnar · 16 years ago
- 5ce04e3 fix warning in io_mapping_map_wc() by Pallipadi, Venkatesh · 16 years ago
- 55f2b78 Merge branch 'x86/urgent' into x86/pat by Ingo Molnar · 16 years ago
- f5c1aa1 Revert "gpu/drm, x86, PAT: PAT support for io_mapping_*" by Ingo Molnar · 16 years ago
- 709ab32 net headers: export dcbnl.h by Chris Leech · 16 years ago
- 5c25222 net headers: cleanup dcbnl.h by Chris Leech · 16 years ago
- 18963ca Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 16 years ago
- acdb2c2 Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
- 6299280 tracing: create the C style tracing for the sched subsystem by Steven Rostedt · 16 years ago