aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-09Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar10-848/+4
2010-06-09tracing: Remove kmemtrace ftrace pluginLi Zefan5-597/+0
2010-06-09perf: Convert perf_event to local_tPeter Zijlstra1-21/+21
2010-06-09perf: Add perf_event::child_countPeter Zijlstra1-2/+2
2010-06-09perf: Add perf_event_count()Peter Zijlstra1-6/+11
2010-06-09perf: Simplify the ring-buffer logic: make perf_buffer_alloc() do everything neededPeter Zijlstra1-27/+34
2010-06-09perf: Rename perf_mmap_data to perf_bufferPeter Zijlstra1-154/+154
2010-06-09perf: Cleanup {start,commit,cancel}_txn detailsPeter Zijlstra1-8/+1
2010-06-09perf: Add non-exec mmap() trackingEric B Munson1-11/+23
2010-06-09perf, trace: Remove superfluous rcu_read_lock()Peter Zijlstra1-2/+0
2010-06-09perf, trace: Inline perf_swevent_put_recursion_context()Peter Zijlstra1-4/+4
2010-06-08tracing: Remove boot tracerAmérico Wang6-241/+0
2010-06-08perf: Drop the skip argument from perf_arch_fetch_regs_callerFrederic Weisbecker2-7/+0
2010-06-08x86: Unify dumpstack.h and stacktrace.hFrederic Weisbecker1-3/+4
2010-06-08Merge branch 'tip/perf/core-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar10-102/+27
2010-06-08perf: Fix signed comparison in perf_adjust_period()Peter Zijlstra1-1/+4
2010-06-03tracing: Remove ftrace_preempt_disable/enableSteven Rostedt9-99/+24
2010-06-03tracing/sched: Make preempt_schedule() notraceSteven Rostedt1-3/+3
2010-06-03perf: Fix crash in sweventsPeter Zijlstra1-9/+15
2010-05-31blktrace: Fix new kernel-doc warningsRandy Dunlap1-0/+2
2010-05-31perf_events: Fix unincremented buffer base on partial copyFrederic Weisbecker1-0/+1
2010-05-31perf_events: Fix event scheduling issues introduced by transactional APIStephane Eranian1-4/+7
2010-05-31perf_events, trace: Fix perf_trace_destroy(), mutex went missingPeter Zijlstra1-1/+4
2010-05-31perf_events, trace: Fix probe unregister racePeter Zijlstra3-6/+12
2010-05-31perf_events: Fix races in group compositionPeter Zijlstra1-24/+67
2010-05-31perf_events: Fix races and clean up perf_event and perf_mmap_data interactionPeter Zijlstra1-98/+126
2010-05-30Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+7
2010-05-30Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-8/+17
2010-05-30CPU: Avoid using unititialized error variable in disable_nonboot_cpus()Rafael J. Wysocki1-1/+1
2010-05-30Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds1-4/+0
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+17
2010-05-29sched: add wait_for_completion_killable_timeoutSage Weil1-0/+17
2010-05-28Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-11/+12
2010-05-27Fix racy use of anon_inode_getfd() in perf_event.cAl Viro1-18/+22
2010-05-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds20-623/+951
2010-05-27posix_timer: Fix error path in timer_createAndrey Vagin1-7/+4
2010-05-27Avoid warning when CPU hotplug isn't enabledLinus Torvalds1-6/+3
2010-05-27numa: in-kernel profiling: use cpu_to_mem() for per cpu allocationsLee Schermerhorn1-2/+2
2010-05-27panic: call console_verbose() in panicAnton Blanchard1-0/+1
2010-05-27pids: fix fork_idle() to setup ->pids correctlyOleg Nesterov1-1/+13
2010-05-27pids: increase pid_max based on num_possible_cpusHedi Berriche1-0/+7
2010-05-27cpuhotplug: do not need cpu_hotplug_begin() when CONFIG_HOTPLUG_CPU=nLai Jiangshan1-18/+22
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita7-13/+17
2010-05-27cpu-hotplug: return better errno on cpu hotplug failureAkinobu Mita1-6/+8
2010-05-27cpu-hotplug: introduce cpu_notify(), __cpu_notify(), cpu_notify_nofail()Akinobu Mita1-23/+31
2010-05-27proc: turn signal_struct->count into "int nr_threads"Oleg Nesterov2-8/+5
2010-05-27proc_sched_show_task(): use get_nr_threads()Oleg Nesterov1-8/+2
2010-05-27check_unshare_flags: kill the bogus CLONE_SIGHAND/sig->count checkOleg Nesterov1-8/+0
2010-05-27exit: move taskstats_tgid_free() from __exit_signal() to free_signal_struct()Oleg Nesterov2-1/+1
2010-05-27kill the obsolete thread_group_cputime_free() helperOleg Nesterov1-1/+0