aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 51-403/+746
2009-08-09Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+4
2009-08-09Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 5-20/+42
2009-08-09Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-4/+3
2009-08-09perf_counter: Fix/complete ftrace event records samplingGravatar Frederic Weisbecker 3-5/+18
2009-08-09perf_counter, ftrace: Fix perf_counter integrationGravatar Peter Zijlstra 1-3/+3
2009-08-09Merge branch 'linus' into tracing/urgentGravatar Ingo Molnar 12-116/+254
2009-08-08posix_cpu_timers_exit_group(): Do not use thread_group_cputimer()Gravatar Stanislaw Gruszka 1-3/+4
2009-08-08tracing/filters: Always free pred on filter_add_subsystem_pred() failureGravatar Tom Zanussi 1-5/+11
2009-08-08tracing/filters: Don't use pred on alloc failureGravatar Tom Zanussi 1-0/+4
2009-08-07Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 3-3/+3
2009-08-07execve: must clear current->clear_child_tidGravatar Eric Dumazet 1-11/+11
2009-08-07generic-ipi: fix hotplug_cfd()Gravatar Xiao Guangrong 1-1/+1
2009-08-07ring-buffer: Fix memleak in ring_buffer_free()Gravatar Eric Dumazet 1-0/+1
2009-08-07lockdep: Fix file mode of lock_statGravatar Li Zefan 1-1/+2
2009-08-06perf_counter: Fix double list iteration in per task precise statsGravatar Peter Zijlstra 1-1/+1
2009-08-06ring-buffer: Fix advance of reader in rb_buffer_peek()Gravatar Robert Richter 1-6/+4
2009-08-06ftrace: Fix perf-tracepoint OOPSGravatar Peter Zijlstra 2-2/+2
2009-08-06rtmutex: Avoid deadlock in rt_mutex_start_proxy_lock()Gravatar Darren Hart 1-3/+1
2009-08-05ring-buffer: do not disable ring buffer on oops_in_progressGravatar Steven Rostedt 1-1/+1
2009-08-05ring-buffer: fix check of try_to_discard resultGravatar Steven Rostedt 1-1/+1
2009-08-04Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 2-33/+72
2009-08-04Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-14/+33
2009-08-04Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+7
2009-08-04Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 6-10/+22
2009-08-04Merge branch 'tracing/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 15-126/+252
2009-08-04posix-timers: Fix oops in clock_nanosleep() with CLOCK_MONOTONIC_RAWGravatar Hiroshi Shimamoto 1-0/+7
2009-08-02sched: Fix race in cpupri introduced by cpumask_var changesGravatar Gregory Haskins 1-1/+14
2009-08-02sched: Fix latencytop and sleep profiling vs group schedulingGravatar Peter Zijlstra 1-13/+19
2009-08-02perf_counter: Full task tracingGravatar Peter Zijlstra 2-32/+59
2009-08-02perf_counter: Collapse inherit on read()Gravatar Peter Zijlstra 1-1/+13
2009-08-01do_sigaltstack: small cleanupsGravatar Linus Torvalds 1-4/+6
2009-08-01do_sigaltstack: avoid copying 'stack_t' as a structure to user spaceGravatar Linus Torvalds 1-7/+8
2009-07-30Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-20/+36
2009-07-30kprobes: Use kernel_text_address() for checking probe addressGravatar Masami Hiramatsu 1-1/+1
2009-07-29profile: suppress warning about large allocations when profile=1 is specifiedGravatar Mel Gorman 1-2/+3
2009-07-29cgroup avoid permanent sleep at rmdirGravatar KAMEZAWA Hiroyuki 1-17/+38
2009-07-29cgroups: fix pid namespace bugGravatar Li Zefan 1-24/+72
2009-07-29kexec: fix omitting offset in extended crashkernel syntaxGravatar Hidetoshi Seto 1-1/+1
2009-07-29mm: copy over oom_adj value at fork timeGravatar Rik van Riel 1-0/+1
2009-07-28tracing: Fix missing function_graph events when we splice_read from trace_pipeGravatar Lai Jiangshan 1-3/+7
2009-07-28tracing: Fix invalid function_graph entryGravatar Lai Jiangshan 1-2/+9
2009-07-27update the comment in kthread_stop()Gravatar Oleg Nesterov 1-4/+6
2009-07-27module: use MODULE_SYMBOL_PREFIX with module_layoutGravatar Mike Frysinger 1-1/+2
2009-07-24trace: stop tracer in oops_enter()Gravatar Thomas Gleixner 1-0/+1
2009-07-23tracing: only truncate ftrace files when O_TRUNC is setGravatar Steven Rostedt 3-4/+4
2009-07-23tracing: show proper address for trace-printk formatGravatar Steven Rostedt 1-1/+1
2009-07-23tracing/stat: Fix seqfile memory leakGravatar Li Zefan 1-12/+22
2009-07-23function-graph: Fix seqfile memory leakGravatar Li Zefan 1-3/+12
2009-07-23trace_stack: Fix seqfile memory leakGravatar Li Zefan 1-5/+2