aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-02debug lockups: Improve lockup detectionIngo Molnar1-1/+6
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/...Linus 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-24lockdep: BFS cleanupPeter Zijlstra2-209/+172
2009-07-24lockdep: Add statistics info for max bfs queue depthMing Lei3-2/+9
2009-07-24lockdep: Update memory usage introduced by BFSMing Lei1-1/+5
2009-07-24lockdep: Implement lockdep_count_*ward_deps by BFSMing Lei1-27/+25
2009-07-24lockdep: Introduce print_shortest_lock_dependenciesMing Lei2-28/+69
2009-07-24lockdep: Implement find_usage_*wards by BFSMing Lei1-108/+72
2009-07-24lockdep: Implement check_noncircular() by BFSMing Lei1-52/+37
2009-07-24lockdep: Introduce match function to BFSMing Lei1-17/+26
2009-07-24lockdep: Improve implementation of BFSMing Lei2-19/+39
2009-07-24lockdep: Print the shortest dependency chain if finding a circleMing Lei2-9/+189
2009-07-24sched: Fix return value of migration_init()Thomas Gleixner1-1/+1
2009-07-23tracing/ksym_tracer: support quick clear for ksym_trace_filter -- v2Xiao Guangrong1-18/+35
2009-07-23tracing/ksym_tracer: fix write operation of ksym_trace_filterXiao Guangrong1-0/+4
2009-07-23tracing/ksym_tracer: fix the output of ksym tracerXiao Guangrong1-7/+6
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/...Linus Torvalds2-100/+94
2009-07-22Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+63
2009-07-22Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+2
2009-07-22Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-9/+46
2009-07-22Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-4/+17
2009-07-22perf: fix stack data leakArjan van de Ven1-0/+1
2009-07-22perf_counter: Fix throttle/unthrottle event loggingAnton Blanchard1-1/+4
2009-07-22perf_counter: PERF_SAMPLE_ID and inherited countersPeter Zijlstra1-61/+31
2009-07-22perf_counter: Plug more stack leaksPeter Zijlstra1-2/+21
2009-07-22perf: Fix stack data leakArjan van de Ven1-0/+1
2009-07-22Merge commit 'tip/perfcounters/core' into perf-counters-for-linusPeter Zijlstra1-19/+17
2009-07-22hrtimer: Remove cb_entry from struct hrtimerPeter Zijlstra1-1/+0