summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-12-13tracing: Change event->profile_count to be int typeLi Zefan2-4/+3
2009-12-13tracing: Simplify trace_option_write()Li Zefan1-54/+31
2009-12-13tracing: Remove useless trace optionLi Zefan2-13/+11
2009-12-13tracing: Use seq file for trace_clockLi Zefan1-9/+15
2009-12-13tracing: Use seq file for trace_optionsLi Zefan1-43/+17
2009-12-13function-graph: Allow writing the same val to set_graph_functionLi Zefan1-3/+2
2009-12-13ftrace: Call trace_parser_clear() properlyLi Zefan1-2/+1
2009-12-13ftrace: Return EINVAL when writing invalid val to set_ftrace_filterLi Zefan1-6/+16
2009-12-13tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan2-13/+17
2009-12-13tracing: Pull up calls to trace_define_common_fields()Li Zefan4-23/+4
2009-12-13tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan1-0/+14
2009-12-10ring-buffer: Move resize integrity check under reader lockSteven Rostedt1-4/+4
2009-12-10ring-buffer: Use sync sched protection on ring buffer resizingSteven Rostedt1-16/+9
2009-12-11tracing: Fix wrong usage of strstrip in trace_ksymsThomas Gleixner1-28/+21
2009-12-10Merge branch 'tip/tracing/core3' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar4-57/+242
2009-12-09tracing: Remove comparing of NULL to va_list in trace_array_vprintk()Carsten Emde1-6/+12
2009-12-09tracing: Fix function graph trace_pipe to properly display failed entriesJiri Olsa1-34/+131
2009-12-09tracing: Add full state to trace_seqJohannes Berg1-11/+50
2009-12-09tracing: Buffer the output of seq_file in case of filled bufferSteven Rostedt2-6/+43
2009-12-09tracing: Only call pipe_close if pipe_close is definedSteven Rostedt1-1/+1
2009-12-08Merge branches 'timers-for-linus-ntp' and 'irq-core-for-linus' of git://git.k...Linus Torvalds1-1/+1
2009-12-08Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-5/+8
2009-12-08Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-119/+279
2009-12-08Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+2
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-2/+3
2009-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds6-138/+146
2009-12-08Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-0/+49
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-6/+8
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds8-2162/+1660
2009-12-07tracing: Add pipe_close interfaceSteven Rostedt2-0/+6
2009-12-06PM / Runtime: Export the PM runtime workqueueAlan Stern1-0/+1
2009-12-06PM / Hibernate: Swap, use KERN_CONTJiri Slaby1-3/+3
2009-12-06PM / Hibernate: Shift remaining code from swsusp.c to hibernate.cNigel Cunningham3-30/+31
2009-12-06PM / Hibernate: Move swap functions to kernel/power/swap.c.Nigel Cunningham2-101/+101
2009-12-06Merge branch 'master' into for-linusRafael J. Wysocki70-1734/+7091
2009-12-05Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-177/+330
2009-12-05Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds22-575/+3574
2009-12-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller36-825/+2135
2009-12-05Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds11-208/+589
2009-12-05Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-26/+15
2009-12-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-32/+28
2009-12-05Merge branch 'core-softlockup-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2009-12-05Merge branch 'core-signal-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-13/+33
2009-12-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-362/+1040
2009-12-05Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+7
2009-12-05Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-160/+358
2009-12-05Merge branch 'core-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+48
2009-12-04block: Fix io_context leak after failure of clone with CLONE_IOLouis Rilling2-2/+3
2009-12-03ipv4 05/05: add sysctl to accept packets with local source addressesPatrick McHardy1-0/+1
2009-12-03mutex: Fix missing conditions to build mutex_spin_on_owner()Frederic Weisbecker1-1/+1