aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-08-06tracing: Move sched event insertion helpers in the sched switch tracer fileFrederic Weisbecker2-56/+57
2009-08-06tracing/core: Make the stack entry helpers globalFrederic Weisbecker2-19/+33
2009-08-06tracing/core: Turn ftrace_cpu_disabled into a global varFrederic Weisbecker2-1/+2
2009-08-06tracing: Simplify print_graph_cpu()Lai Jiangshan1-26/+4
2009-07-20tracing/filters: improve subsystem filterLi Zefan2-43/+84
2009-07-20tracing: cleanup for tracing_trace_options_read()Xiao Guangrong1-3/+3
2009-07-20tracing/events: record the size of dynamic arraysLi Zefan1-2/+4
2009-07-18tracing: Remove unused fields/variablesjolsa@redhat.com2-5/+1
2009-07-18Merge branch 'linus' into tracing/coreIngo Molnar31-795/+1191
2009-07-17tracing/function: Cleanup for function tracerXiao Guangrong2-17/+4
2009-07-17tracing/trace_stack: Cleanup for trace_lookup_stack()Xiao Guangrong1-8/+1
2009-07-17tracing/function: Simplify __ftrace_replace_code()Xiao Guangrong1-54/+18
2009-07-16tracing/function: Fix the return value of ftrace_trace_onoff_callback()Xiao Guangrong1-1/+1
2009-07-16ring_buffer: Fix warning while ignoring cmpxchg return valueLai Jiangshan1-2/+7
2009-07-16Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-12/+52
2009-07-14Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-57/+64
2009-07-14Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2009-07-13tracing/function-profiler: do not free per cpu variable statSteven Rostedt1-3/+2
2009-07-12Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds1-7/+0
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan3-1/+2
2009-07-11futexes: Fix infinite loop in get_futex_key() on huge pageSonny Rao1-0/+1
2009-07-11sched: Fix bug in SCHED_IDLE interaction with group schedulingPaul Turner1-1/+2
2009-07-10Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+1
2009-07-10sched: optimize cond_resched()Peter Zijlstra1-5/+9
2009-07-10Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-14/+12
2009-07-10hrtimer: Fix migration expiry checkThomas Gleixner2-68/+64
2009-07-10hrtimer: migration: do not check expiry time on current CPUThomas Gleixner1-2/+13
2009-07-10Merge branch 'tip/tracing/ring-buffer-3' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2-168/+770
2009-07-10tracing/workqueues: Add refcnt to struct cpu_workqueue_statsLai Jiangshan1-6/+26
2009-07-10tracing/stat: Add stat_release() callbackLai Jiangshan2-2/+7
2009-07-10kmemtrace: Rename some functionsLi Zefan1-8/+8
2009-07-10tracing/kmemtrace: Use the %pf formatFrederic Weisbecker1-20/+5
2009-07-10tracing/function-graph-tracer: Use the %pf formatFrederic Weisbecker1-10/+2
2009-07-10tracing/filter: Remove empty subsystem and its directoryXiao Guangrong2-1/+32
2009-07-10tracing/filter: Remove preds from struct event_subsystemXiao Guangrong1-33/+6
2009-07-10sched: Fix rt_rq->pushable_tasks initialization in init_rt_rq()Fabio Checconi1-1/+1
2009-07-10sched: Reset sched stats on fork()Lucas De Marchi1-9/+31
2009-07-10sched_rt: Fix overload bug on rt group schedulingPeter Zijlstra2-1/+18
2009-07-09kmemleak: Remove alloc_bootmem annotations introduced in the pastCatalin Marinas1-7/+0
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-3/+3
2009-07-08headers: mnt_namespace.h reduxAlexey Dobriyan3-3/+0
2009-07-07ring-buffer: make locklessSteven Rostedt2-151/+738
2009-07-07ring-buffer: make the buffer a true circular link listSteven Rostedt1-17/+32
2009-07-06cred_guard_mutex: do not return -EINTR to user-spaceOleg Nesterov1-2/+2
2009-07-06Fix virt_to_phys() warningsKevin Cernekee1-1/+1
2009-07-03kmemtrace: Print binary output only if 'bin' option is setLi Zefan1-30/+90
2009-07-02tracing: Fix trace_print_seq()Xiao Guangrong1-2/+1
2009-07-01tracing/events: Add trace_event boot optionLi Zefan3-6/+38
2009-07-01kprobes: Clean up insn_pages by using list instead of hlistMasami Hiramatsu1-19/+11
2009-07-01kprobes: No need to unlock kprobe_insn_mutexMasami Hiramatsu1-5/+1