summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-01-27perf: Reimplement frequency driven samplingPeter Zijlstra1-40/+92
2010-01-18Merge branch 'perf/scheduling' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo 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-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-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-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-06modules: Skip empty sections when exporting section notesBen Hutchings1-7/+10
2009-12-31Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+2
2009-12-31Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2009-12-31Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-149/+129
2009-12-31perf: Fix NULL deref in inheritance codePeter Zijlstra1-3/+2
2009-12-30tracing: Fix sign fields in ftrace_define_fields_##call()Lai Jiangshan1-3/+4
2009-12-30tracing/kprobe: Show sign of fields in trace_kprobe format filesLai Jiangshan1-3/+4
2009-12-30ksym_tracer: Remove trace_statLi Zefan1-77/+50
2009-12-30ksym_tracer: Fix race when incrementing countLi Zefan1-5/+7
2009-12-30ksym_tracer: Fix to allow writing newline to ksym_trace_filterLi Zefan1-2/+2
2009-12-30ksym_tracer: Fix to make the tracer workLi Zefan2-4/+7
2009-12-28tracing: Kconfig spelling fixes and cleanupsRandy Dunlap1-56/+56
2009-12-28perf events: Remove CONFIG_EVENT_PROFILELi Zefan5-15/+16
2009-12-28kprobes: Fix distinct type warningHeiko Carstens1-1/+1
2009-12-28perf events: Remove arg from perf sched hooksPeter Zijlstra2-16/+17
2009-12-24Merge branch 'sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/lin...Linus Torvalds1-1/+30
2009-12-23SYSCTL: Print binary sysctl warnings (nearly) only onceAndi Kleen1-1/+30
2009-12-23Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+4
2009-12-23sched: Revert 738d2be, simplify set_task_cpu()Peter Zijlstra1-5/+4
2009-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-2/+1
2009-12-22kfifo: add record handling functionsStefani Seibold1-93/+193
2009-12-22kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_userStefani Seibold1-16/+123
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-16/+16
2009-12-22kfifo: cleanup namespaceStefani Seibold1-6/+6
2009-12-22kfifo: move out spinlockStefani Seibold1-11/+6
2009-12-22kfifo: move struct kfifo in placeStefani Seibold1-32/+33
2009-12-22Revert "time: Remove xtime_cache"Linus Torvalds2-4/+24
2009-12-22Sanitize f_flags helpersAl Viro1-1/+0
2009-12-22anonfd: Allow making anon files read-onlyRoland Dreier1-1/+1
2009-12-21tracing: Fix setting tracer specific optionsSteven Rostedt1-1/+1
2009-12-21resources: fix call to alignf() in allocate_resource()Dominik Brodowski1-16/+16
2009-12-20sched: Fix hotplug hangPeter Zijlstra1-1/+1
2009-12-20sched: Restore printk sanityPeter Zijlstra2-41/+50
2009-12-19Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-20/+44