| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | | * | | | | | | | | | | | | | | | | | cputime: Allow dynamic switch between tick/virtual based cputime accounting | Frederic Weisbecker | 2013-01-27 | |
| | | * | | | | | | | | | | | | | | | | | cputime: Generic on-demand virtual cputime accounting | Frederic Weisbecker | 2013-01-27 | |
| | | * | | | | | | | | | | | | | | | | | cputime: Move default nsecs_to_cputime() to jiffies based cputime file | Frederic Weisbecker | 2013-01-27 | |
| | | * | | | | | | | | | | | | | | | | | context_tracking: Export context state for generic vtime | Frederic Weisbecker | 2013-01-26 | |
| | | | |_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | sched: Fix signedness bug in yield_to() | Dan Carpenter | 2013-02-05 | |
| | * | | | | | | | | | | | | | | | | | sched: Fix select_idle_sibling() bouncing cow syndrome | Mike Galbraith | 2013-02-04 | |
| | * | | | | | | | | | | | | | | | | | sched/rt: Further simplify pick_rt_task() | Kirill Tkhai | 2013-02-03 | |
| | * | | | | | | | | | | | | | | | | | sched/rt: Do not account zero delta_exec in update_curr_rt() | Kirill Tkhai | 2013-01-31 | |
| | * | | | | | | | | | | | | | | | | | cputime: Avoid multiplication overflow on utime scaling | Frederic Weisbecker | 2013-01-27 | |
| | * | | | | | | | | | | | | | | | | | sched/rt: Avoid updating RT entry timeout twice within one tick period | Ying Xue | 2013-01-25 | |
| | * | | | | | | | | | | | | | | | | | sched/fair: Set se->vruntime directly in place_entity() | Viresh Kumar | 2013-01-24 | |
| | * | | | | | | | | | | | | | | | | | sched/rt: Add reschedule check to switched_from_rt() | Kirill Tkhai | 2013-01-24 | |
| | * | | | | | | | | | | | | | | | | | sched: Fix the broken sched_rr_get_interval() | Zhu Yanhai | 2013-01-24 | |
| | | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-02-19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | perf/hwbp: Fix cleanup in case of kzalloc failure | Daniel Baluta | 2013-02-14 | |
| | * | | | | | | | | | | | | | | | | | uprobes/perf: Avoid uprobe_apply() whenever possible | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes/perf: Teach trace_uprobe/perf code to use UPROBE_HANDLER_REMOVE | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes/perf: Teach trace_uprobe/perf code to pre-filter | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes/perf: Teach trace_uprobe/perf code to track the active perf_event's | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: Introduce uprobe_apply() | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | perf: Introduce hw_perf_event->tp_target and ->tp_list | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes/perf: Always increment trace_uprobe->nhit | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes/tracing: Kill uprobe_trace_consumer, embed uprobe_consumer into trace... | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes/tracing: Introduce is_trace_uprobe_enabled() | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes/tracing: Ensure inode != NULL in create_trace_uprobe() | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes/tracing: Fully initialize uprobe_trace_consumer before uprobe_register() | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes/tracing: Fix dentry/mount leak in create_trace_uprobe() | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: Add exports for module use | Josh Stone | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: Kill the bogus IS_ERR_VALUE(xol_vaddr) check | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: Do not allocate current->utask unnecessary | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: Fix utask->xol_vaddr leak in pre_ssout() | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: Do not play with utask in xol_get_insn_slot() | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: Turn add_utask() into get_utask() | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: Fold xol_alloc_area() into get_xol_area() | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: Move alloc_page() from xol_add_vma() to xol_alloc_area() | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: Change handle_swbp() to expose bp_vaddr to handler_chain() | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: Teach handler_chain() to filter out the probed task | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: Reintroduce uprobe_consumer->filter() | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: Rationalize the usage of filter_chain() | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: Kill uprobes_mutex[], separate alloc_uprobe() and __uprobe_register() | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: Introduce uprobe_is_active() | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: Kill uprobe_events, use RB_EMPTY_ROOT() instead | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: Kill uprobe->copy_mutex | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: Kill UPROBE_RUN_HANDLER flag | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: Change filter_chain() to iterate ->consumers list | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: Introduce uprobe->register_rwsem | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: _register() should always do register_for_each_vma(true) | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: _unregister() should always do register_for_each_vma(false) | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: Introduce filter_chain() | Oleg Nesterov | 2013-02-08 | |
| | * | | | | | | | | | | | | | | | | | uprobes: Kill uprobe_consumer->filter() | Oleg Nesterov | 2013-02-08 | |
