summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-02-2810-328/+370
|\
| * Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2010-02-271-9/+43
| |\
| | * ftrace: Add function names to dangling } in function graph tracerSteven Rostedt2010-02-271-9/+43
| * | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2010-02-272-1/+6
| |\ \ | | |/ | |/|
| | * tracing/kprobes: Make Kconfig dependencies genericHeiko Carstens2010-02-171-1/+1
| | * tracing: Unify arch_syscall_addr() implementationsMike Frysinger2010-02-171-0/+5
| * | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2010-02-266-17/+6
| |\ \
| | * | tracing: Simplify memory recycle of trace_define_fieldWenji Huang2010-02-251-3/+1
| | * | tracing: Remove unnecessary variable in print_graph_returnWenji Huang2010-02-251-1/+0
| | * | tracing: Fix typo of info text in trace_kprobe.cWenji Huang2010-02-251-2/+2
| | * | tracing: Fix typo in prof_sysexit_enable()Wenji Huang2010-02-251-1/+1
| | * | tracing: Remove CONFIG_TRACE_POWER from kernel configLi Zefan2010-02-251-9/+0
| | * | tracing: Fix ftrace_event_call alignment for use with gcc 4.5Jeff Mahoney2010-02-251-1/+2
| * | | Merge commit 'v2.6.33' into tracing/coreIngo Molnar2010-02-2633-160/+372
| |\ \ \ | | |/ / | |/| |
| * | | ftrace: Allow to remove a single function from function graph filterLi Zefan2010-02-112-21/+33
| * | | tracing: Add correct/incorrect to sort keys for branch annotation outputSteven Rostedt2010-02-101-2/+17
| | |/ | |/|
| * | tracing: Simplify test for function_graph tracing start pointLai Jiangshan2010-01-292-7/+3
| * | tracing: Drop the tr check from the graph tracing pathFrederic Weisbecker2010-01-171-9/+10
| * | tracing: Add stack dump to trace_printk if stacktrace option is setSteven Rostedt2010-01-071-2/+6
| * | tracing: Consolidate protection of reader access to the ring bufferLai Jiangshan2010-01-061-39/+97
| * | tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan2010-01-064-229/+0
| * | tracing: Use defined fields and print_fmt to print formatsLai Jiangshan2010-01-061-24/+41
| * | tracing: Have syscall tracing call its own init functionSteven Rostedt2010-01-061-6/+6
| * | tracing/kprobes: Init print_fmt for kprobe eventsLai Jiangshan2010-01-061-1/+63
| * | tracing/syscalls: Init print_fmt for syscall eventsLai Jiangshan2010-01-061-1/+67
| * | tracing: Add print_fmt fieldLai Jiangshan2010-01-061-0/+7
| * | tracing: Have __dynamic_array() define a fieldLai Jiangshan2010-01-061-1/+6
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-02-2814-225/+589
|\ \ \
| * | | rcu: Fix accelerated GPs for last non-dynticked CPUPaul E. McKenney2010-02-271-1/+9
| * | | rcu: Fix accelerated grace periods for last non-dynticked CPUPaul E. McKenney2010-02-273-20/+57
| * | | rcu: Export rcu_scheduler_activePaul E. McKenney2010-02-261-0/+1
| * | | rcu: Make rcu_read_lock_sched_held() take boot time into accountPaul E. McKenney2010-02-262-19/+18
| * | | rcu: Make lockdep_rcu_dereference() message less alarmistPaul E. McKenney2010-02-261-3/+3
| * | | sched, cgroups: Fix module exportIngo Molnar2010-02-251-0/+1
| * | | rcu: Add RCU_CPU_STALL_VERBOSE to dump detailed per-task informationPaul E. McKenney2010-02-253-0/+57
| * | | rcu: Fix rcutorture mod_timer argument to delay one jiffyPaul E. McKenney2010-02-251-1/+1
| * | | rcu: Fix deadlock in TREE_PREEMPT_RCU CPU stall detectionPaul E. McKenney2010-02-252-3/+2
| * | | rcu: Convert to raw_spinlocksPaul E. McKenney2010-02-253-92/+92
| * | | rcu: Stop overflowing signed integersPaul E. McKenney2010-02-253-28/+30
| * | | rcu: Accelerate grace period if last non-dynticked CPUPaul E. McKenney2010-02-252-3/+71
| * | | sched: Better name for for_each_domain_rdPaul E. McKenney2010-02-251-2/+2
| * | | sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney2010-02-256-10/+38
| * | | rcu: Integrate rcu_dereference_check() message into lockdepPaul E. McKenney2010-02-251-0/+18
| * | | rcu: Introduce lockdep-based checking to RCU read-side primitivesPaul E. McKenney2010-02-253-19/+53
| * | | Merge commit 'v2.6.33' into core/rcuIngo Molnar2010-02-2530-146/+353
| |\ \ \ | | | |/ | | |/|
| * | | rcu: Fix sparse warningsPaul E. McKenney2010-01-163-8/+6
| * | | rcu: Give different levels of the rcu_node hierarchy distinct lockdep namesPaul E. McKenney2010-01-131-1/+8
| * | | rcu: Add debug check for too many rcu_read_unlock()Paul E. McKenney2010-01-131-0/+3
| * | | rcu: Add force_quiescent_state() testing to rcutorturePaul E. McKenney2010-01-133-2/+115
| * | | rcu: Make force_quiescent_state() start grace period if neededPaul E. McKenney2010-01-132-0/+13