summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-07-21perf: Remove perf_event_attr::type checkLin Ming
2011-07-21Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2011-07-21Merge branch 'perf/urgent' into perf/coreIngo Molnar
2011-07-15tracing/kprobe: Update symbol reference when loading moduleMasami Hiramatsu
2011-07-15tracing/kprobes: Support module init function probingMasami Hiramatsu
2011-07-15kprobes: Return -ENOENT if probe point doesn't existMasami Hiramatsu
2011-07-15tracing/kprobes: Merge trace probe enable/disable functionsMasami Hiramatsu
2011-07-14ftrace: Fix regression where ftrace breaks when modules are loadedSteven Rostedt
2011-07-14tracing/kprobes: Rename probe_* to trace_probe_*Masami Hiramatsu
2011-07-14perf, x86: P4 PMU - Introduce event alias featureCyrill Gorcunov
2011-07-14tracing: Have dynamic size event stack tracesSteven Rostedt
2011-07-13ftrace: Fix dynamic selftest failure on some archsSteven Rostedt
2011-07-13ftrace: Update filter when tracing enabled in set_ftrace_filter()Steven Rostedt
2011-07-13ftrace: Balance records when updating the hashSteven Rostedt
2011-07-07ftrace: Do not disable interrupts for modules in mcount updateSteven Rostedt
2011-07-07tracing: Still trace filtered irq functions when irq trace is disabledSteven Rostedt
2011-07-07ftrace: Fix regression of :mod:module function enablingSteven Rostedt
2011-07-07tracing: Have "enable" file use refcounts like the "filter" fileSteven Rostedt
2011-07-07tracing: Fix bug when reading system filters on module removalSteven Rostedt
2011-07-05Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2011-07-01perf: export perf_event_refresh() to modulesAvi Kivity
2011-07-01perf: Add context field to perf_eventAvi Kivity
2011-07-01perf: Remove the perf_output_begin(.sample) argumentPeter Zijlstra
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra
2011-07-01perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4Cyrill Gorcunov
2011-07-01events: Ensure that timers are updated without requiring read() callEric B Munson
2011-07-01events: Move lockless timer calculation into helper functionEric B Munson
2011-07-01events: Add note to update_event_times comment about holding ctx->lockEric B Munson
2011-07-01perf_events: Fix perf buffer watermark settingVince Weaver
2011-07-01Merge commit 'v3.0-rc5' into perf/coreIngo Molnar
2011-06-29jump_label: Fix jump_label update for modulesXiao Guangrong
2011-06-27taskstats: don't allow duplicate entries in listener modeVasiliy Kulikov
2011-06-25Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-06-21alarmtimers: Return -ENOTSUPP if no RTC device is presentJohn Stultz
2011-06-21alarmtimers: Handle late rtc module loadingJohn Stultz
2011-06-21PM: Free memory bitmaps if opening /dev/snapshot failsMichal Kubecek
2011-06-19Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urg...Linus Torvalds
2011-06-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-06-17KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells
2011-06-17generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...Takao Indoh
2011-06-16rcu: Move RCU_BOOST #ifdefs to header filePaul E. McKenney
2011-06-16clocksource: Make watchdog robust vs. interruptionThomas Gleixner
2011-06-16Merge commit 'v3.0-rc3' into perf/coreIngo Molnar
2011-06-15rcu: use softirq instead of kthreads except when RCU_BOOST=yPaul E. McKenney
2011-06-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-06-15gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNELJosh Triplett
2011-06-15memcg: clear mm->owner when last possible owner leavesKAMEZAWA Hiroyuki
2011-06-15sched: Check if lowest_mask is initialized in find_lowest_rq()Steven Rostedt
2011-06-15sched: Fix need_resched() when checking peemptHillf Danton
2011-06-14tracing/kprobes: Fix kprobe-tracer to support stack traceMasami Hiramatsu