aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-08tracing/filters: Always free pred on filter_add_subsystem_pred() failureTom Zanussi1-5/+11
2009-08-08tracing/filters: Don't use pred on alloc failureTom Zanussi1-0/+4
2009-08-08x86/irq: Fix move_irq_desc() for nodes without ramYinghai Lu1-2/+2
2009-08-07Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-3/+3
2009-08-07execve: must clear current->clear_child_tidEric Dumazet1-11/+11
2009-08-07generic-ipi: fix hotplug_cfd()Xiao Guangrong1-1/+1
2009-08-07ring-buffer: Fix memleak in ring_buffer_free()Eric Dumazet1-0/+1
2009-08-07lockdep: Fix file mode of lock_statLi Zefan1-1/+2
2009-08-06perf_counter: Fix double list iteration in per task precise statsPeter Zijlstra1-1/+1
2009-08-06ring-buffer: Fix advance of reader in rb_buffer_peek()Robert Richter1-6/+4
2009-08-06ftrace: Fix perf-tracepoint OOPSPeter Zijlstra2-2/+2
2009-08-06rtmutex: Avoid deadlock in rt_mutex_start_proxy_lock()Darren Hart1-3/+1
2009-08-05ring-buffer: do not disable ring buffer on oops_in_progressSteven Rostedt1-1/+1
2009-08-05ring-buffer: fix check of try_to_discard resultSteven Rostedt1-1/+1
2009-08-04Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-33/+72
2009-08-04Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-14/+33
2009-08-04Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+7
2009-08-04Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-10/+22
2009-08-04Merge branch 'tracing/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/urgentIngo Molnar15-126/+252
2009-08-04posix-timers: Fix oops in clock_nanosleep() with CLOCK_MONOTONIC_RAWHiroshi Shimamoto1-0/+7
2009-08-02sched: Fix race in cpupri introduced by cpumask_var changesGregory Haskins1-1/+14
2009-08-02sched: Fix latencytop and sleep profiling vs group schedulingPeter Zijlstra1-13/+19
2009-08-02perf_counter: Full task tracingPeter Zijlstra2-32/+59
2009-08-02perf_counter: Collapse inherit on read()Peter Zijlstra1-1/+13
2009-08-01do_sigaltstack: small cleanupsLinus Torvalds1-4/+6
2009-08-01do_sigaltstack: avoid copying 'stack_t' as a structure to user spaceLinus Torvalds1-7/+8
2009-07-30Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-20/+36
2009-07-30kprobes: Use kernel_text_address() for checking probe addressMasami Hiramatsu1-1/+1
2009-07-29profile: suppress warning about large allocations when profile=1 is specifiedMel Gorman1-2/+3
2009-07-29cgroup avoid permanent sleep at rmdirKAMEZAWA Hiroyuki1-17/+38
2009-07-29cgroups: fix pid namespace bugLi Zefan1-24/+72
2009-07-29kexec: fix omitting offset in extended crashkernel syntaxHidetoshi Seto1-1/+1
2009-07-29mm: copy over oom_adj value at fork timeRik van Riel1-0/+1
2009-07-28tracing: Fix missing function_graph events when we splice_read from trace_pipeLai Jiangshan1-3/+7
2009-07-28tracing: Fix invalid function_graph entryLai Jiangshan1-2/+9
2009-07-27update the comment in kthread_stop()Oleg Nesterov1-4/+6
2009-07-27module: use MODULE_SYMBOL_PREFIX with module_layoutMike Frysinger1-1/+2
2009-07-24trace: stop tracer in oops_enter()Thomas Gleixner1-0/+1
2009-07-23tracing: only truncate ftrace files when O_TRUNC is setSteven Rostedt3-4/+4
2009-07-23tracing: show proper address for trace-printk formatSteven Rostedt1-1/+1
2009-07-23tracing/stat: Fix seqfile memory leakLi Zefan1-12/+22
2009-07-23function-graph: Fix seqfile memory leakLi Zefan1-3/+12
2009-07-23trace_stack: Fix seqfile memory leakLi Zefan1-5/+2
2009-07-22genirq: Fix UP compile failure caused by irq_thread_check_affinityBruno Premont1-0/+5
2009-07-22Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-perfLinus Torvalds2-100/+94
2009-07-22Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+63
2009-07-22Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+2
2009-07-22Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-9/+46
2009-07-22Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-4/+17
2009-07-22perf: fix stack data leakArjan van de Ven1-0/+1