Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | | | | sched/tracing: Allow tracing the preemption decision on wakeup | Peter Zijlstra | 2013-03-18 | |
| * | | | | | | | | | | | | | | | Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fr... | Ingo Molnar | 2013-03-18 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | sched: Lower chances of cputime scaling overflow | Frederic Weisbecker | 2013-03-13 | |
| * | | | | | | | | | | | | | | | | sched: Fix variable name misnomer, add comments | Andrei Epure | 2013-03-14 | |
| |/ / / / / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | | | | sched: Spelling fix | Andrei Epure | 2013-03-11 | |
| * | | | | | | | | | | | | | | | sched: Fix update_group_power() prototype placement to fix build warning when... | Li Zefan | 2013-03-11 | |
| * | | | | | | | | | | | | | | | Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2013-03-08 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | cputime: Dynamically scale cputime for full dynticks accounting | Frederic Weisbecker | 2013-03-07 | |
| | * | | | | | | | | | | | | | | | context_tracking: Restore preempted context state after preempt_schedule_irq() | Frederic Weisbecker | 2013-03-07 | |
| | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | sched: Remove double declaration of root_task_group | Li Zefan | 2013-03-06 | |
| * | | | | | | | | | | | | | | | sched: Move group scheduling functions out of include/linux/sched.h | Li Zefan | 2013-03-06 | |
| * | | | | | | | | | | | | | | | sched: Make default_scale_freq_power() static | Li Zefan | 2013-03-06 | |
| * | | | | | | | | | | | | | | | sched: Move struct sched_class to kernel/sched/sched.h | Li Zefan | 2013-03-06 | |
| * | | | | | | | | | | | | | | | sched: Move wake flags to kernel/sched/sched.h | Li Zefan | 2013-03-06 | |
| * | | | | | | | | | | | | | | | sched: Move struct sched_group to kernel/sched/sched.h | Li Zefan | 2013-03-06 | |
| * | | | | | | | | | | | | | | | sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.h | Li Zefan | 2013-03-06 | |
| |/ / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-04-30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2013-04-21 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar | 2013-04-16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | uprobes/perf: Avoid perf_trace_buf_prepare/submit if ->perf_events is empty | Oleg Nesterov | 2013-04-15 | |
| | * | | | | | | | | | | | | | | | | uprobes/tracing: Don't pass addr=ip to perf_trace_buf_submit() | Oleg Nesterov | 2013-04-13 | |
| | * | | | | | | | | | | | | | | | | uprobes/tracing: Change create_trace_uprobe() to support uretprobes | Oleg Nesterov | 2013-04-13 | |
| | * | | | | | | | | | | | | | | | | uprobes/tracing: Make seq_printf() code uretprobe-friendly | Oleg Nesterov | 2013-04-13 | |
| | * | | | | | | | | | | | | | | | | uprobes/tracing: Make register_uprobe_event() paths uretprobe-friendly | Oleg Nesterov | 2013-04-13 | |
| | * | | | | | | | | | | | | | | | | uprobes/tracing: Make uprobe_{trace,perf}_print() uretprobe-friendly | Oleg Nesterov | 2013-04-13 | |
| | * | | | | | | | | | | | | | | | | uprobes/tracing: Introduce is_ret_probe() and uretprobe_dispatcher() | Oleg Nesterov | 2013-04-13 | |
| | * | | | | | | | | | | | | | | | | uprobes/tracing: Introduce uprobe_{trace,perf}_print() helpers | Oleg Nesterov | 2013-04-13 | |
| | * | | | | | | | | | | | | | | | | uprobes/tracing: Generalize struct uprobe_trace_entry_head | Oleg Nesterov | 2013-04-13 | |
| | * | | | | | | | | | | | | | | | | uprobes/tracing: Kill the pointless local_save_flags/preempt_count calls | Oleg Nesterov | 2013-04-13 | |
| | * | | | | | | | | | | | | | | | | uprobes/tracing: Kill the pointless seq_print_ip_sym() call | Oleg Nesterov | 2013-04-13 | |
| | * | | | | | | | | | | | | | | | | uprobes/tracing: Kill the pointless task_pt_regs() calls | Oleg Nesterov | 2013-04-13 | |
| | * | | | | | | | | | | | | | | | | uretprobes: Remove -ENOSYS as return probes implemented | Anton Arapov | 2013-04-13 | |
| | * | | | | | | | | | | | | | | | | uretprobes: Limit the depth of return probe nestedness | Anton Arapov | 2013-04-13 | |
| | * | | | | | | | | | | | | | | | | uretprobes: Return probe exit, invoke handlers | Anton Arapov | 2013-04-13 | |
| | * | | | | | | | | | | | | | | | | uretprobes: Return probe entry, prepare_uretprobe() | Anton Arapov | 2013-04-13 | |
| | * | | | | | | | | | | | | | | | | uretprobes: Reserve the first slot in xol_vma for trampoline | Anton Arapov | 2013-04-13 | |
| | * | | | | | | | | | | | | | | | | uretprobes: Introduce uprobe_consumer->ret_handler() | Anton Arapov | 2013-04-13 | |
| | * | | | | | | | | | | | | | | | | uprobes: Change write_opcode() to use copy_*page() | Oleg Nesterov | 2013-04-04 | |
| | * | | | | | | | | | | | | | | | | uprobes: Introduce copy_to_page() | Oleg Nesterov | 2013-04-04 | |
| | * | | | | | | | | | | | | | | | | uprobes: Kill the unnecesary filp != NULL check in __copy_insn() | Oleg Nesterov | 2013-04-04 | |
| | * | | | | | | | | | | | | | | | | uprobes: Change __copy_insn() to use copy_from_page() | Oleg Nesterov | 2013-04-04 | |
| | * | | | | | | | | | | | | | | | | uprobes: Turn copy_opcode() into copy_from_page() | Oleg Nesterov | 2013-04-04 | |
| | * | | | | | | | | | | | | | | | | uprobes: Add trap variant helper | Ananth N Mavinakayanahalli | 2013-04-04 | |
| | * | | | | | | | | | | | | | | | | uprobes: Use file_inode() | Oleg Nesterov | 2013-04-04 | |
| * | | | | | | | | | | | | | | | | | Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/... | Ingo Molnar | 2013-04-08 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / | |/| | | / / / / / / / / / / / / / | | | |_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | perf: Add PERF_RECORD_MISC_MMAP_DATA to RECORD_MMAP | Stephane Eranian | 2013-04-01 | |
| * | | | | | | | | | | | | | | | | perf: Add generic memory sampling interface | Stephane Eranian | 2013-04-01 | |
| * | | | | | | | | | | | | | | | | perf/core: Add weighted samples | Andi Kleen | 2013-04-01 | |
| * | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2013-03-21 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | perf/cgroup: Add __percpu annotation to perf_cgroup->info | Namhyung Kim | 2013-03-18 |