aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-01trace_syscalls: Simplify syscall profileLai Jiangshan1-16/+8
2009-12-01trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan1-0/+12
2009-12-01trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan1-13/+9
2009-12-01trace_syscalls: Remove enter_id exit_idLai Jiangshan1-20/+10
2009-12-01trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan1-25/+11
2009-12-01trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan1-8/+0
2009-12-01SLOW_WORK: Move slow_work's proc file to debugfsDavid Howells4-12/+18
2009-12-01SLOW_WORK: Fix the CONFIG_MODULES=n caseDavid Howells1-17/+29
2009-12-01perf_event: Initialize data.period in perf_swevent_hrtimer()Xiao Guangrong1-0/+1
2009-12-01trace_kprobes: Fix a memory leak bug and check kstrdup() return valueMasami Hiramatsu1-7/+19
2009-11-29core: Fix user return notifier on fork()Avi Kivity1-0/+2
2009-11-27trace_kprobes: Don't output zero offsetLai Jiangshan1-3/+9
2009-11-27trace_kprobes: Always show group nameLai Jiangshan1-1/+1
2009-11-27trace_kprobes: Fix memory leakLai Jiangshan1-1/+3
2009-11-27trace_syscalls: Add syscall nr fieldLai Jiangshan1-0/+8
2009-11-27hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsFrederic Weisbecker2-53/+24
2009-11-27hw-breakpoints: Use struct perf_event_attr to define user breakpointsFrederic Weisbecker1-69/+18
2009-11-27softlockup: Fix hung_task_check_count sysctlAnton Blanchard1-1/+1
2009-11-26perf_events: Fix read() bogus counts when in error stateStephane Eranian1-1/+10
2009-11-26sched, time: Define nsecs_to_jiffies()Hidetoshi Seto2-2/+31
2009-11-26sched: Remove task_{u,s,g}time()Hidetoshi Seto2-32/+3
2009-11-26sched: Introduce task_times() to replace task_{u,s}time() pairHidetoshi Seto3-24/+41
2009-11-26tracepoint: Add signal loss eventsMasami Hiramatsu1-5/+14
2009-11-26tracepoint: Add signal deliver eventMasami Hiramatsu1-0/+3
2009-11-26tracepoint: Move signal sending tracepoint to events/signal.hMasami Hiramatsu1-2/+3
2009-11-26Merge branch 'sched/urgent' into sched/coreIngo Molnar23-193/+373
2009-11-26hw-breakpoints: Fix unused function in off-caseFrederic Weisbecker1-4/+0
2009-11-26timers, init: Limit the number of per cpu calibration bootup messagesMike Travis1-3/+2
2009-11-26sched: Limit the number of scheduler debug messagesMike Travis1-0/+13
2009-11-26kernel/hw_breakpoint.c: Fix local/global shadowingAndrew Morton1-6/+6
2009-11-26hw-breakpoints: Simplify error handling in breakpoint creation requestsFrederic Weisbecker2-14/+6
2009-11-26hw-breakpoints: Improve in-kernel event creation error granularityFrederic Weisbecker1-9/+11
2009-11-26ksym_tracer: Fix breakpoint removal after modificationFrederic Weisbecker1-2/+8
2009-11-25ring-buffer-benchmark: Add parameters to set produce/consumer prioritiesSteven Rostedt1-2/+56
2009-11-25sched.c: Call debug_show_all_locks() when dumping all tasksShmulik Ladkani1-1/+1
2009-11-25trace/syscalls: Change ret param in struct syscall_trace_exit to longTom Zanussi1-1/+1
2009-11-24perf_events: Fix bad software/trace event recursion countingFrederic Weisbecker1-1/+1
2009-11-24sched: Optimize branch hint in context_switch()Tim Blechmann1-2/+2
2009-11-24sched: Optimize branch hint in pick_next_task_fair()Tim Blechmann1-1/+1
2009-11-24perf_events: Fix bogus copy_to_user() in perf_event_read_group()Stephane Eranian1-1/+1
2009-11-24remove CONFIG_SECURITY_FILE_CAPABILITIES compile optionSerge E. Hallyn1-2/+0
2009-11-24Silence the existing API for capability version compatibility check.Andrew G. Morgan1-2/+2
2009-11-23sched_feat_write(): Update ppos instead of file->f_posJan Blunck1-1/+1
2009-11-23perf: Add kernel side syscall events support for breakpointsFrederic Weisbecker1-9/+25
2009-11-23hw-breakpoints: Check the breakpoint params from perf toolsFrederic Weisbecker1-1/+10
2009-11-23hw-breakpoint: Attribute authorship of hw-breakpoint related filesK.Prasad1-0/+4
2009-11-23perf_events: Restore sanity to scaling landPeter Zijlstra1-1/+6
2009-11-23perf_events: Undo some recursion damagePeter Zijlstra3-51/+48
2009-11-23perf_events: Fix __perf_event_exit_task() vs. update_event_times() lockingPeter Zijlstra1-39/+39
2009-11-23perf_events: Update the context time on exitPeter Zijlstra1-0/+1