aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-04perf_events: Optimize perf_event_task_tick()Peter Zijlstra1-4/+4
2010-02-04ftrace: Remove record freezingMasami Hiramatsu1-39/+0
2010-02-04kprobes: Check probe address is reservedMasami Hiramatsu1-1/+3
2010-02-04ftrace/alternatives: Introducing *_text_reserved functionsMasami Hiramatsu1-0/+15
2010-02-04kprobes: Disable booster when CONFIG_PREEMPT=yMasami Hiramatsu1-27/+2
2010-01-29Merge branch 'perf/urgent' into perf/coreIngo Molnar15-68/+141
2010-01-29perf_events: Fix sample_period transfer on inheritPeter Zijlstra1-2/+9
2010-01-29tracing/kprobe: Cleanup unused return value of tracing functionsXiao Guangrong1-17/+10
2010-01-29perf: Factorize trace events raw sample buffer operationsXiao Guangrong3-142/+67
2010-01-28hw_breakpoints: Release the bp slot if arch_validate_hwbkpt_settings() fails.Mahesh Salgaonkar1-0/+4
2010-01-27perf: Reimplement frequency driven samplingPeter Zijlstra1-40/+92
2010-01-24Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2010-01-24Merge git://git.infradead.org/~dwmw2/mtd-2.6.33Linus Torvalds3-1/+7
2010-01-21Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+10
2010-01-21perf: Honour event state for aux stream dataPeter Zijlstra1-0/+9
2010-01-21perf: Fix perf_event_do_pending() fallback callsitePeter Zijlstra1-2/+1
2010-01-21sched: Reassign prev and switch_count when reacquire_kernel_lock() failYong Zhang1-1/+4
2010-01-21sched: Fix vmark regression on big machinesMike Galbraith1-1/+1
2010-01-18clockevent: Don't remove broadcast device when cpu is deadXiaotian Feng1-1/+2
2010-01-18Merge branch 'perf/scheduling' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar1-40/+109
2010-01-17perf: Better order flexible and pinned schedulingFrederic Weisbecker1-7/+27
2010-01-17perf: Don't schedule out/in pinned events on task tickFrederic Weisbecker1-4/+4
2010-01-17perf: Allow pinned and flexible groups to be scheduled separatelyFrederic Weisbecker1-44/+93
2010-01-17perf: Make __perf_event_sched_out staticFrederic Weisbecker1-2/+2
2010-01-17tracing/kprobe: Update kprobe tracing self test for new syntaxMasami Hiramatsu1-8/+47
2010-01-16Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-15/+12
2010-01-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-14/+25
2010-01-16smp_call_function_any(): pass the node value to cpumask_of_node()David John1-1/+1
2010-01-16kfifo: document everywhere that size has to be power of twoAndi Kleen1-1/+1
2010-01-16kfifo: add kfifo_out_peekAndi Kleen1-0/+21
2010-01-16kfifo: sanitize *_user error handlingAndi Kleen1-27/+49
2010-01-16kfifo: use void * pointers for user buffersAndi Kleen1-4/+4
2010-01-16perf: Export software-only event group characteristic as a flagFrederic Weisbecker1-19/+11
2010-01-16perf: Round robin flexible groups of events using list_rotate_left()Frederic Weisbecker1-13/+4
2010-01-16perf/core: Split context's event group list into pinned and non-pinned listsFrederic Weisbecker1-76/+151
2010-01-14tracing/filters: Add comment for match callbacksLi Zefan1-1/+12
2010-01-14tracing/filters: Fix MATCH_FULL filter matching for PTR_STRINGLi Zefan1-4/+3
2010-01-14tracing/filters: Fix MATCH_MIDDLE_ONLY filter matchingLi Zefan1-1/+1
2010-01-14tracing/filters: Fix MATCH_END_ONLY filter matchingLi Zefan1-2/+3
2010-01-14tracing/filters: Fix MATCH_FRONT_ONLY filter matchingLi Zefan1-1/+1
2010-01-14ftrace: Fix MATCH_END_ONLY function filterLi Zefan1-3/+3
2010-01-13sched/perf: Make sure irqs are disabled for perf_event_task_sched_in()Jamie Iles1-0/+6
2010-01-13tracing/kprobe: Drop function argument access syntaxMasami Hiramatsu1-17/+1
2010-01-13Merge branch 'perf/urgent' into perf/coreIngo Molnar35-504/+834
2010-01-13futexes: Remove rw parameter from get_futex_key()KOSAKI Motohiro1-15/+12
2010-01-11kernel/signal.c: fix kernel information leak with print-fatal-signals=1Andi Kleen1-1/+2
2010-01-11cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()Dave Anderson1-1/+0
2010-01-11kmod: fix resource leak in call_usermodehelper_pipe()Masami Hiramatsu1-5/+7
2010-01-06ring-buffer: Add rb_list_head() wrapper around new reader page next fieldSteven Rostedt1-1/+1
2010-01-06ring-buffer: Wrap a list.next reference with rb_list_head()David Sharp1-1/+1