aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-13ftrace: Fix dynamic selftest failure on some archsSteven Rostedt1-0/+26
2011-07-13ftrace: Update filter when tracing enabled in set_ftrace_filter()Steven Rostedt1-0/+4
2011-07-13ftrace: Balance records when updating the hashSteven Rostedt1-16/+33
2011-07-07ftrace: Do not disable interrupts for modules in mcount updateSteven Rostedt1-5/+11
2011-07-07tracing: Still trace filtered irq functions when irq trace is disabledSteven Rostedt2-17/+35
2011-07-05Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar13-316/+324
2011-07-01perf: export perf_event_refresh() to modulesAvi Kivity1-1/+2
2011-07-01perf: Add context field to perf_eventAvi Kivity3-10/+23
2011-07-01perf: Remove the perf_output_begin(.sample) argumentPeter Zijlstra2-24/+21
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra5-45/+33
2011-07-01perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4Cyrill Gorcunov1-1/+5
2011-07-01events: Ensure that timers are updated without requiring read() callEric B Munson1-2/+13
2011-07-01events: Move lockless timer calculation into helper functionEric B Munson1-7/+15
2011-07-01events: Add note to update_event_times comment about holding ctx->lockEric B Munson1-0/+1
2011-07-01perf_events: Fix perf buffer watermark settingVince Weaver2-9/+13
2011-07-01Merge commit 'v3.0-rc5' into perf/coreIngo Molnar16-521/+611
2011-06-27taskstats: don't allow duplicate entries in listener modeVasiliy Kulikov1-3/+12
2011-06-25Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-70/+88
2011-06-21alarmtimers: Return -ENOTSUPP if no RTC device is presentJohn Stultz1-1/+22
2011-06-21alarmtimers: Handle late rtc module loadingJohn Stultz1-70/+67
2011-06-21PM: Free memory bitmaps if opening /dev/snapshot failsMichal Kubecek1-1/+3
2011-06-19Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-19/+15
2011-06-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-402/+461
2011-06-17KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells1-7/+9
2011-06-17generic-ipi: Fix kexec boot crash by initializing call_single_queue before enabling interruptsTakao Indoh1-4/+1
2011-06-16rcu: Move RCU_BOOST #ifdefs to header filePaul E. McKenney3-382/+390
2011-06-16clocksource: Make watchdog robust vs. interruptionThomas Gleixner1-11/+13
2011-06-16Merge commit 'v3.0-rc3' into perf/coreIngo Molnar10-47/+103
2011-06-15rcu: use softirq instead of kthreads except when RCU_BOOST=yPaul E. McKenney4-41/+99
2011-06-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+5
2011-06-15gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNELJosh Triplett1-1/+2
2011-06-15memcg: clear mm->owner when last possible owner leavesKAMEZAWA Hiroyuki1-16/+15
2011-06-15sched: Check if lowest_mask is initialized in find_lowest_rq()Steven Rostedt1-0/+4
2011-06-15sched: Fix need_resched() when checking peemptHillf Danton1-1/+1
2011-06-14tracing/kprobes: Fix kprobe-tracer to support stack traceMasami Hiramatsu3-7/+42
2011-06-14stack_trace: Add weak save_stack_trace_regs()Masami Hiramatsu1-3/+9
2011-06-14ring-buffer: Set __GFP_NORETRY flag for ring buffer allocating processVaibhav Nagarnaik1-6/+19
2011-06-14tracing: Convert to kstrtoul_from_userPeter Huewe5-110/+20
2011-06-14tracing, function_graph: Add context-info support for function_graph tracerJiri Olsa1-22/+31
2011-06-14tracing, function_graph: Remove lock-depth from latency traceJiri Olsa1-4/+3
2011-06-14tracing, function: Fix trace header to follow context-info optionJiri Olsa1-0/+3
2011-06-14tracing, function_graph: Merge overhead and duration display functionsJiri Olsa1-74/+74
2011-06-14tracing, function_graph: Remove dependency of abstime and duration fields on latencyJiri Olsa3-18/+9
2011-06-14async: Fixed an include coding style issuePaul McQuade1-5/+7
2011-06-14ftrace: Fixed an include coding style issuePaul McQuade1-5/+2
2011-06-14tracing: Add disable_on_free optionSteven Rostedt2-2/+5
2011-06-14tracing: Add a proc file to stop tracing and free bufferVaibhav Nagarnaik1-35/+73
2011-06-14signal.c: fix kernel-doc notationRandy Dunlap1-1/+1
2011-06-14tracing: Use NUMA allocation for per-cpu ring buffer pagesVaibhav Nagarnaik3-22/+23
2011-06-14tracing: Schedule a delayed work to call wakeup()Vaibhav Nagarnaik1-11/+12